summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * clean font-pfbPhilipp Gesang2013-04-152-8/+26
| |
| * load Lua code the *right* way#Philipp Gesang2013-04-151-1/+1
| |
| * avoid two calls to the file libraryPhilipp Gesang2013-04-152-3/+20
| |
| * us TFM reader for OFM (needs testing)Philipp Gesang2013-04-151-7/+9
| |
| * make the “verbose” switch effectivePhilipp Gesang2013-04-152-7/+30
| |
| * cosmetic changes to luat-ovrPhilipp Gesang2013-04-151-4/+3
| |
| * finish move to new loggersPhilipp Gesang2013-04-152-22/+8
| |
| * unify loggingPhilipp Gesang2013-04-153-73/+75
| |
| * rewrite filename loggerPhilipp Gesang2013-04-153-70/+69
| |
| * import from upstreamPhilipp Gesang2013-04-141-2/+12
| |
| * add virtual font file lookupPhilipp Gesang2013-04-141-1/+21
| |
| * move “config” to _GPhilipp Gesang2013-04-131-1/+2
| |
| * avoid loading of extended lualibsPhilipp Gesang2013-04-131-1/+6
| |
| * attempt at restoring KH’l OFM hackPhilipp Gesang2013-04-131-1/+14
| |
| * [dtx] fix typoPhilipp Gesang2013-04-121-1/+1
| |
| * track otfl-featuresPhilipp Gesang2013-04-111-0/+110
| |
| * update .gitignorePhilipp Gesang2013-04-111-0/+2
| |
| * update gitignorePhilipp Gesang2013-04-111-0/+2
| |
| * enable overrides for Context loggersPhilipp Gesang2013-04-114-17/+15
| |
| * make loglevel “-q” effectivePhilipp Gesang2013-04-102-18/+22
| |
| * cleanup font db scriptPhilipp Gesang2013-04-101-27/+29
| |
| * fallback for earlier lualibs; move locals up in luaotfload.luaPhilipp Gesang2013-04-102-10/+12
| |
| * integrate changes from master; add otfl-features.luaPhilipp Gesang2013-04-101-59/+10
| |
| * merge deferred functionality back into luaotfload.luaPhilipp Gesang2013-04-103-186/+217
| |
| * circumvent the callback trap from luatexbasePhilipp Gesang2013-04-101-9/+27
| |
| * choose less generic identifiers in font-ltxPhilipp Gesang2013-04-101-42/+44
| |
| * load font-otc; tlig seems to workPhilipp Gesang2013-04-101-2/+3
| |
| * update font-otcPhilipp Gesang2013-04-101-5/+4
| |
| * make font patching work again with font definition wrapperPhilipp Gesang2013-04-102-19/+48
| |
| * make font definition callback wrapper work with current tfm object structurePhilipp Gesang2013-04-102-63/+91
| |
| * description of loading procedurePhilipp Gesang2013-04-102-8/+57
| |
| * new font loader initialization code (thanks Hans)Philipp Gesang2013-04-092-96/+124
| |
| * fix function namesPhilipp Gesang2013-04-091-8/+9
| |
| * temporarily add luatotfload.styPhilipp Gesang2013-04-091-0/+37
| |
| * truly add deferredPhilipp Gesang2013-04-091-0/+116
| |
| * preliminarily add luaotfload.lua, luaotfload-deferred.lua (move to dtx later)Philipp Gesang2013-04-091-0/+105
| |
| * preliminarily import l-dir -> otfl-lib-dir.lua to please otfl-font-nmsPhilipp Gesang2013-04-091-0/+449
| |
| * otfl-fonts.lua: s/luatex-fonts-merged/otfl-fonts-merged/Philipp Gesang2013-04-091-1/+2
| |
| * import fresh luatex-fonts.lua and luatex-fonts-merged.lua from ContextPhilipp Gesang2013-04-092-0/+11411
| |
| * update fonts-extPhilipp Gesang2013-04-091-10/+6
| |
| * update fonts-defPhilipp Gesang2013-04-091-401/+58
| |
| * update basics-gen.luaPhilipp Gesang2013-04-091-27/+55
| |
| * rename otfl-font-def.lua -> otfl-fonts-def.luaPhilipp Gesang2013-04-091-0/+0
| |
| * remove merged filesPhilipp Gesang2013-04-0910-7870/+0
| |
* | Adapting to Lua 5.2Elie Roux2013-04-091-1/+2
| |
* | Fixing issue #49Elie Roux2013-04-091-1/+1
| |
* | Fixing issue #52Elie Roux2013-04-091-1/+1
|/
* Fixing module loading in the scriptElie Roux2013-04-081-0/+8
| | | | | | | | Even though the script should not really be useful anymore, it might be useful for debugging purposes, so I think it's worth fixing it. It was crashing on require("lualibs"), unable to find the module; so I made it load luatexbase.loader.lua, in oder to fix it...
* Fixing character escaping errorsElie Roux2013-04-072-3/+3
| | | | | | Some syntax errors in Lua for character escaping were silently ignore by old versions of LuaTeX, but the new one raises errors. Maybe a side effect of Lua 5.2?
* fix redundancy in test alternate_subPhilipp Gesang2013-04-071-1/+0
|