1. 31 8月, 2013 1 次提交
    • B
      Remove hb-old and hb-icu-le test shapers · ac1b7239
      Behdad Esfahbod 提交于
      They've been disabled for a while and no one cared.  We're past
      the point to need them for testing, and if we ever need to
      resurrect them again, well, they're in git graveyard somewhere.
      ac1b7239
  2. 30 8月, 2013 1 次提交
  3. 29 8月, 2013 4 次提交
  4. 27 8月, 2013 1 次提交
    • A
      [gtk-doc] Initial setup · f7c72b42
      Anthony Carrico 提交于
      Initial setup of gtk-doc. Straight forward setup following the gtk-doc
      instructions. Ignore some troublesome types in src/hb-gobject.h. To
      build use "./autogen.sh --enable-gtk-doc" then "make". Docs are in
      harfbuzz/docs/reference/html/index.html.
      f7c72b42
  5. 22 7月, 2013 1 次提交
    • B
      [uniscribe] Use unique font name · 8ac2e88d
      Behdad Esfahbod 提交于
      When installing per-process fonts using AddFontMemResourceEx(),
      if a font with the same family name is already installed, sometimes
      that one gets used.  Which is problematic for us.  As such, we
      now mangle the font to install a new 'name' table with a unique
      name, which we then use to choose the font.
      
      Patch from Jonathan Kew.
      8ac2e88d
  6. 17 7月, 2013 1 次提交
  7. 11 6月, 2013 1 次提交
  8. 07 6月, 2013 1 次提交
    • B
      Fix PKG_CHECK_MODULES usage · 270cfd7a
      Behdad Esfahbod 提交于
      Bug 65246 - Fix build without graphite2
      
      If we don't provide ACTION-IF-NOT-FOUND, configure aborts if it can't
      find the libraries.  We handle that ourselves so we don't want the
      macro to abort.
      270cfd7a
  9. 29 5月, 2013 3 次提交
  10. 28 5月, 2013 12 次提交
  11. 20 5月, 2013 1 次提交
  12. 30 4月, 2013 2 次提交
  13. 20 4月, 2013 1 次提交
  14. 06 4月, 2013 1 次提交
  15. 22 3月, 2013 3 次提交
  16. 19 3月, 2013 1 次提交
  17. 12 3月, 2013 1 次提交
    • B
      Add build system fallback to icu-config · 14cfab52
      Behdad Esfahbod 提交于
      Ubuntu doesn't (or didn't until recently?) ship icu pkg-config
      files.  That's quite unfortunate.  Work around it.
      
      Bug 57608 - ICU Detection fallback for non-pkgconfig systems
      14cfab52
  18. 07 3月, 2013 1 次提交
  19. 26 2月, 2013 1 次提交
  20. 13 2月, 2013 1 次提交
    • B
      Improve checks for setmode() · e2aab4b5
      Behdad Esfahbod 提交于
      As reported by Jonathan, OS X has setmode() that is something other
      than what setmode() is on Win32.  So, limit invocation to Windows
      platforms only.
      e2aab4b5
  21. 05 2月, 2013 1 次提交