summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* [db] adapt status messagesPhilipp Gesang2014-01-261-3/+5
|
* [db] drop redundant information between passesPhilipp Gesang2014-01-261-2/+0
|
* [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.
* [tests] adapt file namesPhilipp Gesang2014-01-261-6/+6
|
* [db] test numeric weight only under certain circumstancesPhilipp Gesang2014-01-261-14/+16
| | | | | | Else DejaVu Sans picks the condensed shape for bold because all fonts in the bundle claim to be part of the same font family, without differentiating by setting a meta family.
* [tests] include new parsers filePhilipp Gesang2014-01-261-0/+1
|
* [parsers] fix incomplete feature separator rulePhilipp Gesang2014-01-261-1/+2
|
* [db] do not rely on italic angle when determining the font stylePhilipp Gesang2014-01-261-39/+7
| | | | | The italic angle will be non-zero for semibold and other variants which messes up the assignment of font families.
* [tool] remove obsolete source documentationPhilipp Gesang2014-01-261-15/+0
|
* [db] integrate the values for italic angle and weight into style choicePhilipp Gesang2014-01-261-16/+58
|
* [*] use different placeholder date in .styPhilipp Gesang2014-01-161-1/+1
|
* [main] restore line that got lost during the movePhilipp Gesang2014-01-161-0/+1
|
* [*] updat MakefilePhilipp Gesang2014-01-161-1/+1
|
* [doc] update graphPhilipp Gesang2014-01-161-1/+1
|
* [doc] update newsPhilipp Gesang2014-01-161-0/+5
|