summaryrefslogtreecommitdiff
path: root/luaotfload-database.lua
Commit message (Expand)AuthorAgeFilesLines
* 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
* replace dir.mkdirs() with lfs.mkdirs()Philipp Gesang2013-07-021-11/+11
* extend file locator with filtering (no references to dir.glob() anymorePhilipp Gesang2013-07-021-13/+51
* restrict readable path stats to font cachePhilipp Gesang2013-07-021-10/+25
* limit font cache controls to actual font cache dirPhilipp Gesang2013-07-021-3/+15
* replace globber in scan_dir()Philipp Gesang2013-07-021-46/+98
* treat psname matches as second-tier (fixes cambria)Philipp Gesang2013-07-021-3/+1
* add workaround for globbing of messy pathsPhilipp Gesang2013-06-301-6/+22
* add message about the location of the names db to ``luaotfload-tool --update``Philipp Gesang2013-06-271-36/+38
* add --inspect and --warnings flags to luaotfload-toolPhilipp Gesang2013-06-251-0/+1
* fix font file verification (thanks, Kim!)Philipp Gesang2013-06-251-0/+1
* treat subfamily match as exact, but not final matchPhilipp Gesang2013-06-231-9/+7
* refactor optical size matchingPhilipp Gesang2013-06-231-27/+18
* treat subfamily style matches as second-ratePhilipp Gesang2013-06-231-8/+5
* prioritize exact matches over style synonymsPhilipp Gesang2013-06-231-15/+30
* move db version check to load timePhilipp Gesang2013-06-231-13/+12
* refine list of style synonymsPhilipp Gesang2013-06-231-8/+35
* treat *medium* as a synonym for *bold*Philipp Gesang2013-06-221-4/+6
* add extra safeguard against moved files to cached resolverPhilipp Gesang2013-06-221-22/+56
* fix input of cached resolverPhilipp Gesang2013-06-221-2/+20
* replace tfmdata.name with the quoted specPhilipp Gesang2013-06-021-2/+1
* used names.getfilename() to resolve system pathsPhilipp Gesang2013-06-021-7/+19
* add option ``--show-blacklist`` to luaotfload-toolPhilipp Gesang2013-05-311-2/+4
* redo blacklist buildingPhilipp Gesang2013-05-311-25/+95
* differentiate more name fields when matchingPhilipp Gesang2013-05-311-44/+48
* fix name fallbackPhilipp Gesang2013-05-311-13/+29
* reorganize db record structurePhilipp Gesang2013-05-311-35/+50
* collect second-tier candidates when matching fontnamesPhilipp Gesang2013-05-301-2/+18
* copy old filenames table if now new fonts were foundPhilipp Gesang2013-05-301-0/+2
* rebuild filename lookup table upon --forcePhilipp Gesang2013-05-301-1/+1
* use unbuffered stdoutPhilipp Gesang2013-05-291-2/+3
* have file locator return the filename when known fonts are specified without ...Philipp Gesang2013-05-281-3/+2
* log duplicate fontsPhilipp Gesang2013-05-271-0/+12
* add option prefer-texmf to luaotfload-toolPhilipp Gesang2013-05-271-12/+8
* adapt file lookupsPhilipp Gesang2013-05-271-34/+57
* restructure dbPhilipp Gesang2013-05-271-10/+71
* prepare db structure for texmf prioritizationPhilipp Gesang2013-05-271-55/+77
* fix bug that erased the db when suppressing updatesPhilipp Gesang2013-05-271-1/+1
* use kpse for texmf lookups (again...)Philipp Gesang2013-05-261-34/+45
* apply patch by Ken Brown to preserve case of paths on cygwinPhilipp Gesang2013-05-221-21/+6