1. 1ae2959 from __future__ import absolute_import by Behdad Esfahbod · 10 years ago
  2. 153ec40 Fix a few pychecker warnings by Behdad Esfahbod · 10 years ago
  3. 32c10ee py23 from __future__ import division and adjust divisions by Behdad Esfahbod · 10 years ago
  4. 30e691e py23 from __future__ import print_function by Behdad Esfahbod · 10 years ago
  5. 7ed91ec py23 import in all nontrivial source files and unused import cleanup by Behdad Esfahbod · 10 years ago
  6. 3ec6a25 2to3 --fix=print with manual fixup by Behdad Esfahbod · 10 years ago
  7. ac1b435 2to3 --fix=idioms by Behdad Esfahbod · 10 years ago
  8. 3a9fd30 2to3 equivalent to --fix=tuple_params by Behdad Esfahbod · 10 years ago
  9. cd5aad9 2to3 --fix=raise by Behdad Esfahbod · 10 years ago
  10. 285d7b8 [subset] Fixup CFF hint stripping by Behdad Esfahbod · 11 years ago
  11. 91bca42 merging fixes & changes from delft-sprint-2012 by jvr · 12 years ago
  12. a5c9298 avoid glyphSet.get(): not all glyphsets in use implement it. by jvr · 19 years ago
  13. 2e4cc02 BasePen should not fail if a base glyph does not exist in the glyph set; added get() method to _TTGlyphSet class by jvr · 19 years ago
  14. 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 · 19 years ago
  15. 05e2541 Fixed subtle bug in curve intersection logic: due to floating point errors, by jvr · 21 years ago
  16. 0b0fec3 debogofied doc string, added another one by jvr · 21 years ago
  17. cc580ac Added Pen for reportlab.graphics. by jvr · 21 years ago
  18. fbff58c Correctly deal with the TT-no-on-curve special case. by jvr · 21 years ago
  19. 23cb200 Factored out the SuperBezier and TT-implied-point algorithms, as the by jvr · 21 years ago
  20. 40cde70 - added endPath() method to the Pen protocol, as a counterpart for by jvr · 21 years ago
  21. 49b5521 ensure that the current point is always set correctly by jvr · 21 years ago
  22. 934fe5f - added support for quadratic contours that have NO on-curve points. by jvr · 21 years ago
  23. 53d7523 more doco and comments by jvr · 21 years ago
  24. 4162de3 Is the point inside or outside the outline? by jvr · 21 years ago
  25. e028b38 new Cocoa=specific drawing pen by jvr · 21 years ago
  26. 3821026 small tweak by jvr · 21 years ago
  27. 2bb6cd3 ugh, lineTo != moveTo... by jvr · 21 years ago
  28. 82ef2a5 wrapped some long lines by jvr · 21 years ago
  29. b369ef3 Pen stuff, see http://just.letterror.com/cgi-bin/wypy?PenProtocol by jvr · 21 years ago