aboutsummaryrefslogtreecommitdiff
path: root/Lib/fontTools/misc/arrayTools.py
AgeCommit message (Expand)Author
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-05-20Upgrade fonttools to 4.10.2Haibo Huang
2020-03-05Upgrade fonttools to 4.4.1Haibo Huang
2019-05-13Upgrade fonttools to 3.41.2Haibo 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-01-14from __future__ import absolute_importBehdad Esfahbod
2013-12-04Use True/False instead of 1/0Behdad Esfahbod
2013-12-04Fix a few pychecker warningsBehdad Esfahbod
2013-12-01Improve composite glyph bounds calculationBehdad 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 equivalent to --fix=tuple_paramsBehdad Esfahbod
2013-08-19Port glyf coordinates from numpy to custom typeBehdad Esfahbod
2013-08-19Port glyf transform from numpy to listsBehdad Esfahbod
2012-10-18merging fixes & changes from delft-sprint-2012jvr
2008-03-04converted usage of Numeric to numpyjvr
2008-03-04- moved Numeric import to topjvr
2003-08-29- renamed all l,t,r,b tuff to xMin, yMin, xMax, yMaxjvr
2003-06-29two new functionsjvr
2000-01-26Two new functions:Just
2000-01-23new functions: unionRect() and rectCenter()Just
2000-01-22added intRect() function. Turn any rect into a rect using ints only.Just
2000-01-18added a bunch of rectangle tools that mimic some Qd.*Rect functions, like Qd....Just
2000-01-16yet another reorganization round...Just