summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * [loaders] make AFM wrappers more consistentPhilipp Gesang2016-05-131-9/+11
| * [features] update addfeature()Philipp Gesang2016-05-121-146/+379
| * [features,loaders] tidy up loading of afmPhilipp Gesang2016-05-122-8/+26
| * [fontloader] import new AFM loader directly from HansPhilipp Gesang2016-05-121-166/+216
| * [fontloader] sync with Context as of 2016-05-11Philipp Gesang2016-05-115-543/+457
| * [tool] fix invocation of names.update()Philipp Gesang2016-05-091-1/+1
| * [db] fix inclusion of AFM fontsPhilipp Gesang2016-05-091-14/+19
| * [import,fontloader] pull new AFM/Type1 codePhilipp Gesang2016-05-097-187/+201
| * [fontloader] sync with Context as of 2016-05-09Philipp Gesang2016-05-097-1184/+1226
* | Merge pull request #355 from phi-gamma/masterPhilipp Gesang2016-05-045-69/+103
|\|
| * [tool] include release tag in --versionv2.7-fix-2Philipp Gesang2016-05-041-0/+3
| * [letterspace] fix crash in kerning by keeping the default on failed lookupPhilipp Gesang2016-05-041-2/+2
| * [aux] fix units lookup prevent crash with AFM fontsPhilipp Gesang2016-05-041-10/+16
| * [features] prevent database reload upon referencing a combinationPhilipp Gesang2016-05-041-0/+1
| * [features] straighten out logspamPhilipp Gesang2016-05-041-19/+18
| * [letterspace] fix double free with disc componentsPhilipp Gesang2016-05-031-4/+1
| * [tool] check for version info in stats tablePhilipp Gesang2016-05-031-15/+28
| * [main,tool] reintroduce lost version checkPhilipp Gesang2016-05-032-19/+34
* | Merge pull request #352 from phi-gamma/masterPhilipp Gesang2016-05-029-37/+69
|\|
| * [letterspace] remove useless state variablePhilipp Gesang2016-05-021-8/+3
| * [letterspace] fix crash with fonts with missing glyphsPhilipp Gesang2016-05-021-7/+25
| * [fontloader] sync with Context as of 2016-05-02Philipp Gesang2016-05-027-23/+41
| * [*] update newsPhilipp Gesang2016-04-281-0/+1
* | Merge pull request #348 from phi-gamma/masterPhilipp Gesang2016-04-285-31/+129
|\|
| * [doc] extend conf manpage for the inclusion of “my:” lookupsPhilipp Gesang2016-04-281-1/+3
| * [resolvers,conf] allow “my:” lookups in anon sequencesPhilipp Gesang2016-04-282-11/+10
| * [doc] document new “anon-sequence” optionPhilipp Gesang2016-04-282-5/+25
| * [tool,resolvers,conf] switch --find lookups to the actual resolversPhilipp Gesang2016-04-283-17/+30
| * [conf] handle corner cases when assigning the lookup sequencePhilipp Gesang2016-04-281-4/+29
| * [conf,resolvers] add config option to tweak anon lookup sequencePhilipp Gesang2016-04-282-1/+40
* | Merge pull request #345 from phi-gamma/masterPhilipp Gesang2016-04-2720-343/+932
|\|
| * [parsers] fix rhs parsing in configurationv2.7-fix-1Philipp Gesang2016-04-271-2/+2
| * [db] restrict bold style fallback heuristicPhilipp Gesang2016-04-271-7/+15
| * [fontloader] sync with Context as of 2016-04-27Philipp Gesang2016-04-273-22/+36
| * [db] disarm fallback assignmentPhilipp Gesang2016-04-271-6/+6
| * [db] adapt call to getinfo() for revised interfacePhilipp Gesang2016-04-271-3/+10
| * [db] fix family / style matchingPhilipp Gesang2016-04-271-65/+24
| * [main] handle module load failurePhilipp Gesang2016-04-261-1/+25
| * [aux] fix \fontdimen{10,114}Philipp Gesang2016-04-261-12/+11
| * [aux] actually pull capheight and ascender values from the correct tablePhilipp Gesang2016-04-261-7/+12
| * [aux] probe multiple characters when guessing the capital heightPhilipp Gesang2016-04-261-4/+22
| * [aux] fix \fontdimen8 hackPhilipp Gesang2016-04-261-31/+63
| * [fontloader] sync with Context as of 2016-04-25Philipp Gesang2016-04-255-23/+53
| * [loaders,resolvers] tone down default log noisePhilipp Gesang2016-04-252-10/+8
| * [db] fix version fieldPhilipp Gesang2016-04-241-1/+1
| * [db,loaders] clarify support for PFBPhilipp Gesang2016-04-242-4/+13
| * [fontloader] sync with Context as of 2016-04-24Philipp Gesang2016-04-244-34/+138
| * [aux] make name_of_slot API more robustPhilipp Gesang2016-04-241-2/+14
| * [aux] make slot_of_name API more robustPhilipp Gesang2016-04-241-15/+22
| * [aux] fix features table access (issue #338)Philipp Gesang2016-04-241-17/+59