summaryrefslogtreecommitdiff
path: root/src/luaotfload-database.lua
Commit message (Expand)AuthorAgeFilesLines
* [*] bump year and versionPhilipp Gesang2017-01-291-1/+1
* [db] move design size handling into lookupPhilipp Gesang2017-01-291-44/+45
* [conf] improve defaults handling of designsize-dimenPhilipp Gesang2017-01-291-6/+4
* [conf,db] make design size dimension configurablePhilipp Gesang2017-01-291-7/+32
* [db] scale optical sizes to ptPhilipp Gesang2017-01-291-21/+33
* [db] tentatively reintroduce fallback for italicPhilipp Gesang2016-10-191-6/+12
* [db,conf,doc] kill off references to FF loaderPhilipp Gesang2016-10-171-2/+0
* [db] install required functions from font-synPhilipp Gesang2016-09-201-0/+44
* [db] fix initialization behavior to prevent crashPhilipp Gesang2016-06-151-5/+4
* [db] adapt error handling to new fontloader conventionsPhilipp Gesang2016-06-121-14/+21
* [db] fix crash with missing name dataPhilipp Gesang2016-06-121-2/+2
* [db] resolve symlinks when traversing the file systemPhilipp Gesang2016-06-081-31/+41
* [db] include values of missing fields in diagnosticPhilipp Gesang2016-06-071-2/+3
* [db] fix name assignmentPhilipp Gesang2016-05-311-11/+34
* [db] ditch fontforge compatibility codePhilipp Gesang2016-05-261-179/+116
* [db] fix inclusion of AFM fontsPhilipp Gesang2016-05-091-14/+19
* [db] restrict bold style fallback heuristicPhilipp Gesang2016-04-271-7/+15
* [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
* [db] fix version fieldPhilipp Gesang2016-04-241-1/+1
* [db,loaders] clarify support for PFBPhilipp Gesang2016-04-241-3/+4
* Revert "[db,conf] drop support for PS fonts"Philipp Gesang2016-04-211-6/+64
* [*] remove references to obsolete formats (PF{A,B}, DFONT, FEA)Philipp Gesang2016-04-201-5/+3
* [db,conf] drop support for PS fontsPhilipp Gesang2016-04-201-66/+5
* [*] shred 2014 fontloaderPhilipp Gesang2016-04-191-1/+0
* [db,fontloader] fix subfont table handling (by Dohyun Kim)Philipp Gesang2016-04-181-1/+1
* [db] fix misleading error messagePhilipp Gesang2016-04-181-4/+2
* [db] undo commented out texmf tree processingPhilipp Gesang2016-04-171-1/+1
* [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
* [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
* [db] in ff mode, collect font object after accessPhilipp Gesang2016-04-101-3/+1
* [db] do not rely on __gc for font object lifetimesPhilipp Gesang2016-04-101-0/+5
* [conf,db] allow switching back to fontforgePhilipp Gesang2016-04-091-4/+17
* [tool,db] kill off fontforgePhilipp Gesang2016-04-091-39/+12
* [db] ditch our gzip wrappersPhilipp Gesang2016-04-081-41/+4
* [*] update dates, versionPhilipp Gesang2016-04-071-1/+1
* [features,loaders] fix lookup conflicts via introduction of “evl” lookupPhilipp Gesang2016-02-191-2/+2
* [*] bump version and datePhilipp Gesang2015-12-091-2/+2
* [tool,db] make cache directives work againPhilipp Gesang2015-11-281-1/+1
* [db] fix search path construction on Win hostsPhilipp Gesang2015-11-221-1/+1
* [db] emit message when skipping PWDPhilipp Gesang2015-11-221-1/+5
* [db] adapt log behavior of font path searchPhilipp Gesang2015-11-221-6/+6
* [db] omit duplicate entries from fuzzed lookup resultsPhilipp Gesang2015-10-301-2/+22
* [tool,resolvers,db] fix references to the fonts tablePhilipp Gesang2015-10-291-1/+2
* [db] fix passing inverse format listPhilipp Gesang2015-10-291-2/+3
* [db] fix access to restructured globalsPhilipp Gesang2015-10-281-10/+10
* [db] fix behavior when starting with no dataPhilipp Gesang2015-10-281-3/+8