1. 31 12月, 2013 2 次提交
  2. 23 12月, 2013 1 次提交
  3. 17 9月, 2013 1 次提交
  4. 13 9月, 2013 1 次提交
  5. 10 9月, 2013 1 次提交
  6. 06 9月, 2013 1 次提交
  7. 04 9月, 2013 1 次提交
    • B
      [build] Fix EXTRA_DIST · 213001aa
      Behdad Esfahbod 提交于
      I was under the impression that EXTRA_DISTs will happen regardless of
      automake conditionals.  Apparently I was wrong.
      213001aa
  8. 31 8月, 2013 2 次提交
  9. 29 8月, 2013 4 次提交
  10. 27 8月, 2013 3 次提交
  11. 07 6月, 2013 1 次提交
  12. 29 5月, 2013 3 次提交
  13. 05 3月, 2013 1 次提交
  14. 28 2月, 2013 4 次提交
  15. 13 2月, 2013 1 次提交
  16. 12 2月, 2013 1 次提交
  17. 07 2月, 2013 1 次提交
    • B
      Revert "[Indic] Import ragel-generated Indic machine in git" · adff3778
      Behdad Esfahbod 提交于
      This reverts commit fab7a71f.
      
      Conflicts:
      	src/hb-ot-shape-complex-indic-machine.hh
      
      Keeping that generated file in-tree causes problems with processes like
      tinderbox  that automatically fetch and build harfbuzz.  It's harder to
      bootstrap harfbuzz now (as was previously), but I'm willing to give this
      another chance and see how it goes.
      adff3778
  18. 05 2月, 2013 2 次提交
  19. 14 1月, 2013 1 次提交
  20. 19 12月, 2012 1 次提交
  21. 30 11月, 2012 1 次提交
  22. 16 11月, 2012 1 次提交
    • B
      Bunch of independent changes (ouch) · f3064103
      Behdad Esfahbod 提交于
      API additions:
      
      	hb_segment_properties_t
      	HB_SEGMENT_PROPERTIES_DEFAULT
      	hb_segment_properties_equal()
      	hb_segment_properties_hash()
      
      	hb_buffer_set_segment_properties()
      	hb_buffer_get_segment_properties()
      
      	hb_ot_layout_glyph_class_t
      
      	hb_shape_plan_t
      	hb_shape_plan_create()
      	hb_shape_plan_create_cached()
      	hb_shape_plan_get_empty()
      	hb_shape_plan_reference()
      	hb_shape_plan_destroy()
      	hb_shape_plan_set_user_data()
      	hb_shape_plan_get_user_data()
      	hb_shape_plan_execute()
      
      	hb_ot_shape_plan_collect_lookups()
      
      API changes:
      
      	Rename hb_ot_layout_feature_get_lookup_indexes() to
      	hb_ot_layout_feature_get_lookups().
      
      New header file:
      
      	hb-shape-plan.h
      
      And a bunch of prototyped but not implemented stuff.  Coming soon.
      (Tests fail because of the prototypes right now.)
      f3064103
  23. 15 11月, 2012 1 次提交
  24. 13 11月, 2012 1 次提交
  25. 03 10月, 2012 2 次提交
  26. 25 9月, 2012 1 次提交