Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump version; add/update attributions | Philipp Gesang | 2013-05-04 | 1 | -2/+2 |
| | |||||
* | clean up ``luaotfload-features.lua`` | Philipp Gesang | 2013-05-04 | 1 | -29/+5 |
| | |||||
* | make optical size (``/s=num``) work again | Philipp Gesang | 2013-05-04 | 1 | -106/+7 |
| | | | | also finally get rid of the old request parser | ||||
* | workaround for invalid request syntax | Philipp Gesang | 2013-05-03 | 1 | -0/+12 |
| | |||||
* | use ``fullname`` in status entries | Philipp Gesang | 2013-04-29 | 1 | -1/+1 |
| | | | | | | | This suppresses redundand database updates in the case where a font is found in multiple directories with different timestamps. Also removed references to ``fontdbutil``. | ||||
* | only cache ``name:`` lookups | Philipp Gesang | 2013-04-29 | 1 | -1/+2 |
| | |||||
* | add handler for XeTeX slashed notation | Philipp Gesang | 2013-04-29 | 1 | -0/+35 |
| | |||||
* | catch tfm/ofm before db update; remove ``kpse.lookup()`` as criterion for ↵ | Philipp Gesang | 2013-04-28 | 1 | -37/+0 |
| | | | | resolved font | ||||
* | add the subfont selector patter into new syntax (hidden goodie?) | Philipp Gesang | 2013-04-28 | 1 | -5/+24 |
| | |||||
* | add prelimiary anon: and path: resolvers | Philipp Gesang | 2013-04-28 | 1 | -4/+19 |
| | |||||
* | add fallback for specification name | Philipp Gesang | 2013-04-28 | 1 | -3/+3 |
| | |||||
* | Import new font request parser | Philipp Gesang | 2013-04-28 | 1 | -53/+274 |
| | | | | | | addressing https://github.com/phi-gamma/luaotfload/issues/4 incomplete for now, only handles file: and name: requests | ||||
* | install the new file: lookup in luaotfload.lua | Philipp Gesang | 2013-04-26 | 1 | -6/+11 |
| | |||||
* | default to “node” mode processor again | Philipp Gesang | 2013-04-24 | 1 | -17/+27 |
| | |||||
* | catch irregular ``file:`` lookups | Philipp Gesang | 2013-04-24 | 1 | -15/+29 |
| | | | | | | | we now index base names and extensionless base names of font files as well so as to work around quirks of the Xetex compatibility layer. this will probably get removed after the syntax parser is redone. | ||||
* | annihilate luaotfload-font-otc.lua | Philipp Gesang | 2013-04-23 | 1 | -10/+246 |
| | |||||
* | combine luaotfload-font-ltx -> luaotfload-features | Philipp Gesang | 2013-04-23 | 1 | -0/+229 |
| | |||||
* | migrate files from ‘otfl’ to ‘luaotfload’ prefix | Philipp Gesang | 2013-04-22 | 1 | -0/+110 |