Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #188 from phi-gamma/texlive2014 | Philipp Gesang | 2014-02-05 | 2 | -25/+40 |
|\ | | | | | fix crash with broken names table | ||||
| * | [db] compensate for broken OT names tables | Philipp Gesang | 2014-02-05 | 1 | -10/+27 |
| | | |||||
| * | [tool] bury dead code | Philipp Gesang | 2014-02-05 | 1 | -12/+1 |
| | | |||||
| * | [tool] add brief package info to output of --version | Philipp Gesang | 2014-02-05 | 1 | -3/+12 |
| | | |||||
* | | Merge pull request #187 from phi-gamma/texlive2014 | Philipp Gesang | 2014-02-02 | 1 | -35/+58 |
|\| | | | | | [fontloader] sync with Context as of 2014-02-02 | ||||
| * | [fontloader] sync with Context as of 2014-02-02 | Philipp Gesang | 2014-02-02 | 1 | -35/+58 |
| | | |||||
* | | Merge pull request #186 from phi-gamma/texlive2014 | Philipp Gesang | 2014-01-26 | 1 | -6/+6 |
|\| | | | | | improve on last changeset | ||||
| * | [db] increment index version | Philipp Gesang | 2014-01-26 | 1 | -1/+1 |
| | | |||||
| * | [db] adapt status messages | Philipp Gesang | 2014-01-26 | 1 | -3/+5 |
| | | |||||
| * | [db] drop redundant information between passes | Philipp Gesang | 2014-01-26 | 1 | -2/+0 |
| | | |||||
* | | Merge pull request #185 from phi-gamma/texlive2014 | Philipp Gesang | 2014-01-26 | 1 | -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 Gesang | 2014-01-26 | 1 | -47/+154 |
| | | | | | | | | | | | | | | | | | | bold Closing issue #177 This adds an extra pass to the family group builder. The lookup though stays the same as before. | ||||
* | | Merge pull request #184 from phi-gamma/texlive2014 | Philipp Gesang | 2014-01-26 | 2 | -20/+23 |
|\| | | | | | dial back the importance of numeric font weights | ||||
| * | [tests] adapt file names | Philipp Gesang | 2014-01-26 | 1 | -6/+6 |
| | | |||||
| * | [db] test numeric weight only under certain circumstances | Philipp Gesang | 2014-01-26 | 1 | -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 file | Philipp Gesang | 2014-01-26 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #183 from phi-gamma/texlive2014 | Philipp Gesang | 2014-01-26 | 3 | -35/+31 |
|\| | | | | | improve detection of bold fonts | ||||
| * | [parsers] fix incomplete feature separator rule | Philipp Gesang | 2014-01-26 | 1 | -1/+2 |
| | | |||||
| * | [db] do not rely on italic angle when determining the font style | Philipp Gesang | 2014-01-26 | 1 | -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 documentation | Philipp Gesang | 2014-01-26 | 1 | -15/+0 |
| | | |||||
| * | [db] integrate the values for italic angle and weight into style choice | Philipp Gesang | 2014-01-26 | 1 | -16/+58 |
| | | |||||
* | | Merge pull request #182 from phi-gamma/texlive2014 | Philipp Gesang | 2014-01-15 | 14 | -687/+732 |
|\| | | | | | move main Lua file out of the DTX | ||||
| * | [*] use different placeholder date in .sty | Philipp Gesang | 2014-01-16 | 1 | -1/+1 |
| | | |||||
| * | [main] restore line that got lost during the move | Philipp Gesang | 2014-01-16 | 1 | -0/+1 |
| | | |||||
| * | [*] updat Makefile | Philipp Gesang | 2014-01-16 | 1 | -1/+1 |
| | | |||||
| * | [doc] update graph | Philipp Gesang | 2014-01-16 | 1 | -1/+1 |
| | | |||||
| * | [doc] update news | Philipp Gesang | 2014-01-16 | 1 | -0/+5 |
| | | |||||
| * | [*] adapt references to luaotfload.lua | Philipp Gesang | 2014-01-16 | 9 | -12/+12 |
| | | |||||
| * | [main] move luaotfload.lua -> luaotfload-main.lua | Philipp Gesang | 2014-01-16 | 1 | -4/+4 |
| | | |||||
| * | [main,gitignore] add self-contained luaotfload.lua | Philipp Gesang | 2014-01-16 | 2 | -1/+700 |
| | | |||||
| * | [*] remove luaotfload.lua from dtx | Philipp Gesang | 2014-01-16 | 1 | -670/+8 |
| | | |||||
| * | [status,doc,graph] ad references to luaotfload-parsers.lua | Philipp Gesang | 2014-01-14 | 3 | -2/+4 |
| | | |||||
* | | Merge pull request #181 from phi-gamma/texlive2014 | Philipp Gesang | 2014-01-14 | 5 | -298/+312 |
|\| | | | | | move font request parser into parsers file | ||||
| * | [parsers] group definitions of terminals | Philipp Gesang | 2014-01-14 | 1 | -39/+36 |
| | | |||||
| * | [features,parsers] move font request handler into luaotfload-parsers.lua | Philipp Gesang | 2014-01-14 | 2 | -256/+268 |
| | | |||||
| * | [db] strip redundand locals | Philipp Gesang | 2014-01-14 | 1 | -8/+2 |
| | | |||||
| * | [db,tool,diagnose,parsers] move miscellaneous patterns into luaotfload-parsers | Philipp Gesang | 2014-01-14 | 4 | -19/+30 |
| | | |||||
* | | Merge pull request #179 from phi-gamma/texlive2014 | Philipp Gesang | 2014-01-14 | 4 | -233/+303 |
|\| | | | | | move fontconfig configuration file reader into new file ``luaotfload-parsers.lua`` | ||||
| * | [db,parsers] move read_fonts_conf to parsers | Philipp Gesang | 2014-01-14 | 2 | -238/+285 |
| | | |||||
| * | [tool] add parsers to initialization chain | Philipp Gesang | 2014-01-14 | 1 | -0/+1 |
| | | |||||
| * | [main] add parsers to initialization chain | Philipp Gesang | 2014-01-14 | 1 | -0/+1 |
| | | |||||
| * | [parsers] add file stub of luaotfload-parsers.lua to repo | Philipp Gesang | 2014-01-14 | 1 | -0/+21 |
| | | |||||
* | | Merge pull request #178 from phi-gamma/texlive2014 | Philipp Gesang | 2014-01-13 | 1 | -7/+28 |
|\| | | | | | [tool] adapt --info option for version 0.78 | ||||
| * | [tool] adapt --info option for version 0.78 | Philipp Gesang | 2014-01-13 | 1 | -7/+28 |
| | | |||||
* | | Merge pull request #176 from phi-gamma/texlive2014 | Philipp Gesang | 2014-01-07 | 6 | -523/+3765 |
|\| | | | | | sync with Context, wipe out more compatibility code | ||||
| * | [fontloader] import luatex-fonts-inj.lua, luatex-fonts-otn.lua | Philipp Gesang | 2014-01-07 | 2 | -0/+3374 |
| | | |||||
| * | [main] obliterate reference to obsolete font-otn.lua | Philipp Gesang | 2014-01-07 | 1 | -1/+0 |
| | | |||||
| * | [doc] update file graph | Philipp Gesang | 2014-01-07 | 1 | -2/+3 |
| | | |||||
| * | [doc] update file names in manual | Philipp Gesang | 2014-01-07 | 1 | -2/+3 |
| | | |||||
| * | [main] substitute new filenames for node-inj.lua and font-otn.lua | Philipp Gesang | 2014-01-07 | 1 | -2/+3 |
| | |