aboutsummaryrefslogtreecommitdiff
path: root/Lib/fontTools/ttLib/tables/otTables.py
AgeCommit message (Expand)Author
2022-08-24Upgrade fonttools to 4.37.1Elliott Hughes
2022-03-25Update FontTools to 4.31.2 to gain access to iterSubTables.Rod S
2021-04-01Upgrade fonttools to 4.22.0android-s-beta-2android-s-beta-1Elliott Hughes
2021-02-17Upgrade fonttools to 4.20.0Haibo Huang
2020-12-16Upgrade fonttools to 4.18.2Haibo Huang
2020-12-04Upgrade fonttools to 4.18.0Haibo Huang
2020-11-12Upgrade fonttools to 4.17.0Haibo Huang
2020-09-21Upgrade fonttools to 4.15.0Haibo Huang
2020-07-10Upgrade fonttools to 4.13.0android-r-beta-3android-r-beta-2Haibo Huang
2020-04-16Upgrade fonttools to 4.8.0Haibo Huang
2020-03-05Upgrade fonttools to 4.4.1Haibo Huang
2019-05-13Upgrade fonttools to 3.41.2Haibo Huang
2019-03-26Upgrade fonttools to 3.39.0android-q-preview-6android-q-preview-5android-q-preview-4android-q-preview-2.5android-o-mr1-iot-release-1.0.12oreo-mr1-iot-releaseHaibo Huang
2018-11-05Upgrade fonttools from 3.28.0 to 3.31.0.android-wear-8.0.0_r2android-o-mr1-iot-release-smart-display-r9android-o-mr1-iot-release-smart-display-r8android-o-mr1-iot-release-smart-display-r5android-o-mr1-iot-release-smart-display-r40.1Jandroid-o-mr1-iot-release-smart-display-r4android-o-mr1-iot-release-smart-display-r39android-o-mr1-iot-release-smart-display-r30android-o-mr1-iot-release-smart-display-r22android-o-mr1-iot-release-smart-display-r14android-o-mr1-iot-release-smart-clock-r6android-o-mr1-iot-release-smart-clock-r2android-o-mr1-iot-release-smart-clock-fsiandroid-o-mr1-iot-release-smart-clock-fcsandroid-o-mr1-iot-release-cube_r2android-o-mr1-iot-release-cube-fsiandroid-o-mr1-iot-release-cube-fcsandroid-o-mr1-iot-release-1.0.8android-o-mr1-iot-release-1.0.7android-n-iot-release-ihome-igv1nougat-iot-releaseElliott Hughes
2018-07-04Upgrade fonttools from 2.4 to 3.28.0android-p-preview-5android-o-mr1-iot-release-1.0.2android-n-iot-release-smart-display-r2Haibo Huang
2014-02-20Fix up regression in promoting lookups to extensionsBehdad Esfahbod
2014-01-14from __future__ import absolute_importBehdad Esfahbod
2013-12-17MinorBehdad Esfahbod
2013-12-17Don't write Format for Coverage, ClassDef, Single/Alternate/LigatureSubstBehdad Esfahbod
2013-12-17Handle NULL coverage table in ligature substituteBehdad Esfahbod
2013-12-09Implement MATH tableBehdad Esfahbod
2013-12-09Allow specifying table type as converterBehdad Esfahbod
2013-12-07Fix ClassDefBehdad Esfahbod
2013-12-04Relax some warningsBehdad Esfahbod
2013-12-04Fix SingleSubstFormat1 modulo mathBehdad Esfahbod
2013-12-04MinorBehdad Esfahbod
2013-12-04Simplify Coverage table postReadBehdad Esfahbod
2013-12-04Handle out-of-range glyphIDs in ClassDefBehdad Esfahbod
2013-12-04Use True/False instead of 1/0Behdad Esfahbod
2013-12-04Use "is None" instead of "== None"Behdad Esfahbod
2013-12-02Implement compiling to ClassDef Format=1Behdad Esfahbod
2013-11-28py23 Remove uses of __cmp__ and cmp()Behdad Esfahbod
2013-11-28py23 from __future__ import division and adjust divisionsBehdad Esfahbod
2013-11-27py23 from __future__ import print_functionBehdad Esfahbod
2013-11-27py23 import in all nontrivial source files and unused import cleanupBehdad Esfahbod
2013-11-272to3 --fix=dict with manual cleanupBehdad Esfahbod
2013-11-272to3 replace use of module newBehdad Esfahbod
2013-11-272to3 --fix=types manual additionsBehdad Esfahbod
2013-11-272to3 --fix=map with manual cleanupBehdad Esfahbod
2013-11-272to3 --fix=idiomsBehdad Esfahbod
2013-11-272to3 --fix=zip with manual cleanupBehdad Esfahbod
2013-11-272to3 --fix=xrangeBehdad Esfahbod
2013-11-272to3 equivalent to --fix=tuple_paramsBehdad Esfahbod
2013-11-272to3 --fix=importBehdad Esfahbod
2013-11-272to3 --fix=has_keyBehdad Esfahbod
2013-11-26Implement FeatureParamsBehdad Esfahbod
2013-11-24Remove "optimization" re Extension lookupsBehdad Esfahbod
2013-11-18Handle and warn about out-of-order Coverage table entriesBehdad Esfahbod
2013-11-15Support loading broken Coverage tablesBehdad Esfahbod
2013-08-19Optimize Coverage.postRead()Behdad Esfahbod