summaryrefslogtreecommitdiff
path: root/src/fontloader/misc
Commit message (Collapse)AuthorAgeFilesLines
...
* [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.