summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [doc,*] adapt makefiles to new doc sourcePhilipp Gesang2014-02-152-5/+6
|
* [doc] kill dtxPhilipp Gesang2014-02-153-1994/+2076
| | | | | | | | The file ``luaotfload.dtx`` which made the documentation a huge PITA to extend, has finally been converted to ordinary Latex format. In the course of this conversion the style directives have been moved to file (``luaotfload-latex.tex``) so as to separate them from the content (``luaotfload-main.tex``).
* [tool,doc] document “--local” option in manual and usage messagesPhilipp Gesang2014-02-142-1/+10
|
* [*] update newsPhilipp Gesang2014-02-141-0/+2
|
* [db,main,tool] scan local fonts upon failed lookup during a TeX run ↵Philipp Gesang2014-02-143-30/+28
| | | | (requires the config flag “scan_local”)
* [db,tool] make local font scan part of update_names()Philipp Gesang2014-02-142-21/+22
|
* [db,tool] support scanning local fonts into dbPhilipp Gesang2014-02-142-21/+66
|
* [db] add “local” field to meta table in dbPhilipp Gesang2014-02-142-14/+23
|
* [build] declare show and showtargets .PHONY targetsPhilipp Gesang2014-02-141-1/+1
|
* [fontloader] sync with Context as of 2014-02-14Philipp Gesang2014-02-141-40/+87
|
* [build] describe targets in Makefile (new top target: show)Philipp Gesang2014-02-141-0/+22
|
* [fontloader] sync with Context as of 2014-02-14Philipp Gesang2014-02-141-2/+9
|
* [build] fix Makefile rules for TDS zipPhilipp Gesang2014-02-141-2/+3
|
* [*] update newsPhilipp Gesang2014-02-141-0/+2
|
* [*] adapt Makefile to new dir structurePhilipp Gesang2014-02-141-22/+26
|
* [db,*] move default blacklist to ./misc treePhilipp Gesang2014-02-141-0/+0
|
* [glyphs] print more useful error messagePhilipp Gesang2014-02-121-1/+1
|
* [status] update source locationsPhilipp Gesang2014-02-121-26/+26
|
* [*] move source files to ./srcPhilipp Gesang2014-02-1224-0/+0
|
* [*] cleanupPhilipp Gesang2014-02-122-17/+13
|
* [*] adapt Makefile to ./scripts and ./buildPhilipp Gesang2014-02-111-15/+29
|
* [status] adapt mkstatus to respect the ./build directoryPhilipp Gesang2014-02-111-2/+2
|
* [chars] adapt mkcharactersPhilipp Gesang2014-02-111-3/+3
|
* [glyphs] adapt mkglyphlistPhilipp Gesang2014-02-111-4/+7
|
* [status] fix target pathPhilipp Gesang2014-02-111-1/+1
|
* [status] adapt status script to work on subdirectoriesPhilipp Gesang2014-02-111-7/+31
|
* [*] move mkcharacters, mktests, mkglyphlist, mkstatus to separate ↵Philipp Gesang2014-02-114-0/+0
| | | | subdirectory scripts
* [db] display name of the blacklist file a font is blacklisted inPhilipp Gesang2014-02-101-4/+9
|
* [db] remove four fonts from blacklistPhilipp Gesang2014-02-101-8/+0
| | | | | | | | | | | | | | | | * remove ``Skia.ttf`` cause the buggy AAT support was removed as of r4647. * remove ``Diablindall.ttf`` is now read fine probably due to lazy loading (no idea if that means that the font actually works, it just stopped making Luatex crap itself in ``fontloader.open()``). * ``LastResort.ttf`` supposedly works now as well. * ``lingoes.ttf`` no longer crashes, cf. http://tracker.luatex.org/view.php?id=826. There’s still a couple fonts left that I’ve never seen and which we might remove from the blocklist as well. Signed-off-by: Philipp Gesang <phg42.2a@gmail.com>
* [*] don’t hardcode name of gmake executablePhilipp Gesang2014-02-101-5/+5
|
* [doc,*] fix TDS install rules in MakefilePhilipp Gesang2014-02-102-58/+60
|
* [doc] add Makefile for doc subtreePhilipp Gesang2014-02-102-48/+91
|
* [doc] move documentation to ./docPhilipp Gesang2014-02-103-0/+0
|
* [doc,sty] move luaotfload.sty out of the DTXPhilipp Gesang2014-02-093-32/+51
| | | | Signed-off-by: Philipp Gesang <phg42.2a@gmail.com>
* [parsers,features] fix missing localized math.ceil()Philipp Gesang2014-02-091-0/+2
|
* [log,*] s/log.names_report()/logs.report()/gPhilipp Gesang2014-02-0910-74/+70
| | | | | | Closing #169 Signed-off-by: Philipp Gesang <phg42.2a@gmail.com>
* [log,*] move logs -> luaotfload.logPhilipp Gesang2014-02-0910-131/+157
| | | | | | Next step toward https://github.com/lualatex/luaotfload/issues/169 Signed-off-by: Philipp Gesang <phg42.2a@gmail.com>
* [*] update references to luaotfload-override/luaotfload-logPhilipp Gesang2014-02-094-2/+5
|
* [doc] update manpage paragraph about --logPhilipp Gesang2014-02-091-2/+2
|
* [log] use UUID instead of MD5(time) when creating log filesPhilipp Gesang2014-02-091-4/+2
|
* [log,override,main,tool] move logging functionality into separate filePhilipp Gesang2014-02-084-380/+430
|
* [db] copy names fields from tfmdata and insert fallbacks for broken namesPhilipp Gesang2014-02-071-42/+72
|
* [db] replace broken fontnames with dummiesPhilipp Gesang2014-02-071-4/+27
|
* [fontloader] sync with Context as of 2014-02-07Philipp Gesang2014-02-071-2/+8
|
* [doc] update manpage regarding --versionPhilipp Gesang2014-02-051-1/+2
|
* [db] compensate for broken OT names tablesPhilipp Gesang2014-02-051-10/+27
|
* [tool] bury dead codePhilipp Gesang2014-02-051-12/+1
|
* [tool] add brief package info to output of --versionPhilipp Gesang2014-02-051-3/+12
|
* [fontloader] sync with Context as of 2014-02-02Philipp Gesang2014-02-021-35/+58
|
* [db] increment index versionPhilipp Gesang2014-01-261-1/+1
|