1. 18 12月, 2018 1 次提交
  2. 12 12月, 2018 1 次提交
  3. 04 11月, 2018 1 次提交
  4. 27 10月, 2018 4 次提交
  5. 18 10月, 2018 1 次提交
  6. 17 10月, 2018 1 次提交
  7. 12 10月, 2018 1 次提交
    • D
      Replace "ISO 639" with "BCP 47" · a03f5f4d
      David Corbett 提交于
      `hb_language_from_string` accepts not only ISO 639 but also BCP 47. Not
      all ISO 639 codes are valid BCP 47 tags but the function does not accept
      overlong language subtags anyway.
      a03f5f4d
  8. 08 10月, 2018 3 次提交
  9. 04 10月, 2018 1 次提交
  10. 30 9月, 2018 1 次提交
  11. 24 9月, 2018 1 次提交
  12. 17 9月, 2018 2 次提交
  13. 26 8月, 2018 1 次提交
  14. 14 8月, 2018 1 次提交
  15. 06 8月, 2018 1 次提交
  16. 10 7月, 2018 1 次提交
  17. 01 6月, 2018 1 次提交
  18. 08 5月, 2018 1 次提交
  19. 06 2月, 2018 2 次提交
  20. 05 2月, 2018 1 次提交
    • B
      [aat] Fix unsafe-to-break · 54e6efad
      Behdad Esfahbod 提交于
      At any position, if state is not zero, mark unsafe-to-break before,
      unless we can reason it safe.
      
      At any position, if there's an action entry for end-of-text, mark
      unsafe to break.
      
      Also changes buffer diff impl to allow for flag differences as long
      as the buffer glyph flags are superset of reference glyph flags.
      
      With this, all MORX tests pass.
      54e6efad
  21. 15 11月, 2017 1 次提交
  22. 01 11月, 2017 1 次提交
  23. 15 10月, 2017 2 次提交
  24. 05 9月, 2017 1 次提交
  25. 31 8月, 2017 1 次提交
    • B
      hb_buffer_diff() tweak · 099472e0
      Behdad Esfahbod 提交于
      I like to have a mode where CONTAINS_NOTDEF and CONTAINS_DOTTEDCIRCLE are not
      returned.  Abused a value of -1 for that.  hb-shape now uses it.  Fixes two
      of the six tests failing with --verify in test/shaping/run-tests.sh.
      099472e0
  26. 24 8月, 2017 2 次提交
  27. 23 8月, 2017 1 次提交
  28. 16 8月, 2017 1 次提交
    • E
      Fix signed/unsigned warning (#522) · 91770e1c
      Emil A Eklund (eae) 提交于
      Change hb_buffer_diff to explicitly cast result of abs to unsigned when
      comparing with position_fuzz to avoid unsafe signed/unsigned comparions
      warnings on windows.
      91770e1c
  29. 15 8月, 2017 1 次提交
  30. 12 8月, 2017 2 次提交