1. 20 7月, 2017 1 次提交
  2. 19 7月, 2017 1 次提交
    • B
      [hb-shape] Improve shaping-debug output · e6035055
      Behdad Esfahbod 提交于
      Before, that was printed using --debug (and in both hb-shape and hb-view).
      Changed it, now hb-shape has a new command-line argument called --show-messages.
      When invoked, it also respects other output formatting options.  The messages
      are better formatted and printed to te same place that hb-shape output is
      directed to.  Previously they were written to stderr.
      
      Fixes https://github.com/behdad/harfbuzz/issues/506
      e6035055
  3. 23 1月, 2017 1 次提交
  4. 22 1月, 2017 1 次提交
    • B
      [util] Add --variations · 111f3e55
      Behdad Esfahbod 提交于
      Is hooked up to the font, but not to FreeType, so raster doesn't show yet.
      
      Documentation needs to be done.
      111f3e55
  5. 18 12月, 2015 1 次提交
  6. 16 11月, 2015 1 次提交
    • C
      util: Fix build on Visual Studio · 998e8dda
      Chun-wei Fan 提交于
      Use the fallback implementation for lround() only on pre-2013 Visual
      Studio, and ensure we are clear about the types of the parameters for
      lround() and scalbnf(), since Visual Studio can be quite picky on
      ambiguous parameter types.  Also, use g_ascii_strcasecmp() rather than
      strcasecmp() as we are already using GLib for this code and we are
      assured that g_ascii_strcasemp() is available.
      
      For scalbnf() on pre-2013 Visaul Studio, a fallback implementation is
      needed, but use another forced-included header for those compilers, which
      will be added later.
      
      Also use (char)27 on Visual Studio builds as '\e' is not a recognized
      escape sequence, which will do the same thing.
      998e8dda
  7. 04 11月, 2015 2 次提交
    • B
      [util] Fix option-parsing leaks · 3530cc2d
      Behdad Esfahbod 提交于
      3530cc2d
    • B
      [util] In --debug mode, duplicate font data · 642135f3
      Behdad Esfahbod 提交于
      This has the effect that the font data will end up in a memory
      section malloc()ed exactly to its size.  This gives us better
      valgrind detection of out-of-bounds access.
      
      Previously, the font data was placed in a mmap()ed section or
      GString-allocated area, which didn't have proper protections
      at the end when running under valgrind.
      642135f3
  8. 24 8月, 2015 1 次提交
  9. 22 7月, 2015 1 次提交
  10. 04 6月, 2015 1 次提交
  11. 14 4月, 2015 1 次提交
  12. 10 4月, 2015 1 次提交
  13. 14 2月, 2015 4 次提交
  14. 21 1月, 2015 2 次提交
  15. 03 1月, 2015 1 次提交
  16. 26 7月, 2014 1 次提交
  17. 06 7月, 2014 1 次提交
  18. 05 7月, 2014 1 次提交
  19. 25 3月, 2014 1 次提交
  20. 20 3月, 2014 1 次提交
  21. 13 12月, 2013 1 次提交
  22. 02 12月, 2013 1 次提交
  23. 28 10月, 2013 1 次提交
  24. 11 10月, 2013 1 次提交
  25. 12 4月, 2013 1 次提交
  26. 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
  27. 01 2月, 2013 3 次提交
  28. 22 12月, 2012 1 次提交
  29. 06 12月, 2012 1 次提交
  30. 16 11月, 2012 1 次提交
  31. 14 11月, 2012 3 次提交