1. 23 3月, 2015 1 次提交
  2. 28 1月, 2015 1 次提交
  3. 05 1月, 2015 1 次提交
  4. 04 1月, 2015 1 次提交
  5. 07 8月, 2014 1 次提交
  6. 12 7月, 2014 1 次提交
  7. 21 6月, 2014 1 次提交
    • B
      Rename HB_VERSION_CHECK and hb_version_check to "atleast" · 2b051c60
      Behdad Esfahbod 提交于
      HB_VERSION_CHECK's comparison was originally written wrongly
      by mistake.  When API tests were written, they were also written
      wrongly to pass given the wrong implementation... Sigh.
      
      Given the purpose of this API, there's no point in fixing it
      without renaming it.  As such, rename.
      
      API changes:
      
        HB_VERSION_CHECK -> HB_VERSION_ATLEAST
        hb_version_check -> hb_version_atleast
      2b051c60
  8. 19 6月, 2014 1 次提交
  9. 04 6月, 2014 1 次提交
  10. 17 3月, 2014 1 次提交
  11. 12 12月, 2013 1 次提交
  12. 27 9月, 2013 1 次提交
  13. 07 9月, 2013 2 次提交
  14. 11 6月, 2013 1 次提交
  15. 13 2月, 2013 1 次提交
  16. 30 1月, 2013 1 次提交
  17. 04 12月, 2012 1 次提交
  18. 07 9月, 2012 1 次提交
  19. 09 8月, 2012 1 次提交
  20. 17 6月, 2012 1 次提交
  21. 06 6月, 2012 3 次提交
  22. 13 4月, 2012 1 次提交
  23. 08 3月, 2012 3 次提交
  24. 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
  25. 09 8月, 2011 1 次提交
  26. 06 8月, 2011 1 次提交
  27. 05 8月, 2011 1 次提交
  28. 14 5月, 2011 1 次提交
  29. 12 5月, 2011 1 次提交
  30. 11 5月, 2011 1 次提交
  31. 07 5月, 2011 1 次提交
  32. 06 5月, 2011 4 次提交