1. 1ae2959 from __future__ import absolute_import by Behdad Esfahbod · 10 years ago
  2. 78c02b6 Fix T1CharString decompile() by Behdad Esfahbod · 10 years ago
  3. 153ec40 Fix a few pychecker warnings by Behdad Esfahbod · 10 years ago
  4. f918ab4 Fix typos by Behdad Esfahbod · 11 years ago
  5. e388db5 py23 Use new-style classes by Behdad Esfahbod · 11 years ago
  6. 278c88c py23 Fix psCharStrings bytes issues by Behdad Esfahbod · 11 years ago
  7. 18316aa ps23 More bytes fixes. All ''join()'s fixed by Behdad Esfahbod · 11 years ago
  8. 319c5fd py23 introduce byteord() and use it by Behdad Esfahbod · 11 years ago
  9. 32c10ee py23 from __future__ import division and adjust divisions by Behdad Esfahbod · 11 years ago
  10. 30e691e py23 from __future__ import print_function by Behdad Esfahbod · 11 years ago
  11. b7a2d79 py23 Use bytechr() instead of chr() by Behdad Esfahbod · 11 years ago
  12. 7ed91ec py23 import in all nontrivial source files and unused import cleanup by Behdad Esfahbod · 11 years ago
  13. 14fb031 Remove most uses of module string by Behdad Esfahbod · 11 years ago
  14. b774f9f 2to3 --fix=types manual additions by Behdad Esfahbod · 11 years ago
  15. 3ec6a25 2to3 --fix=print with manual fixup by Behdad Esfahbod · 11 years ago
  16. 002c32f 2to3 --fix=types with manual fixups by Behdad Esfahbod · 11 years ago
  17. e5ca796 2to3 --fix=map with manual cleanup by Behdad Esfahbod · 11 years ago
  18. ac1b435 2to3 --fix=idioms by Behdad Esfahbod · 11 years ago
  19. 3a9fd30 2to3 equivalent to --fix=tuple_params by Behdad Esfahbod · 11 years ago
  20. cd5aad9 2to3 --fix=raise by Behdad Esfahbod · 11 years ago
  21. 846d09e Allow None for globalSubrs in T2CharString by Behdad Esfahbod · 11 years ago
  22. f09f1d4 Raise exceptions on unimplemented T2CharString operators by Behdad Esfahbod · 11 years ago
  23. e56bc90 - t1Lib.py can now properly read PFA fonts by jvr · 16 years ago
  24. 7099f4c support the deprecated dotsection T2 operator by jvr · 18 years ago
  25. d4561ec some flex hint fixes from rroberts by jvr · 19 years ago
  26. 95c9e9f This patch fixes two things by jvr · 19 years ago
  27. 8b8b449 - Implemented the flex operators for T2 by jvr · 21 years ago
  28. d3ee2d4 - Properly support the pen protocol for open sub paths in Type 1 by jvr · 21 years ago
  29. 6628513 T2: I'm not sure if the seac-variant of the endchar operator may be by jvr · 21 years ago
  30. 382df6c added deprecated endchar/seac support for T2 charstrings by jvr · 21 years ago
  31. 489d76a Refactored outline extraction for CharStrings. The interface to by jvr · 21 years ago
  32. 9920ad5 added and tweaked some asserts by jvr · 21 years ago
  33. 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
  34. 4e5af60 CFF/T2 <-> XML roundtripping has begun! by jvr · 22 years ago
  35. 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
  36. 586345b fixed ctnrmask problem: hints weren't counted correctly by jvr · 22 years ago
  37. 455af65 first stab at compiling T2 CharStrings by jvr · 22 years ago
  38. 6f03a58 (nit) by jvr · 22 years ago
  39. dc18128 added delta array support to DictDecompiler by jvr · 22 years ago
  40. bf2f402 fix argument type order by jvr · 22 years ago
  41. dbc2c17 moved some stuff to cffLib by jvr · 22 years ago
  42. aa00a27 behave nicely when *any* subpath doesn't start with a moveto. by jvr · 23 years ago
  43. 239498a behave nicely when the font doesn't do an initial moveto. by jvr · 23 years ago
  44. b68a700 don't print extra error info to stdout by Just · 23 years ago
  45. dab4332 fixed broken import by Just · 24 years ago
  46. 528614e Moved psCharStrings.py, psLib.py and psOperators.py to fontTools.misc, since they're not "toplevel" font tools. by Just · 24 years ago[Renamed from Lib/fontTools/psCharStrings.py]
  47. 7842e56 Created a new library directory called "FreeLib". All OpenSource RFMKII components will reside there, fontTools being the flagship. by Just · 24 years ago