1. 13 8月, 2018 4 次提交
  2. 09 8月, 2018 1 次提交
  3. 30 3月, 2018 1 次提交
  4. 15 11月, 2017 1 次提交
  5. 28 10月, 2017 3 次提交
  6. 23 10月, 2017 1 次提交
  7. 18 10月, 2017 1 次提交
  8. 15 10月, 2017 1 次提交
  9. 26 2月, 2016 1 次提交
    • K
      Fix missing ICU #include · 5f995db1
      Kal Conley 提交于
      Fix compile error in hb-icu.cc when ICU configured with
      U_NO_DEFAULT_INCLUDE_UTF_HEADERS=1
      5f995db1
  10. 04 1月, 2015 1 次提交
  11. 25 3月, 2014 1 次提交
  12. 16 8月, 2012 1 次提交
  13. 13 8月, 2012 1 次提交
  14. 12 8月, 2012 1 次提交
  15. 08 8月, 2012 1 次提交
  16. 04 8月, 2012 1 次提交
  17. 02 8月, 2012 1 次提交
  18. 01 8月, 2012 1 次提交
  19. 08 6月, 2012 1 次提交
  20. 06 6月, 2012 3 次提交
  21. 19 1月, 2012 2 次提交
  22. 15 1月, 2012 1 次提交
  23. 26 8月, 2011 1 次提交
    • B
      [API] Make all _from_string() functions take a len parameter · 4c9fe88d
      Behdad Esfahbod 提交于
      Can be -1 for NUL-terminated string.  This is useful for passing parts
      of a larger string to a function without having to copy or modify the
      string first.
      
      Affected functions:
      
      	hb_tag_t hb_tag_from_string()
      	hb_direction_from_string()
      	hb_language_from_string()
      	hb_script_from_string()
      4c9fe88d
  24. 05 8月, 2011 1 次提交
  25. 22 7月, 2011 1 次提交
  26. 21 7月, 2011 3 次提交
  27. 08 7月, 2011 1 次提交
    • B
      [API] Add compose() and decompose() unicode funcs, rename other ones · c4641723
      Behdad Esfahbod 提交于
      Add compose() and decompose() unicode funcs.  These implement
      pair-wise canonical composition/decomposition.
      
      The glib/icu implementations are lacking for now.  We are adding
      API for this to glib, but I cannot find any useful API in ICU.
      May end of implementing these in-house.
      
      Changed all unicode_funcs callback names to remove the "_get" part.
      Eg, hb_unicode_get_script_func_t is now hb_unicode_script_func_t,
      and hb_unicode_get_script() is hb_unicode_script() now.
      c4641723
  28. 15 6月, 2011 1 次提交
  29. 03 5月, 2011 1 次提交
  30. 27 4月, 2011 1 次提交