1. 1ae2959 from __future__ import absolute_import by Behdad Esfahbod · 10 years ago
  2. 6ed2eb4 Write LookupType as a comment by Behdad Esfahbod · 10 years ago
  3. 5fec22b Compute correct LookupType when compiling font by Behdad Esfahbod · 10 years ago
  4. dafdb29 Further optimize table loading by Behdad Esfahbod · 10 years ago
  5. d76fa68 Allow specifying table type as converter by Behdad Esfahbod · 10 years ago
  6. 3fa26d7 py23 Use fixedToFloat() for fixed version numbers by Behdad Esfahbod · 11 years ago
  7. 32c10ee py23 from __future__ import division and adjust divisions by Behdad Esfahbod · 11 years ago
  8. 30e691e py23 from __future__ import print_function by Behdad Esfahbod · 11 years ago
  9. 7ed91ec py23 import in all nontrivial source files and unused import cleanup by Behdad Esfahbod · 11 years ago
  10. b774f9f 2to3 --fix=types manual additions by Behdad Esfahbod · 11 years ago
  11. 3ec6a25 2to3 --fix=print with manual fixup by Behdad Esfahbod · 11 years ago
  12. ac1b435 2to3 --fix=idioms by Behdad Esfahbod · 11 years ago
  13. 3a9fd30 2to3 equivalent to --fix=tuple_params by Behdad Esfahbod · 11 years ago
  14. cd5aad9 2to3 --fix=raise by Behdad Esfahbod · 11 years ago
  15. 180ace6 2to3 --fix=ne by Behdad Esfahbod · 11 years ago
  16. 2b06aaa 2to3 --fix=import by Behdad Esfahbod · 11 years ago
  17. bc5e1cb 2to3 --fix=has_key by Behdad Esfahbod · 11 years ago
  18. 3ac9e63 Load / save FeatureParamSize decipoints values as float by Behdad Esfahbod · 11 years ago
  19. 9e1bd2d Implement FeatureParams by Behdad Esfahbod · 11 years ago
  20. cb4adf6 Fix XML->ttf for fonts that have some missing anchors, etc by Behdad Esfahbod · 11 years ago
  21. 2f2fd9c Minor by Behdad Esfahbod · 11 years ago
  22. f4e61ae Undo making subReader lazy by Behdad Esfahbod · 11 years ago
  23. 79f7344 Further simplify OTTableReader/Writer by Behdad Esfahbod · 11 years ago
  24. e0c2e8e Fixup extension / longoffset by Behdad Esfahbod · 11 years ago
  25. 6b6e9fa Rename repeatOffset to aux by Behdad Esfahbod · 11 years ago
  26. d58c38d Seprate longOffset from ExtSubTable by Behdad Esfahbod · 11 years ago
  27. fe67e31 Simplify ExtSubTable by Behdad Esfahbod · 11 years ago
  28. 58acba2 Remove "optimization" re Extension lookups by Behdad Esfahbod · 11 years ago
  29. 7ef23a8 Add font.lazy by Behdad Esfahbod · 11 years ago
  30. c491f45 Create subReaders lazily by Behdad Esfahbod · 11 years ago
  31. 0fac7fe Remove unused parameter by Behdad Esfahbod · 11 years ago
  32. ee27eb8 Only propagate counts that are used in sub-tables by Behdad Esfahbod · 11 years ago
  33. 2edc2da Use tableDict for DeltaValue lookbacks by Behdad Esfahbod · 11 years ago
  34. 078b363 Instead of countVars, pass down tableDict by Behdad Esfahbod · 11 years ago
  35. 7981704 Move countVars into reader/writer objects by Behdad Esfahbod · 11 years ago
  36. 7d13030 Simplify converter mapping for DeltaValue by Behdad Esfahbod · 11 years ago
  37. 6f9b64f Fixup 41caf2d for DeltaValue tables by Behdad Esfahbod · 11 years ago
  38. ffc3cfe Allow using binary / octal / hex numbers in XML by Behdad Esfahbod · 11 years ago
  39. a221a57 Improve Version handling by Behdad Esfahbod · 11 years ago
  40. 0b18ef6 Remove Fixed vs fixed32 inconsistency by Behdad Esfahbod · 11 years ago
  41. ea017bd Remove USHORT vs uint16 inconsistency by Behdad Esfahbod · 11 years ago
  42. 5962268 Remove unused "LONG" converter by Behdad Esfahbod · 11 years ago
  43. 41caf2d Remove tableStack in favor of countVars by Behdad Esfahbod · 11 years ago
  44. 0585b64 Minor by Behdad Esfahbod · 11 years ago
  45. d01c44a When lazy-loading tables, copy ValueFormat by Behdad Esfahbod · 11 years ago
  46. fc10b20 Minor by Behdad Esfahbod · 11 years ago
  47. f50d0df Load all OpenType sub-structures lazily by Behdad Esfahbod · 11 years ago
  48. 3ac875a Fix consistency of space/tab usage. by pabs3 · 11 years ago
  49. 823f8cd Misc patches from rroberts: by jvr · 18 years ago
  50. 52966bb minor refactoring by jvr · 22 years ago
  51. 7007a08 whoops, compile was broken due to Fixed 'fix' by jvr · 22 years ago
  52. b776a88 added Fixed type by jvr · 22 years ago
  53. 64b5c80 results of morning-after code review, added some doc strings, etc. by jvr · 22 years ago
  54. 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