Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [db] complain about missing shell escape in log | Philipp Gesang | 2013-11-16 | 1 | -20/+25 |
| | |||||
* | [db] use tput to determine the terminal size if appropriate | Philipp Gesang | 2013-11-16 | 1 | -4/+36 |
| | |||||
* | [fontloader] sync with Context as of 2013-11-15 | Philipp Gesang | 2013-11-15 | 1 | -9/+8 |
| | |||||
* | [db] infer style for Type1 fonts | Philipp Gesang | 2013-11-13 | 1 | -6/+16 |
| | |||||
* | [db] prefer split style with Type1 fonts | Philipp Gesang | 2013-11-13 | 1 | -2/+3 |
| | |||||
* | [db] simplify loop exit condition | Philipp Gesang | 2013-11-13 | 1 | -16/+19 |
| | |||||
* | [tool,man,db] add --max-fonts option to restrict db size | Philipp Gesang | 2013-11-13 | 1 | -9/+15 |
| | |||||
* | [db,tool] default to compressed plaintext index | Philipp Gesang | 2013-11-12 | 1 | -6/+5 |
| | |||||
* | [*] bump version globally | Philipp Gesang | 2013-11-10 | 1 | -1/+1 |
| | |||||
* | [db] call fontloader.close() for some minor gain | Philipp Gesang | 2013-11-10 | 1 | -5/+34 |
| | |||||
* | [db] omit temporary extraction of names altogether | Philipp Gesang | 2013-11-09 | 1 | -45/+5 |
| | |||||
* | [db] remove calls to fontloaderto_table() | Philipp Gesang | 2013-11-09 | 1 | -15/+51 |
| | |||||
* | [tests] fix tests | Philipp Gesang | 2013-11-07 | 1 | -4/+4 |
| | | | | | With the new handler, a request optical size of 0pt means the default size. | ||||
* | [db] add fallbacks for missing styles | Philipp Gesang | 2013-11-06 | 1 | -5/+50 |
| | |||||
* | [db] reload once if lookup failed | Philipp Gesang | 2013-11-06 | 1 | -0/+5 |
| | |||||
* | [db] do not add metafamilies to the family table | Philipp Gesang | 2013-11-06 | 1 | -3/+23 |
| | |||||
* | Merge branch 'master' of github:phi-gamma/luaotfload | Philipp Gesang | 2013-11-06 | 1 | -51/+81 |
|\ | |||||
| * | [db] fix test for regular style | Philipp Gesang | 2013-11-06 | 1 | -0/+1 |
| | | |||||
| * | [db] remove dependency on lualibs for compression | Philipp Gesang | 2013-11-06 | 1 | -5/+17 |
| | | |||||
| * | [db] adapt cached resolver | Philipp Gesang | 2013-11-06 | 1 | -51/+68 |
| | | |||||
* | | [db] remove cruft | Philipp Gesang | 2013-11-06 | 1 | -20/+0 |
|/ | |||||
* | [db] tweak font family matching | Philipp Gesang | 2013-11-06 | 1 | -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 bold | Philipp Gesang | 2013-11-05 | 1 | -1/+1 |
| | |||||
* | [db,tool] adapt --prefer-texmf | Philipp Gesang | 2013-11-05 | 1 | -11/+6 |
| | |||||
* | [db] throw away some cruft (old synonyms table) | Philipp Gesang | 2013-11-05 | 1 | -52/+0 |
| | |||||
* | [db] adapt type1 scanner | Philipp Gesang | 2013-11-05 | 1 | -76/+41 |
| | |||||
* | [db] fix damage suffered during last merge | Philipp Gesang | 2013-11-05 | 1 | -6/+0 |
| | |||||
* | Merge branch 'font-matching' | Philipp Gesang | 2013-11-05 | 1 | -730/+1584 |
|\ | | | | | | | | | | | | | | | Conflicts: NEWS luaotfload-database.lua luaotfload-override.lua luaotfload.dtx | ||||
| * | [db] strip extraneous information from mappings table | Philipp Gesang | 2013-11-05 | 1 | -64/+107 |
| | | |||||
| * | [db] thow away obsolete name resolver | Philipp Gesang | 2013-11-05 | 1 | -272/+38 |
| | | | | | | | | | | Killing off one of the last remainders from the pre-TL2013 luaotfload. Good riddance ;-) | ||||
| * | [db] adapt fuzzy matcher | Philipp Gesang | 2013-11-05 | 1 | -9/+9 |
| | | |||||
| * | [db] add further synonyms for regular | Philipp Gesang | 2013-11-05 | 1 | -64/+64 |
| | | |||||
| * | [db] add font name resolver | Philipp Gesang | 2013-11-05 | 1 | -5/+17 |
| | | |||||
| * | [db,tool] adapt --find to new db model | Philipp Gesang | 2013-11-05 | 1 | -22/+50 |
| | | |||||
| * | [db] add first draft font family query | Philipp Gesang | 2013-11-05 | 1 | -12/+206 |
| | | |||||
| * | [db] stop exposing the global index object | Philipp Gesang | 2013-11-04 | 1 | -50/+50 |
| | | |||||
| * | [db] add gzip check to script loader | Philipp Gesang | 2013-11-03 | 1 | -16/+35 |
| | | |||||
| * | [db,tool] add --compress option for gzipping the index | Philipp Gesang | 2013-11-03 | 1 | -2/+15 |
| | | |||||
| * | [db] fix test for successful update | Philipp Gesang | 2013-11-03 | 1 | -1/+1 |
| | | |||||
| * | [db] order design sizes | Philipp Gesang | 2013-09-15 | 1 | -0/+32 |
| | | |||||
| * | [tool] add option to skip reading font files | Philipp Gesang | 2013-09-15 | 1 | -111/+118 |
| | | |||||
| * | [db] handle design sizes | Philipp Gesang | 2013-09-15 | 1 | -4/+28 |
| | | |||||
| * | [fontloader] sync with Context as of 2013-09-13 | Philipp Gesang | 2013-09-13 | 1 | -1/+1 |
| | | |||||
| * | [db] prepare families table | Philipp Gesang | 2013-09-11 | 1 | -10/+212 |
| | | |||||
| * | [db] fix table constructor syntax | Philipp Gesang | 2013-09-02 | 1 | -1/+1 |
| | | |||||
| * | [db] adjust index field for non tt collections | Philipp Gesang | 2013-09-02 | 1 | -2/+8 |
| | | |||||
| * | [tool] include stats on demand only (--stats option) | Philipp Gesang | 2013-09-01 | 1 | -1/+5 |
| | | |||||
| * | [db] print family sizes along with stats | Philipp Gesang | 2013-09-01 | 1 | -8/+47 |
| | | |||||
| * | [db] intercept possible division by zero | Philipp Gesang | 2013-09-01 | 1 | -1/+6 |
| | | |||||
| * | [db] fix integer format string | Philipp Gesang | 2013-09-01 | 1 | -2/+2 |
| | |