1. b69400f Merge pyotlss, rename it to pyftsubset by Behdad Esfahbod · 11 years ago
  2. 1158118 Merge pyfontview, rename it to pyftfontview by Behdad Esfahbod · 11 years ago
  3. 562400e Update table list for SVG by Behdad Esfahbod · 11 years ago
  4. ddcca79 Add 'SVG ' table implementation from Read Roberts (Adobe) by Behdad Esfahbod · 11 years ago
  5. c4af396 Revert "Make GlyphOrder object iterable" by Behdad Esfahbod · 11 years ago
  6. 4b3df49 Fix XML encoding by Behdad Esfahbod · 11 years ago
  7. d8b32bf Minor import cleanup by Behdad Esfahbod · 11 years ago
  8. e4a670c Make GlyphOrder object iterable by Behdad Esfahbod · 11 years ago
  9. 96b321c Fix comparison to arbitrary objects by Behdad Esfahbod · 11 years ago
  10. 843ffd8 Port glyf coordinates from numpy to custom type by Behdad Esfahbod · 11 years ago
  11. 4f03368 Port glyf transform from numpy to lists by Behdad Esfahbod · 11 years ago
  12. bca6e99 Port glyf flags from numpy to array module by Behdad Esfahbod · 11 years ago
  13. b1a7f87 Port GPKG table from numpy to array module by Behdad Esfahbod · 11 years ago
  14. 8da8242 Port cmap table from numpy to array module by Behdad Esfahbod · 11 years ago
  15. fd647bf Port loca table from numpy to array module by Behdad Esfahbod · 11 years ago
  16. 035bc7d Port hmtx table from numpy to array module by Behdad Esfahbod · 11 years ago
  17. 4ffd404 Fix decompiling GPKG on 64bit systems by Behdad Esfahbod · 11 years ago
  18. 400e953 Improve import handling by Behdad Esfahbod · 11 years ago
  19. b0dc6df Add support for saving WOFF file format by Behdad Esfahbod · 11 years ago
  20. 58d7416 Add support for loading WOFF file format by Behdad Esfahbod · 11 years ago
  21. f09f1d4 Raise exceptions on unimplemented T2CharString operators by Behdad Esfahbod · 11 years ago
  22. 183afe6 Optimize Coverage.postRead() by Behdad Esfahbod · 11 years ago
  23. 12fd2ea Turn "too much glyph data" into a warning by Behdad Esfahbod · 11 years ago
  24. 7d2c10e Allow toXML() to be called on individual tables by Behdad Esfahbod · 11 years ago
  25. 85be2e0 Change duplicate-name resolution from n^2 to linear time by Behdad Esfahbod · 11 years ago
  26. 26549ce Warn about excess data in kern table instead of aborting by Behdad Esfahbod · 11 years ago
  27. 65499c1 Minor improvement to TableStack by Matt Fontaine · 11 years ago
  28. 50d9a44 Add support for Microsoft COLR/CPAL layered color glyphs by Behdad Esfahbod · 11 years ago
  29. 7baa136 Add -z flag to ttx to choose a bitmap dump format by Matt Fontaine · 11 years ago
  30. b9ba775 Add support for Google CBLC/CBDT color bitmaps by Matt Fontaine · 11 years ago
  31. c33b0a2 Add support for standard EBLC/EBDT embedded bitmaps by Matt Fontaine · 11 years ago
  32. ec62dbe Release fonttools version 2.4 by pabs3 · 11 years ago
  33. 278d4d8 Fix syntax error by pabs3 · 11 years ago
  34. e83b4c4 Detect both types of quotes when detecting OTF vs TTF XML. by pabs3 · 11 years ago
  35. 5f41933 Writing to stdout is not actually implemented yet by pabs3 · 11 years ago
  36. fb37a24 Implement writing output to arbitrary files including stdout. by pabs3 · 11 years ago
  37. 3ac875a Fix consistency of space/tab usage. by pabs3 · 11 years ago
  38. e0ddc58 Georg Seifert: fix bug with Apple's kern table format by jvr · 12 years ago
  39. 91bca42 merging fixes & changes from delft-sprint-2012 by jvr · 12 years ago
  40. ca75e43 Fix some typos in the ttx usage instructions by pabs3 · 13 years ago
  41. b8ce5bf Remove shebang from ttyx.py since it is not executed directly by pabs3 · 13 years ago
  42. 85fe10d Remove executable permissions from files that do not need them by pabs3 · 13 years ago
  43. 3de0e58 Fix bug in last commit by pabs3 · 13 years ago
  44. d3d7250 Be more thorough when working around font bugs in the hmtx table by pabs3 · 13 years ago
  45. d572137 Be more thorough when working around font bugs in the loca/glyf tables by pabs3 · 13 years ago
  46. df16db5 Be more thorough when working around font bugs in the OS/2 table by pabs3 · 13 years ago
  47. 98caac2 Long-format loca tables are unsigned not signed. by pabs3 · 13 years ago
  48. 1344bc9 Fix typos: 'neccesary' should be 'necessary'. by pabs3 · 15 years ago
  49. e7689a4 Release fonttools version 2.3 by pabs3 · 15 years ago
  50. 0682316 Fix loading the fontTools.misc.eexecOp module that speeds up fontTools.misc.eexec. by pabs3 · 15 years ago
  51. 17012aa Fix some broken assertions in the cmap format 1 code. by pabs3 · 15 years ago
  52. 0a6dea0 Fix typo in help output. by pabs3 · 15 years ago
  53. bc7b748 updated unicode module to unicode 5.2.0 by pabs3 · 15 years ago
  54. 86368e7 Raising strings is deprecated in Python 2.5, raise an exception instead. by pabs3 · 15 years ago
  55. 0e2aece Fix some warnings due to signedness and 64-bitness issues by pabs3 · 15 years ago
  56. e70bb8a Remove old .cvsignore file by pabs3 · 15 years ago
  57. 7e91e77 Apply remainder of #1675210: add support for TrueType Collection (TTC) files. by pabs3 · 15 years ago
  58. d67cf25 don't use 'as' as a name, it's a keyword in Python >= 2.6 by jvr · 16 years ago
  59. c63ac64 fixed buglet that caused the last table in the font not to be padded to a 4-byte boundary (the spec is a little vague about this, but I believe it's needed, also, Suitcase may complain...) by jvr · 16 years ago
  60. ff85008 Get ready to release version 2.2 by pabs3 · 16 years ago
  61. 4d29ba1 updated unicode module to unicode 5.1.0 by jvr · 16 years ago
  62. a220bf3 a different fix for [1296026]: just comment out the offending assert by jvr · 16 years ago
  63. 03e02ad back out 'fix', as this solution isn't portable by jvr · 16 years ago
  64. 2f3f24a updated to aglfn 1.6 by jvr · 16 years ago
  65. 0cb8a08 cmap format 1 support, contributed by rroberts by jvr · 16 years ago
  66. 14654b2 Apply 1296026: fix tracebacks in some timezones by pabs3 · 16 years ago
  67. a983e66 - turned ps exceptions into classes and renamed them by jvr · 16 years ago
  68. e56bc90 - t1Lib.py can now properly read PFA fonts by jvr · 16 years ago
  69. e5b245f added refactoring note by jvr · 16 years ago
  70. ce47e0d minor fix: one zero too many in assert by jvr · 16 years ago
  71. 142506b added comment, the OTL Extension mechanism should not be here by jvr · 16 years ago
  72. 1c73452 fixed some comment typos by jvr · 16 years ago
  73. cd75d57 don't crash on empty VORG table (reported by Werner Lemberg) by jvr · 16 years ago
  74. 1ebda67 squash 2 bugs related to the numpy conversion by jvr · 16 years ago
  75. 2a9bcde - use the builtin symbols instead of the types module by jvr · 16 years ago
  76. f6ff48b better float testing, so numpy.floats also work. by jvr · 16 years ago
  77. 28afd33 initialize data to empty string instead of list by jvr · 16 years ago
  78. 91ff4fd ar.typecode() doesn't exist in numpy, but then again, this was overkill by jvr · 16 years ago
  79. 1b7d54f converted usage of Numeric to numpy by jvr · 16 years ago
  80. f5e9825 note this file is deprecated by jvr · 16 years ago
  81. ccaf037 removed some redundant imports by jvr · 16 years ago
  82. 41144b9 - moved Numeric import to top - converted tests to doctest by jvr · 16 years ago
  83. a5ed952 post 2.1 version numbering by jvr · 16 years ago
  84. b018bf7 the gasp portion of patch 1675210: support for ClearType by jvr · 16 years ago
  85. 212ea14 fixed oversight in sys.byteorder transition by jvr · 16 years ago
  86. 9be387c Use sys.byteorder, getting rid of ttLib.endian by jvr · 16 years ago
  87. 45d1f3b - removed support for Python 2.2 on MacOS 10.2 by jvr · 16 years ago
  88. 1bcc11d Expose ignoreDecompileErrors as a command line option (-e, to set by jvr · 16 years ago
  89. 2545f16 Make a hidden feature accessible: optionally ignore decompilation errors, by jvr · 16 years ago
  90. 2db352c - skip subtables of length zero by jvr · 16 years ago
  91. 8633195 fixed problem with private VTT table, found by Peter Bilak by jvr · 16 years ago
  92. 67584d8 Woops, missed a version number by pabs3 · 17 years ago
  93. 9728601 Fix 1762552: traceback on amd64 with DejaVuSans.ttf by pabs3 · 17 years ago
  94. 4acb76d added 'support' for OS/2 version 4: can anyone verify this is correct? I can't seem to find an OS/2 v4 spec... by jvr · 17 years ago
  95. 26a46b7 Patch #1296028 from Tomasz Wegrzanowski: improve performance with CJK fonts by pabs3 · 17 years ago
  96. 823f8cd Misc patches from rroberts: by jvr · 18 years ago
  97. d299b55 patches from rroberts: by jvr · 18 years ago
  98. c60a44f Some edits from rroberts: by jvr · 18 years ago
  99. bc6e55b Speed optimizations from rroberts by jvr · 18 years ago
  100. 4cc0051 Some non-official OT tables from rrboerts. He wrote: by jvr · 18 years ago