summaryrefslogtreecommitdiff
path: root/src/luaotfload-configuration.lua
Commit message (Collapse)AuthorAgeFilesLines
* [db,tool,conf] fix thinko in db update suppressionPhilipp Gesang2014-07-261-0/+2
| | | | | The ``db.update-live`` option caused all db updates, even forced ones to fail due to a missing check for the kind of run.
* [conf] use hash tables for default feature listsPhilipp Gesang2014-07-131-6/+6
|
* [features,conf] generalize feature option parsingPhilipp Gesang2014-07-131-27/+19
|
* [features,conf] configure default font features through configuration filePhilipp Gesang2014-07-131-11/+130
|
* [conf] warn about unknown variablesPhilipp Gesang2014-07-131-1/+6
|
* [conf] strip unused configuration variablePhilipp Gesang2014-07-121-2/+0
| | | | What the hell was that for?
* [conf] allow spaces in formats specificationPhilipp Gesang2014-07-121-2/+4
| | | | | List items are now stripped of leading and trailing spaces before building the formats list.
* [conf] validate config variable “formats”Philipp Gesang2014-07-121-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.
* [conf] use actual XDG paths for configuration directoriesPhilipp Gesang2014-06-091-2/+10
|
* parsers: remove obsolete commentPhilipp Gesang2014-06-091-1/+1
|
* [conf] use default formats if variable emptyPhilipp Gesang2014-05-151-1/+5
|
* [conf,db,diagnose] reimplement runtime cache path handling as configuration taskPhilipp Gesang2014-05-141-8/+45
|
* [conf,tool] move status import to configurationPhilipp Gesang2014-05-141-0/+4
|
* [conf] remove no-opPhilipp Gesang2014-04-241-2/+0
|
* [colors,conf,db,main,tool] adapt the TeX run code to new configurationPhilipp Gesang2014-04-241-50/+105
|
* [conf] fix configuration importPhilipp Gesang2014-04-231-3/+15
|
* [db,conf,main,tool] move primary configuration table to new configuration ↵Philipp Gesang2014-04-221-17/+143
| | | | model (ignore those initialization stubs for now)
* [tool,db,conf] integrate defaults into new config modelPhilipp Gesang2014-04-221-11/+56
|
* [conf,tool] integrate configuration parserPhilipp Gesang2014-04-211-0/+255