1. 1ae2959 from __future__ import absolute_import by Behdad Esfahbod · 10 years ago
  2. 9c5e2ce Add a get() method to TTFont ala dict.get() by Behdad Esfahbod · 10 years ago
  3. 283fb26 By default, don't load fonts lazily by Behdad Esfahbod · 10 years ago
  4. e5bee37 Allow converting 'glyphXXX' to glyphID by Behdad Esfahbod · 10 years ago
  5. ebefbba Minor by Behdad Esfahbod · 10 years ago
  6. dc87372 Use True/False instead of 1/0 by Behdad Esfahbod · 10 years ago
  7. 9e6ef94 Use "is None" instead of "== None" by Behdad Esfahbod · 10 years ago
  8. 153ec40 Fix a few pychecker warnings by Behdad Esfahbod · 10 years ago
  9. e388db5 py23 Use new-style classes by Behdad Esfahbod · 11 years ago
  10. 5cf4008 py23 tostr()/tobytes() and using them by Behdad Esfahbod · 11 years ago
  11. 960280b py23 Use more Tag() by Behdad Esfahbod · 11 years ago
  12. 319c5fd py23 introduce byteord() and use it by Behdad Esfahbod · 11 years ago
  13. d2f5d2f py23 use Tag in ttLib/__init__ by Behdad Esfahbod · 11 years ago
  14. 32c10ee py23 from __future__ import division and adjust divisions by Behdad Esfahbod · 11 years ago
  15. 30e691e py23 from __future__ import print_function by Behdad Esfahbod · 11 years ago
  16. b7a2d79 py23 Use bytechr() instead of chr() by Behdad Esfahbod · 11 years ago
  17. bb0beb7 2to3 Use py23 to close some of the bytes/str/unicode gaps by Behdad Esfahbod · 11 years ago
  18. c2297cd 2to3 --fix=dict with manual cleanup by Behdad Esfahbod · 11 years ago
  19. 14fb031 Remove most uses of module string by Behdad Esfahbod · 11 years ago
  20. 223273f 2to3 --fix=except by Behdad Esfahbod · 11 years ago
  21. b92c080 2to3 --fix=imports with manual fixups by Behdad Esfahbod · 11 years ago
  22. 3ec6a25 2to3 --fix=print with manual fixup by Behdad Esfahbod · 11 years ago
  23. ac1b435 2to3 --fix=idioms by Behdad Esfahbod · 11 years ago
  24. 3a9fd30 2to3 equivalent to --fix=tuple_params by Behdad Esfahbod · 11 years ago
  25. dc7e6f3 2to3 --fix=repr by Behdad Esfahbod · 11 years ago
  26. cd5aad9 2to3 --fix=raise by Behdad Esfahbod · 11 years ago
  27. 180ace6 2to3 --fix=ne by Behdad Esfahbod · 11 years ago
  28. 2b06aaa 2to3 --fix=import by Behdad Esfahbod · 11 years ago
  29. bc5e1cb 2to3 --fix=has_key by Behdad Esfahbod · 11 years ago
  30. 7ef23a8 Add font.lazy by Behdad Esfahbod · 11 years ago
  31. 3ebfea4 Move fontTools.ttLib.importXML to fontTools.misc.xmlReader by Behdad Esfahbod · 11 years ago
  32. 38fdae6 Use True/False instead of 1/0 by Behdad Esfahbod · 11 years ago
  33. d7921e3 Improved support for minimal fonts (with no visible glyphs). by Roozbeh Pournader · 11 years ago
  34. 805caae Merge pull request #5 from davelab6/master by Behdad Esfahbod · 11 years ago
  35. f65033e Move xmlWriter into fontTools.misc by Behdad Esfahbod · 11 years ago
  36. d7efd56 Make parsing XML quiet by Dave Crossland · 11 years ago
  37. 85af40e Adding quiet mode to xmlImport by Dave Crossland · 11 years ago
  38. c4af396 Revert "Make GlyphOrder object iterable" by Behdad Esfahbod · 11 years ago
  39. d8b32bf Minor import cleanup by Behdad Esfahbod · 11 years ago
  40. e4a670c Make GlyphOrder object iterable by Behdad Esfahbod · 11 years ago
  41. 400e953 Improve import handling by Behdad Esfahbod · 11 years ago
  42. b0dc6df Add support for saving WOFF file format by Behdad Esfahbod · 11 years ago
  43. 58d7416 Add support for loading WOFF file format by Behdad Esfahbod · 11 years ago
  44. c33b0a2 Add support for standard EBLC/EBDT embedded bitmaps by Matt Fontaine · 11 years ago
  45. 91bca42 merging fixes & changes from delft-sprint-2012 by jvr · 12 years ago
  46. 1344bc9 Fix typos: 'neccesary' should be 'necessary'. by pabs3 · 14 years ago
  47. 7e91e77 Apply remainder of #1675210: add support for TrueType Collection (TTC) files. by pabs3 · 15 years ago
  48. 9be387c Use sys.byteorder, getting rid of ttLib.endian by jvr · 16 years ago
  49. 2545f16 Make a hidden feature accessible: optionally ignore decompilation errors, by jvr · 16 years ago
  50. 823f8cd Misc patches from rroberts: by jvr · 18 years ago
  51. 2e4cc02 BasePen should not fail if a base glyph does not exist in the glyph set; added get() method to _TTGlyphSet class by jvr · 19 years ago
  52. 79c1316 fixed buglet in GlyphSet support code by jvr · 19 years ago
  53. 28ae196 Refactored and enhanced table order support: by jvr · 20 years ago
  54. a4f6688 tweak & bugfix by jvr · 20 years ago
  55. 1cff4cb workaround for buggy 2.2 mac support by jvr · 21 years ago
  56. d028b7b Set .width in _TTGlyph.__init__ after all: these are just this wrapper by jvr · 21 years ago
  57. 6f8f5de fixed AttributeError in _TTGlyphSet.keys() by jvr · 21 years ago
  58. 1c9917b comment typo fix, reflow by jvr · 21 years ago
  59. 8df8f63 TTFont now has a getGlyphSet() method, which will return a generic by jvr · 21 years ago
  60. 700df03 - attempted to sort tables in order recommended by spec. by jvr · 21 years ago
  61. 0bb3ba5 some modernizations by jvr · 21 years ago
  62. 6ab979c some (modified) progress bar support by jvr · 22 years ago
  63. 9da0f12 make dynamic table import work when importing from a zip file (for py2exe) by jvr · 22 years ago
  64. d57c434 It still wasn't right; I think the glyph order mess is now sufficiently cleaned up; at least compiling the result of ttdump -x glyf works again. by jvr · 22 years ago
  65. 22f0689 make sure the glyph order is loaded when importing XML as the TTX file may not contain it (ttdump -t/ttcompile -i). by jvr · 22 years ago
  66. e5ae28e whoops, the new GlyphOrder table stuff broke ttdump -s by jvr · 22 years ago
  67. 4e5af60 CFF/T2 <-> XML roundtripping has begun! by jvr · 22 years ago
  68. 0011bb6 big change: the glyph order is now dumped as a separate table and not as part of glyf (which didn't make much sense to begin with, but can't work at all in the case of CFF...) by jvr · 22 years ago
  69. fe66577 refactored saveXML() method by jvr · 22 years ago
  70. 0ecc433 ignore tables we don't have upon saving as XML: this is indispensible for batch processing by jvr · 22 years ago
  71. 8307fa4 a whole bunch of renames, purely stylistic by jvr · 22 years ago
  72. 0b63b28 don't get glyph names from CFF it it's a CID-keyed font; invent glyph name on the spot if glyphID is too high (dubious change..). by jvr · 22 years ago
  73. ea9dfa9 renamed several items to use camelCase by jvr · 22 years ago
  74. 0f29303 change how saveXML with splitTable=True works: it no longer creates a directory, and outputs a small file that references the individual table files by jvr · 22 years ago
  75. 22dcb9e a few cosmetic/style changes by jvr · 22 years ago
  76. 9f1e14b Work around bootstrapping problem in TTFont._getGlyphNamesFromCmap(): by jvr · 22 years ago
  77. cf4b3b3 renamed _getTableData() to getTableData(); optimized getGlyphOrder() somewhat. by jvr · 22 years ago
  78. f707463 added support for deleting tables: del f[tag] by jvr · 22 years ago
  79. d04a3bb use version from fontTools.__init__.py by jvr · 22 years ago
  80. ca4c456 Complety revised the XML import code: by jvr · 22 years ago
  81. a556f51 don't allow duplicate glyph names when building names from cmap/agl by Just · 23 years ago
  82. 0f67586 improved support for writing to (in memory) streams by Just · 24 years ago
  83. c91a951 minor changes by Just · 24 years ago
  84. 509e287 disable decompilation exception catching: it causes too many debugging nightmares. by Just · 24 years ago
  85. 5360248 added support for instruction disassembly in saveXML() by Just · 24 years ago
  86. 9682b41 use ".ttx" extension instead of ".xml". TTX is not the name of the format, not the app... by Just · 24 years ago
  87. ff3499d - Added skiptTables argument to TTFont.saveXML(), to support -x option of tt2xml.py by Just · 24 years ago
  88. f8fd477 Added code to fall back to the DefaultTable (and therefore to hex XML dumps) when an exception occurs during decompilation. by Just · 24 years ago
  89. 7dcc916 - fixed broken agl import by Just · 24 years ago
  90. d28479b Added optional splitTables argument to TTFont.saveXML(). Set to non-zero, this will cause each table to be dumped to an idividual XML file. by Just · 24 years ago
  91. 98d780d edited TTFont.__init__ doc string, the recalcBBoxes explanation should now be clearer and more complete. by Just · 24 years ago
  92. 3e097c6 don't recalc a number of things then TTFont().recalcBBoxes is off. This allows us to compact glyphs right after they've been parsed from XML, which should greatly reduce memory usage, and therefore should speedup compiling large fonts. by Just · 24 years ago
  93. 869c6f3 moved an import statement by Just · 24 years ago
  94. 88cb4f3 added recalcBBoxes argument to TTFont.__init__() by Just · 24 years ago
  95. 8bc8cf8 minor cleanup of some doc strings by Just · 24 years ago
  96. f78bec0 added __release__ symbol, changed __version__ to $Id$. by Just · 24 years ago
  97. 7842e56 Created a new library directory called "FreeLib". All OpenSource RFMKII components will reside there, fontTools being the flagship. by Just · 24 years ago