1. 1ae2959 from __future__ import absolute_import by Behdad Esfahbod · 10 years ago
  2. dc87372 Use True/False instead of 1/0 by Behdad Esfahbod · 10 years ago
  3. 153ec40 Fix a few pychecker warnings by Behdad Esfahbod · 10 years ago
  4. f2c2b4d Improve composite glyph bounds calculation by Behdad Esfahbod · 10 years ago
  5. 32c10ee py23 from __future__ import division and adjust divisions by Behdad Esfahbod · 11 years ago
  6. 30e691e py23 from __future__ import print_function by Behdad Esfahbod · 11 years ago
  7. 7ed91ec py23 import in all nontrivial source files and unused import cleanup by Behdad Esfahbod · 11 years ago
  8. 3a9fd30 2to3 equivalent to --fix=tuple_params by Behdad Esfahbod · 11 years ago
  9. 843ffd8 Port glyf coordinates from numpy to custom type by Behdad Esfahbod · 11 years ago
  10. 4f03368 Port glyf transform from numpy to lists by Behdad Esfahbod · 11 years ago
  11. 91bca42 merging fixes & changes from delft-sprint-2012 by jvr · 12 years ago
  12. 1b7d54f converted usage of Numeric to numpy by jvr · 16 years ago
  13. 41144b9 - moved Numeric import to top - converted tests to doctest by jvr · 16 years ago
  14. fc3879e - renamed all l,t,r,b tuff to xMin, yMin, xMax, yMax by jvr · 21 years ago
  15. 182a7ba two new functions by jvr · 21 years ago
  16. deb3b63 Two new functions: by Just · 24 years ago
  17. 02a739a new functions: unionRect() and rectCenter() by Just · 24 years ago
  18. b3026ba added intRect() function. Turn any rect into a rect using ints only. by Just · 24 years ago
  19. be7163c added a bunch of rectangle tools that mimic some Qd.*Rect functions, like Qd.InsetRect. by Just · 24 years ago
  20. 470b505 yet another reorganization round... by Just · 24 years ago