summaryrefslogtreecommitdiff
path: root/luaotfload-database.lua
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fix inconsistency in fontname lookupPhilipp Gesang2013-05-211-2/+4
* rename ``make_names()`` -> ``make_savenames()``Philipp Gesang2013-05-141-4/+6
* move scan_external_dir() to auxlibPhilipp Gesang2013-05-121-18/+1
* implement ``--dry-run`` for filesystem tracingPhilipp Gesang2013-05-111-25/+46
* rename ``flush_cache`` -> ``flush_lookup_cache``Philipp Gesang2013-05-111-3/+3
* add controls for font cache to ``luaotfload-tool.lua``Philipp Gesang2013-05-111-2/+133
* comment unused ``names.scan()``Philipp Gesang2013-05-111-13/+14
* make ``save_names()`` and ``save_lookups()`` return a boolPhilipp Gesang2013-05-111-13/+22
* Merge commit '9f697f3c5f0e19ab3beab9a2891c42aa8cc8a325'Philipp Gesang2013-05-091-11/+11
|\
| * make file lookups return string instead of pairPhilipp Gesang2013-05-091-11/+11
* | set higher loglevels for database tracingPhilipp Gesang2013-05-091-4/+5
|/
* [doc] mention manpage in manualPhilipp Gesang2013-05-091-1/+1
* add querying of font metadata to luaotfload-toolPhilipp Gesang2013-05-091-11/+15
* reduce verbosity of most db related tasksPhilipp Gesang2013-05-061-21/+12
* fix unsupported style modifiersPhilipp Gesang2013-05-061-1/+1
* activate lookup cache by defaultPhilipp Gesang2013-05-051-22/+4
* bump version; add/update attributionsPhilipp Gesang2013-05-041-1/+1
* make cache flushing work with new cache filePhilipp Gesang2013-05-031-0/+2
* perform match on other font names if family but not subfamily matchesPhilipp Gesang2013-05-011-50/+52
* move lookup cache to separate filePhilipp Gesang2013-04-301-34/+82
* add option to disable live db updatesPhilipp Gesang2013-04-291-7/+18
* use ``fullname`` in status entriesPhilipp Gesang2013-04-291-24/+24
* remove exceptional handling of texmf fonts (``name:`` always resolves to abso...Philipp Gesang2013-04-291-20/+13
* merge newsyntax branch into masterPhilipp Gesang2013-04-291-101/+84
|\
| * only cache ``name:`` lookupsPhilipp Gesang2013-04-291-46/+26
| * add handler for XeTeX slashed notationPhilipp Gesang2013-04-291-2/+0
| * test for file existence again, but try with ``lfs.isfile()`` firstPhilipp Gesang2013-04-281-13/+20
| * catch tfm/ofm before db update; remove ``kpse.lookup()`` as criterion for res...Philipp Gesang2013-04-281-46/+38
| * add lookups ``file:``, ``path:``, ``name:``, and ``anon:``Philipp Gesang2013-04-281-2/+2
| * add fallback for specification namePhilipp Gesang2013-04-281-6/+6
| * install the new file: lookup in luaotfload.luaPhilipp Gesang2013-04-261-14/+21
* | update fontconfig testPhilipp Gesang2013-04-271-5/+12
* | reworked fonts.conf parserPhilipp Gesang2013-04-271-93/+217
* | Revert to old fonts.conf scanner because of ``io.popen`` restrictionsPhilipp Gesang2013-04-271-45/+95