summaryrefslogtreecommitdiff
path: root/src/fontloader/misc
Commit message (Collapse)AuthorAgeFilesLines
* [fontloader] patch font-otn.lua to skip unusable contextpos featuresv2.6-fix-6Philipp Gesang2016-02-121-2/+2
| | | | | | | Address issue #322 The annotation says it all; reportedly this is fine with TL 2016, though.
* [fontloader] revert features handler temporarilyPhilipp Gesang2016-01-222-8/+68
| | | | | | | | | | | | Address issue #318 This reverts the changes made to font-otn.lua with commit adc43c3c24.. Certain features related to directionality are not handled correctly with the most recent fontloader. As a temporary measure, revert the handling code in font-otn.lua and restore the values it references. While this appears to suppress the issue, we’ll switch back to the upstream code once we have an actual solution.
* [fontloader] re-patch font-otn.lua to avoid crashPhilipp Gesang2016-01-111-1/+1
| | | | See issue https://github.com/lualatex/luaotfload/issues/303
* [fontloader] sync with Context as of 2016-01-11Philipp Gesang2016-01-113-14/+8
|
* [fontloader] patch font-otn to preven calt crashPhilipp Gesang2015-12-221-0/+3
|
* [init] install some more accessors required by the fontloaderPhilipp Gesang2015-12-221-1/+4
|
* [fontloader] sync with Context as of 2015-12-21Philipp Gesang2015-12-2112-44/+5352
|
* [init] set up stubs for pre-0.87 LuatexPhilipp Gesang2015-12-212-5000/+0
|
* [fontloader] sync with Context as of 2015-11-21Philipp Gesang2015-11-216-91/+76
|
* [fontloader] sync with Context as of 2015-10-29Philipp Gesang2015-10-2922-1233/+2771
|
* [fontloader] sync with Context as of 2015-05-26Philipp Gesang2015-05-2610-254/+560
|
* [fontloader] sync with Context as of 2015-05-12Philipp Gesang2015-05-121-4/+7
|
* [fontloader] sync with Context as of 2015-05-04Philipp Gesang2015-05-041-11/+17
|
* [fontloader] sync with Context as of 2015-05-03Philipp Gesang2015-05-031-6/+34
|
* [fontloader] sync with Context as of 2015-04-20Philipp Gesang2015-04-201-0/+4
|
* [fontloader] sync with Context as of 2015-04-15Philipp Gesang2015-04-151-2/+11
|
* [fontloader] sync with Context as of 2015-04-13Philipp Gesang2015-04-133-18/+63
|
* [fontloader] sync with Context as of 2015-03-29Philipp Gesang2015-03-291-198/+72
|
* [fontloader] sync with Context as of 2015-03-25Philipp Gesang2015-03-252-24/+178
|
* [fontloader] sync with Context as of 2015-03-11Philipp Gesang2015-03-115-188/+230
|
* [fontloader] sync with Context as of 2014-12-31Philipp Gesang2014-12-311-2/+2
|
* [fontloader] sync with Context as of 2014-12-29Philipp Gesang2014-12-298-93/+127
|
* [fontloader] sync with Context as of 2014-12-22Philipp Gesang2014-12-226-457/+937
|
* [fontloader] sync with Context as of 2014-12-14Philipp Gesang2014-12-144-13/+50
|
* [fontloader] reorganize under the new import schemePhilipp Gesang2014-12-0953-0/+21784
For better orientation, the fontloader tree now contains two subdirectories into which files have been reorganized: The two files required at runtime for the fontloader and luaotfload-tool are: × ``fontloader-basics-gen.lua`` × ``fontloader-fontloader.lua`` They are now kept in the ``src/fontloader/runtime/`` subdirectory. All other files from upstream are now located in ``src/fontloader/misc``. This includes a number of files that have not yet been part of Luaotfload. Currently, the *misc* set of files is not packaged along with Luaotfload. This may change in the future when there is an option to switch the merged fontloader for its constituent files, or even for upstream.