1. 17 12月, 2015 1 次提交
  2. 14 12月, 2015 1 次提交
  3. 13 12月, 2015 1 次提交
    • S
      AIX fixes · a13b023d
      Steven R. Loomis 提交于
      - use '-w' instead of '\<...\>' for check-header-guards
        grep manpage says these are the same
      
      - put '-q' first in the grep options
      
      - move VAR into hb-private.hh
      
      - hb-font-private.hh - use [VAR] instead of [] for variable array
      a13b023d
  4. 11 12月, 2015 1 次提交
  5. 10 12月, 2015 5 次提交
  6. 08 12月, 2015 1 次提交
    • B
      Remove final pause from Arabic shaper · 98460779
      Behdad Esfahbod 提交于
      Back in the old days, we used to apply 'calt' and 'cswh' in Arabic shaper,
      with a pause in between.  Then we disabled the 'cswh' because Microsoft
      disabled it, but forgot to remove the unnecessary pause.  Do that now.
      
      This has the benefit that it fixes shaping with monbaiti from Windows 10.
      In that version of that font, the lookups from 'calt' are duplicated in
      'rclt', and Mongolian was changed to go through Universal Shaping Engine.
      We still use the Arabic shaper for Mongolian.  With a pause after 'calt',
      we were applying the duplicate lookups from 'calt' and 'rclt' twice.  It
      happened to be the case that these lookups were NOT idempotent.  So we
      were getting wrong shaping.  See thread "Windows 10 monbaiti.ttf upgrade
      (5.01 -> 5.51) caused loss of diacritical marks when shaped with harfbuz"
      on the mailing list.  This fixes that.
      98460779
  7. 07 12月, 2015 5 次提交
  8. 06 12月, 2015 1 次提交
    • J
      Make apply_stch() give a more precise fit · a7ffe353
      jfkthame 提交于
      This aims to make Syriac Abbr Mark sizing more accurate when repeating segments are used, by adding an extra repeat and tightening up the spacing slightly rather than leaving a shortfall corresponding to a partial repeat-width.
      a7ffe353
  9. 01 12月, 2015 1 次提交
  10. 28 11月, 2015 1 次提交
  11. 27 11月, 2015 8 次提交
  12. 25 11月, 2015 4 次提交
  13. 24 11月, 2015 3 次提交
  14. 23 11月, 2015 2 次提交
  15. 22 11月, 2015 1 次提交
  16. 21 11月, 2015 3 次提交
  17. 20 11月, 2015 1 次提交