summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | limit font cache controls to actual font cache dirPhilipp Gesang2013-07-022-4/+19
| | |
| * | replace globber in scan_dir()Philipp Gesang2013-07-021-46/+98
| | |
| * | make feature request parser skip empty fieldsPhilipp Gesang2013-07-021-1/+1
| | | | | | | | | | | | addresses https://github.com/lualatex/luaotfload/issues/103
| * | treat psname matches as second-tier (fixes cambria)Philipp Gesang2013-07-022-4/+2
| | |
| * | add workaround for globbing of messy pathsPhilipp Gesang2013-06-301-6/+22
| | |
| * | add message about the location of the names db to ``luaotfload-tool --update``Philipp Gesang2013-06-272-50/+52
| | | | | | | | | | | | also make log messages more consistent wrt casing
| * | add counters to info output sections for better legibilityPhilipp Gesang2013-06-261-7/+45
| | |
| * | add gsub/gpos feature list to --inspectPhilipp Gesang2013-06-261-4/+78
| | |
| * | [doc] describe -I and -w in manpagePhilipp Gesang2013-06-252-3/+17
| | |
| * | add font metadata printerPhilipp Gesang2013-06-251-0/+51
| | |
| * | printer for the names tablePhilipp Gesang2013-06-251-9/+72
| | |
| * | add ascii heading formatter to luaotfload-toolPhilipp Gesang2013-06-251-8/+31
| | |
| * | add --inspect and --warnings flags to luaotfload-toolPhilipp Gesang2013-06-252-15/+80
| | |
| * | [doc] add note concerning unreliability of font namesPhilipp Gesang2013-06-251-1/+20
| | |
| * | document kpse: and my: lookupsPhilipp Gesang2013-06-251-1/+17
| | |
| * | fix font file verification (thanks, Kim!)Philipp Gesang2013-06-251-0/+1
| | | | | | | | | | | | | | | | | | | | | the cached lookup did not load the database when verifying the presence of hashed files. addresses: https://github.com/lualatex/luaotfload/issues/100
| * | fix behavior of luaotfload-tool with ttc subfontsPhilipp Gesang2013-06-251-12/+70
| | |
| * | fix missing local in luaotfload-toolPhilipp Gesang2013-06-241-8/+7
| | |
| * | treat subfamily match as exact, but not final matchPhilipp Gesang2013-06-231-9/+7
| | |
| * | refactor optical size matchingPhilipp Gesang2013-06-231-27/+18
| | |
| * | treat subfamily style matches as second-ratePhilipp Gesang2013-06-231-8/+5
| | |
| * | prioritize exact matches over style synonymsPhilipp Gesang2013-06-231-15/+30
| | |
| * | move db version check to load timePhilipp Gesang2013-06-231-13/+12
| | |
| * | refine list of style synonymsPhilipp Gesang2013-06-231-8/+35
| | |
* | | Merge pull request #101 from phi-gamma/masterPhilipp Gesang2013-06-252-8/+8
|\ \ \ | | |/ | |/| fix issue #100
| * | fix font file verification (thanks, Kim!)Philipp Gesang2013-06-251-0/+1
| | | | | | | | | | | | | | | | | | | | | the cached lookup did not load the database when verifying the presence of hashed files. addresses: https://github.com/lualatex/luaotfload/issues/100
| * | fix missing local in luaotfload-toolPhilipp Gesang2013-06-241-8/+7
| |/
* | Merge pull request #99 from phi-gamma/masterPhilipp Gesang2013-06-224-32/+77
|\| | | | | fixes
| * treat *medium* as a synonym for *bold*Philipp Gesang2013-06-221-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | treating *medium* as *regular* weight leads to incorrect matches with Garamond Premier and likely other fonts as well. apparently, this also happened with other typographical programs, e. g. http://blogs.adobe.com/typblography/2008/05/indesign_font_conflicts.html note: the matching algorithm could be rewritten so as to resolve names in two passes: 1. collect a list of candidates. if there is a literal match, pick that one 2. test style synonyms against the candidates according to a precedence list so that “regular” always precedes “medium” to take this thought a bit further, the synonyms could also be ordered by weight according to some assumptions. then we could pick the closest weight present in the database. example: suppose *regular* is assigned a weight index of 3, *medium* gets *4* (i. e. just a tad heavier), and *bold* 7. then the synonym regular would be preferred for the request *regular* if present, but medium would be chosen over bold if there is no *regular* shape. this would probably be overkill, though.
| * add extra safeguard against moved files to cached resolverPhilipp Gesang2013-06-221-22/+56
| |
| * add unsafe fallback to character data lookupPhilipp Gesang2013-06-223-6/+15
| |
* | Merge pull request #98 from phi-gamma/masterPhilipp Gesang2013-06-223-37/+56
|\| | | | | fix cached resolver
| * fix input of cached resolverPhilipp Gesang2013-06-222-3/+21
| |
| * sync with Context as of 2013-06-10Philipp Gesang2013-06-101-34/+35
| |
* | Merge pull request #97 from phi-gamma/masterPhilipp Gesang2013-06-0912-244/+283
|\| | | | | sync
| * sync with Context as of 2013-06-09Philipp Gesang2013-06-091-222/+232
| |
| * sync with Context as of 2013-06-04Philipp Gesang2013-06-041-9/+29
| |
| * update NEWS; bump versionPhilipp Gesang2013-06-0211-15/+24
| |
* | Merge pull request #96 from phi-gamma/masterPhilipp Gesang2013-06-027-213/+595
|\| | | | | db rewrite + fixes (``texmf-fonts`` branch)
| * Merge branch 'master' into texmf-fontsPhilipp Gesang2013-06-020-0/+0
| |\
| | * Merge branch 'master' of github:phi-gamma/luaotfloadPhilipp Gesang2013-05-300-0/+0
| | |\ | |_|/ |/| |
* | | Merge pull request #92 from phi-gamma/masterPhilipp Gesang2013-05-272-18/+8
|\ \ \ | | | | | | | | sync
| | | * fix bug that erased the db when suppressing updatesPhilipp Gesang2013-05-271-1/+1
| | |/ | |/|
| * | sync with Context as of 2013-05-27Philipp Gesang2013-05-271-8/+8
| | |
| | * update dtx with current luaotfload.luaPhilipp Gesang2013-06-021-4/+4
| | |
| | * replace tfmdata.name with the quoted specPhilipp Gesang2013-06-022-2/+12
| | |
| | * make compatibility hacks optionalPhilipp Gesang2013-06-021-7/+10
| | |
| | * used names.getfilename() to resolve system pathsPhilipp Gesang2013-06-021-7/+19
| | |
| | * add option ``--show-blacklist`` to luaotfload-toolPhilipp Gesang2013-05-313-5/+23
| | |
| | * redo blacklist buildingPhilipp Gesang2013-05-311-25/+95
| | | | | | | | | | | | allow blacklisting of directories