summaryrefslogtreecommitdiff
path: root/src/luaotfload-main.lua
Commit message (Collapse)AuthorAgeFilesLines
...
* [*] reorganize src/ subtreePhilipp Gesang2014-12-081-53/+57
| | | | | This moves the fontloader files into a separate subdirectory to simplify maintainance.
* [main] increase log threshold for font loader post-initialization messagePhilipp Gesang2014-12-071-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 definerPhilipp Gesang2014-09-061-7/+13
|
* [conf, main] add support for and preliminary implementation of verbose font ↵Philipp Gesang2014-08-101-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-2Philipp Gesang2014-07-241-2/+2
|
* [*] bump version and datev2.5-fix-1Philipp Gesang2014-07-161-4/+5
| | | | Hope I didn’t mess this up again …
* [*] fix package datePhilipp Gesang2014-07-131-3/+3
|
* [features,conf] generalize feature option parsingPhilipp Gesang2014-07-131-0/+1
|
* [main] adapt local to current terminologyPhilipp Gesang2014-07-131-28/+28
|
* [main] deprioritize fontloader intro messagePhilipp Gesang2014-07-131-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 lookupPhilipp Gesang2014-07-121-2/+1
| | | | | Also document the file lookup somewhat and rename it to ``font_file_lookup()``.
* [main] fix error messagePhilipp Gesang2014-06-091-2/+4
|
* [main] lowercase file suffix when forcing file format (thanks, Bryan!)Philipp Gesang2014-05-181-7/+8
| | | | Closing https://github.com/lualatex/luaotfload/issues/215
* [main] log name: requests independent of fontloaderPhilipp Gesang2014-05-181-1/+3
|
* [main] choose resolver at runtimePhilipp Gesang2014-05-151-4/+6
|
* [main] remove config hackPhilipp Gesang2014-05-151-1/+0
|
* [main] trivial: improve Luatex minimum version testPhilipp Gesang2014-04-241-7/+7
|
* [main] trivial: make local imports legiblePhilipp Gesang2014-04-241-4/+4
|
* [main] register as “luaotfload-main” to silence luatexbasePhilipp Gesang2014-04-241-1/+1
|
* [colors,conf,db,main,tool] adapt the TeX run code to new configurationPhilipp Gesang2014-04-241-57/+43
|
* [db,conf,main,tool] move primary configuration table to new configuration ↵Philipp Gesang2014-04-221-4/+6
| | | | model (ignore those initialization stubs for now)
* [db,tool,main] implement run directive for bisection modePhilipp Gesang2014-03-231-16/+18
|
* [main] fix syntaxPhilipp Gesang2014-03-031-1/+1
|
* [doc] move Latex inline verbatim commands to listingsPhilipp Gesang2014-02-251-1/+1
|
* [db,main,tool] scan local fonts upon failed lookup during a TeX run ↵Philipp Gesang2014-02-141-2/+3
| | | | (requires the config flag “scan_local”)
* [*] move source files to ./srcPhilipp Gesang2014-02-121-0/+711