| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | [fontloader] sync with Context as of 2016-05-09 | Philipp Gesang | 2016-05-09 | 7 | -1184/+1226 |
* | | Merge pull request #355 from phi-gamma/master | Philipp Gesang | 2016-05-04 | 5 | -69/+103 |
|\| |
|
| * | [tool] include release tag in --versionv2.7-fix-2 | Philipp Gesang | 2016-05-04 | 1 | -0/+3 |
| * | [letterspace] fix crash in kerning by keeping the default on failed lookup | Philipp Gesang | 2016-05-04 | 1 | -2/+2 |
| * | [aux] fix units lookup prevent crash with AFM fonts | Philipp Gesang | 2016-05-04 | 1 | -10/+16 |
| * | [features] prevent database reload upon referencing a combination | Philipp Gesang | 2016-05-04 | 1 | -0/+1 |
| * | [features] straighten out logspam | Philipp Gesang | 2016-05-04 | 1 | -19/+18 |
| * | [letterspace] fix double free with disc components | Philipp Gesang | 2016-05-03 | 1 | -4/+1 |
| * | [tool] check for version info in stats table | Philipp Gesang | 2016-05-03 | 1 | -15/+28 |
| * | [main,tool] reintroduce lost version check | Philipp Gesang | 2016-05-03 | 2 | -19/+34 |
* | | Merge pull request #352 from phi-gamma/master | Philipp Gesang | 2016-05-02 | 9 | -37/+69 |
|\| |
|
| * | [letterspace] remove useless state variable | Philipp Gesang | 2016-05-02 | 1 | -8/+3 |
| * | [letterspace] fix crash with fonts with missing glyphs | Philipp Gesang | 2016-05-02 | 1 | -7/+25 |
| * | [fontloader] sync with Context as of 2016-05-02 | Philipp Gesang | 2016-05-02 | 7 | -23/+41 |
| * | [*] update news | Philipp Gesang | 2016-04-28 | 1 | -0/+1 |
* | | Merge pull request #348 from phi-gamma/master | Philipp Gesang | 2016-04-28 | 5 | -31/+129 |
|\| |
|
| * | [doc] extend conf manpage for the inclusion of “my:” lookups | Philipp Gesang | 2016-04-28 | 1 | -1/+3 |
| * | [resolvers,conf] allow “my:” lookups in anon sequences | Philipp Gesang | 2016-04-28 | 2 | -11/+10 |
| * | [doc] document new “anon-sequence” option | Philipp Gesang | 2016-04-28 | 2 | -5/+25 |
| * | [tool,resolvers,conf] switch --find lookups to the actual resolvers | Philipp Gesang | 2016-04-28 | 3 | -17/+30 |
| * | [conf] handle corner cases when assigning the lookup sequence | Philipp Gesang | 2016-04-28 | 1 | -4/+29 |
| * | [conf,resolvers] add config option to tweak anon lookup sequence | Philipp Gesang | 2016-04-28 | 2 | -1/+40 |
* | | Merge pull request #345 from phi-gamma/master | Philipp Gesang | 2016-04-27 | 20 | -343/+932 |
|\| |
|
| * | [parsers] fix rhs parsing in configurationv2.7-fix-1 | Philipp Gesang | 2016-04-27 | 1 | -2/+2 |
| * | [db] restrict bold style fallback heuristic | Philipp Gesang | 2016-04-27 | 1 | -7/+15 |
| * | [fontloader] sync with Context as of 2016-04-27 | Philipp Gesang | 2016-04-27 | 3 | -22/+36 |
| * | [db] disarm fallback assignment | Philipp Gesang | 2016-04-27 | 1 | -6/+6 |
| * | [db] adapt call to getinfo() for revised interface | Philipp Gesang | 2016-04-27 | 1 | -3/+10 |
| * | [db] fix family / style matching | Philipp Gesang | 2016-04-27 | 1 | -65/+24 |
| * | [main] handle module load failure | Philipp Gesang | 2016-04-26 | 1 | -1/+25 |
| * | [aux] fix \fontdimen{10,114} | Philipp Gesang | 2016-04-26 | 1 | -12/+11 |
| * | [aux] actually pull capheight and ascender values from the correct table | Philipp Gesang | 2016-04-26 | 1 | -7/+12 |
| * | [aux] probe multiple characters when guessing the capital height | Philipp Gesang | 2016-04-26 | 1 | -4/+22 |
| * | [aux] fix \fontdimen8 hack | Philipp Gesang | 2016-04-26 | 1 | -31/+63 |
| * | [fontloader] sync with Context as of 2016-04-25 | Philipp Gesang | 2016-04-25 | 5 | -23/+53 |
| * | [loaders,resolvers] tone down default log noise | Philipp Gesang | 2016-04-25 | 2 | -10/+8 |
| * | [db] fix version field | Philipp Gesang | 2016-04-24 | 1 | -1/+1 |
| * | [db,loaders] clarify support for PFB | Philipp Gesang | 2016-04-24 | 2 | -4/+13 |
| * | [fontloader] sync with Context as of 2016-04-24 | Philipp Gesang | 2016-04-24 | 4 | -34/+138 |
| * | [aux] make name_of_slot API more robust | Philipp Gesang | 2016-04-24 | 1 | -2/+14 |
| * | [aux] make slot_of_name API more robust | Philipp Gesang | 2016-04-24 | 1 | -15/+22 |
| * | [aux] fix features table access (issue #338) | Philipp Gesang | 2016-04-24 | 1 | -17/+59 |
| * | [doc] fix typo in example snippet | Philipp Gesang | 2016-04-23 | 1 | -1/+1 |
| * | Revert "[db,conf] drop support for PS fonts" | Philipp Gesang | 2016-04-21 | 2 | -7/+65 |
| * | [fontloader] sync with Context as of 2016-04-21 | Philipp Gesang | 2016-04-21 | 9 | -107/+370 |
* | | Merge pull request #336 from phi-gamma/master | Philipp Gesang | 2016-04-21 | 10 | -107/+61 |
|\| |
|
| * | [*] bump versionv2.7 | Philipp Gesang | 2016-04-21 | 5 | -9/+9 |
| * | [*] update news | Philipp Gesang | 2016-04-21 | 1 | -2/+2 |
| * | [*] remove references to obsolete formats (PF{A,B}, DFONT, FEA) | Philipp Gesang | 2016-04-20 | 7 | -26/+19 |
| * | [doc] extend request syntax with combinations | Philipp Gesang | 2016-04-20 | 1 | -6/+28 |