summaryrefslogtreecommitdiff
path: root/luaotfload-database.lua
Commit message (Collapse)AuthorAgeFilesLines
* [db] backport c29e7f302f6ab05b6e0975daeaa60240b530885dPhilipp Gesang2014-02-051-5/+19
| | | | Part of the 2.4 backport of this issue: https://github.com/lualatex/luaotfload/pull/188
* [db] use (sanitized) names.fullname field when resolving fonts by namePhilipp Gesang2014-01-031-3/+6
|
* [db] fix incorrect localv2.4-fix-2Philipp Gesang2014-01-031-2/+2
|
* [db] handle missing metadata tablePhilipp Gesang2014-01-031-1/+10
| | | | Fixes issue #164, hopefully.
* [db] do not truncate paths that fit the term widthPhilipp Gesang2013-12-131-7/+12
|
* [db] fix fuzzy results printerPhilipp Gesang2013-11-171-2/+3
|
* [db] format log messages consistentlyPhilipp Gesang2013-11-171-51/+50
|
* [db] write non-truncated filenames to log (lvl 2) with status messagesPhilipp Gesang2013-11-171-3/+6
|
* [db] complain about missing shell escape in logPhilipp Gesang2013-11-161-20/+25
|
* [db] use tput to determine the terminal size if appropriatePhilipp Gesang2013-11-161-4/+36
|
* [fontloader] sync with Context as of 2013-11-15Philipp Gesang2013-11-151-9/+8
|
* [db] infer style for Type1 fontsPhilipp Gesang2013-11-131-6/+16
|
* [db] prefer split style with Type1 fontsPhilipp Gesang2013-11-131-2/+3
|
* [db] simplify loop exit conditionPhilipp Gesang2013-11-131-16/+19
|
* [tool,man,db] add --max-fonts option to restrict db sizePhilipp Gesang2013-11-131-9/+15
|
* [db,tool] default to compressed plaintext indexPhilipp Gesang2013-11-121-6/+5
|
* [*] bump version globallyPhilipp Gesang2013-11-101-1/+1
|
* [db] call fontloader.close() for some minor gainPhilipp Gesang2013-11-101-5/+34
|
* [db] omit temporary extraction of names altogetherPhilipp Gesang2013-11-091-45/+5
|
* [db] remove calls to fontloaderto_table()Philipp Gesang2013-11-091-15/+51
|
* [tests] fix testsPhilipp Gesang2013-11-071-4/+4
| | | | | With the new handler, a request optical size of 0pt means the default size.
* [db] add fallbacks for missing stylesPhilipp Gesang2013-11-061-5/+50
|
* [db] reload once if lookup failedPhilipp Gesang2013-11-061-0/+5
|
* [db] do not add metafamilies to the family tablePhilipp Gesang2013-11-061-3/+23
|
* Merge branch 'master' of github:phi-gamma/luaotfloadPhilipp Gesang2013-11-061-51/+81
|\
| * [db] fix test for regular stylePhilipp Gesang2013-11-061-0/+1
| |
| * [db] remove dependency on lualibs for compressionPhilipp Gesang2013-11-061-5/+17
| |
| * [db] adapt cached resolverPhilipp Gesang2013-11-061-51/+68
| |
* | [db] remove cruftPhilipp Gesang2013-11-061-20/+0
|/
* [db] tweak font family matchingPhilipp Gesang2013-11-061-117/+91
| | | | | | | | Addresses https://github.com/lualatex/luaotfload/issues/118 but without crude hacks ;-) Now the test file processes perfectly: https://bitbucket.org/phg/lua-la-tex-tests/src/tip/ltx-fontspec-optical-size-3.tex
* [db] stop matching bold synonyms as boldPhilipp Gesang2013-11-051-1/+1
|
* [db,tool] adapt --prefer-texmfPhilipp Gesang2013-11-051-11/+6
|
* [db] throw away some cruft (old synonyms table)Philipp Gesang2013-11-051-52/+0
|
* [db] adapt type1 scannerPhilipp Gesang2013-11-051-76/+41
|
* [db] fix damage suffered during last mergePhilipp Gesang2013-11-051-6/+0
|
* Merge branch 'font-matching'Philipp Gesang2013-11-051-730/+1584
|\ | | | | | | | | | | | | | | Conflicts: NEWS luaotfload-database.lua luaotfload-override.lua luaotfload.dtx
| * [db] strip extraneous information from mappings tablePhilipp Gesang2013-11-051-64/+107
| |
| * [db] thow away obsolete name resolverPhilipp Gesang2013-11-051-272/+38
| | | | | | | | | | Killing off one of the last remainders from the pre-TL2013 luaotfload. Good riddance ;-)
| * [db] adapt fuzzy matcherPhilipp Gesang2013-11-051-9/+9
| |
| * [db] add further synonyms for regularPhilipp Gesang2013-11-051-64/+64
| |
| * [db] add font name resolverPhilipp Gesang2013-11-051-5/+17
| |
| * [db,tool] adapt --find to new db modelPhilipp Gesang2013-11-051-22/+50
| |
| * [db] add first draft font family queryPhilipp Gesang2013-11-051-12/+206
| |
| * [db] stop exposing the global index objectPhilipp Gesang2013-11-041-50/+50
| |
| * [db] add gzip check to script loaderPhilipp Gesang2013-11-031-16/+35
| |
| * [db,tool] add --compress option for gzipping the indexPhilipp Gesang2013-11-031-2/+15
| |
| * [db] fix test for successful updatePhilipp Gesang2013-11-031-1/+1
| |
| * [db] order design sizesPhilipp Gesang2013-09-151-0/+32
| |
| * [tool] add option to skip reading font filesPhilipp Gesang2013-09-151-111/+118
| |
| * [db] handle design sizesPhilipp Gesang2013-09-151-4/+28
| |