summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * [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
| |
* | Merge pull request #191 from phi-gamma/texlive2014Philipp Gesang2014-02-073-7/+37
|\| | | | | sync with Context; handle broken ps names
| * [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
| |
* | Merge pull request #188 from phi-gamma/texlive2014Philipp Gesang2014-02-052-25/+40
|\| | | | | fix crash with broken names table
| * [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
| |
* | Merge pull request #187 from phi-gamma/texlive2014Philipp Gesang2014-02-021-35/+58
|\| | | | | [fontloader] sync with Context as of 2014-02-02
| * [fontloader] sync with Context as of 2014-02-02Philipp Gesang2014-02-021-35/+58
| |
* | Merge pull request #186 from phi-gamma/texlive2014Philipp Gesang2014-01-261-6/+6
|\| | | | | improve on last changeset
| * [db] increment index versionPhilipp Gesang2014-01-261-1/+1
| |
| * [db] adapt status messagesPhilipp Gesang2014-01-261-3/+5
| |
| * [db] drop redundant information between passesPhilipp Gesang2014-01-261-2/+0
| |
* | Merge pull request #185 from phi-gamma/texlive2014Philipp Gesang2014-01-261-47/+154
|\| | | | | [db] fall back to alternative bold-ish weights if a family lacks entries...
| * [db] fall back to alternative bold-ish weights if a family lacks entries for ↵Philipp Gesang2014-01-261-47/+154
| | | | | | | | | | | | | | | | | | bold Closing issue #177 This adds an extra pass to the family group builder. The lookup though stays the same as before.