summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * [*] update newsPhilipp Gesang2016-04-201-1/+2
| * [doc] rip our section about feature filesPhilipp Gesang2016-04-201-32/+0
| * [loaders] remove support for PF{A,B}Philipp Gesang2016-04-201-2/+10
| * [doc] expand chapter on font combosPhilipp Gesang2016-04-201-1/+55
| * [aux] make fontname substitution more robustPhilipp Gesang2016-04-191-2/+7
| * [main] fix oversight in comment (thanks, Èlie)Philipp Gesang2016-04-191-1/+1
| * [aux] fix crash with tfm fontsPhilipp Gesang2016-04-191-1/+4
| * [features] cull legacy feature handlerPhilipp Gesang2016-04-191-145/+1
| * [features] do not attempt to add features on incomplete fontsPhilipp Gesang2016-04-191-8/+18
* | Merge pull request #333 from phi-gamma/masterPhilipp Gesang2016-04-1910-13975/+40
|\|
| * [doc] start chapter on font combosPhilipp Gesang2016-04-191-0/+31
| * [*] shred 2014 fontloaderPhilipp Gesang2016-04-197-13969/+3
| * [fontloader] sync with Context as of 2016-04-19Philipp Gesang2016-04-192-4/+4
| * [db,fontloader] fix subfont table handling (by Dohyun Kim)Philipp Gesang2016-04-182-2/+2
* | Merge pull request #331 from phi-gamma/masterPhilipp Gesang2016-04-1816-155/+299
|\|
| * [doc] update graph for current file listPhilipp Gesang2016-04-181-12/+52
| * [tool,doc] inter fontloader warnings optionPhilipp Gesang2016-04-182-45/+7
| * [passim] update maintainer contactPhilipp Gesang2016-04-186-10/+8
| * [*] update newsPhilipp Gesang2016-04-181-0/+1
| * [fontloader] sync with Context as of 2016-04-18Philipp Gesang2016-04-184-33/+145
| * [doc] update file listPhilipp Gesang2016-04-181-16/+28
| * [db] fix misleading error messagePhilipp Gesang2016-04-181-4/+2
| * [conf] move “use-fontforge” option into section “[db]”Philipp Gesang2016-04-171-18/+18
| * [doc] describe “use-fontforge” option in man pagePhilipp Gesang2016-04-171-18/+24
| * [features] account for subfont indexing changesPhilipp Gesang2016-04-171-0/+4
| * [features] adjust feature processor to new data structuresPhilipp Gesang2016-04-171-4/+10
| * [db] undo commented out texmf tree processingPhilipp Gesang2016-04-171-1/+1
| * [fontloader] quick fix by Hans for issue #326Philipp Gesang2016-04-171-2/+8
| * [features] fix buggy state checkPhilipp Gesang2016-04-171-2/+1
* | Merge pull request #330 from phi-gamma/masterPhilipp Gesang2016-04-1754-16616/+32580
|\|
| * [fontloader] sync with Context as of 2016-04-17Philipp Gesang2016-04-175-164/+207
| * [tool] adapt fullinfo to new loaderPhilipp Gesang2016-04-161-4/+13
| * [fontloader] sync with Context as of 2016-04-16Philipp Gesang2016-04-167-10/+184
| * [features] rely on config to detect runtime modePhilipp Gesang2016-04-161-6/+7
| * [tool] annihilate references to FFPhilipp Gesang2016-04-161-101/+36
| * [fontloader] sync with Context as of 2016-04-15Philipp Gesang2016-04-153-28/+46
| * [db] fix extraction of name info important for family clusteringPhilipp Gesang2016-04-151-76/+98
| * [db] pull raw name information with getinfo()Philipp Gesang2016-04-131-3/+9
| * [init] avoid infinite recursion in characters.__indexPhilipp Gesang2016-04-131-1/+1
| * [db] add some stats regarding the new loaderPhilipp Gesang2016-04-131-25/+99
| * [db] adjust names extraction to Lua loaderPhilipp Gesang2016-04-121-59/+79
| * [fontloader] sync with Context as of 2016-04-11Philipp Gesang2016-04-114-139/+315
| * [db] in ff mode, collect font object after accessPhilipp Gesang2016-04-101-3/+1
| * [conf] rework logic ff/lua fontloader choicePhilipp Gesang2016-04-101-6/+17
| * [db] do not rely on __gc for font object lifetimesPhilipp Gesang2016-04-101-0/+5
| * [conf,db] allow switching back to fontforgePhilipp Gesang2016-04-092-4/+33
| * [tool,db] kill off fontforgePhilipp Gesang2016-04-092-41/+41
| * [aux] fix crash in patching code that sets \fontdimen8Philipp Gesang2016-04-091-8/+13
| * [aux,init] move lazy char-def loading code into earlier stage of initializationPhilipp Gesang2016-04-092-129/+131
| * [init] force preloading of the character tablePhilipp Gesang2016-04-082-4/+8