1. ec66f09 mac readme file by Just · 25 years ago
  2. 3d2d8a6 known bugs and last changes by Just · 25 years ago
  3. e5ad9c9 finally written some more doco by Just · 25 years ago
  4. ea03d67 updated license by Just · 25 years ago
  5. 480b26e new minimal readme file by Just · 25 years ago
  6. 5216353 added doc strings to empty __init__.py files: WinZip apparently skips empty files. Doh! by Just · 25 years ago
  7. 7bf760f fixed multi-arg .append() call, for Python 1.6 compatibility. by Just · 25 years ago
  8. d29f289 - some method name changes - check for 3,0 platform/encoding wide strings by Just · 25 years ago
  9. 7f34d73 minor fixes. Note: format2 is not implemented correctly! by Just · 25 years ago
  10. 670c985 added doc strings to empty __init__.py files: WinZip apparently skips empty files. Doh! by Just · 25 years ago
  11. 83736c6 fixed multi-arg .append() call, for Python 1.6 compatibility. by Just · 25 years ago
  12. 4ff3ba9 changes reflecting a method name change in the kern table. by Just · 25 years ago
  13. 7268e24 be relaxed about zero padding the input data to 4-byte boundaries by Just · 25 years ago
  14. 222aea7 another 64-bit fix by Just · 25 years ago
  15. 8006d2f New Windows shell extension by Adam Twardoch. by Just · 25 years ago
  16. 0b99c89 some improvements; can optionally specify dest dir by just · 25 years ago
  17. 752465b first patch to make ttLib 64-bit clean by Just · 25 years ago
  18. 509e287 disable decompilation exception catching: it causes too many debugging nightmares. by Just · 25 years ago
  19. 9c3744a Added note about the incorrect old URL in the Adobe text, and reverted the text to what it was: it still is the latest officially released document, and I'd rather include it as-is. by Just · 25 years ago
  20. 76a9dd2 new URL for adobe's glyphlist doco by Erik · 25 years ago
  21. b263e4d reinstated accidentally deleted regex. by Just · 25 years ago
  22. af5694e added -i option. This will enable TT instruction disassembly. by Just · 25 years ago
  23. 7c0fb31 added an assert, plus some (commented out) test code for bad unicode strings by Just · 25 years ago
  24. 9eaa7e3 added support for instruction disassembly by Just · 25 years ago
  25. 51e75db - added assembler: we've got a full round trip now! by Just · 25 years ago
  26. 5360248 added support for instruction disassembly in saveXML() by Just · 25 years ago
  27. de7a3c4 fixed buglet in num2binary() by Just · 25 years ago
  28. dab4332 fixed broken import by Just · 25 years ago
  29. 2234b04 minor doc string change by Just · 25 years ago
  30. deb3b63 Two new functions: by Just · 25 years ago
  31. 56804d2 Support for interface checking. Experimental. by Just · 25 years ago
  32. 02a739a new functions: unionRect() and rectCenter() by Just · 25 years ago
  33. b3026ba added intRect() function. Turn any rect into a rect using ints only. by Just · 25 years ago
  34. b852a41 - added methods to get composite component info conveniently by Just · 25 years ago
  35. fda6573 various changes: by Just · 25 years ago
  36. ea2cc3f use ".ttx" extension instead of ".xml". TTX is now the name of the format, not just the app. Still needs work, though. by Just · 25 years ago
  37. be7163c added a bunch of rectangle tools that mimic some Qd.*Rect functions, like Qd.InsetRect. by Just · 25 years ago
  38. 9682b41 use ".ttx" extension instead of ".xml". TTX is not the name of the format, not the app... by Just · 25 years ago
  39. 9b79e52 renamed tt2xml.pt to ttDump.py and xml2tt.py to ttCompile.py by Just · 25 years ago
  40. 528614e Moved psCharStrings.py, psLib.py and psOperators.py to fontTools.misc, since they're not "toplevel" font tools. by Just · 25 years ago
  41. 470b505 yet another reorganization round... by Just · 25 years ago
  42. c2be3d9 Changes to use the new fontTools.misc.eexec module instead of the old eexec module. by Just · 25 years ago
  43. 6c53f88 added fontTools.misc.eexec and a MacOS/PPC shared lib (eexecOp) that provides the C implementation. by Just · 25 years ago
  44. 41ca640 added eexecOp, C implementation of the new fontTools.misc.eexec module. by Just · 25 years ago
  45. 599cc2f Remove null bytes before dumping to XML. This seems neccesary, but I'm not sure if this breaks compilation. by Just · 25 years ago
  46. 1be8095 added TSIV table by Just · 25 years ago
  47. ff3499d - Added skiptTables argument to TTFont.saveXML(), to support -x option of tt2xml.py by Just · 25 years ago
  48. e9af618 added -x <table> option, to exclude a specific table. by Just · 25 years ago
  49. 7cb6272 Added private VOLT (?) tables: TSIB, TSID, TSIP, TSIS. Easy, since they're plain ascii tables. by Just · 25 years ago
  50. b0860a8 added some initializer in case the table is empty. by Just · 25 years ago
  51. 484a67e while the OT modules are in progress, disable decompilation and fall back to hex dumps. by Just · 25 years ago
  52. e414c92 set XML file type to BBEdit when on MacOS by Just · 25 years ago
  53. d0beb0e cleaned up error message for failing version test by Just · 25 years ago
  54. e23942f added error messages to the assert statements by Just · 25 years ago
  55. 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
  56. ab15e07 When using -s (splitting files), save the xml files in a separate directory instead of in the same dir as the font file. by Just · 25 years ago
  57. 72f102c Revert current directory after glob'ing for *.xml files by Just · 25 years ago
  58. b0e2817 Treat platformID=3, platEncID=0 also as Unicode strings. by Just · 25 years ago
  59. 7dcc916 - fixed broken agl import by Just · 25 years ago
  60. 1670f7a XMLApplication: don't create a new table when a table with that tag already exist in the TTFont object. by Just · 25 years ago
  61. 94940da Added support to merge multiple XML files into one font (the opposite of tt2xml.py's -s option). Improved doc string. by Just · 25 years ago
  62. 08ff1b4 Added -s option to split each table into a separate XML file. by Just · 25 years ago
  63. 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
  64. c21f795 print final (timing) message when in verbose mode by Just · 25 years ago
  65. 7a8ca4a slight cleanup. by Just · 25 years ago
  66. 98d780d edited TTFont.__init__ doc string, the recalcBBoxes explanation should now be clearer and more complete. by Just · 25 years ago
  67. 65df20b added browseTTFont() function. by Just · 25 years ago
  68. 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
  69. fd5a932 oops: header struct is big endian of course! noted by Werner Lemberg. by Just · 25 years ago
  70. 36db2a0 fixed dumb error: recalcBBoxes goes into the TTFont constructor, not int TTFont.save. by Just · 25 years ago
  71. c968816 populating Mac subdirectory by Just · 25 years ago
  72. 9cbabb8 moved Mac subdirectory by Just · 25 years ago
  73. ec46d16 dummy checkin -- testing by Just · 25 years ago
  74. 15aae2e added $Id$ tag. by Just · 25 years ago
  75. b14adec fixed dir dependency by just · 25 years ago
  76. f898c41 doco and cleanup by Just · 25 years ago
  77. c3d34ae working version by just · 25 years ago
  78. 7dd75ab oops, syntax error by Just · 25 years ago
  79. 39ee0f5 debugging... by Just · 25 years ago
  80. ab5753c added distribution script by Just · 25 years ago
  81. 5a16f84 dummy commit, testing by Just · 25 years ago
  82. 869c6f3 moved an import statement by Just · 25 years ago
  83. 19383f0 now uses fontTools.encodings.StandardEncoding instead of defining its own by Just · 25 years ago
  84. b981eb2 added some encoding files in a new subpackage: fontTools.encodings by Just · 25 years ago
  85. 4977da4 added Doc directory and initial hmtl doc file. Still pretty much empty... by Just · 25 years ago
  86. ac7c6fa - changed some variable names by Just · 25 years ago
  87. a7b9f29 changed some variable names. by Just · 25 years ago
  88. e4d5942 added recalcBBoxes argument to Glyph.compile() by Just · 25 years ago
  89. 88cb4f3 added recalcBBoxes argument to TTFont.__init__() by Just · 25 years ago
  90. 8bc8cf8 minor cleanup of some doc strings by Just · 25 years ago
  91. f78bec0 added __release__ symbol, changed __version__ to $Id$. by Just · 25 years ago
  92. 9f82329 changed the name of the .pth file to FontTools.pth by Just · 25 years ago
  93. 74e0b7f added doc string saying that this module is Mac-only. by Just · 25 years ago
  94. 9a37330 forgot to check in the __init__.py file for fontTools.ttLib.test by Just · 25 years ago
  95. 0a650c0 fixed broken ttLib.sfnt import statement by Just · 25 years ago
  96. 6cc5887 Added the TTX main program, the command line programs and additional files. by Just · 25 years ago
  97. 7842e56 Created a new library directory called "FreeLib". All OpenSource RFMKII components will reside there, fontTools being the flagship. by Just · 25 years ago
  98. a8f3fea Create standard layout by (no author) · 25 years ago