summaryrefslogtreecommitdiff
path: root/src/luaotfload-configuration.lua
Commit message (Collapse)AuthorAgeFilesLines
* conf: default_config.run.color_callback is now post_linebreak_filterDohyun Kim2015-05-011-1/+1
|
* [conf] move colorization to post_linebreak_filterPhilipp Gesang2015-04-201-2/+30
| | | | | | | | Addresses this behavior: http://tex.stackexchange.com/q/238539/14066 This is a breaking change but it hardly matters since font-based colorization is deprecated and the old behavior can be restored by means of a configuration setting.
* [*] bump version and datePhilipp Gesang2015-03-291-2/+2
|
* [conf] add option for switching fontloadersPhilipp Gesang2015-03-161-1/+32
|
* [conf, main] add support for and preliminary implementation of verbose font ↵Philipp Gesang2014-08-101-1/+8
| | | | | | | | definers The definers ``info_patch`` and ``info_generic`` wrap the two existing font definers in a function that emits verbose information about the definitions taking place.
* [conf] substitute underscores in section namesPhilipp Gesang2014-08-081-13/+13
|
* [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] dump default features along with configPhilipp Gesang2014-07-241-0/+27
|
* [conf,tool] implement configuration writerPhilipp Gesang2014-07-241-6/+130
| | | | | Now ``luaotfload-tool --dumpconf`` can be used to output the current configuration to a file.
* [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