summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * [tool] adapt --list queries with criterionPhilipp Gesang2013-11-051-1/+6
| * [man] update info regarding --fieldsPhilipp Gesang2013-11-051-1/+6
| * [tool] fall back to defaults with empty --fields queryPhilipp Gesang2013-11-051-1/+3
| * [tool] adapt ``--list``Philipp Gesang2013-11-051-5/+13
| * [db,tool] adapt --find to new db modelPhilipp Gesang2013-11-052-23/+51
| * [main] import changes to luaotfload.lua into dtxPhilipp Gesang2013-11-051-15/+45
| * [db] add first draft font family queryPhilipp Gesang2013-11-053-123/+475
| * [db] stop exposing the global index objectPhilipp Gesang2013-11-044-60/+69
| * [db] add gzip check to script loaderPhilipp Gesang2013-11-031-16/+35
| * [news,man] mentions --compress in the appropriate placesPhilipp Gesang2013-11-033-0/+6
| * [db,tool] add --compress option for gzipping the indexPhilipp Gesang2013-11-032-3/+19
| * [db] fix test for successful updatePhilipp Gesang2013-11-031-1/+1
| * [db] order design sizesPhilipp Gesang2013-09-151-0/+32
| * [tool] add option to skip reading font filesPhilipp Gesang2013-09-152-129/+143
| * [db] handle design sizesPhilipp Gesang2013-09-151-4/+28
| * [fontloader] sync with Context as of 2013-09-13Philipp Gesang2013-09-132-22/+37
| * [db] prepare families tablePhilipp Gesang2013-09-111-10/+212
| * [db] fix table constructor syntaxPhilipp Gesang2013-09-021-1/+1
| * [db] adjust index field for non tt collectionsPhilipp Gesang2013-09-021-2/+8
| * [tool] include stats on demand only (--stats option)Philipp Gesang2013-09-012-4/+11
| * [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-012-13/+141
| * [db] refactor fontname extractionPhilipp Gesang2013-09-012-26/+84
| * [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
* | [gitignore] add generated filesPhilipp Gesang2013-11-041-0/+8
* | [*] substitute new fontloader file namePhilipp Gesang2013-11-044-8/+10
* | [fontloader] rename merged package to luaotfload-fontloader.luaPhilipp Gesang2013-11-041-0/+0
* | [fontloader] sync with Context as of 2013-11-04Philipp Gesang2013-11-041-4/+46
* | [db] fix test for successful updatePhilipp Gesang2013-11-031-1/+1
* | [log] suppress status info on dumb terminalsPhilipp Gesang2013-11-032-6/+4
* | [log] fix simple (windows) loggerPhilipp Gesang2013-11-031-1/+1
* | [db] reduce noise of status loggingPhilipp Gesang2013-11-032-5/+9
* | [log] use Lua io.* instead of texio.* when writing to terminalPhilipp Gesang2013-11-031-5/+4