Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | load extralibs in main file | Philipp Gesang | 2013-05-17 | 1 | -8/+9 |
| | |||||
* | restore loading of ``l-dir.lua`` now that the fontloader creates ``TEXMFVAR`` | Philipp Gesang | 2013-05-16 | 1 | -34/+2 |
| | |||||
* | load filesystem libs prior to handling the cache directories | Philipp Gesang | 2013-05-14 | 1 | -14/+30 |
| | |||||
* | work around unsupported full paths in anon lookups | Philipp Gesang | 2013-05-13 | 1 | -7/+33 |
| | | | | windows only: http://tug.org/pipermail/lualatex-dev/2013-May/001519.html | ||||
* | [doc] document auxlib | Philipp Gesang | 2013-05-13 | 1 | -3/+191 |
| | |||||
* | Merge ../luaotfload-compat | Philipp Gesang | 2013-05-11 | 1 | -2/+8 |
|\ | |||||
| * | add version switch to dtx | Philipp Gesang | 2013-05-10 | 1 | -2/+8 |
| | | |||||
* | | [doc] add thanks section | Philipp Gesang | 2013-05-11 | 1 | -9/+31 |
|/ | |||||
* | remove meaningless statement | Philipp Gesang | 2013-05-10 | 1 | -2/+0 |
| | |||||
* | [doc] avoid problem with hologo and node mode | Philipp Gesang | 2013-05-10 | 1 | -1/+1 |
| | | | | don’t ask | ||||
* | do without text figures in libertine for the time being | Philipp Gesang | 2013-05-10 | 1 | -1/+1 |
| | |||||
* | create $TEXMFVAR if missing | Philipp Gesang | 2013-05-10 | 1 | -0/+17 |
| | |||||
* | tame fontspec compatibility hacks | Philipp Gesang | 2013-05-09 | 1 | -4/+5 |
| | |||||
* | fix font type forcing | Philipp Gesang | 2013-05-09 | 1 | -16/+14 |
| | |||||
* | [doc] mention manpage in manual | Philipp Gesang | 2013-05-09 | 1 | -0/+5 |
| | |||||
* | replace glyph list loader | Philipp Gesang | 2013-05-07 | 1 | -4/+4 |
| | | | | | | | Karl Berry made us aware that our generated version of ``font-age.lua`` differs from the Context/Luatex-Fonts one and should be renamed. It’s trivial to do so but invasive still. This workaround may have to be adapted if Hans chooses to rewrite the Glyph List loader. | ||||
* | Updating font names for doc | Elie Roux | 2013-05-06 | 1 | -3/+3 |
| | | | | Do the fonts in TeXLive have no O in their name? | ||||
* | GPL 2 everywhere | Philipp Gesang | 2013-05-06 | 1 | -2/+2 |
| | |||||
* | update luaotfload.lua as included in dtx | Philipp Gesang | 2013-05-06 | 1 | -5/+6 |
| | | | | | * default to cached name resolver (testing) * install less verbose file resolver | ||||
* | [doc] add auxlib to list of files | Philipp Gesang | 2013-05-06 | 1 | -0/+3 |
| | |||||
* | [doc] improve layout | Philipp Gesang | 2013-05-06 | 1 | -6/+29 |
| | |||||
* | issue warning for incompletely supported Indic scripts | Philipp Gesang | 2013-05-05 | 1 | -10/+19 |
| | |||||
* | move colorization to ``pre_linebreak_filter`` | Philipp Gesang | 2013-05-04 | 1 | -5/+6 |
| | | | | | | also introduces a config option: *color_callback* that controls which callback will be activated. set it to pre_output_filter to restore the previous behavior. | ||||
* | additional workaround for inconsistent argument order in fontspec.lua | Philipp Gesang | 2013-05-03 | 1 | -1/+5 |
| | |||||
* | restrict ``patch_font`` callback to otf | Philipp Gesang | 2013-05-03 | 1 | -15/+9 |
| | |||||
* | merge changes to luaotfload.lua into dtx | Philipp Gesang | 2013-05-01 | 1 | -2/+8 |
| | |||||
* | [doc] make examples for XeTeX notation uppercase | Philipp Gesang | 2013-05-01 | 1 | -7/+7 |
| | |||||
* | remove old fond definition callback | Philipp Gesang | 2013-04-30 | 1 | -57/+1 |
| | | | | | | | | | | | everything it did is already been done by ``constructors.assignmathparameters()`` in ``font-con.lua``, so it is save to remove the old code without replacement. There is one subtle difference, however: Context scales the value of ``FractionDelimiterDisplayStyleSize`` by a factor of 2.40, whereas the old luaotfload used 2.39. I’d say whoever takes offense because of this difference please debate Hans for the correct value. kthxbye | ||||
* | use precalculated scale-factor | Philipp Gesang | 2013-04-30 | 1 | -9/+15 |
| | | | | | | | | first step towards a solution for this mystery: https://github.com/lualatex/luaotfload/issues/20 also: config option for the callback | ||||
* | remove redundant dead code | Philipp Gesang | 2013-04-30 | 1 | -32/+0 |
| | |||||
* | [doc] fix incorrect statements | Philipp Gesang | 2013-04-30 | 1 | -2/+2 |
| | |||||
* | [doc] fix typos/indenting | Philipp Gesang | 2013-04-29 | 1 | -1/+2 |
| | |||||
* | update NEWS | Philipp Gesang | 2013-04-29 | 1 | -1/+1 |
| | |||||
* | install uncached name: resolver as default | Philipp Gesang | 2013-04-29 | 1 | -1/+2 |
| | |||||
* | use ``fullname`` in status entries | Philipp Gesang | 2013-04-29 | 1 | -15/+15 |
| | | | | | | | This suppresses redundand database updates in the case where a font is found in multiple directories with different timestamps. Also removed references to ``fontdbutil``. | ||||
* | only cache ``name:`` lookups | Philipp Gesang | 2013-04-29 | 1 | -16/+2 |
| | |||||
* | [doc] describe the various font requests | Philipp Gesang | 2013-04-29 | 1 | -39/+145 |
| | |||||
* | [doc] add font request syntax description | Philipp Gesang | 2013-04-29 | 1 | -2/+77 |
| | | | | | | | | | For convenience it’s a notational bastard of BNF and ISO EBNF. I couldn’t find a package for typesetting the latter, and with my limited understanding of LaTeX I couldn’t have written one within an acceptable time. Anyways, I don’t think anybody will be confused by this. | ||||
* | catch tfm/ofm before db update; remove ``kpse.lookup()`` as criterion for ↵ | Philipp Gesang | 2013-04-28 | 1 | -12/+39 |
| | | | | resolved font | ||||
* | add lookups ``file:``, ``path:``, ``name:``, and ``anon:`` | Philipp Gesang | 2013-04-28 | 1 | -29/+57 |
| | |||||
* | add prelimiary anon: and path: resolvers | Philipp Gesang | 2013-04-28 | 1 | -2/+28 |
| | |||||
* | install the new file: lookup in luaotfload.lua | Philipp Gesang | 2013-04-26 | 1 | -2/+13 |
| | |||||
* | make db reloading require a reason; decrease nesting depth of conditionals | Philipp Gesang | 2013-04-24 | 1 | -4/+12 |
| | |||||
* | catch irregular ``file:`` lookups | Philipp Gesang | 2013-04-24 | 1 | -1/+3 |
| | | | | | | | we now index base names and extensionless base names of font files as well so as to work around quirks of the Xetex compatibility layer. this will probably get removed after the syntax parser is redone. | ||||
* | update basics-gen.lua | Philipp Gesang | 2013-04-23 | 1 | -0/+2 |
| | |||||
* | set minimum luatex version to 0.76; reduce verbosity of fontdbutil | Philipp Gesang | 2013-04-23 | 1 | -8/+14 |
| | |||||
* | add link to dev repo | Philipp Gesang | 2013-04-23 | 1 | -0/+4 |
| | |||||
* | update doc for new file names | Philipp Gesang | 2013-04-23 | 1 | -15/+14 |
| | |||||
* | update documentation with info about ``mkglyphlist`` | Philipp Gesang | 2013-04-23 | 1 | -2/+5 |
| | |||||
* | update filegraph | Philipp Gesang | 2013-04-23 | 1 | -0/+11 |
| |