1. 2861d65 [subset] Update font extents in head table by Khaled Hosny · 5 years ago
  2. 467d1c0 Merge pull request #1611 from googlefonts/retain-gids by Cosimo Lupo · 5 years ago
  3. dce1598 Make --retain-gids truncate empty glyphs after the last non-empty glyph. by Garret Rieger · 5 years ago
  4. 80a4993 appveyor: update virtualenv to fix failing py27 tests by Cosimo Lupo · 5 years ago
  5. 9208db1 Bump version: 3.41.2 → 3.41.3.dev0 by Cosimo Lupo · 5 years ago
  6. 7035753 Release 3.41.2 by Cosimo Lupo · 5 years ago 3.41.2
  7. 650e361 Update changelog [ci skip] by Cosimo Lupo · 5 years ago
  8. 3270c30 Merge pull request #1609 from anthrotype/varlib-cff-post-2 by Cosimo Lupo · 5 years ago
  9. 8e8d628 Update changelog [ci skip] by Cosimo Lupo · 5 years ago
  10. 6b29707 varLib_test: update test TTX so they keep glyph names by Cosimo Lupo · 5 years ago
  11. 71574fa varLib: keep CFF2 glyph names in post format2 table by Cosimo Lupo · 5 years ago
  12. 96c81eb Merge pull request #1598 from fonttools/update-OTF-testfonts by Cosimo Lupo · 5 years ago
  13. 9e369fa remove unused method in specializer_test and debug prints by Cosimo Lupo · 5 years ago
  14. 1fd331b Bump version: 3.41.1 → 3.41.2.dev0 by Cosimo Lupo · 5 years ago
  15. e529b13 Release 3.41.1 by Cosimo Lupo · 5 years ago 3.41.1
  16. 2a820a2 Update changelog by Cosimo Lupo · 5 years ago
  17. 4872c02 Merge pull request #1601 from fonttools/pyup-scheduled-update-2019-05-06 by Cosimo Lupo · 5 years ago
  18. df4eb56 Merge pull request #1606 from anthrotype/dslib-load-source-fonts by Cosimo Lupo · 5 years ago
  19. 175399e designspaceLib: add examples to loadSourceFonts docstring by Cosimo Lupo · 5 years ago
  20. 338793d varLib: use DesignSpaceDocument.loadSourceFonts method to load masters by Cosimo Lupo · 5 years ago
  21. 44f74dc designspaceLib: add loadSourceFonts method with custom opener by Cosimo Lupo · 5 years ago
  22. 85c3f85 Merge pull request #1605 from editkid/fix/ttlib-bbox-rounding by Cosimo Lupo · 5 years ago
  23. 9f4fcfe Improve README text wrap by editkid · 5 years ago
  24. 7f145be Add name to README by editkid · 5 years ago
  25. 742ed88 Apply intRect to FontBBox to prevent type error by editkid · 5 years ago
  26. c2b3473 Update fs from 2.4.4 to 2.4.5 by pyup-bot · 5 years ago
  27. ffc98ba Merge pull request #1600 from silnrsi/bugfix1 by Cosimo Lupo · 5 years ago
  28. ad60ce8 Minor fixlet for Sill table by Martin Hosken · 5 years ago
  29. dadec23 Merge pull request #1599 from khaledhosny/fealib-valuerecord-asfea by Khaled Hosny · 5 years ago
  30. 887ea22 Merge pull request #1594 from fonttools/fix-subsetter-cff2-issue by Khaled Hosny · 5 years ago
  31. b1999a1 Add test for previous commit by Khaled Hosny · 5 years ago
  32. 41c7760 [feaLib] don’t write None in ast.ValueRecord.asFea() by Khaled Hosny · 5 years ago
  33. 77f72bc Convert OTF font files in test data to ttx files. by ReadRoberts · 5 years ago
  34. 465d85d Merge pull request #1597 from silnrsi/bugfix5 by Cosimo Lupo · 5 years ago
  35. 2e7b021 Fix unmasked bug from previous typo fix by Martin Hosken · 5 years ago
  36. dbcdde1 Fix bug in subsetting T2 CharStrings from CFF font. The logic seeks to avoid unnecessarily executing subroutines that have already been subroutinized. It is necessary execute all subroutines when counting hints in order to determine the byte length of mask arguments, but we want to quit doing this when we know that counting hints is no longer necessary,. The previous logic stopped when a [vh]stem operator was seen, as this means there will not be need for hintmask mask arguments However, the [vh]stem operators can be used even when there is a cntrmask, so the logic stopped counting hints too early. by ReadRoberts · 5 years ago
  37. 06e44e8 Bump version: 3.41.0 → 3.41.1.dev0 by Cosimo Lupo · 5 years ago
  38. 1db1cdb Release 3.41.0 by Cosimo Lupo · 5 years ago 3.41.0
  39. ba70056 Update changelog [skip ci] by Cosimo Lupo · 5 years ago
  40. 5b3db36 Sparse cff2vf support (#1591) by Read Roberts · 5 years ago
  41. 9cbfef1 Merge pull request #1588 from fonttools/hvar-vvar-retain-gids by Miguel Sousa · 5 years ago
  42. 6edf625 Merge pull request #1582 from fonttools/max_ctx_recalc by Miguel Sousa · 5 years ago
  43. 4559610 (Re)calculate OS/2.usMaxContext value by Miguel Sousa · 5 years ago
  44. 00dddb1 fixed non retain-gids with no AdvWidthMap behavior by Michiharu Ariza · 5 years ago
  45. 6ca384f tweaks reflecting review by Michiharu Ariza · 5 years ago
  46. f028c75 issue #1587: AdvWidthMap null with Lsb/RsbMaps non-null by Michiharu Ariza · 5 years ago
  47. eb49e46 Merge pull request #1586 from silnrsi/bugfix4 by Cosimo Lupo · 5 years ago
  48. 12d1b05 renaming by Michiharu Ariza · 5 years ago
  49. 5a97d0a Fix typo in silf table by Martin Hosken · 5 years ago
  50. 5e1dea3 subset HVAR/VVAR with retain-gids by Michiharu Ariza · 5 years ago
  51. 5a7fe05 otTables: set CompCount in LigatureSubst.fromXML by Cosimo Lupo · 5 years ago
  52. 71812bb otBase: call populateDefaults() in BaseTTXConverter.fromXML by Cosimo Lupo · 5 years ago
  53. 01363db [varLib] Remove unused member by Behdad Esfahbod · 5 years ago
  54. b1d055b Merge pull request #1539 from silnrsi/bugfix3 by Cosimo Lupo · 5 years ago
  55. 1a92b3c Comment changes to help clarify by Martin Hosken · 5 years ago
  56. f183139 Merge pull request #1574 from fonttools/davelab6-coc by Cosimo Lupo · 5 years ago
  57. d429366 Update CODE_OF_CONDUCT.md by Dave Crossland · 5 years ago
  58. 1bcd212 Create CONTRIBUTING.md (#1575) by Dave Crossland · 5 years ago
  59. 9fe801c Update CODE_OF_CONDUCT.md to Github template by Dave Crossland · 5 years ago
  60. 01c63cb Create CODE_OF_CONDUCT.md by Dave Crossland · 5 years ago
  61. 5c37b5d Bump version: 3.40.0 → 3.40.1.dev0 by Cosimo Lupo · 5 years ago
  62. e969933 Release 3.40.0 by Cosimo Lupo · 5 years ago 3.40.0
  63. ec10a1f Updated changelog [skip ci] by Cosimo Lupo · 5 years ago
  64. 0cf5480 [subset] fixed VVAR subset failing with --retain-gids by Cosimo Lupo · 5 years ago
  65. b327287 designspaceLib: remove defaultLoc attribute, use up-to-date default location in findDefault by Cosimo Lupo · 5 years ago
  66. e082abf [voltLib] Allow passing file-like object to Parser by Khaled Hosny · 5 years ago
  67. 8c2f721 Merge pull request #1566 from anthrotype/ot-round-calc-int-bounds by Cosimo Lupo · 5 years ago
  68. 8030603 arrayTools: calcIntBounds should use otRound, not round3 by Cosimo Lupo · 5 years ago
  69. 5e627c5 Merge pull request #1564 from fonttools/svg-shapes by Miguel Sousa · 5 years ago
  70. 299b5bc [svgLib] Add support for line element by Miguel Sousa · 5 years ago
  71. 8d9a935 [svgLib] Add support for polyline element by Miguel Sousa · 5 years ago
  72. d5adee4 [svgLib] Complete support for matrix transforms by Miguel Sousa · 5 years ago
  73. dedf14a Roughing in transform=matrix(...) by Rod Sheeter · 5 years ago
  74. aef4141 gvar: log the glyph name if any exception is caught when decompiling deltas by Cosimo Lupo · 5 years ago
  75. da6fe5f Merge pull request #1563 from fonttools/svgLib-ellipse by Miguel Sousa · 5 years ago
  76. e782c6e Merge pull request #1551 from fonttools/VVAR-support by Read Roberts · 5 years ago
  77. 2228858 Clean up code formatting - re-name variables by ReadRoberts · 5 years ago
  78. 915effa Merge pull request #1557 from fonttools/fontbuilder-post by Miguel Sousa · 5 years ago
  79. e63598f [svgLib] Add support for ellipse shape by Miguel Sousa · 5 years ago
  80. 2c54bf7 Use existing method by Miguel Sousa · 5 years ago
  81. 86cea23 Un-hardcode the CFF glyph's left side bearing by Miguel Sousa · 5 years ago
  82. b0710b8 [fontBuilder] Enable making CFF2 fonts with 'post' table format 2 by Miguel Sousa · 5 years ago
  83. 30885c5 Merge pull request #1562 from fonttools/depr_warn-invalid_escape by Miguel Sousa · 5 years ago
  84. ddff29c Fix DeprecationWarning: invalid escape sequence by Miguel Sousa · 5 years ago
  85. ff0716f Code clean-up of items pointed out in review. by ReadRoberts · 5 years ago
  86. c06c5c5 Code clean-up of items pointed out in review. by ReadRoberts · 5 years ago
  87. 1fe0348 Remove old debug pdb.set_trace(). This has already been fixed on another branch that has not yet been merged, but I need to fix it here for the VVAR test to pass. by ReadRoberts · 5 years ago
  88. ecf738b Add support for building VVAR table from vmtx and VORG tables. by ReadRoberts · 5 years ago
  89. c6006a7 [glyf] remove_hinting should del program from composite glyph by Cosimo Lupo · 5 years ago
  90. d2c462a Bump version: 3.39.0 → 3.39.1.dev0 by Cosimo Lupo · 5 years ago
  91. 88a9e71 Release 3.39.0 by Cosimo Lupo · 5 years ago 3.39.0
  92. cc6fce5 Update changelog [skip ci] by Cosimo Lupo · 5 years ago
  93. 6355376 Fix for subsetting HVAR tables that have an AdvanceWidthMap when the --retain-gid option is used. Needed to make subset_test.py::test_retain_gids_cff2 tests pass. by ReadRoberts · 5 years ago
  94. 1cb9b81 Update changelog [skip ci] by Cosimo Lupo · 5 years ago
  95. b2f7ea3 Merge pull request #1546 from justvanrossum/fix_issue1545 by Just van Rossum · 5 years ago
  96. 20c93b9 use RecursionError, and provide an alias for RuntimeError for Py2 by justvanrossum · 5 years ago
  97. 12ec7f5 improve error message by justvanrossum · 5 years ago
  98. ac2413e [ttLib/glyf] raise TTLibError with the offending glyph name in the error message when a component (indirectly) references itself by justvanrossum · 5 years ago
  99. 5290e83 Remove pyftinspect (#1542) by Nikolaus Waxweiler · 5 years ago
  100. 4921d97 Revert "Remove pyftinspect" by Nikolaus Waxweiler · 5 years ago