summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #153 from phi-gamma/masterv2.4-beta-3Philipp Gesang2013-11-261-5/+10
|\
| * [fontloader] sync with Context as of 2013-11-26Philipp Gesang2013-11-261-5/+10
* | Merge pull request #152 from phi-gamma/masterPhilipp Gesang2013-11-171-70/+78
|\|
| * [db] fix fuzzy results printerPhilipp Gesang2013-11-171-2/+3
| * [db] format log messages consistentlyPhilipp Gesang2013-11-171-51/+50
| * [db] write non-truncated filenames to log (lvl 2) with status messagesPhilipp Gesang2013-11-171-3/+6
| * [db] complain about missing shell escape in logPhilipp Gesang2013-11-161-20/+25
* | Merge pull request #151 from phi-gamma/masterPhilipp Gesang2013-11-163-369/+432
|\|
| * [db] use tput to determine the terminal size if appropriatePhilipp Gesang2013-11-162-18/+36
| * [fontloader] sync with Context as of 2013-11-15Philipp Gesang2013-11-152-352/+397
* | Merge pull request #150 from phi-gamma/masterPhilipp Gesang2013-11-1415-66/+136
|\|
| * [fontloader] sync with Context as of 2013-11-14Philipp Gesang2013-11-141-7/+7
| * [db] infer style for Type1 fontsPhilipp Gesang2013-11-132-18/+28
| * [db] prefer split style with Type1 fontsPhilipp Gesang2013-11-131-2/+3
| * [db] simplify loop exit conditionPhilipp Gesang2013-11-132-17/+20
| * [tool,man,db] add --max-fonts option to restrict db sizePhilipp Gesang2013-11-133-9/+27
| * [man,doc] adapt references to luaotfload-names.luaPhilipp Gesang2013-11-122-6/+12
| * [man] update references to db compressionPhilipp Gesang2013-11-122-5/+7
| * [db,tool] default to compressed plaintext indexPhilipp Gesang2013-11-122-10/+11
| * [*] bump version globallyPhilipp Gesang2013-11-109-11/+11
| * [db] call fontloader.close() for some minor gainPhilipp Gesang2013-11-101-5/+34
* | Merge pull request #149 from phi-gamma/masterPhilipp Gesang2013-11-091-390/+344
|\|
| * [fontloader] sync with Context as of 2013-11-09v2.4-beta-2Philipp Gesang2013-11-091-390/+344
* | Merge pull request #148 from phi-gamma/masterPhilipp Gesang2013-11-091-45/+5
|\|
| * [db] omit temporary extraction of names altogetherPhilipp Gesang2013-11-091-45/+5
* | Merge pull request #147 from phi-gamma/masterPhilipp Gesang2013-11-095-26/+75
|\|
| * [db] remove calls to fontloaderto_table()Philipp Gesang2013-11-091-15/+51
| * [tests] fix testsPhilipp Gesang2013-11-072-8/+16
| * [tests] adapt spec runnerPhilipp Gesang2013-11-074-3/+8
* | 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