1. 27 10月, 2018 2 次提交
  2. 20 10月, 2018 1 次提交
  3. 26 8月, 2018 1 次提交
  4. 09 8月, 2018 1 次提交
  5. 06 8月, 2018 1 次提交
  6. 10 7月, 2018 1 次提交
  7. 04 11月, 2017 1 次提交
  8. 15 10月, 2017 1 次提交
  9. 02 10月, 2017 1 次提交
  10. 10 8月, 2017 1 次提交
  11. 18 4月, 2017 1 次提交
    • C
      Fix clang -Wcomma warnings (#471) (#472) · aacca375
      Chris Peterson 提交于
      clang's new -Wcomma compiler option warns about possible misuse of the
      comma operator such as between two statements.
      
      hb-common.cc:190:9 [-Wcomma] possible misuse of comma operator here
      hb-ot-layout-gsubgpos-private.hh:345:30 [-Wcomma] possible misuse of
      comma operator here
      hb-shape-plan.cc:438:26 [-Wcomma] possible misuse of comma operator here
      aacca375
  12. 04 2月, 2017 1 次提交
  13. 17 12月, 2016 1 次提交
  14. 27 8月, 2016 1 次提交
  15. 02 10月, 2015 2 次提交
  16. 01 6月, 2015 1 次提交
  17. 10 4月, 2015 1 次提交
    • B
      Relax inert checks · eb0bf3ae
      Behdad Esfahbod 提交于
      Previously, when creating an object from inert inputs (eg:
      "hb_font_create(hb_face_get_empty())") we returned the inert
      empty object.  This is not helpful as there are legitimate
      usecases to do that.
      
      We now never return the inert object unless allocation failed.
      
      Tests are revised to reflect.
      eb0bf3ae
  18. 13 8月, 2014 5 次提交
  19. 04 6月, 2014 1 次提交
  20. 02 12月, 2013 3 次提交
  21. 13 9月, 2013 1 次提交
  22. 07 9月, 2013 1 次提交
  23. 15 2月, 2013 1 次提交
  24. 23 11月, 2012 1 次提交
  25. 17 11月, 2012 1 次提交
  26. 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
  27. 09 8月, 2012 2 次提交
  28. 04 8月, 2012 1 次提交
  29. 02 8月, 2012 1 次提交
  30. 30 7月, 2012 2 次提交