summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #202 from phi-gamma/texlive2014Philipp Gesang2014-02-162-370/+468
|\ | | | | improve docs
| * [doc] add note concerning state of feature file supportPhilipp Gesang2014-02-161-0/+7
| | | | | | | | | | As suggested by @Crissov, https://github.com/lualatex/luaotfload/issues/200#issuecomment-35163810
| * [doc] use abstract macrosPhilipp Gesang2014-02-162-370/+461
| |
* | Merge pull request #201 from phi-gamma/texlive2014Philipp Gesang2014-02-157-2000/+2092
|\| | | | | kill dtx
| * [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
| |
* | Merge pull request #199 from phi-gamma/texlive2014Philipp Gesang2014-02-144-48/+49
|\| | | | | scan local fonts during TeX run
| * [*] 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
| |
* | Merge pull request #198 from phi-gamma/texlive2014Philipp Gesang2014-02-144-78/+209
|\| | | | | fix Makefile, add support for scanning local font files
| * [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
| |
* | Merge pull request #197 from phi-gamma/texlive2014Philipp Gesang2014-02-1430-66/+68
|\| | | | | source tree structure
| * [*] 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
| |
* | Merge pull request #196 from phi-gamma/texlive2014Philipp Gesang2014-02-115-32/+73
|\| | | | | move peripheral scripts to ./scripts, generated files to ./build
| * [*] 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
* | Merge pull request #195 from phi-gamma/texlive2014Philipp Gesang2014-02-103-17/+14
|\| | | | | update blacklist
| * [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
| |
* | Merge pull request #194 from phi-gamma/texlive2014Philipp Gesang2014-02-108-107/+173
|\| | | | | move documentation to ./doc subdir
| * [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
| |
* | Merge pull request #192 from phi-gamma/texlive2014Philipp Gesang2014-02-0915-555/+658
|\| | | | | overhaul of the logging subsystem
| * [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
| |