1. 8ea5a63 changed py2exe recommended options: removed -O2, added encodings package (needed for compilation) by jvr · 22 years ago
  2. 88b1d70 more fonttools->TTX renaming by jvr · 22 years ago
  3. c8f8b9a some fonttools->TTX renaming by jvr · 22 years ago
  4. ac0c155 fixed item numbering by jvr · 22 years ago
  5. b9db2e4 fixed naming of the Win folder by jvr · 22 years ago
  6. 49d121b obsolete, see Windows subdirectory by uid55619 · 22 years ago
  7. 97c900b another dummy checkin by uid55619 · 22 years ago
  8. cd7ec1f dummy checkin by uid55619 · 22 years ago
  9. 1609810 Adam's new windows installer stuff. by uid55619 · 22 years ago
  10. 81b0c2b by default, specify an encoding when creating XML files by jvr · 22 years ago
  11. 5fc79b3 use latin-1 as the default encoding when parsing XML files by jvr · 22 years ago
  12. e2ca9b5 make 8-bit chars work in CFF Notice and Copyright fields by jvr · 22 years ago
  13. ff6a25c align glyphs on 4-byte boundaries, seems the current recommendation by MS by jvr · 22 years ago
  14. 223b358 allow 4-byte alignment of glyph data by jvr · 22 years ago
  15. e97a27b fixed spelling consistency bug. Note to self: report as bug in OT doco. by jvr · 22 years ago
  16. 05a16f2 break before adding the data.. by jvr · 22 years ago
  17. da0d805 added only-read-the-header feature to readLWFN(), similar to readPFB() by jvr · 22 years ago
  18. 12cb6a3 added -v (verbose) option to ttroundtrip, causing stdout of ttdump and ttcompile not to be tossed. not all that useful due to buffering. by jvr · 22 years ago
  19. 6ab979c some (modified) progress bar support by jvr · 22 years ago
  20. 7ce0a13 some progress bar support by jvr · 22 years ago
  21. 33f3327 some preliminary progress bar support by jvr · 22 years ago
  22. db1f280 back out pfa 'fix'; it reverses a bug fix from last year... by jvr · 22 years ago
  23. d778713 'python' implementation of hex functions by jvr · 22 years ago
  24. e568dc7 fixed handling of PFA files by being less smart about figuring out the end of the eexec part by jvr · 22 years ago
  25. 4105ca0 reordered/regrouped some methods for clarity by jvr · 22 years ago
  26. 8e48312 don't use __len__ for arbitrary length method by jvr · 22 years ago
  27. 1f8a4bb clarified cmap4 optimization strategy by jvr · 22 years ago
  28. 24d79cb duh, I don't even _need_ to track referers with the current scheme by jvr · 22 years ago
  29. f8f2a36 minor changes by jvr · 22 years ago
  30. cfadfd0 completely revamped optimization strategy: now even _shrinks_ certain Adobe and MS OTL tables. by jvr · 22 years ago
  31. 5862963 Wow, the master checksum in the 'head' table was never written to file correctly on little-endian platforms :-(. Fixed. by jvr · 22 years ago
  32. 542b951 Optimized cmap format 4 compile function: now creates more compact binary. The code is horrible, but then again cmap format 4 is beyond horrible... by jvr · 22 years ago
  33. 7bd0d8c oops. by jvr · 22 years ago
  34. 22433b1 don't test for os.name, as the mac stuff now all works under darwin/posix as well by jvr · 22 years ago
  35. 3668234 added py2exe support (yes, that was basically all there was to it...) by jvr · 22 years ago
  36. 9da0f12 make dynamic table import work when importing from a zip file (for py2exe) by jvr · 22 years ago
  37. a80dce0 repair ttcompile -b by jvr · 22 years ago
  38. 4f6cfa7 ignore .pyc files by jvr · 22 years ago
  39. 059cbe3 gracefully skip C extension if it can't be built by jvr · 22 years ago
  40. 675d6c3 increment progress less frequently, it was too costly... by jvr · 22 years ago
  41. 83eca43 MacPython 2.2 compat by jvr · 22 years ago
  42. 1e59fec finally upgraded psLib to use re instead of the long obsolete regex module. by jvr · 22 years ago
  43. b6eda92 nits by jvr · 22 years ago
  44. 20d41f3 add dummy import function, so modulefinder can find our tables. by jvr · 22 years ago
  45. 72d4bad hm, forgot to remove the -d option from the getopt format string by jvr · 22 years ago
  46. 6b63869 mucking with the usage string by jvr · 22 years ago
  47. 0a0c3de allow some ttdump options; not -s as that makes diffing that much harder by jvr · 22 years ago
  48. 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
  49. 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
  50. e5ae28e whoops, the new GlyphOrder table stuff broke ttdump -s by jvr · 22 years ago
  51. a38217d slight doc rewording by jvr · 22 years ago
  52. 91df98b test script: batch roundtripper by jvr · 22 years ago
  53. 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
  54. dd2fea5 don't blow up on orphaned VTT index tables by jvr · 22 years ago
  55. 02c17a7 fixed ttdump -i mode by jvr · 22 years ago
  56. 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
  57. 74cd1ef whoops, make charset format 2 work also.. by jvr · 22 years ago
  58. 6004baf implemented compiling charset format 1 and 2 by jvr · 22 years ago
  59. 4e5af60 CFF/T2 <-> XML roundtripping has begun! by jvr · 22 years ago
  60. 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
  61. 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
  62. fe66577 refactored saveXML() method by jvr · 22 years ago
  63. 4afb257 remove format 3 charset switch; add newline after ROS by jvr · 22 years ago
  64. 7ce02ea renaming, refactoring. by jvr · 22 years ago
  65. 155aa75 tweaked the XML output somewhat, reorder the topdict fields, etc. by jvr · 22 years ago
  66. 586345b fixed ctnrmask problem: hints weren't counted correctly by jvr · 22 years ago
  67. a2ad544 more CID support, some refactoring, stuff. by jvr · 22 years ago
  68. ae51d5c only debug if DEBUG... by jvr · 22 years ago
  69. 455af65 first stab at compiling T2 CharStrings by jvr · 22 years ago
  70. 767102e tweaking, added some debug info by jvr · 22 years ago
  71. 016ca76 make decompiling charstrings work again by jvr · 22 years ago
  72. 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
  73. 357d71b some changes to adapt to new cffLib.py by jvr · 22 years ago
  74. 6f03a58 (nit) by jvr · 22 years ago
  75. 7007a08 whoops, compile was broken due to Fixed 'fix' by jvr · 22 years ago
  76. 0ecc433 ignore tables we don't have upon saving as XML: this is indispensible for batch processing by jvr · 22 years ago
  77. 1890b95 more work in progress by jvr · 22 years ago
  78. dc18128 added delta array support to DictDecompiler by jvr · 22 years ago
  79. ecf5a79 more CID hackery by jvr · 22 years ago
  80. bf2f402 fix argument type order by jvr · 22 years ago
  81. a20285b more rearranging, some fixes of the previous version by jvr · 22 years ago
  82. e327558 resturcturing, reformatting by jvr · 22 years ago
  83. 04b3204 fixed typo in comment by jvr · 22 years ago
  84. 6d73fde this wasn't meant te be checked in yet. by jvr · 22 years ago
  85. b776a88 added Fixed type by jvr · 22 years ago
  86. e69caf8 more cosmetics by jvr · 22 years ago
  87. 8307fa4 a whole bunch of renames, purely stylistic by jvr · 22 years ago
  88. dbc2c17 moved some stuff to cffLib by jvr · 22 years ago
  89. 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
  90. 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
  91. b0e5f29 use spaces for alignment by jvr · 22 years ago
  92. bf3dc20 test whether final argument is a directory by jvr · 22 years ago
  93. ea9dfa9 renamed several items to use camelCase by jvr · 22 years ago
  94. ce1d50a Applied patch from Owen Taylor that allows zero-length tables to be ignored. Added comment why. by jvr · 22 years ago
  95. 911b33d note about PyXML by jvr · 22 years ago
  96. 7de32f2 reworded glyph name section by jvr · 22 years ago
  97. b4bdd0f notes about recent changes by jvr · 22 years ago
  98. c090326 case typo by jvr · 22 years ago
  99. 56bfea4 minor restructuring by jvr · 22 years ago
  100. 4bb05c6 added support for the new ttdump -s output: read file references from mini-ttx file by jvr · 22 years ago