Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [init] add stub for module sanitization | Philipp Gesang | 2015-06-20 | 1 | -2/+2 |
| | |||||
* | [main, init] move fontloader-specific stuff completely into init | Philipp Gesang | 2015-06-20 | 1 | -253/+25 |
| | |||||
* | [main] strip file name suffix for fonts loaded as type1 | Philipp Gesang | 2015-06-13 | 1 | -1/+3 |
| | |||||
* | [main,init] separate loading of fontloader and lualibs packages | Philipp Gesang | 2015-06-09 | 1 | -6/+7 |
| | |||||
* | [main] remove obsolete workarounds | Philipp Gesang | 2015-05-26 | 1 | -45/+0 |
| | |||||
* | [init] prepare fontloader initialization component | Philipp Gesang | 2015-05-26 | 1 | -26/+36 |
| | |||||
* | [*] bump version and date | Philipp Gesang | 2015-03-29 | 1 | -6/+6 |
| | |||||
* | [fontloader] switch fallback to code from 2014 (works with Luatex 0.76) | Philipp Gesang | 2015-03-18 | 1 | -9/+5 |
| | |||||
* | [main] load fallback code based on Luatex version | Philipp Gesang | 2015-03-11 | 1 | -3/+14 |
| | |||||
* | [main, aux] add a callback that installs a .resources table in fonts that it | Philipp Gesang | 2014-12-14 | 1 | -9/+16 |
| | | | | | | | | | | | | | | Fixes https://github.com/lualatex/luaotfload/issues/253 Sort of. In order to not interfere with the other callbacks which expect a sane environment this hack got added by means of another callback that is called whenever a defined font lacks essential subtables. This means that the user must consider cases like numbers and partially defined fonts. It’s best to keep both cases separate so those who aren’t concerned with workarounds for weird fonts can stick with the clean interface. | ||||
* | [fontloader] change prefix of imported files to “fontloader” | Philipp Gesang | 2014-12-08 | 1 | -49/+48 |
| | |||||
* | [*] 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 |