1. 08 10月, 2018 17 次提交
  2. 07 10月, 2018 4 次提交
  3. 06 10月, 2018 6 次提交
  4. 05 10月, 2018 1 次提交
  5. 04 10月, 2018 12 次提交
    • B
      More bot fixes · 7b3ae5ff
      Behdad Esfahbod 提交于
      7b3ae5ff
    • B
      Fix a warning · 310bdac4
      Behdad Esfahbod 提交于
      310bdac4
    • B
      [test] Choose 'ot' shaper specifically · 0abce581
      Behdad Esfahbod 提交于
      Now that we added morx support, our OS X bot is running them through CoreText
      and failing (with a DoS / infinite loop no less!).  Always run tests through
      our own shaper.
      0abce581
    • B
      [TODO] Clean up · c93d379b
      Behdad Esfahbod 提交于
      c93d379b
    • B
      Enable two OpenType features, 'Harf' and 'Buzz' · a01194aa
      Behdad Esfahbod 提交于
      One early, before script-specific features, one late, after.  Allows font
      developers to detect us and behave differently if needed.
      a01194aa
    • B
      [test/text-rendering-tests] Update from upstream · 55468ca0
      Behdad Esfahbod 提交于
      55468ca0
    • B
      Minor · 6ff8a8a1
      Behdad Esfahbod 提交于
      6ff8a8a1
    • B
      Apply morx if there's no GSUB! · 14ff3cbe
      Behdad Esfahbod 提交于
      14ff3cbe
    • B
      [aat] Add +hb_aat_layout_has_substitution · 3417037e
      Behdad Esfahbod 提交于
      3417037e
    • S
      Minor: Fix autoconf warning · 1f14107f
      Sascha Brawer 提交于
      Before this change, autoconf was emitting the following warnings:
      
      ```
      configure.ac:22: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
      ../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from...
      configure.ac:22: the top level
      configure.ac:22: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
      ../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from...
      configure.ac:22: the top level
      configure.ac:22: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
      ../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from...
      configure.ac:22: the top level
      configure.ac:22: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
      ../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from...
      configure.ac:22: the top level
      configure.ac:22: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
      ../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from...
      configure.ac:22: the top level
      configure.ac:22: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
      ../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from...
      configure.ac:22: the top level
      configure.ac:22: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
      ../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from...
      configure.ac:22: the top level
      configure.ac:22: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
      ../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from...
      configure.ac:22: the top level
      ```
      1f14107f
    • S
    • E
      Minor, fix double-promotion warnings (#1221) · 5de2d9cd
      Ebrahim Byagowi 提交于
      5de2d9cd