summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [db] order design sizesPhilipp Gesang2013-09-151-0/+32
|
* [tool] add option to skip reading font filesPhilipp Gesang2013-09-152-129/+143
|
* [db] handle design sizesPhilipp Gesang2013-09-151-4/+28
|
* [fontloader] sync with Context as of 2013-09-13Philipp Gesang2013-09-132-22/+37
|
* [db] prepare families tablePhilipp Gesang2013-09-111-10/+212
|
* [db] fix table constructor syntaxPhilipp Gesang2013-09-021-1/+1
|
* [db] adjust index field for non tt collectionsPhilipp Gesang2013-09-021-2/+8
|
* [tool] include stats on demand only (--stats option)Philipp Gesang2013-09-012-4/+11
|
* [db] print family sizes along with statsPhilipp Gesang2013-09-011-8/+47
|
* [db] intercept possible division by zeroPhilipp Gesang2013-09-011-1/+6
|
* [db] fix integer format stringPhilipp Gesang2013-09-011-2/+2
|
* [db] adapt function reload_db to new db structurePhilipp Gesang2013-09-011-3/+4
|
* [db] add post-build statisticsPhilipp Gesang2013-09-012-13/+141
|
* [db] refactor fontname extractionPhilipp Gesang2013-09-012-26/+84
|
* [db] extend name extraction on fontloader.info()Philipp Gesang2013-09-011-9/+29
|
* [db] adapt sanitization routinesPhilipp Gesang2013-09-011-35/+60
|
* [db] cleanup: use more consistent identifiersPhilipp Gesang2013-09-011-57/+65
|
* [db] include information about conflicting file names in recordPhilipp Gesang2013-09-011-4/+26
|
* [db] reorganize mappings record; refactor metadata extractionPhilipp Gesang2013-09-011-107/+155
|
* [db] refactor font info extractionPhilipp Gesang2013-08-311-33/+66
|
* [db] correctly abort if timestamps matchPhilipp Gesang2013-08-311-8/+13
|
* [db] refactor timestamp comparisonPhilipp Gesang2013-08-311-44/+74
|
* [db] store location (texmf/sys) as string, not boolPhilipp Gesang2013-08-311-15/+22
|
* [db] choose more meaningful identifiers in name extractorPhilipp Gesang2013-08-311-23/+25
|
* [db] refactor texmf and system font scanningPhilipp Gesang2013-08-311-25/+49
|
* [db] introduce “local” as third location categoryPhilipp Gesang2013-08-311-13/+17
|
* [db] bump db version numberPhilipp Gesang2013-08-311-1/+1
|
* [db] document new db layout for rewritePhilipp Gesang2013-08-311-7/+31
|
* [db] new structurePhilipp Gesang2013-08-311-6/+20
|
* [letterspacing] skip redundant kerning of ligaturesPhilipp Gesang2013-08-311-1/+2
|
* [extralibs] compensate for missing “resources” fieldPhilipp Gesang2013-08-312-2/+8
|
* [letterspacing] do not skip first glyph if ligaPhilipp Gesang2013-08-312-6/+7
|
* [tests] check resolving of stylesPhilipp Gesang2013-08-281-13/+35
|
* [letterspacing] restore unkerned state after exiting letterspaced regionPhilipp Gesang2013-08-271-0/+1
|
* [letterspacing] skip first node when applying extra kernsPhilipp Gesang2013-08-271-1/+6
| | | | Addresses: https://github.com/lualatex/luaotfload/issues/107
* [doc,tests] remove references to imported font-afkPhilipp Gesang2013-08-273-18/+7
|
* [fontloader] sync with Context as of 2013-08-27Philipp Gesang2013-08-271-1/+170
|
* [type1] remove font-afk.luaPhilipp Gesang2013-08-272-212/+0
|
* [tool] suggest --fuzzy if query failsPhilipp Gesang2013-08-261-1/+3
|
* [db] make approximate matching operate on fullname fieldPhilipp Gesang2013-08-261-7/+7
|
* [tests] test some more dejavu fontsPhilipp Gesang2013-08-261-3/+4
|
* [tests] add tests for type1 name resolving (very fragile due to multiple ↵Philipp Gesang2013-08-261-5/+23
| | | | fonts with identical names ...)
* [db] handle design size matching with scaled sizesPhilipp Gesang2013-08-251-19/+55
| | | | | | | addresses this: http://tug.org/pipermail/luatex/2013-August/004590.html (This is a workaround. The situation can be remedied by rewriting the font matching mechanism.)
* [doc] upate description of contents of merged package in file graphPhilipp Gesang2013-08-251-4/+5
|
* [meta] exclude removed font-afm.lua from status filePhilipp Gesang2013-08-251-1/+0
|
* [doc] update references to AFM loadersPhilipp Gesang2013-08-252-19/+2
|
* [fontloader] sync luatex-basics-gen.luaPhilipp Gesang2013-08-251-0/+6
|
* [type1] extinguish luaotfload-font-afm.luaPhilipp Gesang2013-08-251-971/+0
|
* [fontloader] sync with Context as of 2013-08-25Philipp Gesang2013-08-251-1/+928
|
* [type1] restore earlier version of ``luaotfload-loaders.lua``Philipp Gesang2013-08-251-139/+13
| | | | | | | | Hans kindly added AFM support to the merged package so we don’t need to integrate it ourselves any longer. However, this concerns only support for basic loading. For this reason we continue loading our imported version of the font feature definitions (``fonts.handlers.afm.helpdata``) in ``font-afk.lua``.