aboutsummaryrefslogtreecommitdiff
path: root/Lib/fontTools/ttLib/tables/_h_e_a_d.py
AgeCommit message (Expand)Author
2021-04-01Upgrade fonttools to 4.22.0android-s-beta-2android-s-beta-1Elliott Hughes
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-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-05-01Allow disabling 'head' table modified-timestamp recalculationBehdad Esfahbod
2014-01-14from __future__ import absolute_importBehdad Esfahbod
2013-12-06Remove unused dataBehdad Esfahbod
2013-12-06Simplify mac_epoch_diffBehdad Esfahbod
2013-12-06Simplify date parsingBehdad Esfahbod
2013-12-06Use struct format 'Q' to read/write 64bit integersBehdad Esfahbod
2013-12-06Remove redundant codeBehdad Esfahbod
2013-11-28py23 Add bytesjoin()Behdad Esfahbod
2013-11-28py23 Remove uses of __cmp__ and cmp()Behdad Esfahbod
2013-11-28py23 introduce byteord() and use itBehdad Esfahbod
2013-11-28py23 from __future__ import division and adjust divisionsBehdad Esfahbod
2013-11-27py23 from __future__ import print_functionBehdad Esfahbod
2013-11-27py23 Use bytechr() instead of chr()Behdad Esfahbod
2013-11-27py23 import in all nontrivial source files and unused import cleanupBehdad Esfahbod
2013-11-27Remove most uses of module stringBehdad Esfahbod
2013-11-272to3 --fix=map with manual cleanupBehdad Esfahbod
2013-11-272to3 --fix=idiomsBehdad Esfahbod
2013-11-272to3 --fix=long with manual cleanupBehdad Esfahbod
2013-11-272to3 --fix=numliterals with manual cleanupBehdad Esfahbod
2013-11-272to3 equivalent to --fix=tuple_paramsBehdad Esfahbod
2013-11-272to3 --fix=importBehdad Esfahbod
2013-10-28Make __cmp__() functions stableBehdad Esfahbod
2013-09-17Move sstruct under fontTools.miscBehdad Esfahbod
2013-08-19Fix comparison to arbitrary objectsBehdad Esfahbod
2008-05-17a different fix for [1296026]: just comment out the offending assertjvr
2008-05-17back out 'fix', as this solution isn't portablejvr
2008-05-16Apply 1296026: fix tracebacks in some timezonespabs3
2006-01-25The dates are stored in 8-bytes fields (Microsoft reference document) but Mac...fcoiffie
2004-12-24fix for new 2.4 hex() behaviorjvr
2004-09-25workaround for bug [ 766694 ] Error from invalid datejvr
2003-02-23Fix for bug #691744; calc_mac_epoch_diff() was broken when the timezonejvr
2003-01-10clean up checkSumAdjustment XML output: suppress trialing 'L'jvr
2003-01-10fix from Owen Taylor that fixes my previous patch; thanks!jvr
2003-01-03detab table string literaljvr
2003-01-03make two fields unsigned, to conform to the spec but also to suppress Python ...jvr
2002-10-08fixed previous fix: it assumed 4 bytes of data, which is wrongjvr
2002-10-07Handle negative long time values gracefully instead of looping infinitely. Re...jvr
2001-08-15style constencyjvr
2001-08-15dump macStyle as binaryjvr
2001-06-27Don't take month and day names from calendar.py: a buggy Metrowerks strftime(...Just
2000-06-07The "flags" field is an unsigned short, not a byteJust
2000-02-21be relaxed about zero padding the input data to 4-byte boundariesJust
2000-02-21another 64-bit fixJust
1999-12-16Created a new library directory called "FreeLib". All OpenSource RFMKII compo...Just