1. 91bde17 edited meta info, added trove classification by jvr · 21 years ago
  2. 02e76e9 suppres Python 2.3 warning by jvr · 21 years ago
  3. b9702ba Added support for the Encoding field. (Adam, please let me know if this by jvr · 21 years ago
  4. 257fba7 make sure Coverage instances have a 'glyphs' attribute by jvr · 21 years ago
  5. 4170cfd allow OS/2 tables containing too much data by jvr · 21 years ago
  6. 31ad351 allow negative advance widths by jvr · 22 years ago
  7. 85d53a8 it's been a while. by jvr · 22 years ago
  8. b4e94d9 try Carbon.Res first. by jvr · 22 years ago
  9. 4475131 revised comment, added note about MS disagreement, removed alignment tabs by jvr · 22 years ago
  10. 58cec85 Patches from Adam: by jvr · 22 years ago
  11. b74f03c fixed previous fix: it assumed 4 bytes of data, which is wrong by jvr · 22 years ago
  12. c3974fb Handle negative long time values gracefully instead of looping infinitely. Reported by Jessica P. Hekman by jvr · 22 years ago
  13. a138467 deal gracefully with empty coverage tables; fixes bug 611509 by jvr · 22 years ago
  14. a6eeeac note about maxp change by jvr · 22 years ago
  15. 8982956 minor cleanups by jvr · 22 years ago
  16. bc90c7a interpret any version value as 0x0001000 if it's not 0x00005000 (workaround for buggy font) by jvr · 22 years ago
  17. f7f0f74 ugh, the zfill string method doesn't exist in 2.2.1 and earlier :-( by jvr · 22 years ago
  18. e3b3ada small changes, first bux fix note since 2.0b1 by jvr · 22 years ago
  19. d2c3ea8 bumped version to 2.0b2 by jvr · 22 years ago
  20. 4845ba5 whoops, reversed key and value by jvr · 22 years ago
  21. 61e09fb mention control chars in name table by jvr · 22 years ago
  22. fcfcfff last commit for 2.0b1, I hope... by jvr · 22 years ago
  23. a65eb03 macfreeze import hints by jvr · 22 years ago
  24. 70e2cb8 add simple support for Mac Suitcases, when running on MacOS by jvr · 22 years ago
  25. a014093 converging towards 2.0b1 by jvr · 22 years ago
  26. ac136f1 note about rustiness by jvr · 22 years ago
  27. f2164ab added manual implementation of LigatureSubst to get nicer XML output by jvr · 22 years ago
  28. b248612 added manual implementation of AlternateSubst to get nicer XML output by jvr · 22 years ago
  29. a1dfa2b added manual implementation of ClassDef to get nicer XML output as well as to get rid of GlyphID dependencies by jvr · 22 years ago
  30. 2921bb2 doh! fixed wrong indentation, now does batch jobs again... by jvr · 22 years ago
  31. 1d6360a added manual implementation of SingleSubst to get nicer XML output as well as to get rid of GlyphID dependencies by jvr · 22 years ago
  32. 1397f56 break out of loop when cancelled by jvr · 22 years ago
  33. 3507eeb don't barf on empty name tables (!) by jvr · 22 years ago
  34. 848d25d adapted doc string to reality; removed -v options by jvr · 22 years ago
  35. a0af6c7 brand new round trip tool by jvr · 22 years ago
  36. 1c803b6 moved all ttx code to new fontTools.ttx module by jvr · 22 years ago
  37. b8f50a5 refactored slightly, preparing for miving most of this code to fontTools.ttx.py by jvr · 22 years ago
  38. 1a53beb renamed table to rawTable by jvr · 22 years ago
  39. d07a674 new version will appear in MetaTools by jvr · 22 years ago
  40. ebb699a these tools have been replaced by the multi-purpose ttx tool by jvr · 22 years ago
  41. d41386e added manual implementation for the Coverage subtable to get rid of GlyphID dependencies by jvr · 22 years ago
  42. 52966bb minor refactoring by jvr · 22 years ago
  43. 1e70148 updating by jvr · 22 years ago
  44. c9a0f6a improved readme by jvr · 22 years ago
  45. 9151a0c also add tables to documentation.html by jvr · 22 years ago
  46. 2f629e5 added listing of all supported tables by jvr · 22 years ago
  47. 862eff7 updating by jvr · 22 years ago
  48. ef0c413 include version in help text by jvr · 22 years ago
  49. 1b04a47 catch SystemExit separately, factored out windows keypress stuff by jvr · 22 years ago
  50. e8e3398 moved to MetaTools by jvr · 22 years ago
  51. 06bfa0c new name and location of mktarball.py by jvr · 22 years ago
  52. f7ef96c refactored slightly to make later specializations easier by jvr · 22 years ago
  53. 0cf88ed trickery to keep the DOS window open if there was exception by jvr · 22 years ago
  54. 1a59d1d adapt to renamed doco by jvr · 22 years ago
  55. 7248f81 more notes about 2.0b1 by jvr · 22 years ago
  56. 618b037 mit freundlichen Gruessen an Werner Lemberg ;-) by jvr · 22 years ago
  57. 0bd68db 2 scripts to generate ChangeLog file, logmerge.py is stolen from the python distro by jvr · 22 years ago
  58. 64b1b1a mjmja by jvr · 22 years ago
  59. 15174d0 updated documentation, split user and developer doco by jvr · 22 years ago
  60. da15a42 tool to generate fontTools/ttLib/tables/__init__.py by jvr · 22 years ago
  61. 2b96925 __init__.py is now generated my MetaTools/builtTableList.py by jvr · 22 years ago
  62. a12cf92 renamed index.html to documentation.html by jvr · 22 years ago
  63. fdb5bf8 prepare for 2.0b1 by jvr · 22 years ago
  64. d954dd2 tool to generate the otData.py module by jvr · 22 years ago
  65. f37b838 minor nit, cleaner, and works for me by jvr · 22 years ago
  66. 3282c1f adapted to new ttx app (not yet tested) by jvr · 22 years ago
  67. b46acaa ttx it is, the other tools are now obsolete by jvr · 22 years ago
  68. 9feebb7 added doc string, fiddled with options, made file name creation a little more sensible by jvr · 22 years ago
  69. 49bbd27 new command line tool 'ttx', replaces ttdump, ttcompile and ttlist by jvr · 22 years ago
  70. 8ea5a63 changed py2exe recommended options: removed -O2, added encodings package (needed for compilation) by jvr · 22 years ago
  71. 88b1d70 more fonttools->TTX renaming by jvr · 22 years ago
  72. c8f8b9a some fonttools->TTX renaming by jvr · 22 years ago
  73. ac0c155 fixed item numbering by jvr · 22 years ago
  74. b9db2e4 fixed naming of the Win folder by jvr · 22 years ago
  75. 49d121b obsolete, see Windows subdirectory by uid55619 · 22 years ago
  76. 97c900b another dummy checkin by uid55619 · 22 years ago
  77. cd7ec1f dummy checkin by uid55619 · 22 years ago
  78. 1609810 Adam's new windows installer stuff. by uid55619 · 22 years ago
  79. 81b0c2b by default, specify an encoding when creating XML files by jvr · 22 years ago
  80. 5fc79b3 use latin-1 as the default encoding when parsing XML files by jvr · 22 years ago
  81. e2ca9b5 make 8-bit chars work in CFF Notice and Copyright fields by jvr · 22 years ago
  82. ff6a25c align glyphs on 4-byte boundaries, seems the current recommendation by MS by jvr · 22 years ago
  83. 223b358 allow 4-byte alignment of glyph data by jvr · 22 years ago
  84. e97a27b fixed spelling consistency bug. Note to self: report as bug in OT doco. by jvr · 22 years ago
  85. 05a16f2 break before adding the data.. by jvr · 22 years ago
  86. da0d805 added only-read-the-header feature to readLWFN(), similar to readPFB() by jvr · 22 years ago
  87. 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
  88. 6ab979c some (modified) progress bar support by jvr · 22 years ago
  89. 7ce0a13 some progress bar support by jvr · 22 years ago
  90. 33f3327 some preliminary progress bar support by jvr · 22 years ago
  91. db1f280 back out pfa 'fix'; it reverses a bug fix from last year... by jvr · 22 years ago
  92. d778713 'python' implementation of hex functions by jvr · 22 years ago
  93. e568dc7 fixed handling of PFA files by being less smart about figuring out the end of the eexec part by jvr · 22 years ago
  94. 4105ca0 reordered/regrouped some methods for clarity by jvr · 22 years ago
  95. 8e48312 don't use __len__ for arbitrary length method by jvr · 22 years ago
  96. 1f8a4bb clarified cmap4 optimization strategy by jvr · 22 years ago
  97. 24d79cb duh, I don't even _need_ to track referers with the current scheme by jvr · 22 years ago
  98. f8f2a36 minor changes by jvr · 22 years ago
  99. cfadfd0 completely revamped optimization strategy: now even _shrinks_ certain Adobe and MS OTL tables. by jvr · 22 years ago
  100. 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