1. ec8ca4b cleaned up command line tool section, updated to current state. by jvr · 22 years ago
  2. 9512e4b these moved to Tools/ by jvr · 22 years ago
  3. fdf2d77 install the scripts from Tools/ by jvr · 22 years ago
  4. 96aa48a new place and names for scripts/tools by jvr · 22 years ago
  5. 93d048b minor fiddling with usage. by jvr · 22 years ago
  6. 4f32058 minimal table lister tool by jvr · 22 years ago
  7. a36fd88 Work in progress on CFF, GPOS and GSUB. Since it's only partly working, it's diasabled by default. by jvr · 22 years ago
  8. 2a9c630 use composition rather than inheritance; \ by jvr · 22 years ago
  9. 48e4b62 import expat instead of xmlproc, as that's what we're using now by jvr · 22 years ago
  10. e82b4d5 only keep the orginal table around in two special cases.\n this fixes a problem with importing individual tables. by jvr · 22 years ago
  11. 320b48a eexecOp may be a global module or a submodule. by jvr · 22 years ago
  12. d04a3bb use version from fontTools.__init__.py by jvr · 22 years ago
  13. 9b7b8e0 re-added progress support, to be tested by jvr · 22 years ago
  14. 1288f8a whoops, lastIndex can't be smaller than 1 by jvr · 22 years ago
  15. 8eb9992 updated installation instructions and changes.txt by jvr · 22 years ago
  16. e493669 rearranged a bit, removed redundant imports by jvr · 22 years ago
  17. ca4c456 Complety revised the XML import code: by jvr · 22 years ago
  18. 3c3c32c Charnames can contain a period anywhere, not just at the start. by jvr · 22 years ago
  19. f9104bc another buggy font workaround; sped up unpackPStrings somewhat by jvr · 22 years ago
  20. ae43d92 Hm, these instructions had their stack pop-count reversed. by jvr · 22 years ago
  21. 90290b7 At the expense of some speed, find the end of an excrypted portion by jvr · 23 years ago
  22. c2b05cc fixed post table format 1 error: even though the glyph order is fixed, by jvr · 23 years ago
  23. bad5dd2 Ugh. The previous change broke under 1.5.2. Work around it, and clean by jvr · 23 years ago
  24. 0d2a955 Hm, using "h" format strings for unsigned shorts broke in Python 2.1 by jvr · 23 years ago
  25. aa00a27 behave nicely when *any* subpath doesn't start with a moveto. by jvr · 23 years ago
  26. 239498a behave nicely when the font doesn't do an initial moveto. by jvr · 23 years ago
  27. 8c74f46 fixed saveAs() by jvr · 23 years ago
  28. c3403cf style constency by jvr · 23 years ago
  29. 6146b08 spec changed: three fields are now unsigned instead of signed, by jvr · 23 years ago
  30. 95cf546 dump macStyle as binary by jvr · 23 years ago
  31. fc09887 copyright notice updated (but mostly to test the CVS log msg mail) by jvr · 23 years ago
  32. 4d3b727 work around MacPython 2.1 incompatibility by jvr · 23 years ago
  33. 07274f1 grab version from fontTools.__init__ by jvr · 23 years ago
  34. 9b5e5af 1.0b1 release notes by jvr · 23 years ago
  35. cd8f9df added note about distutils needed for Python < 2.0 by jvr · 23 years ago
  36. a929e0c added version variable by jvr · 23 years ago
  37. 3b18bda add version to tarball filename by jvr · 23 years ago
  38. 0de2a0f Let's be vague about where I live(d)... by jvr · 23 years ago
  39. 8626211 renamed LEGAL.txt to LICENSE.txt, to match the doco... by jvr · 23 years ago
  40. f5ccb35 updated to the current state of affairs. by jvr · 23 years ago
  41. df77dae cleaned up regtext for clarity. Should be a 100% cosmetic change, by jvr · 23 years ago
  42. 7b51bbf print a banner for each output file by jvr · 23 years ago
  43. 656a6cc reworked command line options by jvr · 23 years ago
  44. 5808f3f added warning about dependency on NumPy and PyXML by jvr · 23 years ago
  45. 28e74ab - fixed -d (forgot to add it to the getopt arg) by jvr · 23 years ago
  46. 933f910 implemented -d (specify output dir) option by jvr · 23 years ago
  47. 3860d6e first step of changing the command line usage to something more by jvr · 23 years ago
  48. c0cd826 And one more... by jvr · 23 years ago
  49. 93bde12 Hm, made func defs ANSI compliant. by jvr · 23 years ago
  50. 09f337b eexecOp.{so|pyd|slb} goes into fontTools/misc/ by jvr · 23 years ago
  51. 3bcd255 old cruft by jvr · 23 years ago
  52. a580192 minor things: the real doco needs real work... by jvr · 23 years ago
  53. df9c029 removed obsolete unix makefile support: distutils takes care by jvr · 23 years ago
  54. f20ab43 eexecOp may also be a global module. by jvr · 23 years ago
  55. 3285b4b Removed obsolete install.py script, and replaced it with a by jvr · 23 years ago
  56. 30dae0d removed dependency on old transformation class by Just · 23 years ago
  57. e9601bf updated OpenResFile() to FSpOpenResFile() and CreateResFile() to by Just · 23 years ago
  58. 64892f5 Don't take month and day names from calendar.py: a buggy Metrowerks strftime() made this crash hard in Python 2.2. by Just · 23 years ago
  59. b68a700 don't print extra error info to stdout by Just · 23 years ago
  60. 5810aa9 renamed a bunch of things to use CamelCase by Just · 23 years ago
  61. 6175deb improved API for creating AFM files from scratch by Just · 23 years ago
  62. 0d51707 fixed style strings bug, as triggered by the Thorndale font. by Just · 23 years ago
  63. 32f8684 - added support for composite info - write attributes in a decent order by Just · 23 years ago
  64. 344757f minor cleanups by Just · 23 years ago
  65. ad6bb5a New & improved, but dead slow. Reads and writes. by Just · 23 years ago
  66. a556f51 don't allow duplicate glyph names when building names from cmap/agl by Just · 23 years ago
  67. ae18024 workaround for currupt (?) cmap subtable by Just · 23 years ago
  68. 731e437 don't complain as loudly with fonts that don't completely adhere to the spec by Just · 24 years ago
  69. 6d925f5 workaround for odd-length unicode strings (!) by Just · 24 years ago
  70. fc99ad1 doh! font bounding box goes to the head table, not maxp itself. by Petr · 24 years ago
  71. 981e667 updated version & copyright by Just · 24 years ago
  72. 1377dab what was I thinking by Just · 24 years ago
  73. 481fb09 added workaround for buggy Apple fonts by Just · 24 years ago
  74. 43fa4be added workaround for Py 1.5.1 compatibility by Just · 24 years ago
  75. dccbd31 initialize styleStrings with empty string instead of None's: this allows certain Apple fonts to be handled correctly. by Just · 24 years ago
  76. 0f67586 improved support for writing to (in memory) streams by Just · 24 years ago
  77. fdea99d minor fix by Just · 24 years ago
  78. d5b65a4 made calculating bounding box handle empty coordinate arrays gracefully by Just · 24 years ago
  79. f6b1563 removed an assert that was too strict by Just · 24 years ago
  80. c91a951 minor changes by Just · 24 years ago
  81. 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
  82. ca9679e another OT source table by Just · 24 years ago
  83. 859967e formatting by Just · 24 years ago
  84. 306d24e Allow long-aligned glyph records (as is in fact recommended by the latest MS spec, but almost nobody seems to do it...) by Just · 24 years ago
  85. 1b85098 Fixed cmap optimizer bug: needs more testing! by Just · 24 years ago
  86. e0433b9 Fixed getCoordinates() so it works correctly with "empty" components. by Just · 24 years ago
  87. cb317bf The "flags" field is an unsigned short, not a byte by Just · 24 years ago
  88. a063f8b Roozbeh Pournader found a working version to one of the broken URLs in the Adobe document. by Just · 24 years ago
  89. e9bb079 updated to conform to the latest configuration (Adam Twardoch) by Just · 24 years ago
  90. 8ae13ae unix Makefile and Setup by just · 24 years ago
  91. 3618300 some minor improvements by Just · 24 years ago
  92. 8ab6826 don't barf if there are no subroutines by Just · 24 years ago
  93. 1c1d059 updated to Unicode 3.0 by Antoine Leca. by Just · 24 years ago
  94. ec66f09 mac readme file by Just · 24 years ago
  95. 3d2d8a6 known bugs and last changes by Just · 24 years ago
  96. e5ad9c9 finally written some more doco by Just · 24 years ago
  97. ea03d67 updated license by Just · 24 years ago
  98. 480b26e new minimal readme file by Just · 24 years ago
  99. 5216353 added doc strings to empty __init__.py files: WinZip apparently skips empty files. Doh! by Just · 24 years ago
  100. 7bf760f fixed multi-arg .append() call, for Python 1.6 compatibility. by Just · 24 years ago