1. 4cc0051 Some non-official OT tables from rrboerts. He wrote: by jvr · 18 years ago
  2. 192655c make this module work with semi-recent MacPython by jvr · 18 years ago
  3. 7099f4c support the deprecated dotsection T2 operator by jvr · 19 years ago
  4. 3a3721c In some bad fonts, kern table is incomplete (it only contains a version number). In this case, the code accept a table without kernTables. by fcoiffie · 19 years ago
  5. dc66e7e LTSH length can be different of numGlyphs as the table length must be 4-bytes aligned (assertion changed to (len(data) % numGlyphs) < 4) by fcoiffie · 19 years ago
  6. 83f069d The dates are stored in 8-bytes fields (Microsoft reference document) but Macintosh dates are only coded with 4-bytes. In some fonts, these date fields are badly coded and 8-bytes are used. So, a ValueError occurs. by fcoiffie · 19 years ago
  7. 04985bf Unsigned long data field must be packed with "L" instead of "l" (sometimes an OverflowError can occur) by fcoiffie · 19 years ago
  8. e895dce Hmm, fondLib has been broken on Python.framework for a while: I used by jvr · 19 years ago
  9. d4561ec some flex hint fixes from rroberts by jvr · 19 years ago
  10. a5c9298 avoid glyphSet.get(): not all glyphsets in use implement it. by jvr · 19 years ago
  11. 2e4cc02 BasePen should not fail if a base glyph does not exist in the glyph set; added get() method to _TTGlyphSet class by jvr · 20 years ago
  12. 3a98ae5 added _endPath method; without it, we'd fail on open paths (which requires pen.endPath() to be called instead of pen.closePath()) by jvr · 20 years ago
  13. c53569e use highly unscientific epsilon value by jvr · 20 years ago
  14. 86c07d2 more doco, reformatted __all__ by jvr · 20 years ago
  15. 441fdd1 reworked test code and results, to make the results more readable by jvr · 20 years ago
  16. 10de259 Refactored splitting logic; added splitQuadraticAtT() and splitCubicAtT() by jvr · 20 years ago
  17. 0ec07f2 show/test that _testrepr() reprs Numeric arrays nicely, too by jvr · 20 years ago
  18. 82fdf15 added a comment by jvr · 20 years ago
  19. befd485 factored out param -> points conversion by jvr · 20 years ago
  20. 9369c20 renamed and rewrote _tuplify() to _testrepr(), added tests for splitCubic() by jvr · 20 years ago
  21. 8ee2561 some refactoring, some doctests by jvr · 20 years ago
  22. cecd58c hm, it's been more than a year and a half since I regenerated ChangeLog.txt... by jvr · 20 years ago
  23. 95c9e9f This patch fixes two things by jvr · 20 years ago
  24. 31ae380 fixed problem with empty ClassDef, as well as added some more defenses for possible empty tables by jvr · 20 years ago
  25. 10fd22a expose onlyHeader keyword arg to generic read() func by jvr · 20 years ago
  26. 7afc6b9 uh, and the other one by jvr · 20 years ago
  27. 79c1316 fixed buglet in GlyphSet support code by jvr · 20 years ago
  28. 1ed5b47 fixed 2.4 compat issue by jvr · 20 years ago
  29. 90beb95 - rename file to fileOrPath by jvr · 20 years ago
  30. f34c6f3 fix for new 2.4 hex() behavior by jvr · 20 years ago
  31. e0912bb fix for new 2.4 hex() behavior by jvr · 20 years ago
  32. 0cc0b31 Updates from Adam Twardoch. Thanks! by jvr · 20 years ago
  33. 28ae196 Refactored and enhanced table order support: by jvr · 20 years ago
  34. a4f6688 tweak & bugfix by jvr · 20 years ago
  35. 427f980 make sure that a cmap subtable instance always has a language attr, so __cmp__ can't fail by jvr · 20 years ago
  36. fba0609 Fix for [ 808370 ] Dumping Legendum.otf fails on 'kern' table by jvr · 20 years ago
  37. 1fae9b4 [ 637398 ] Failure while parsing OpenType file by jvr · 20 years ago
  38. 266bf21 workaround for bug [ 766694 ] Error from invalid date by jvr · 20 years ago
  39. 980fae8 bug #784690: simple workaround for buggy name table by jvr · 20 years ago
  40. a84b28d - Refactored XML writing, removed lots of code duplicaiton by jvr · 20 years ago
  41. 175f048 whoops, rolling back accidental #! commits by jvr · 20 years ago
  42. 39c1918 "Downgraded" AGL list to the "Adobe Glyph List For New Fonts", which is by jvr · 20 years ago
  43. 13325c6 [ 845172 ] Updating to Unicode 4.0.0 by jvr · 20 years ago
  44. 6588c4e Patch #845551 from Anthony Fok: by jvr · 20 years ago
  45. 0cd79a5 Patch #845571 from Anthony Fok: by jvr · 20 years ago
  46. 7718d95 whoops, forgot one part os OS/2 version 3 support by jvr · 20 years ago
  47. 30bcb12 added support for OS/2 table #3 by jvr · 20 years ago
  48. 05e2541 Fixed subtle bug in curve intersection logic: due to floating point errors, by jvr · 21 years ago
  49. 8e1d75b ReverseChainSingleSubst support from Yannis H. (must get that generate-otdata-from-the-docs working again) by jvr · 21 years ago
  50. df1f145 bug from the spec leaked into here; pointed out by Yannis H. by jvr · 21 years ago
  51. 7325cb4 checked in with unix line endings -- this probably needs proper review by jvr · 21 years ago
  52. 8b8b449 - Implemented the flex operators for T2 by jvr · 21 years ago
  53. deca398 more doctests by jvr · 21 years ago
  54. f184f75 Added lots of doco and doctests. by jvr · 21 years ago
  55. 0b0fec3 debogofied doc string, added another one by jvr · 21 years ago
  56. d3ee2d4 - Properly support the pen protocol for open sub paths in Type 1 by jvr · 21 years ago
  57. cc580ac Added Pen for reportlab.graphics. by jvr · 21 years ago
  58. 27f1088 this should have been part of the previous path by some fixes from klchxbec by jvr · 21 years ago
  59. fbff58c Correctly deal with the TT-no-on-curve special case. by jvr · 21 years ago
  60. 23cb200 Factored out the SuperBezier and TT-implied-point algorithms, as the by jvr · 21 years ago
  61. 40cde70 - added endPath() method to the Pen protocol, as a counterpart for by jvr · 21 years ago
  62. 49b5521 ensure that the current point is always set correctly by jvr · 21 years ago
  63. 3a6aa23 tweaked doc string by jvr · 21 years ago
  64. 81383d6 more acks by jvr · 21 years ago
  65. 5aaeac3 Ha, a reserved field got eaten. Noticed by Yannis Haralambous. by jvr · 21 years ago
  66. bb6041f *** empty log message *** by jvr · 21 years ago
  67. fc3879e - renamed all l,t,r,b tuff to xMin, yMin, xMax, yMax by jvr · 21 years ago
  68. 6628513 T2: I'm not sure if the seac-variant of the endchar operator may be by jvr · 21 years ago
  69. 382df6c added deprecated endchar/seac support for T2 charstrings by jvr · 21 years ago
  70. 934fe5f - added support for quadratic contours that have NO on-curve points. by jvr · 21 years ago
  71. 53d7523 more doco and comments by jvr · 21 years ago
  72. 1cff4cb workaround for buggy 2.2 mac support by jvr · 21 years ago
  73. 3430abf whitespace nits by jvr · 21 years ago
  74. bafa66e Another patch from rroberts. He writes: by jvr · 21 years ago
  75. ceb3449 whoops, forgot to add the .pens subpacke to the distutils script :-( noticed by rroberts. by jvr · 21 years ago
  76. 4162de3 Is the point inside or outside the outline? by jvr · 21 years ago
  77. bfadfe3 - Fixed ZeroDivisionError in solveCubic(). The solution is mathematically by jvr · 21 years ago
  78. d028b7b Set .width in _TTGlyph.__init__ after all: these are just this wrapper by jvr · 21 years ago
  79. e028b38 new Cocoa=specific drawing pen by jvr · 21 years ago
  80. 6f8f5de fixed AttributeError in _TTGlyphSet.keys() by jvr · 21 years ago
  81. d453a23 typo pointed out by Adam T. by jvr · 21 years ago
  82. 4ca01ea output don't-edit note by jvr · 21 years ago
  83. 6d9e8e8 document that this file is generated by jvr · 21 years ago
  84. 77bc20a add rroberts to the Acknowledgements section; updated some years by jvr · 21 years ago
  85. 7d4b693 add the generic getGlyphSet() API to T1Font as well. by jvr · 21 years ago
  86. 1c9917b comment typo fix, reflow by jvr · 21 years ago
  87. 808c788 lots of stuff by jvr · 21 years ago
  88. 8df8f63 TTFont now has a getGlyphSet() method, which will return a generic by jvr · 21 years ago
  89. 731ed49 add some more dict-like stuff to the glyf table by jvr · 21 years ago
  90. ce52241 small nits by jvr · 21 years ago
  91. 489d76a Refactored outline extraction for CharStrings. The interface to by jvr · 21 years ago
  92. 3d24a10 don't use macfs, it's deprecated by jvr · 21 years ago
  93. 3821026 small tweak by jvr · 21 years ago
  94. 9920ad5 added and tweaked some asserts by jvr · 21 years ago
  95. 6385a4e remove trailing whitespace by jvr · 21 years ago
  96. 2bb6cd3 ugh, lineTo != moveTo... by jvr · 21 years ago
  97. 82ef2a5 wrapped some long lines by jvr · 21 years ago
  98. b369ef3 Pen stuff, see http://just.letterror.com/cgi-bin/wypy?PenProtocol by jvr · 21 years ago
  99. b47e3ba some fixes from klchxbec by jvr · 21 years ago
  100. aa2723c VORG support by rroberts. by jvr · 21 years ago