summaryrefslogtreecommitdiff
Commit message (Collapse)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-26
| * [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
|\| | | | | improve logging and messages
| * [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
|\| | | | | sync, auto-truncation of status messages
| * [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
|\| | | | | tweak type1 classification; enable compression; sync
| * [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-09
| * [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 altogether
| * [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
|\| | | | | further improvements
| * [db] remove calls to fontloaderto_table()Philipp Gesang2013-11-091-15/+51
| |
| * [tests] fix testsPhilipp Gesang2013-11-072-8/+16
| | | | | | | | | | With the new handler, a request optical size of 0pt means the default size.
| * [tests] adapt spec runnerPhilipp Gesang2013-11-074-3/+8
| |
* | Merge pull request #146 from phi-gamma/masterv2.4-betaPhilipp Gesang2013-11-061-4/+54
|\| | | | | restore some of the earlier behavior (fallbacks, live db reload)
| * [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
|\| | | | | move to new index format
| * [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
| | | | | | | | | | | | | | | | Addresses https://github.com/lualatex/luaotfload/issues/118 but without crude hacks ;-) Now the test file processes perfectly: https://bitbucket.org/phg/lua-la-tex-tests/src/tip/ltx-fontspec-optical-size-3.tex
| * [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
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: NEWS luaotfload-database.lua luaotfload-override.lua luaotfload.dtx
| | * [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
| | |