Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reduce verbosity of the font loader | Philipp Gesang | 2013-04-21 | 1 | -0/+41 |
| | | | | | | | | | | | | this is my version of: https://github.com/phi-gamma/luaotfload/commit/3a59b8b6b226ed22ccd16aec2dc2e272f015cc74 I undid the original because our policy is not to change imported files except for applying hot fixes in advance that Hans will add eventually. However, we’ll see if we really need otfl-fonts.lua anyways as its functionality might fit better in to luaotfload.lua. | ||||
* | document --info option | Philipp Gesang | 2013-04-21 | 1 | -0/+5 |
| | |||||
* | remove comments on dependencies (in dtx now) | Philipp Gesang | 2013-04-18 | 1 | -38/+0 |
| | |||||
* | expand docs | Philipp Gesang | 2013-04-18 | 1 | -4/+37 |
| | |||||
* | avoid calling table.contains() | Philipp Gesang | 2013-04-17 | 1 | -2/+2 |
| | |||||
* | remove attribute allocation hack | Philipp Gesang | 2013-04-16 | 1 | -52/+19 |
| | |||||
* | integrate luaotfload.lua into luaotfload.dtx | Philipp Gesang | 2013-04-16 | 1 | -87/+185 |
| | |||||
* | bump version; keep luaotfload well-formed for dtxtool | Philipp Gesang | 2013-04-15 | 1 | -29/+2 |
| | |||||
* | clean font-pfb | Philipp Gesang | 2013-04-15 | 1 | -2/+4 |
| | |||||
* | avoid two calls to the file library | Philipp Gesang | 2013-04-15 | 1 | -1/+8 |
| | |||||
* | us TFM reader for OFM (needs testing) | Philipp Gesang | 2013-04-15 | 1 | -7/+9 |
| | |||||
* | add virtual font file lookup | Philipp Gesang | 2013-04-14 | 1 | -1/+21 |
| | |||||
* | attempt at restoring KH’l OFM hack | Philipp Gesang | 2013-04-13 | 1 | -1/+14 |
| | |||||
* | enable overrides for Context loggers | Philipp Gesang | 2013-04-11 | 1 | -1/+1 |
| | |||||
* | fallback for earlier lualibs; move locals up in luaotfload.lua | Philipp Gesang | 2013-04-10 | 1 | -7/+7 |
| | |||||
* | integrate changes from master; add otfl-features.lua | Philipp Gesang | 2013-04-10 | 1 | -59/+10 |
| | |||||
* | merge deferred functionality back into luaotfload.lua | Philipp Gesang | 2013-04-10 | 1 | -12/+216 |
| | |||||
* | circumvent the callback trap from luatexbase | Philipp Gesang | 2013-04-10 | 1 | -9/+27 |
| | |||||
* | make font patching work again with font definition wrapper | Philipp Gesang | 2013-04-10 | 1 | -1/+8 |
| | |||||
* | make font definition callback wrapper work with current tfm object structure | Philipp Gesang | 2013-04-10 | 1 | -3/+4 |
| | |||||
* | description of loading procedure | Philipp Gesang | 2013-04-10 | 1 | -4/+47 |
| | |||||
* | new font loader initialization code (thanks Hans) | Philipp Gesang | 2013-04-09 | 1 | -2/+7 |
| | |||||
* | preliminarily add luaotfload.lua, luaotfload-deferred.lua (move to dtx later) | Philipp Gesang | 2013-04-09 | 1 | -0/+105 |
| | |||||
* | making a dtx for luaotfload, with documentation | Elie Roux | 2009-04-16 | 1 | -148/+0 |
| | |||||
* | fixing access to en empty table in some particular (LaTeX-only) cases | Elie Roux | 2009-04-15 | 1 | -0/+3 |
| | |||||
* | syncronizing with the latest ConTeXt beta, fixing bugs | Elie Roux | 2009-04-12 | 1 | -14/+12 |
| | |||||
* | adding an error in case of a missing file | Elie Roux | 2009-04-08 | 1 | -2/+5 |
| | |||||
* | adding a first working version of luaotfload | Elie Roux | 2009-04-08 | 1 | -0/+144 |