summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* more fix of prev commitDohyun Kim2015-05-051-3/+3
|
* fix prev commitDohyun Kim2015-05-041-4/+3
|
* under latex, order of package loading is irrelevantDohyun Kim2015-05-041-1/+10
|
* respect beamer (pgf) transparencyDohyun Kim2015-05-042-6/+27
|
* ignore full opacity input: moved to tfm stageDohyun Kim2015-05-021-4/+2
|
* ignore full opacity inputDohyun Kim2015-05-021-7/+14
|
* conf: default_config.run.color_callback is now post_linebreak_filterDohyun Kim2015-05-011-1/+1
|
* colors: node processing routine rewrittenDohyun Kim2015-05-011-84/+129
|
* [conf] move colorization to post_linebreak_filterPhilipp Gesang2015-04-202-11/+44
| | | | | | | | Addresses this behavior: http://tex.stackexchange.com/q/238539/14066 This is a breaking change but it hardly matters since font-based colorization is deprecated and the old behavior can be restored by means of a configuration setting.
* [fontloader] sync with Context as of 2015-04-20Philipp Gesang2015-04-202-1/+8
|
* [fontloader] sync with Context as of 2015-04-15Philipp Gesang2015-04-152-3/+21
|
* [fontloader] sync with Context as of 2015-04-13Philipp Gesang2015-04-134-34/+99
|
* [*] bump version and datePhilipp Gesang2015-03-297-20/+20
|
* [fontloader] unpackage functionality provided by the LualibsPhilipp Gesang2015-03-291-10/+16
|
* [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-182-666/+986
|
* [conf] add option for switching fontloadersPhilipp Gesang2015-03-161-1/+32
|
* [main] load fallback code based on Luatex versionPhilipp Gesang2015-03-111-3/+14
|
* [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
|
* [import] fix usage messagePhilipp Gesang2015-03-111-1/+1
|
* [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
|
* [import] correctly derive ourname in tellPhilipp Gesang2014-12-271-2/+2
|
* [fontloader] sync with Context as of 2014-12-22Philipp Gesang2014-12-227-823/+1775
|
* [main, aux] add a callback that installs a .resources table in fonts that itPhilipp Gesang2014-12-142-9/+45
| | | | | | | | | | | | | | Fixes https://github.com/lualatex/luaotfload/issues/253 Sort of. In order to not interfere with the other callbacks which expect a sane environment this hack got added by means of another callback that is called whenever a defined font lacks essential subtables. This means that the user must consider cases like numbers and partially defined fonts. It’s best to keep both cases separate so those who aren’t concerned with workarounds for weird fonts can stick with the clean interface.
* [*] update newsPhilipp Gesang2014-12-141-0/+3
|
* [letterspace] convert to node.directPhilipp Gesang2014-12-141-90/+127
| | | | | | | | | This is an experiment: The character kerning callback has been converted in its entirety to utilize the not-so-new direct node API. Since the translation was mechanical only to a certain extent, this may have introduced errors. On the other hand, the revised code resembles its distant ancestor in Context’s ``typo-krn.lua`` much more closely again, which may come in handy in the future.
* [fontloader] sync with Context as of 2014-12-14Philipp Gesang2014-12-145-21/+93
|
* [import] consider prefix variants when searchingPhilipp Gesang2014-12-111-30/+46
|
* [import] include Luatex-Fonts path in tell lookupPhilipp Gesang2014-12-111-8/+23
|
* [import] implement tell outputPhilipp Gesang2014-12-111-6/+78
|
* [import] extend tell searchPhilipp Gesang2014-12-111-14/+66
|
* [import] add usage messagePhilipp Gesang2014-12-111-1/+8
|
* [import] add stub for usage messagePhilipp Gesang2014-12-101-5/+17
|
* [import] add preliminary file inspectionPhilipp Gesang2014-12-101-1/+44
|
* [status] update pathsPhilipp Gesang2014-12-091-9/+9
| | | | | References to currently unpackaged files from the fontloader distribution have been commented.
* [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.
* [import] unify appearancePhilipp Gesang2014-12-091-6/+12
|
* [import] fix destination path building in import procedurePhilipp Gesang2014-12-091-3/+3
| | | | D’oh!
* [import] fix error messagePhilipp Gesang2014-12-091-1/+1
|
* [build] update import path in makefilePhilipp Gesang2014-12-091-1/+1
| | | | | As a consequence, imported files not needed at runtime will no longer be packaged.
* [import] classify essential and non-essential files into appropriate ↵Philipp Gesang2014-12-091-6/+13
| | | | | | subdirectories Simplifies writing make rules ;)
* [import] prefer enumerations instead of stringsPhilipp Gesang2014-12-091-57/+63
|
* [import] implement automated batch importPhilipp Gesang2014-12-091-11/+80
| | | | Already being used for the next update commit.
* [import] add single file importing routinePhilipp Gesang2014-12-091-10/+22
|
* [import] implement file lookupPhilipp Gesang2014-12-091-4/+40
|
* [scripts] add early draft of import helperPhilipp Gesang2014-12-091-0/+321
|