summaryrefslogtreecommitdiff
path: root/src/luaotfload-database.lua
Commit message (Expand)AuthorAgeFilesLines
* [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
* [main, *] convert for centralized initialization routinePhilipp Gesang2015-09-271-3/+3
* [main, db] convert for deferred initializationPhilipp Gesang2015-09-271-214/+226
* [db] write database if some files no longer exist on diskPhilipp Gesang2015-07-261-12/+35
* [main,init,db,resolvers] separate resolvers from main into separate filePhilipp Gesang2015-07-231-31/+32
* [db,tool] prevent database rebuild when querying version infoPhilipp Gesang2015-06-191-4/+12
* [db,tool,conf] fix thinko in db update suppressionPhilipp Gesang2014-07-261-3/+3
* [log,db] fix options to os.date() on non-posix systemsPhilipp Gesang2014-07-161-1/+1