Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [*] kill off file headers | Philipp Gesang | 2015-11-05 | 1 | -2/+0 |
| | | | | We have the VCS info in the status file; these things are just silly. | ||||
* | [aux] do not rely on the AGL being loaded at initialization time | Philipp Gesang | 2015-07-30 | 1 | -4/+3 |
| | |||||
* | [*] bump version and date | Philipp Gesang | 2015-03-29 | 1 | -3/+3 |
| | |||||
* | [main, aux] add a callback that installs a .resources table in fonts that it | Philipp Gesang | 2014-12-14 | 1 | -0/+29 |
| | | | | | | | | | | | | | | 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. | ||||
* | [auxiliary] eliminate redundant conditions | Philipp Gesang | 2014-09-05 | 1 | -53/+47 |
| | |||||
* | [auxiliary] robustify font property lookups | Philipp Gesang | 2014-09-05 | 1 | -3/+9 |
| | | | | | | | | | | This adresses an issue with entries in the font table that lack the common font structure (manually parsed fonts??). Subtable lookups are now guarded with nil-checks. Reported by Herbert Voss Signed-off-by: Philipp Gesang <phg42.2a@gmail.com> | ||||
* | aux: add helpers for accessing the index table/index file | Philipp Gesang | 2014-06-04 | 1 | -2/+39 |
| | |||||
* | [main] log name: requests independent of fontloader | Philipp Gesang | 2014-05-18 | 1 | -2/+2 |
| | |||||
* | [*] move source files to ./src | Philipp Gesang | 2014-02-12 | 1 | -0/+783 |