1. 15 11月, 2017 1 次提交
  2. 28 10月, 2017 3 次提交
  3. 15 10月, 2017 1 次提交
  4. 11 10月, 2017 1 次提交
  5. 18 12月, 2016 1 次提交
    • M
      Support building with older glib versions · 1c98ff87
      Mike Hommey 提交于
      It is desirable to be able to build against older versions of glib.
      
      fd7a245d changed the configure check to require glib > 2.38 for
      G_TEST_DIST. Before that, version 2.16 was required, but in fact,
      since aafe395a, G_PASTE is being used, which was introduced in 2.19.1.
      And since 0ef179e2, hb-glib uses GBytes, which were introduced in
      2.31.10.
      
      2.19.1 is rather old, but 2.38 is rather new. For Firefox, building
      against 2.22 is still supported, although we could probably get away
      with bumping that to 2.28. Either way, GBytes is not available.
      
      Arguably, if you build against a glib that doesn't support GBytes,
      you're not going to use the hb_glib_blob_create function, so we hide
      the function when building against such a glib.
      
      As for G_TEST_DIST, when building against versions of glib that don't
      support it, we can fallback to the previous behavior, which, AIUI, was
      just making the test not work when building in a separate directory.
      1c98ff87
  6. 27 11月, 2015 1 次提交
  7. 01 6月, 2015 1 次提交
  8. 07 1月, 2015 1 次提交
  9. 25 3月, 2014 1 次提交
  10. 10 8月, 2013 1 次提交
  11. 06 12月, 2012 1 次提交
  12. 12 8月, 2012 1 次提交
  13. 04 8月, 2012 1 次提交
  14. 02 8月, 2012 1 次提交
  15. 01 8月, 2012 1 次提交
  16. 06 6月, 2012 3 次提交
  17. 08 3月, 2012 1 次提交
  18. 14 8月, 2011 1 次提交
  19. 07 8月, 2011 1 次提交
  20. 05 8月, 2011 1 次提交
  21. 22 7月, 2011 1 次提交
  22. 21 7月, 2011 3 次提交
  23. 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
  24. 15 6月, 2011 1 次提交
  25. 27 4月, 2011 1 次提交
  26. 22 4月, 2011 2 次提交
  27. 21 4月, 2011 1 次提交
  28. 20 4月, 2011 4 次提交
  29. 12 4月, 2011 1 次提交
  30. 24 7月, 2010 1 次提交