1. fc3879e - renamed all l,t,r,b tuff to xMin, yMin, xMax, yMax by jvr · 21 years ago
  2. 6628513 T2: I'm not sure if the seac-variant of the endchar operator may be by jvr · 21 years ago
  3. 382df6c added deprecated endchar/seac support for T2 charstrings by jvr · 21 years ago
  4. bfadfe3 - Fixed ZeroDivisionError in solveCubic(). The solution is mathematically by jvr · 21 years ago
  5. 489d76a Refactored outline extraction for CharStrings. The interface to by jvr · 21 years ago
  6. 9920ad5 added and tweaked some asserts by jvr · 21 years ago
  7. 6385a4e remove trailing whitespace by jvr · 21 years ago
  8. 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
  9. efaae52 - optimized a couple of invariant expressions by jvr · 21 years ago
  10. 9524c7b splitLine(): make sure the split is between the end points by jvr · 21 years ago
  11. 05b4b4a new module bezierTools.py by jvr · 21 years ago
  12. 182a7ba two new functions by jvr · 21 years ago
  13. d778713 'python' implementation of hex functions by jvr · 22 years ago
  14. 1e59fec finally upgraded psLib to use re instead of the long obsolete regex module. by jvr · 22 years ago
  15. b6eda92 nits by jvr · 22 years ago
  16. b58176e added support for raw bytecode: this happens unintentionally for subrs that aren't referenced, but it's good to have anyway, in case we want to switch T2 decompilation off. by jvr · 22 years ago
  17. 4e5af60 CFF/T2 <-> XML roundtripping has begun! by jvr · 22 years ago
  18. f2cf9c5 first working version of CFF/T2 compiler; needs cleanup/refactoring, and doesn't import from XML yet; hardly tested. by jvr · 22 years ago
  19. 586345b fixed ctnrmask problem: hints weren't counted correctly by jvr · 22 years ago
  20. 455af65 first stab at compiling T2 CharStrings by jvr · 22 years ago
  21. 6f03a58 (nit) by jvr · 22 years ago
  22. dc18128 added delta array support to DictDecompiler by jvr · 22 years ago
  23. bf2f402 fix argument type order by jvr · 22 years ago
  24. dbc2c17 moved some stuff to cffLib by jvr · 22 years ago
  25. 320b48a eexecOp may be a global module or a submodule. by jvr · 22 years ago
  26. aa00a27 behave nicely when *any* subpath doesn't start with a moveto. by jvr · 23 years ago
  27. 239498a behave nicely when the font doesn't do an initial moveto. by jvr · 23 years ago
  28. f20ab43 eexecOp may also be a global module. by jvr · 23 years ago
  29. b68a700 don't print extra error info to stdout by Just · 23 years ago
  30. 344757f minor cleanups by Just · 23 years ago
  31. df83623 module to find the home file of a resource (handy for finding suitcase files when all you have is a resource) by Just · 24 years ago
  32. 670c985 added doc strings to empty __init__.py files: WinZip apparently skips empty files. Doh! by Just · 24 years ago
  33. de7a3c4 fixed buglet in num2binary() by Just · 24 years ago
  34. dab4332 fixed broken import by Just · 24 years ago
  35. deb3b63 Two new functions: by Just · 24 years ago
  36. 02a739a new functions: unionRect() and rectCenter() by Just · 24 years ago
  37. b3026ba added intRect() function. Turn any rect into a rect using ints only. by Just · 24 years ago
  38. be7163c added a bunch of rectangle tools that mimic some Qd.*Rect functions, like Qd.InsetRect. by Just · 24 years ago
  39. 528614e Moved psCharStrings.py, psLib.py and psOperators.py to fontTools.misc, since they're not "toplevel" font tools. by Just · 24 years ago
  40. 470b505 yet another reorganization round... by Just · 24 years ago
  41. 6c53f88 added fontTools.misc.eexec and a MacOS/PPC shared lib (eexecOp) that provides the C implementation. by Just · 24 years ago
  42. 7842e56 Created a new library directory called "FreeLib". All OpenSource RFMKII components will reside there, fontTools being the flagship. by Just · 24 years ago