1. 7bd0d8c oops. by jvr · 22 years ago
  2. 22433b1 don't test for os.name, as the mac stuff now all works under darwin/posix as well by jvr · 22 years ago
  3. 3668234 added py2exe support (yes, that was basically all there was to it...) by jvr · 22 years ago
  4. 9da0f12 make dynamic table import work when importing from a zip file (for py2exe) by jvr · 22 years ago
  5. a80dce0 repair ttcompile -b by jvr · 22 years ago
  6. 4f6cfa7 ignore .pyc files by jvr · 22 years ago
  7. 059cbe3 gracefully skip C extension if it can't be built by jvr · 22 years ago
  8. 675d6c3 increment progress less frequently, it was too costly... by jvr · 22 years ago
  9. 83eca43 MacPython 2.2 compat by jvr · 22 years ago
  10. 1e59fec finally upgraded psLib to use re instead of the long obsolete regex module. by jvr · 22 years ago
  11. b6eda92 nits by jvr · 22 years ago
  12. 20d41f3 add dummy import function, so modulefinder can find our tables. by jvr · 22 years ago
  13. 72d4bad hm, forgot to remove the -d option from the getopt format string by jvr · 22 years ago
  14. 6b63869 mucking with the usage string by jvr · 22 years ago
  15. 0a0c3de allow some ttdump options; not -s as that makes diffing that much harder by jvr · 22 years ago
  16. 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
  17. 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
  18. e5ae28e whoops, the new GlyphOrder table stuff broke ttdump -s by jvr · 22 years ago
  19. a38217d slight doc rewording by jvr · 22 years ago
  20. 91df98b test script: batch roundtripper by jvr · 22 years ago
  21. 1872557 gross hack to allow ; in glyph names (I don't think it _is_ allowed, but hey, I've got this font here...) by jvr · 22 years ago
  22. dd2fea5 don't blow up on orphaned VTT index tables by jvr · 22 years ago
  23. 02c17a7 fixed ttdump -i mode by jvr · 22 years ago
  24. b58176e added support for raw bytecode: this happens unintentionally for subrs that aren't referenced, but it's good to have anyway, in case we want to switch T2 decompilation off. by jvr · 22 years ago
  25. 74cd1ef whoops, make charset format 2 work also.. by jvr · 22 years ago
  26. 6004baf implemented compiling charset format 1 and 2 by jvr · 22 years ago
  27. 4e5af60 CFF/T2 <-> XML roundtripping has begun! by jvr · 22 years ago
  28. f2cf9c5 first working version of CFF/T2 compiler; needs cleanup/refactoring, and doesn't import from XML yet; hardly tested. by jvr · 22 years ago
  29. 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
  30. fe66577 refactored saveXML() method by jvr · 22 years ago
  31. 4afb257 remove format 3 charset switch; add newline after ROS by jvr · 22 years ago
  32. 7ce02ea renaming, refactoring. by jvr · 22 years ago
  33. 155aa75 tweaked the XML output somewhat, reorder the topdict fields, etc. by jvr · 22 years ago
  34. 586345b fixed ctnrmask problem: hints weren't counted correctly by jvr · 22 years ago
  35. a2ad544 more CID support, some refactoring, stuff. by jvr · 22 years ago
  36. ae51d5c only debug if DEBUG... by jvr · 22 years ago
  37. 455af65 first stab at compiling T2 CharStrings by jvr · 22 years ago
  38. 767102e tweaking, added some debug info by jvr · 22 years ago
  39. 016ca76 make decompiling charstrings work again by jvr · 22 years ago
  40. 4756b3a major refactoring, now evaluates everything lazily, so it should be really fast if you only need (say) the glyph order. by jvr · 22 years ago
  41. 357d71b some changes to adapt to new cffLib.py by jvr · 22 years ago
  42. 6f03a58 (nit) by jvr · 22 years ago
  43. 7007a08 whoops, compile was broken due to Fixed 'fix' by jvr · 22 years ago
  44. 0ecc433 ignore tables we don't have upon saving as XML: this is indispensible for batch processing by jvr · 22 years ago
  45. 1890b95 more work in progress by jvr · 22 years ago
  46. dc18128 added delta array support to DictDecompiler by jvr · 22 years ago
  47. ecf5a79 more CID hackery by jvr · 22 years ago
  48. bf2f402 fix argument type order by jvr · 22 years ago
  49. a20285b more rearranging, some fixes of the previous version by jvr · 22 years ago
  50. e327558 resturcturing, reformatting by jvr · 22 years ago
  51. 04b3204 fixed typo in comment by jvr · 22 years ago
  52. 6d73fde this wasn't meant te be checked in yet. by jvr · 22 years ago
  53. b776a88 added Fixed type by jvr · 22 years ago
  54. e69caf8 more cosmetics by jvr · 22 years ago
  55. 8307fa4 a whole bunch of renames, purely stylistic by jvr · 22 years ago
  56. dbc2c17 moved some stuff to cffLib by jvr · 22 years ago
  57. 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
  58. a2a75b3 use a StringIO stream instead slicing strings all the time; don't barf on CID-keyed fonts (but CID support is by no means there yet!) by jvr · 22 years ago
  59. b0e5f29 use spaces for alignment by jvr · 22 years ago
  60. bf3dc20 test whether final argument is a directory by jvr · 22 years ago
  61. ea9dfa9 renamed several items to use camelCase by jvr · 22 years ago
  62. ce1d50a Applied patch from Owen Taylor that allows zero-length tables to be ignored. Added comment why. by jvr · 22 years ago
  63. 911b33d note about PyXML by jvr · 22 years ago
  64. 7de32f2 reworded glyph name section by jvr · 22 years ago
  65. b4bdd0f notes about recent changes by jvr · 22 years ago
  66. c090326 case typo by jvr · 22 years ago
  67. 56bfea4 minor restructuring by jvr · 22 years ago
  68. 4bb05c6 added support for the new ttdump -s output: read file references from mini-ttx file by jvr · 22 years ago
  69. 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
  70. b1ad7eb changed the command line interface of ttdump and ttcompile ***incompatibly***; changed ttdump -s considerably: now outputs a small file containing references to the individual table file; -d is gone; etc. by jvr · 22 years ago
  71. 64b5c80 results of morning-after code review, added some doc strings, etc. by jvr · 22 years ago
  72. 3f776b8 removed non-functioning lame-ass previous attempt by jvr · 22 years ago
  73. d4d1513 Completely revamped OT support; this time it works and is complete. XML output is not yet as pretty as can be. by jvr · 22 years ago
  74. 6fc514e fix unknown subtable format and handling of Apple fonts by jvr · 22 years ago
  75. 22dcb9e a few cosmetic/style changes by jvr · 22 years ago
  76. 1940dfb checking in last edits to the old OT support; this stuff will be replaced by brand new code soon. by jvr · 22 years ago
  77. 9f1e14b Work around bootstrapping problem in TTFont._getGlyphNamesFromCmap(): by jvr · 22 years ago
  78. 9a3552b cosmetic change: I forgot I dislike backticks... by jvr · 22 years ago
  79. cf4b3b3 renamed _getTableData() to getTableData(); optimized getGlyphOrder() somewhat. by jvr · 22 years ago
  80. f707463 added support for deleting tables: del f[tag] by jvr · 22 years ago
  81. 0d762b0 use dict for extraNames lookups, getting rid of quadratic behavior by jvr · 22 years ago
  82. 25ccb9c MacPython 2.2 compatibility fix. by jvr · 22 years ago
  83. 7b31570 some reformatting of the usage msg. by jvr · 22 years ago
  84. aeed569 more TTX... by jvr · 22 years ago
  85. 753b39b typos, version update, date update by jvr · 22 years ago
  86. ec8ca4b cleaned up command line tool section, updated to current state. by jvr · 22 years ago
  87. 9512e4b these moved to Tools/ by jvr · 22 years ago
  88. fdf2d77 install the scripts from Tools/ by jvr · 22 years ago
  89. 96aa48a new place and names for scripts/tools by jvr · 22 years ago
  90. 93d048b minor fiddling with usage. by jvr · 22 years ago
  91. 4f32058 minimal table lister tool by jvr · 22 years ago
  92. a36fd88 Work in progress on CFF, GPOS and GSUB. Since it's only partly working, it's diasabled by default. by jvr · 22 years ago
  93. 2a9c630 use composition rather than inheritance; \ by jvr · 22 years ago
  94. 48e4b62 import expat instead of xmlproc, as that's what we're using now by jvr · 22 years ago
  95. e82b4d5 only keep the orginal table around in two special cases.\n this fixes a problem with importing individual tables. by jvr · 22 years ago
  96. 320b48a eexecOp may be a global module or a submodule. by jvr · 22 years ago
  97. d04a3bb use version from fontTools.__init__.py by jvr · 22 years ago
  98. 9b7b8e0 re-added progress support, to be tested by jvr · 22 years ago
  99. 1288f8a whoops, lastIndex can't be smaller than 1 by jvr · 22 years ago
  100. 8eb9992 updated installation instructions and changes.txt by jvr · 22 years ago