1. 12 4月, 2018 1 次提交
  2. 12 2月, 2018 1 次提交
  3. 11 2月, 2018 1 次提交
  4. 11 8月, 2017 1 次提交
  5. 12 8月, 2014 1 次提交
  6. 17 7月, 2014 2 次提交
  7. 12 7月, 2014 1 次提交
  8. 11 7月, 2014 1 次提交
  9. 27 8月, 2013 1 次提交
  10. 04 6月, 2013 1 次提交
  11. 08 1月, 2013 1 次提交
  12. 15 11月, 2012 1 次提交
  13. 14 11月, 2012 2 次提交
    • B
      Add buffer flags · 0c7df222
      Behdad Esfahbod 提交于
      New API:
      
      	hb_buffer_flags_t
      
      	HB_BUFFER_FLAGS_DEFAULT
      	HB_BUFFER_FLAG_BOT
      	HB_BUFFER_FLAG_EOT
      	HB_BUFFER_FLAG_PRESERVE_DEFAULT_IGNORABLES
      
      	hb_buffer_set_flags()
      	hb_buffer_get_flags()
      
      We use the BOT flag to decide whether to insert dottedcircle if the
      first char in the buffer is a combining mark.
      
      The PRESERVE_DEFAULT_IGNORABLES flag prevents removal of characters like
      ZWNJ/ZWJ/...
      0c7df222
    • B
      Add hb_buffer_clear() · 82ecaff7
      Behdad Esfahbod 提交于
      Which is like _reset(), but does NOT clear unicode-funcs.
      82ecaff7
  14. 08 6月, 2012 1 次提交
  15. 20 1月, 2012 1 次提交
  16. 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
  17. 20 8月, 2011 1 次提交
  18. 17 5月, 2011 1 次提交
  19. 12 5月, 2011 2 次提交
  20. 11 5月, 2011 1 次提交
  21. 03 5月, 2011 1 次提交
  22. 30 4月, 2011 1 次提交
  23. 29 4月, 2011 8 次提交
  24. 28 4月, 2011 1 次提交
  25. 22 4月, 2011 1 次提交
  26. 19 4月, 2011 3 次提交
  27. 16 4月, 2011 2 次提交