| Commit message (Expand) | Author | Age | Files | Lines |
* | [db] strip redundand locals | Philipp Gesang | 2014-01-14 | 1 | -8/+2 |
* | [db,tool,diagnose,parsers] move miscellaneous patterns into luaotfload-parsers | Philipp Gesang | 2014-01-14 | 1 | -13/+4 |
* | [db,parsers] move read_fonts_conf to parsers | Philipp Gesang | 2014-01-14 | 1 | -233/+3 |
* | [db] use (sanitized) names.fullname field when resolving fonts by name | Philipp Gesang | 2014-01-03 | 1 | -3/+6 |
* | [db] fix incorrect local | Philipp Gesang | 2014-01-03 | 1 | -2/+2 |
* | [db] handle missing metadata table | Philipp Gesang | 2014-01-03 | 1 | -1/+10 |
* | [*] bump version | Philipp Gesang | 2014-01-02 | 1 | -2/+2 |
* | [db] do not truncate paths that fit the term width | Philipp Gesang | 2013-12-13 | 1 | -7/+12 |
* | [db] fix fuzzy results printer | Philipp Gesang | 2013-11-17 | 1 | -2/+3 |
* | [db] format log messages consistently | Philipp Gesang | 2013-11-17 | 1 | -51/+50 |
* | [db] write non-truncated filenames to log (lvl 2) with status messages | Philipp Gesang | 2013-11-17 | 1 | -3/+6 |
* | [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 |
* | [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 |
* | [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 |
|\ |
|
| * | [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 |
| * | [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 |