summaryrefslogtreecommitdiff
path: root/src/fontloader
Commit message (Collapse)AuthorAgeFilesLines
...
* [fontloader] add and document dedicated packaging entrypointPhilipp Gesang2015-03-291-0/+90
|
* [fontloader] sync with Context as of 2015-03-29Philipp Gesang2015-03-292-236/+122
|
* [fontloader] sync with Context as of 2015-03-25Philipp Gesang2015-03-253-46/+246
|
* [fontloader] switch fallback to code from 2014 (works with Luatex 0.76)Philipp Gesang2015-03-181-657/+981
|
* [fontloader] import code from TL 2013Philipp Gesang2015-03-111-0/+13612
| | | | | | Appears to work splendidly out of the box. Will become the base for the version fallback since the current fontloader does not work anymore with the Luatex binary in Miktex.
* [fontloader] sync with Context as of 2015-03-11Philipp Gesang2015-03-117-369/+460
|
* [fontloader] sync with Context as of 2014-12-31Philipp Gesang2014-12-312-3/+3
|
* [fontloader] sync with Context as of 2014-12-29Philipp Gesang2014-12-299-161/+185
|
* [fontloader] sync with Context as of 2014-12-22Philipp Gesang2014-12-227-823/+1775
|
* [fontloader] sync with Context as of 2014-12-14Philipp Gesang2014-12-145-21/+93
|
* [fontloader] reorganize under the new import schemePhilipp Gesang2014-12-0955-500/+18201
| | | | | | | | | | | | | | | | | | | | 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.
* [fontloader] change prefix of imported files to “fontloader”Philipp Gesang2014-12-0811-0/+0
|
* [*] reorganize src/ subtreePhilipp Gesang2014-12-0811-0/+19084
This moves the fontloader files into a separate subdirectory to simplify maintainance.