Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 | 2 | -13/+10 |
| | |||||
* | [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 | 9 | -795/+1785 |
|\ | | | | | | | | | | | | | | | Conflicts: NEWS luaotfload-database.lua luaotfload-override.lua luaotfload.dtx | ||||
| * | [main] add setting for db stripping to luaotfload.lua | Philipp Gesang | 2013-11-05 | 1 | -0/+3 |
| | | |||||
| * | [tool,man] adapt default fields for --list and --fields to stripped index format | Philipp Gesang | 2013-11-05 | 2 | -3/+7 |
| | | |||||
| * | [tool] add --no-strip option | Philipp Gesang | 2013-11-05 | 2 | -1/+12 |
| | | |||||
| * | [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 |
| | | |||||
| * | [main] fix afm lookup | Philipp Gesang | 2013-11-05 | 1 | -0/+2 |
| | | |||||
| * | [tool] protect --list and --field against invalid queries | Philipp Gesang | 2013-11-05 | 1 | -3/+14 |
| | | |||||
| * | [man] expand paragraph about --list | Philipp Gesang | 2013-11-05 | 1 | -2/+27 |
| | | |||||
| * | [tool] adapt --list queries with criterion | Philipp Gesang | 2013-11-05 | 1 | -1/+6 |
| | | |||||
| * | [man] update info regarding --fields | Philipp Gesang | 2013-11-05 | 1 | -1/+6 |
| | | |||||
| * | [tool] fall back to defaults with empty --fields query | Philipp Gesang | 2013-11-05 | 1 | -1/+3 |
| | | |||||
| * | [tool] adapt ``--list`` | Philipp Gesang | 2013-11-05 | 1 | -5/+13 |
| | | |||||
| * | [db,tool] adapt --find to new db model | Philipp Gesang | 2013-11-05 | 2 | -23/+51 |
| | | |||||
| * | [main] import changes to luaotfload.lua into dtx | Philipp Gesang | 2013-11-05 | 1 | -15/+45 |
| | | |||||
| * | [db] add first draft font family query | Philipp Gesang | 2013-11-05 | 3 | -123/+475 |
| | | |||||
| * | [db] stop exposing the global index object | Philipp Gesang | 2013-11-04 | 4 | -60/+69 |
| | | |||||
| * | [db] add gzip check to script loader | Philipp Gesang | 2013-11-03 | 1 | -16/+35 |
| | | |||||
| * | [news,man] mentions --compress in the appropriate places | Philipp Gesang | 2013-11-03 | 3 | -0/+6 |
| | | |||||
| * | [db,tool] add --compress option for gzipping the index | Philipp Gesang | 2013-11-03 | 2 | -3/+19 |
| | | |||||
| * | [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 | 2 | -129/+143 |
| | | |||||
| * | [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 | 2 | -22/+37 |
| | | |||||
| * | [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 | 2 | -4/+11 |
| | | |||||
| * | [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 |
| | | |||||
| * | [db] adapt function reload_db to new db structure | Philipp Gesang | 2013-09-01 | 1 | -3/+4 |
| | | |||||
| * | [db] add post-build statistics | Philipp Gesang | 2013-09-01 | 2 | -13/+141 |
| | | |||||
| * | [db] refactor fontname extraction | Philipp Gesang | 2013-09-01 | 2 | -26/+84 |
| | |