Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [*] reorganize src/ subtree | Philipp Gesang | 2014-12-08 | 1 | -53/+57 | |
| | | | | | This moves the fontloader files into a separate subdirectory to simplify maintainance. | |||||
* | [main] increase log threshold for font loader post-initialization message | Philipp Gesang | 2014-12-07 | 1 | -1/+1 | |
| | | | | | | | | The message violated our policy of not suppressing all non-error messages on the terminal at log level 0. The faulty message was moved to level 1 for both streams. addresses https://github.com/lualatex/luaotfload/issues/256 | |||||
* | [main] add name fields to verbose definer | Philipp Gesang | 2014-09-06 | 1 | -7/+13 | |
| | ||||||
* | [conf, main] add support for and preliminary implementation of verbose font ↵ | Philipp Gesang | 2014-08-10 | 1 | -9/+31 | |
| | | | | | | | | 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. | |||||
* | [*] bump versionv2.5-fix-2 | Philipp Gesang | 2014-07-24 | 1 | -2/+2 | |
| | ||||||
* | [*] bump version and datev2.5-fix-1 | Philipp Gesang | 2014-07-16 | 1 | -4/+5 | |
| | | | | Hope I didn’t mess this up again … | |||||
* | [*] fix package date | Philipp Gesang | 2014-07-13 | 1 | -3/+3 | |
| | ||||||
* | [features,conf] generalize feature option parsing | Philipp Gesang | 2014-07-13 | 1 | -0/+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 | |||||
* | [db] remove the alternative (and buggy) verbose file lookup | Philipp Gesang | 2014-07-12 | 1 | -2/+1 | |
| | | | | | Also document the file lookup somewhat and rename it to ``font_file_lookup()``. | |||||
* | [main] fix error message | Philipp Gesang | 2014-06-09 | 1 | -2/+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 | 1 | -1/+3 | |
| | ||||||
* | [main] choose resolver at runtime | Philipp Gesang | 2014-05-15 | 1 | -4/+6 | |
| | ||||||
* | [main] remove config hack | Philipp Gesang | 2014-05-15 | 1 | -1/+0 | |
| | ||||||
* | [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 | |
| | ||||||
* | [colors,conf,db,main,tool] adapt the TeX run code to new configuration | Philipp Gesang | 2014-04-24 | 1 | -57/+43 | |
| | ||||||
* | [db,conf,main,tool] move primary configuration table to new configuration ↵ | Philipp Gesang | 2014-04-22 | 1 | -4/+6 | |
| | | | | model (ignore those initialization stubs for now) | |||||
* | [db,tool,main] implement run directive for bisection mode | Philipp Gesang | 2014-03-23 | 1 | -16/+18 | |
| | ||||||
* | [main] fix syntax | Philipp Gesang | 2014-03-03 | 1 | -1/+1 | |
| | ||||||
* | [doc] move Latex inline verbatim commands to listings | Philipp Gesang | 2014-02-25 | 1 | -1/+1 | |
| | ||||||
* | [db,main,tool] scan local fonts upon failed lookup during a TeX run ↵ | Philipp Gesang | 2014-02-14 | 1 | -2/+3 | |
| | | | | (requires the config flag “scan_local”) | |||||
* | [*] move source files to ./src | Philipp Gesang | 2014-02-12 | 1 | -0/+711 | |