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