summaryrefslogtreecommitdiff
path: root/luaotfload-database.lua
Commit message (Collapse)AuthorAgeFilesLines
* [db] print family sizes along with statsPhilipp Gesang2013-09-011-8/+47
|
* [db] intercept possible division by zeroPhilipp Gesang2013-09-011-1/+6
|
* [db] fix integer format stringPhilipp Gesang2013-09-011-2/+2
|
* [db] adapt function reload_db to new db structurePhilipp Gesang2013-09-011-3/+4
|
* [db] add post-build statisticsPhilipp Gesang2013-09-011-11/+137
|
* [db] refactor fontname extractionPhilipp Gesang2013-09-011-23/+81
|
* [db] extend name extraction on fontloader.info()Philipp Gesang2013-09-011-9/+29
|
* [db] adapt sanitization routinesPhilipp Gesang2013-09-011-35/+60
|
* [db] cleanup: use more consistent identifiersPhilipp Gesang2013-09-011-57/+65
|
* [db] include information about conflicting file names in recordPhilipp Gesang2013-09-011-4/+26
|
* [db] reorganize mappings record; refactor metadata extractionPhilipp Gesang2013-09-011-107/+155
|
* [db] refactor font info extractionPhilipp Gesang2013-08-311-33/+66
|
* [db] correctly abort if timestamps matchPhilipp Gesang2013-08-311-8/+13
|
* [db] refactor timestamp comparisonPhilipp Gesang2013-08-311-44/+74
|
* [db] store location (texmf/sys) as string, not boolPhilipp Gesang2013-08-311-15/+22
|
* [db] choose more meaningful identifiers in name extractorPhilipp Gesang2013-08-311-23/+25
|
* [db] refactor texmf and system font scanningPhilipp Gesang2013-08-311-25/+49
|
* [db] introduce “local” as third location categoryPhilipp Gesang2013-08-311-13/+17
|
* [db] bump db version numberPhilipp Gesang2013-08-311-1/+1
|
* [db] document new db layout for rewritePhilipp Gesang2013-08-311-7/+31
|
* [db] new structurePhilipp Gesang2013-08-311-6/+20
|
* [db] make approximate matching operate on fullname fieldPhilipp Gesang2013-08-261-7/+7
|
* [db] handle design size matching with scaled sizesPhilipp Gesang2013-08-251-19/+55
| | | | | | | addresses this: http://tug.org/pipermail/luatex/2013-August/004590.html (This is a workaround. The situation can be remedied by rewriting the font matching mechanism.)
* [db] keep formats when doing a live db updatePhilipp Gesang2013-08-241-3/+11
|
* [db] autolocate corresponding pfb when loading and afm filePhilipp Gesang2013-08-101-17/+31
|
* [db] include DFONT fonts in database (thanks, Kim!)Philipp Gesang2013-08-081-3/+4
|
* [db] treat empty style in pfb as regularPhilipp Gesang2013-08-071-7/+2
|
* [db] flush lookup cache on db version change; bump versionPhilipp Gesang2013-08-051-1/+12
|
* [db] pre-calculate design size valuesPhilipp Gesang2013-08-051-11/+17
|
* [db] handle missing optical size infoPhilipp Gesang2013-08-051-7/+9
|
* [db] improve handling of zero values in design sizesPhilipp Gesang2013-08-041-7/+18
|
* [db] employ the info from fontstyle_name when matching stylesPhilipp Gesang2013-08-041-31/+37
|
* [db] use consistent identifiersPhilipp Gesang2013-08-041-36/+45
|
* [db] pre-resolve style synonyms when matchingPhilipp Gesang2013-08-041-5/+8
|
* [tool] handle anon: and file: requests with --findPhilipp Gesang2013-08-031-7/+9
|
* [tool] make --find process normal requestsPhilipp Gesang2013-08-031-1/+1
|
* [db] always save on updatePhilipp Gesang2013-08-021-26/+27
|
* [db] fix missing write after auto-updatePhilipp Gesang2013-08-021-1/+7
| | | | fixes issues like this one: http://tex.stackexchange.com/q/126467/14066
* [db] bump names db versionPhilipp Gesang2013-08-011-1/+1
|
* [db] store indexed formats alongwith versionPhilipp Gesang2013-08-011-12/+18
|
* [db] strip useless parameter from fontnames_init()Philipp Gesang2013-08-011-5/+5
|
* [db] improve font name/style matching with type1 fonts (/{b,i,bi} switches)Philipp Gesang2013-08-011-4/+10
|
* [db] treat .pfa like .pfbPhilipp Gesang2013-08-011-1/+2
|
* [db] remove --type1 option in favor of --formats, a configurable format setPhilipp Gesang2013-07-311-24/+59
|
* [db] make pfb scanning optionalPhilipp Gesang2013-07-311-40/+81
|
* [db] include pfb in indexPhilipp Gesang2013-07-311-19/+131
|
* [db] setup common lpeg patternsPhilipp Gesang2013-07-281-1/+9
|
* filter pwd from texmf directoriesPhilipp Gesang2013-07-261-13/+45
|
* stript trailing slashes before joining pathsPhilipp Gesang2013-07-261-0/+5
|
* avoid recursing into font dirs retrieved by kpsePhilipp Gesang2013-07-261-5/+35
| | | | | | minor speedup (some 16% with standard sized TL texmf), especially if the directories are uncached. as we take care of duplicate results from the file scanner elsewhere this will not affect the list of fonts found.