Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [parsers,features] parse combo requests | Philipp Gesang | 2016-02-15 | 1 | -2/+12 |
| | | | | | | | Highly experimental at this point. The font request parser has been extended to handle combinations of already defined fonts. Nothing else has been implemented yet, so the request handler will simply error out with a message. | ||||
* | [features] import feature loading code | Philipp Gesang | 2016-01-11 | 1 | -12/+18 |
| | |||||
* | [features] update name tables | Philipp Gesang | 2016-01-09 | 1 | -607/+808 |
| | |||||
* | [features] excise stray feature definitionv2.6-fix-4 | Philipp Gesang | 2015-12-23 | 1 | -13/+0 |
| | | | | | | Closing #309 Many thanks for @simifilm for the report! | ||||
* | [features] improve font feature injection | Philipp Gesang | 2015-12-22 | 1 | -37/+77 |
| | |||||
* | [features] import latest changes to the feature handler | Philipp Gesang | 2015-12-21 | 1 | -8/+6 |
| | |||||
* | [features] conditionally pull in old feature mechanism | Philipp Gesang | 2015-12-21 | 1 | -1/+145 |
| | | | | | Pretty hackish and probably not supported forever, but this is required on account of the changes to the loader since TL 2014. | ||||
* | [features] pull in upstream fixes | Philipp Gesang | 2015-12-21 | 1 | -6/+10 |
| | | | | Fixes the crash but apparently not the feature. | ||||
* | [features] clean up font feature handling | Philipp Gesang | 2015-12-18 | 1 | -11/+7 |
| | |||||
* | [features] output feature definition info at higher noise level | Philipp Gesang | 2015-12-18 | 1 | -10/+18 |
| | |||||
* | [features] update addfeatures() from upstream font-otc.lua | Philipp Gesang | 2015-12-18 | 1 | -126/+253 |
| | |||||
* | [*] bump version and date | Philipp Gesang | 2015-12-09 | 1 | -1/+1 |
| | | | | | We still had some 2014 values lingering around dark corners. In theory this is all meaningless wrt. the Git repo. | ||||
* | [main, *] convert for centralized initialization routine | Philipp Gesang | 2015-09-27 | 1 | -39/+42 |
| | |||||
* | [features] fix test for missing default feature (Thanks, Kim!) | Philipp Gesang | 2014-08-08 | 1 | -2/+2 |
| | | | | | | This is a partial revert of 3cf26fc.. -- The test must be for features not specified in the font definition. Also applies in the same manner to the global defaults. | ||||
* | [features] apply negated feature | Philipp Gesang | 2014-08-07 | 1 | -3/+3 |
| | | | | | | | Closing https://github.com/lualatex/luaotfload/issues/243 The behavior was introduced with commit d84ce4e.. when non-boolean default feature values were introduced as part of the configuration. | ||||
* | [features,conf] generalize feature option parsing | Philipp Gesang | 2014-07-13 | 1 | -6/+7 |
| | |||||
* | [features,conf] configure default font features through configuration file | Philipp Gesang | 2014-07-13 | 1 | -59/+7 |
| | |||||
* | [main] log name: requests independent of fontloader | Philipp Gesang | 2014-05-18 | 1 | -2/+2 |
| | |||||
* | [features] adapt tlig feature to extended ligature spec | Philipp Gesang | 2014-05-12 | 1 | -5/+18 |
| | |||||
* | [features] respect feature order | Philipp Gesang | 2014-04-26 | 1 | -11/+11 |
| | |||||
* | [*] move source files to ./src | Philipp Gesang | 2014-02-12 | 1 | -0/+1276 |