1. 1344bc9 Fix typos: 'neccesary' should be 'necessary'. by pabs3 · 15 years ago
  2. 7e91e77 Apply remainder of #1675210: add support for TrueType Collection (TTC) files. by pabs3 · 15 years ago
  3. 9be387c Use sys.byteorder, getting rid of ttLib.endian by jvr · 16 years ago
  4. 2545f16 Make a hidden feature accessible: optionally ignore decompilation errors, by jvr · 16 years ago
  5. 823f8cd Misc patches from rroberts: by jvr · 18 years ago
  6. 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
  7. 79c1316 fixed buglet in GlyphSet support code by jvr · 20 years ago
  8. 28ae196 Refactored and enhanced table order support: by jvr · 20 years ago
  9. a4f6688 tweak & bugfix by jvr · 20 years ago
  10. 1cff4cb workaround for buggy 2.2 mac support by jvr · 21 years ago
  11. d028b7b Set .width in _TTGlyph.__init__ after all: these are just this wrapper by jvr · 21 years ago
  12. 6f8f5de fixed AttributeError in _TTGlyphSet.keys() by jvr · 21 years ago
  13. 1c9917b comment typo fix, reflow by jvr · 21 years ago
  14. 8df8f63 TTFont now has a getGlyphSet() method, which will return a generic by jvr · 21 years ago
  15. 700df03 - attempted to sort tables in order recommended by spec. by jvr · 21 years ago
  16. 0bb3ba5 some modernizations by jvr · 21 years ago
  17. 6ab979c some (modified) progress bar support by jvr · 22 years ago
  18. 9da0f12 make dynamic table import work when importing from a zip file (for py2exe) by jvr · 22 years ago
  19. 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
  20. 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
  21. e5ae28e whoops, the new GlyphOrder table stuff broke ttdump -s by jvr · 22 years ago
  22. 4e5af60 CFF/T2 <-> XML roundtripping has begun! by jvr · 22 years ago
  23. 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
  24. fe66577 refactored saveXML() method by jvr · 22 years ago
  25. 0ecc433 ignore tables we don't have upon saving as XML: this is indispensible for batch processing by jvr · 22 years ago
  26. 8307fa4 a whole bunch of renames, purely stylistic by jvr · 22 years ago
  27. 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
  28. ea9dfa9 renamed several items to use camelCase by jvr · 22 years ago
  29. 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
  30. 22dcb9e a few cosmetic/style changes by jvr · 22 years ago
  31. 9f1e14b Work around bootstrapping problem in TTFont._getGlyphNamesFromCmap(): by jvr · 22 years ago
  32. cf4b3b3 renamed _getTableData() to getTableData(); optimized getGlyphOrder() somewhat. by jvr · 22 years ago
  33. f707463 added support for deleting tables: del f[tag] by jvr · 22 years ago
  34. d04a3bb use version from fontTools.__init__.py by jvr · 22 years ago
  35. ca4c456 Complety revised the XML import code: by jvr · 22 years ago
  36. a556f51 don't allow duplicate glyph names when building names from cmap/agl by Just · 23 years ago
  37. 0f67586 improved support for writing to (in memory) streams by Just · 24 years ago
  38. c91a951 minor changes by Just · 24 years ago
  39. 509e287 disable decompilation exception catching: it causes too many debugging nightmares. by Just · 24 years ago
  40. 5360248 added support for instruction disassembly in saveXML() by Just · 25 years ago
  41. 9682b41 use ".ttx" extension instead of ".xml". TTX is not the name of the format, not the app... by Just · 25 years ago
  42. ff3499d - Added skiptTables argument to TTFont.saveXML(), to support -x option of tt2xml.py by Just · 25 years ago
  43. f8fd477 Added code to fall back to the DefaultTable (and therefore to hex XML dumps) when an exception occurs during decompilation. by Just · 25 years ago
  44. 7dcc916 - fixed broken agl import by Just · 25 years ago
  45. 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 · 25 years ago
  46. 98d780d edited TTFont.__init__ doc string, the recalcBBoxes explanation should now be clearer and more complete. by Just · 25 years ago
  47. 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 · 25 years ago
  48. 869c6f3 moved an import statement by Just · 25 years ago
  49. 88cb4f3 added recalcBBoxes argument to TTFont.__init__() by Just · 25 years ago
  50. 8bc8cf8 minor cleanup of some doc strings by Just · 25 years ago
  51. f78bec0 added __release__ symbol, changed __version__ to $Id$. by Just · 25 years ago
  52. 7842e56 Created a new library directory called "FreeLib". All OpenSource RFMKII components will reside there, fontTools being the flagship. by Just · 25 years ago