summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
|/
* 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
|
* Merge pull request #1 from Ferada/masterElie Roux2013-04-061-4/+4
|\ | | | | Handle missing names properly.
| * Handle missing names properly.Olof-Joachim Frahm2012-10-231-4/+4
|/ | | | | For some (possibly broken) fonts, e.g. Gentoo's media-fonts/twmoefonts, the names field is nil, thus breaking lookup even for other fonts. Defaulting to nil if the field is missing fixes this problem.
* Simplify the whole thingKhaled Hosny2012-08-091-30/+24
|
* Patch from Hans to fix pagella mathKhaled Hosny2012-05-261-6/+9
|
* Run make check in a clean env as possibleKhaled Hosny2012-05-131-3/+4
|
* Get make check-all to work as advertisedKhaled Hosny2012-05-131-6/+8
|
* Allow make check to input files from test dirKhaled Hosny2012-05-131-3/+4
|
* Make anum work againKhaled Hosny2012-05-132-8/+75
|
* SimplifyKhaled Hosny2012-05-091-22/+20
|