1. 05 11月, 2015 1 次提交
  2. 03 9月, 2015 1 次提交
  3. 01 9月, 2015 2 次提交
  4. 22 7月, 2015 2 次提交
  5. 20 6月, 2015 1 次提交
  6. 01 6月, 2015 1 次提交
  7. 01 5月, 2015 1 次提交
  8. 11 4月, 2015 2 次提交
  9. 21 3月, 2015 1 次提交
  10. 03 3月, 2015 1 次提交
  11. 27 1月, 2015 2 次提交
    • B
      [API] Add hb_buffer_add_latin1() · 61820bc4
      Behdad Esfahbod 提交于
      This is by no ways to promote non-Unicode encodings.  This is an entry
      point that takes Unicode codepoints that happen to all be the first
      256 characters and hence fit in 8bit strings.  This is useful eg in Chrome
      where strings that can fit in 8bit are implemented that way, and this
      avoids copying into UTF-8 or UTF-16.
      
      Perhaps we should rename this to hb_buffer_add_codepoints8().  I'm also
      curious if anyone would be really interested in hb_buffer_add_codepoints16().
      
      Please discuss!
      61820bc4
    • B
      78c6e86c
  12. 07 1月, 2015 1 次提交
  13. 12 8月, 2014 1 次提交
  14. 17 7月, 2014 3 次提交
  15. 15 4月, 2014 1 次提交
    • B
      Add HB_NO_MERGE_CLUSTERS · 66c6a48b
      Behdad Esfahbod 提交于
      Disables any cluster-merging.  Added for testing purposes while
      we investigate what kind of API to add for this.
      66c6a48b
  16. 16 11月, 2013 1 次提交
  17. 14 11月, 2013 2 次提交
  18. 13 11月, 2013 1 次提交
  19. 17 10月, 2013 1 次提交
  20. 15 10月, 2013 1 次提交
    • B
      [otlayout] Fix (Chain)Context recursion! · 6b65a76b
      Behdad Esfahbod 提交于
      Previously we only supported recursive sublookups with
      ascending indices.  We were also not correctly handling
      non-1-to-1 recursed lookups.
      
      Fix all that!
      
      Fixes the three tests in test/shaping/tests/context-matching.tests,
      which were derived from NotoSansBengali and NotoSansDevanagari
      among others.
      6b65a76b
  21. 13 9月, 2013 1 次提交
  22. 07 9月, 2013 2 次提交
  23. 06 9月, 2013 1 次提交
  24. 27 8月, 2013 1 次提交
  25. 30 4月, 2013 1 次提交
  26. 28 2月, 2013 2 次提交
  27. 08 1月, 2013 1 次提交
  28. 22 12月, 2012 1 次提交
  29. 30 11月, 2012 1 次提交
  30. 16 11月, 2012 2 次提交
    • B
    • 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