Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [conf] warn about unknown variables | Philipp Gesang | 2014-07-13 | 1 | -1/+6 |
| | |||||
* | [tool] fix setting of verbosity | Philipp Gesang | 2014-07-13 | 1 | -7/+14 |
| | |||||
* | [tool] reorder task list to prevent the log level from being overridden ↵ | Philipp Gesang | 2014-07-13 | 1 | -1/+1 |
| | | | | due to configuration | ||||
* | [tool] fix log level status message | Philipp Gesang | 2014-07-13 | 1 | -1/+1 |
| | |||||
* | [main] adapt local to current terminology | Philipp Gesang | 2014-07-13 | 1 | -28/+28 |
| | |||||
* | [main] deprioritize fontloader intro message | Philipp Gesang | 2014-07-13 | 1 | -7/+7 |
| | | | | | | | | | | This message originates in ``luatex-fonts.lua`` [0]. The advice given on using the Context libraries directly is counterproductive unless one is already hacking on the Luaotfload code, in which case it should be obvious anyways. Cluttering the log file with those lines is unjustified. [0] http://git.contextgarden.net/context/context/blob/master/tex/generic/context/luatex/luatex-fonts.lua#L139 | ||||
* | [conf] strip unused configuration variable | Philipp Gesang | 2014-07-12 | 1 | -2/+0 |
| | | | | What the hell was that for? | ||||
* | [conf] allow spaces in formats specification | Philipp Gesang | 2014-07-12 | 1 | -2/+4 |
| | | | | | List items are now stripped of leading and trailing spaces before building the formats list. | ||||
* | [color] fix transparency of colorized fonts | Philipp Gesang | 2014-07-12 | 1 | -3/+10 |
| | | | | | | | Thanks to Robert Schlicht and Will Robertson for the fix. Fixes https://github.com/lualatex/luaotfload/issues/222 [0] http://tex.stackexchange.com/q/185878 | ||||
* | [conf] validate config variable “formats” | Philipp Gesang | 2014-07-12 | 1 | -1/+45 |
| | | | | | | Adds a validation function that checks whether the value is indeed a list of comma-separated identifiers. Also, duplicate and invalid entries are dropped from the result. | ||||
* | [db] remove the alternative (and buggy) verbose file lookup | Philipp Gesang | 2014-07-12 | 3 | -66/+31 |
| | | | | | Also document the file lookup somewhat and rename it to ``font_file_lookup()``. | ||||
* | [fontloader] sync with Context as of 2014-07-06 | Philipp Gesang | 2014-07-06 | 1 | -10/+27 |
| | |||||
* | [fontloader] sync with Context as of 2014-07-03 | Philipp Gesang | 2014-07-03 | 1 | -37/+103 |
| | |||||
* | [conf] use actual XDG paths for configuration directories | Philipp Gesang | 2014-06-09 | 1 | -2/+10 |
| | |||||
* | [main] fix error message | Philipp Gesang | 2014-06-09 | 1 | -2/+4 |
| | |||||
* | parsers: remove obsolete comment | Philipp Gesang | 2014-06-09 | 2 | -4/+1 |
| | |||||
* | Merge branch 'texlive2014' of github:lualatex/luaotfload into texlive2014 | Philipp Gesang | 2014-06-07 | 1 | -17/+24 |
|\ | |||||
| * | Fix issue #218: support XDG_DATA_HOME for <dir> nodes | Reuben Thomas | 2014-06-06 | 1 | -17/+24 |
| | | |||||
* | | aux: add helpers for accessing the index table/index file | Philipp Gesang | 2014-06-04 | 2 | -2/+53 |
| | | |||||
* | | [fontloader] sync with Context as of 2014-05-31 | Philipp Gesang | 2014-05-31 | 1 | -4/+4 |
| | | |||||
* | | [main] lowercase file suffix when forcing file format (thanks, Bryan!) | Philipp Gesang | 2014-05-18 | 1 | -7/+8 |
| | | | | | | | | Closing https://github.com/lualatex/luaotfload/issues/215 | ||||
* | | [main] log name: requests independent of fontloader | Philipp Gesang | 2014-05-18 | 3 | -5/+7 |
| | | |||||
* | | [fontloader] sync with Context as of 2014-05-18 | Philipp Gesang | 2014-05-18 | 1 | -2/+6 |
| | | |||||
* | | [fontloader] sync with Context as of 2014-05-18 | Philipp Gesang | 2014-05-18 | 3 | -3/+48 |
| | | |||||
* | | [conf] use default formats if variable empty | Philipp Gesang | 2014-05-15 | 1 | -1/+5 |
| | | |||||
* | | [db,tool] add db creation and modification time to version message | Philipp Gesang | 2014-05-15 | 2 | -6/+17 |
| | | |||||
* | | [db] store creation and modification time in meta table | Philipp Gesang | 2014-05-15 | 1 | -5/+11 |
| | | |||||
* | | [fontloader] sync with Context as of 2014-05-15 | Philipp Gesang | 2014-05-15 | 1 | -8/+8 |
| | | |||||
* | | [main] choose resolver at runtime | Philipp Gesang | 2014-05-15 | 2 | -4/+8 |
| | | |||||
* | | [db] always log index and lookup cache locations | Philipp Gesang | 2014-05-15 | 1 | -4/+4 |
| | | |||||
* | | [main] remove config hack | Philipp Gesang | 2014-05-15 | 1 | -1/+0 |
| | | |||||
* | | [db,tool,diagnose] eliminat static config hack | Philipp Gesang | 2014-05-14 | 3 | -57/+11 |
| | | | | | | | | | | Good riddance. We’re now fully migrated to the new, dynamic configuration subsystem with respect to cache paths. | ||||
* | | [conf,db,diagnose] reimplement runtime cache path handling as configuration task | Philipp Gesang | 2014-05-14 | 3 | -43/+82 |
| | | |||||
* | | [conf,tool] move status import to configuration | Philipp Gesang | 2014-05-14 | 2 | -7/+8 |
| | | |||||
* | | [features] adapt tlig feature to extended ligature spec | Philipp Gesang | 2014-05-12 | 1 | -5/+18 |
| | | |||||
* | | [fontloader] sync with Context as of 2014-05-12 | Philipp Gesang | 2014-05-12 | 1 | -16/+25 |
| | | |||||
* | | [fontloader] sync with Context as of 2014-05-12 | Philipp Gesang | 2014-05-12 | 1 | -1/+2 |
| | | |||||
* | | tool: include host info in version message | Philipp Gesang | 2014-05-05 | 1 | -3/+12 |
| | | |||||
* | | db: enforce db.update_live option | Philipp Gesang | 2014-05-05 | 1 | -4/+16 |
| | | |||||
* | | [features] respect feature order | Philipp Gesang | 2014-04-26 | 1 | -11/+11 |
| | | |||||
* | | [tool] set up interface between the configuration system and the command ↵ | Philipp Gesang | 2014-04-25 | 1 | -2/+6 |
| | | | | | | | | line parser | ||||
* | | [conf] remove no-op | Philipp Gesang | 2014-04-24 | 1 | -2/+0 |
| | | |||||
* | | [db] add resolvers to fonts.names namespace | Philipp Gesang | 2014-04-24 | 1 | -0/+2 |
| | | |||||
* | | [main] trivial: improve Luatex minimum version test | Philipp Gesang | 2014-04-24 | 1 | -7/+7 |
| | | |||||
* | | [main] trivial: make local imports legible | Philipp Gesang | 2014-04-24 | 1 | -4/+4 |
| | | |||||
* | | [main] register as “luaotfload-main” to silence luatexbase | Philipp Gesang | 2014-04-24 | 1 | -1/+1 |
| | | |||||
* | | [tool] adapt help message | Philipp Gesang | 2014-04-24 | 1 | -3/+2 |
| | | |||||
* | | [colors,conf,db,main,tool] adapt the TeX run code to new configuration | Philipp Gesang | 2014-04-24 | 5 | -124/+168 |
| | | |||||
* | | [conf] fix configuration import | Philipp Gesang | 2014-04-23 | 1 | -3/+15 |
| | | |||||
* | | [db,conf,main,tool] move primary configuration table to new configuration ↵ | Philipp Gesang | 2014-04-22 | 4 | -134/+211 |
| | | | | | | | | model (ignore those initialization stubs for now) |