summaryrefslogtreecommitdiff
path: root/src/fontloader/misc/fontloader-font-con.lua
Commit message (Collapse)AuthorAgeFilesLines
* [fontloader] sync with Context as of 2016-10-17Philipp Gesang2016-10-171-13/+18
|
* [fontloader] sync with Context as of 2016-09-15Philipp Gesang2016-09-151-41/+43
|
* [fontloader] sync with Context as of 2016-07-30Philipp Gesang2016-07-301-117/+241
| | | | Hans appears to have heard our pleas =)
* [fontloader] sync with Context as of 2016-07-05Philipp Gesang2016-07-051-108/+33
|
* [fontloader] sync with Context as of 2016-06-12Philipp Gesang2016-06-121-7/+44
|
* [fontloader] sync with Context as of 2016-05-31Philipp Gesang2016-06-101-15/+22
| | | | | | This corresponds to commit a274872832cd on the mirror repo. The changes since then were numerous but seem to introduce a couple new files we didn’t ask for =) Later.
* [fontloader] sync with Context as of 2016-05-22Philipp Gesang2016-05-241-2/+0
|
* [fontloader] sync with Context as of 2016-04-21Philipp Gesang2016-04-211-3/+8
| | | | | Hans fixed a couple issues due to our reports. Also, brand new Lua based PFB loader.
* [fontloader] sync with Context as of 2016-04-16Philipp Gesang2016-04-161-3/+2
|
* [fontloader] sync Context as of 2016-04-07Philipp Gesang2016-04-071-1/+1
|
* [fontloader] sync with Context as of 2015-12-21Philipp Gesang2015-12-211-0/+2
|
* [fontloader] sync with Context as of 2015-11-21Philipp Gesang2015-11-211-1/+7
|
* [fontloader] sync with Context as of 2015-10-29Philipp Gesang2015-10-291-49/+65
|
* [fontloader] sync with Context as of 2015-04-13Philipp Gesang2015-04-131-0/+22
|
* [fontloader] reorganize under the new import schemePhilipp Gesang2014-12-091-0/+1404
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.