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