1. ceb3449 whoops, forgot to add the .pens subpacke to the distutils script :-( noticed by rroberts. by jvr · 21 years ago
  2. 4162de3 Is the point inside or outside the outline? by jvr · 21 years ago
  3. bfadfe3 - Fixed ZeroDivisionError in solveCubic(). The solution is mathematically by jvr · 21 years ago
  4. d028b7b Set .width in _TTGlyph.__init__ after all: these are just this wrapper by jvr · 21 years ago
  5. e028b38 new Cocoa=specific drawing pen by jvr · 21 years ago
  6. 6f8f5de fixed AttributeError in _TTGlyphSet.keys() by jvr · 21 years ago
  7. d453a23 typo pointed out by Adam T. by jvr · 21 years ago
  8. 4ca01ea output don't-edit note by jvr · 21 years ago
  9. 6d9e8e8 document that this file is generated by jvr · 21 years ago
  10. 77bc20a add rroberts to the Acknowledgements section; updated some years by jvr · 21 years ago
  11. 7d4b693 add the generic getGlyphSet() API to T1Font as well. by jvr · 21 years ago
  12. 1c9917b comment typo fix, reflow by jvr · 21 years ago
  13. 808c788 lots of stuff by jvr · 21 years ago
  14. 8df8f63 TTFont now has a getGlyphSet() method, which will return a generic by jvr · 21 years ago
  15. 731ed49 add some more dict-like stuff to the glyf table by jvr · 21 years ago
  16. ce52241 small nits by jvr · 21 years ago
  17. 489d76a Refactored outline extraction for CharStrings. The interface to by jvr · 21 years ago
  18. 3d24a10 don't use macfs, it's deprecated by jvr · 21 years ago
  19. 3821026 small tweak by jvr · 21 years ago
  20. 9920ad5 added and tweaked some asserts by jvr · 21 years ago
  21. 6385a4e remove trailing whitespace by jvr · 21 years ago
  22. 2bb6cd3 ugh, lineTo != moveTo... by jvr · 21 years ago
  23. 82ef2a5 wrapped some long lines by jvr · 21 years ago
  24. b369ef3 Pen stuff, see http://just.letterror.com/cgi-bin/wypy?PenProtocol by jvr · 21 years ago
  25. b47e3ba some fixes from klchxbec by jvr · 21 years ago
  26. aa2723c VORG support by rroberts. by jvr · 21 years ago
  27. ed10151 Lots of CID work by rroberts. by jvr · 21 years ago
  28. 700df03 - attempted to sort tables in order recommended by spec. by jvr · 21 years ago
  29. f509c0f support for CEF fonts: don't depend on the head table being available by jvr · 21 years ago
  30. 07dd0e4 recalc numGlyphs upon writing by jvr · 21 years ago
  31. d407973 update macUtils to current day MacPython by jvr · 21 years ago
  32. 5149e18 attempt to set the value for fRectWidth 'more correctly' by jvr · 21 years ago
  33. 0bb3ba5 some modernizations by jvr · 21 years ago
  34. 2e838ce Jaguar Python 2.2 workaround by jvr · 21 years ago
  35. 9e58c90 this module has been included in so many (in house) packages that it's time it gets a more central place. by jvr · 21 years ago
  36. efaae52 - optimized a couple of invariant expressions by jvr · 21 years ago
  37. 9524c7b splitLine(): make sure the split is between the end points by jvr · 21 years ago
  38. 05b4b4a new module bezierTools.py by jvr · 21 years ago
  39. 182a7ba two new functions by jvr · 21 years ago
  40. b19141e avoid FSSpec on MacOS by jvr · 21 years ago
  41. 5910f97 add default _attrs value so pickling AFM objects doesn't blow up by jvr · 21 years ago
  42. 59afba7 updated for MacPython2.3 by jvr · 21 years ago
  43. e73b8a5 Fix for bug #691744; calc_mac_epoch_diff() was broken when the timezone by jvr · 21 years ago
  44. 924e4e2 cmap format 12 support, donated by rroberts: thanks! by jvr · 22 years ago
  45. a87cde2 second try to work around bogus stringOffset value by jvr · 22 years ago
  46. b71d0f4 renamed stringoffset to stringOffset as per spec by jvr · 22 years ago
  47. aabca6d gracefully handle bogus stringOffset values (thanks to Anthony Fok) by jvr · 22 years ago
  48. 1332d3e clean up checkSumAdjustment XML output: suppress trialing 'L' by jvr · 22 years ago
  49. 26fc63c fix from Owen Taylor that fixes my previous patch; thanks! by jvr · 22 years ago
  50. df22c27 detab table string literal by jvr · 22 years ago
  51. 130c1a0 make two fields unsigned, to conform to the spec but also to suppress Python 2.3 warnings for hex(negativenumber). by jvr · 22 years ago
  52. 91bde17 edited meta info, added trove classification by jvr · 22 years ago
  53. 02e76e9 suppres Python 2.3 warning by jvr · 22 years ago
  54. b9702ba Added support for the Encoding field. (Adam, please let me know if this by jvr · 22 years ago
  55. 257fba7 make sure Coverage instances have a 'glyphs' attribute by jvr · 22 years ago
  56. 4170cfd allow OS/2 tables containing too much data by jvr · 22 years ago
  57. 31ad351 allow negative advance widths by jvr · 22 years ago
  58. 85d53a8 it's been a while. by jvr · 22 years ago
  59. b4e94d9 try Carbon.Res first. by jvr · 22 years ago
  60. 4475131 revised comment, added note about MS disagreement, removed alignment tabs by jvr · 22 years ago
  61. 58cec85 Patches from Adam: by jvr · 22 years ago
  62. b74f03c fixed previous fix: it assumed 4 bytes of data, which is wrong by jvr · 22 years ago
  63. c3974fb Handle negative long time values gracefully instead of looping infinitely. Reported by Jessica P. Hekman by jvr · 22 years ago
  64. a138467 deal gracefully with empty coverage tables; fixes bug 611509 by jvr · 22 years ago
  65. a6eeeac note about maxp change by jvr · 22 years ago
  66. 8982956 minor cleanups by jvr · 22 years ago
  67. bc90c7a interpret any version value as 0x0001000 if it's not 0x00005000 (workaround for buggy font) by jvr · 22 years ago
  68. f7f0f74 ugh, the zfill string method doesn't exist in 2.2.1 and earlier :-( by jvr · 22 years ago
  69. e3b3ada small changes, first bux fix note since 2.0b1 by jvr · 22 years ago
  70. d2c3ea8 bumped version to 2.0b2 by jvr · 22 years ago
  71. 4845ba5 whoops, reversed key and value by jvr · 22 years ago
  72. 61e09fb mention control chars in name table by jvr · 22 years ago
  73. fcfcfff last commit for 2.0b1, I hope... by jvr · 22 years ago
  74. a65eb03 macfreeze import hints by jvr · 22 years ago
  75. 70e2cb8 add simple support for Mac Suitcases, when running on MacOS by jvr · 22 years ago
  76. a014093 converging towards 2.0b1 by jvr · 22 years ago
  77. ac136f1 note about rustiness by jvr · 22 years ago
  78. f2164ab added manual implementation of LigatureSubst to get nicer XML output by jvr · 22 years ago
  79. b248612 added manual implementation of AlternateSubst to get nicer XML output by jvr · 22 years ago
  80. 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
  81. 2921bb2 doh! fixed wrong indentation, now does batch jobs again... by jvr · 22 years ago
  82. 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
  83. 1397f56 break out of loop when cancelled by jvr · 22 years ago
  84. 3507eeb don't barf on empty name tables (!) by jvr · 22 years ago
  85. 848d25d adapted doc string to reality; removed -v options by jvr · 22 years ago
  86. a0af6c7 brand new round trip tool by jvr · 22 years ago
  87. 1c803b6 moved all ttx code to new fontTools.ttx module by jvr · 22 years ago
  88. b8f50a5 refactored slightly, preparing for miving most of this code to fontTools.ttx.py by jvr · 22 years ago
  89. 1a53beb renamed table to rawTable by jvr · 22 years ago
  90. d07a674 new version will appear in MetaTools by jvr · 22 years ago
  91. ebb699a these tools have been replaced by the multi-purpose ttx tool by jvr · 22 years ago
  92. d41386e added manual implementation for the Coverage subtable to get rid of GlyphID dependencies by jvr · 22 years ago
  93. 52966bb minor refactoring by jvr · 22 years ago
  94. 1e70148 updating by jvr · 22 years ago
  95. c9a0f6a improved readme by jvr · 22 years ago
  96. 9151a0c also add tables to documentation.html by jvr · 22 years ago
  97. 2f629e5 added listing of all supported tables by jvr · 22 years ago
  98. 862eff7 updating by jvr · 22 years ago
  99. ef0c413 include version in help text by jvr · 22 years ago
  100. 1b04a47 catch SystemExit separately, factored out windows keypress stuff by jvr · 22 years ago