summaryrefslogtreecommitdiff
path: root/luaotfload-features.lua
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'font-matching'Philipp Gesang2013-11-051-3/+3
|\ | | | | | | | | | | | | | | Conflicts: NEWS luaotfload-database.lua luaotfload-override.lua luaotfload.dtx
| * [db] add first draft font family queryPhilipp Gesang2013-11-051-3/+3
| |
* | [features] add guillemets to tlig setPhilipp Gesang2013-09-301-3/+7
|/
* [tool] make --find process normal requestsPhilipp Gesang2013-08-031-11/+26
|
* sync with Context as of 2013-08-02Philipp Gesang2013-08-021-3/+0
|
* adapt strings for 20th century OSPhilipp Gesang2013-07-161-5/+5
| | | | | | | Windows appears to still lack a unicode capable terminal emulator. http://tug.org/pipermail/luatex/2013-July/004547.html No comment.
* bump version, update NEWSPhilipp Gesang2013-07-101-1/+1
|
* make feature request parser skip empty fieldsPhilipp Gesang2013-07-021-1/+1
| | | | addresses https://github.com/lualatex/luaotfload/issues/103
* update NEWS; bump versionPhilipp Gesang2013-06-021-1/+1
|
* fix name fallbackPhilipp Gesang2013-05-311-1/+1
|
* provide hook for custom font resolverPhilipp Gesang2013-05-271-3/+5
|
* install kpse lookupPhilipp Gesang2013-05-271-1/+3
|
* reduce permissiveness of garbage option rulePhilipp Gesang2013-05-231-1/+3
|
* restore catchall rule for non-assignment optionsPhilipp Gesang2013-05-211-7/+4
|
* update package version and datev2.2cPhilipp Gesang2013-05-201-1/+1
|
* emit warning for invalid font request optionsPhilipp Gesang2013-05-191-3/+21
|
* skip unusable option fields; remove test for supposedly “indexed” featuresPhilipp Gesang2013-05-191-53/+9
|
* cleanup featuresPhilipp Gesang2013-05-191-6/+6
|
* distinguish Xetex-style options; increment if indexedPhilipp Gesang2013-05-191-16/+83
|
* drop leading plus/minus characters in key-value feature specificationPhilipp Gesang2013-05-181-6/+30
|
* add diablindall.ttf to blacklistPhilipp Gesang2013-05-141-1/+1
|
* handle subfont in anon/path lookupsPhilipp Gesang2013-05-141-4/+31
| | | | addresses issue https://github.com/lualatex/luaotfload/issues/57
* remove dead code from ``luaotfload-features.lua``Philipp Gesang2013-05-131-36/+15
|
* work around unsupported full paths in anon lookupsPhilipp Gesang2013-05-131-1/+1
| | | | windows only: http://tug.org/pipermail/lualatex-dev/2013-May/001519.html
* import script and language names from ContextPhilipp Gesang2013-05-121-5/+662
|
* set node mode more accuratelyPhilipp Gesang2013-05-101-3/+8
|
* don’t remove requested features before normalizationPhilipp Gesang2013-05-101-1/+1
|
* lowercase feature valuesPhilipp Gesang2013-05-101-1/+1
|
* reinstated deprecated paths in file: lookupsPhilipp Gesang2013-05-101-4/+28
|
* don’t print parser statsPhilipp Gesang2013-05-061-1/+1
|
* reduce verbosity of most db related tasksPhilipp Gesang2013-05-061-56/+35
|
* fix unsupported style modifiersPhilipp Gesang2013-05-061-5/+6
|
* issue warning for incompletely supported Indic scriptsPhilipp Gesang2013-05-051-3/+23
|
* bump version; add/update attributionsPhilipp Gesang2013-05-041-2/+2
|
* clean up ``luaotfload-features.lua``Philipp Gesang2013-05-041-29/+5
|
* make optical size (``/s=num``) work againPhilipp Gesang2013-05-041-106/+7
| | | | also finally get rid of the old request parser
* workaround for invalid request syntaxPhilipp Gesang2013-05-031-0/+12
|
* use ``fullname`` in status entriesPhilipp Gesang2013-04-291-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:`` lookupsPhilipp Gesang2013-04-291-1/+2
|
* add handler for XeTeX slashed notationPhilipp Gesang2013-04-291-0/+35
|
* catch tfm/ofm before db update; remove ``kpse.lookup()`` as criterion for ↵Philipp Gesang2013-04-281-37/+0
| | | | resolved font
* add the subfont selector patter into new syntax (hidden goodie?)Philipp Gesang2013-04-281-5/+24
|
* add prelimiary anon: and path: resolversPhilipp Gesang2013-04-281-4/+19
|
* add fallback for specification namePhilipp Gesang2013-04-281-3/+3
|
* Import new font request parserPhilipp Gesang2013-04-281-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.luaPhilipp Gesang2013-04-261-6/+11
|
* default to “node” mode processor againPhilipp Gesang2013-04-241-17/+27
|
* catch irregular ``file:`` lookupsPhilipp Gesang2013-04-241-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.luaPhilipp Gesang2013-04-231-10/+246
|
* combine luaotfload-font-ltx -> luaotfload-featuresPhilipp Gesang2013-04-231-0/+229
|