summaryrefslogtreecommitdiff
path: root/luaotfload-database.lua
Commit message (Expand)AuthorAgeFilesLines
...
| * [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] fix test for successful updatePhilipp Gesang2013-11-031-1/+1
* | [log] suppress status info on dumb terminalsPhilipp Gesang2013-11-031-4/+0
* | [db] reduce noise of status loggingPhilipp Gesang2013-11-031-5/+8
* | [db,log] add low-noise terminal loggingPhilipp Gesang2013-11-031-18/+21
* | [db] keep script state in static variablePhilipp Gesang2013-11-031-6/+7
|/
* [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
* [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
* [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
* bump version, update NEWSv2.3bPhilipp Gesang2013-07-241-2/+2
* check if we can cd into a directory before inspecting itPhilipp Gesang2013-07-221-26/+42
* avoid building of intermediate list in file locatorsPhilipp Gesang2013-07-221-8/+6
* indicate forced db update on terminalPhilipp Gesang2013-07-191-2/+2
* adapt strings for 20th century OSPhilipp Gesang2013-07-161-14/+14
* bump version, update NEWSPhilipp Gesang2013-07-101-1/+1
* prioritize ``prefmodifiers`` oer ``subfamily``Philipp Gesang2013-07-101-6/+9
* fix names of bytecode compiled filesPhilipp Gesang2013-07-061-6/+6
* systemize path handling ; improve cache write errorsPhilipp Gesang2013-07-061-71/+90
* prefer getwritablepath() to manual path buildingPhilipp Gesang2013-07-051-16/+20
* add cache directory hint to luaotfload-tool; manage paths more consistentlyPhilipp Gesang2013-07-031-9/+9