summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #146 from phi-gamma/masterv2.4-betaPhilipp Gesang2013-11-061-4/+54
|\
| * [db] add fallbacks for missing stylesPhilipp Gesang2013-11-061-5/+50
| * [db] reload once if lookup failedPhilipp Gesang2013-11-061-0/+5
* | Merge pull request #145 from phi-gamma/masterPhilipp Gesang2013-11-069-886/+1784
|\|
| * [db] do not add metafamilies to the family tablePhilipp Gesang2013-11-061-3/+23
| * Merge branch 'master' of github:phi-gamma/luaotfloadPhilipp Gesang2013-11-061-51/+81
| |\
| | * [db] fix test for regular stylePhilipp Gesang2013-11-061-0/+1
| | * [db] remove dependency on lualibs for compressionPhilipp Gesang2013-11-061-5/+17
| | * [db] adapt cached resolverPhilipp Gesang2013-11-061-51/+68
| * | [db] remove cruftPhilipp Gesang2013-11-061-20/+0
| |/
| * [db] tweak font family matchingPhilipp Gesang2013-11-061-117/+91
| * [db] stop matching bold synonyms as boldPhilipp Gesang2013-11-051-1/+1
| * [db,tool] adapt --prefer-texmfPhilipp Gesang2013-11-052-13/+10
| * [db] throw away some cruft (old synonyms table)Philipp Gesang2013-11-051-52/+0
| * [db] adapt type1 scannerPhilipp Gesang2013-11-051-76/+41
| * [db] fix damage suffered during last mergePhilipp Gesang2013-11-051-6/+0
| * Merge branch 'font-matching'Philipp Gesang2013-11-059-795/+1785
| |\
| | * [main] add setting for db stripping to luaotfload.luaPhilipp Gesang2013-11-051-0/+3
| | * [tool,man] adapt default fields for --list and --fields to stripped index formatPhilipp Gesang2013-11-052-3/+7
| | * [tool] add --no-strip optionPhilipp Gesang2013-11-052-1/+12
| | * [db] strip extraneous information from mappings tablePhilipp Gesang2013-11-051-64/+107
| | * [db] thow away obsolete name resolverPhilipp Gesang2013-11-051-272/+38
| | * [db] adapt fuzzy matcherPhilipp Gesang2013-11-051-9/+9
| | * [db] add further synonyms for regularPhilipp Gesang2013-11-051-64/+64
| | * [db] add font name resolverPhilipp Gesang2013-11-051-5/+17
| | * [main] fix afm lookupPhilipp Gesang2013-11-051-0/+2
| | * [tool] protect --list and --field against invalid queriesPhilipp Gesang2013-11-051-3/+14
| | * [man] expand paragraph about --listPhilipp Gesang2013-11-051-2/+27
| | * [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