Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [db] fix test for successful update | Philipp Gesang | 2013-11-03 | 1 | -1/+1 |
| | |||||
* | [log] suppress status info on dumb terminals | Philipp Gesang | 2013-11-03 | 1 | -4/+0 |
| | |||||
* | [db] reduce noise of status logging | Philipp Gesang | 2013-11-03 | 1 | -5/+8 |
| | |||||
* | [db,log] add low-noise terminal logging | Philipp Gesang | 2013-11-03 | 1 | -18/+21 |
| | |||||
* | [db] keep script state in static variable | Philipp Gesang | 2013-11-03 | 1 | -6/+7 |
| | |||||
* | [db] make approximate matching operate on fullname field | Philipp Gesang | 2013-08-26 | 1 | -7/+7 |
| | |||||
* | [db] handle design size matching with scaled sizes | Philipp Gesang | 2013-08-25 | 1 | -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.) | ||||
* | [db] keep formats when doing a live db update | Philipp Gesang | 2013-08-24 | 1 | -3/+11 |
| | |||||
* | [db] autolocate corresponding pfb when loading and afm file | Philipp Gesang | 2013-08-10 | 1 | -17/+31 |
| | |||||
* | [db] include DFONT fonts in database (thanks, Kim!) | Philipp Gesang | 2013-08-08 | 1 | -3/+4 |
| | |||||
* | [db] treat empty style in pfb as regular | Philipp Gesang | 2013-08-07 | 1 | -7/+2 |
| | |||||
* | [db] flush lookup cache on db version change; bump version | Philipp Gesang | 2013-08-05 | 1 | -1/+12 |
| | |||||
* | [db] pre-calculate design size values | Philipp Gesang | 2013-08-05 | 1 | -11/+17 |
| | |||||
* | [db] handle missing optical size info | Philipp Gesang | 2013-08-05 | 1 | -7/+9 |
| | |||||
* | [db] improve handling of zero values in design sizes | Philipp Gesang | 2013-08-04 | 1 | -7/+18 |
| | |||||
* | [db] employ the info from fontstyle_name when matching styles | Philipp Gesang | 2013-08-04 | 1 | -31/+37 |
| | |||||
* | [db] use consistent identifiers | Philipp Gesang | 2013-08-04 | 1 | -36/+45 |
| | |||||
* | [db] pre-resolve style synonyms when matching | Philipp Gesang | 2013-08-04 | 1 | -5/+8 |
| | |||||
* | [tool] handle anon: and file: requests with --find | Philipp Gesang | 2013-08-03 | 1 | -7/+9 |
| | |||||
* | [tool] make --find process normal requests | Philipp Gesang | 2013-08-03 | 1 | -1/+1 |
| | |||||
* | [db] always save on update | Philipp Gesang | 2013-08-02 | 1 | -26/+27 |
| | |||||
* | [db] fix missing write after auto-update | Philipp Gesang | 2013-08-02 | 1 | -1/+7 |
| | | | | fixes issues like this one: http://tex.stackexchange.com/q/126467/14066 | ||||
* | [db] bump names db version | Philipp Gesang | 2013-08-01 | 1 | -1/+1 |
| | |||||
* | [db] store indexed formats alongwith version | Philipp Gesang | 2013-08-01 | 1 | -12/+18 |
| | |||||
* | [db] strip useless parameter from fontnames_init() | Philipp Gesang | 2013-08-01 | 1 | -5/+5 |
| | |||||
* | [db] improve font name/style matching with type1 fonts (/{b,i,bi} switches) | Philipp Gesang | 2013-08-01 | 1 | -4/+10 |
| | |||||
* | [db] treat .pfa like .pfb | Philipp Gesang | 2013-08-01 | 1 | -1/+2 |
| | |||||
* | [db] remove --type1 option in favor of --formats, a configurable format set | Philipp Gesang | 2013-07-31 | 1 | -24/+59 |
| | |||||
* | [db] make pfb scanning optional | Philipp Gesang | 2013-07-31 | 1 | -40/+81 |
| | |||||
* | [db] include pfb in index | Philipp Gesang | 2013-07-31 | 1 | -19/+131 |
| | |||||
* | [db] setup common lpeg patterns | Philipp Gesang | 2013-07-28 | 1 | -1/+9 |
| | |||||
* | filter pwd from texmf directories | Philipp Gesang | 2013-07-26 | 1 | -13/+45 |
| | |||||
* | stript trailing slashes before joining paths | Philipp Gesang | 2013-07-26 | 1 | -0/+5 |
| | |||||
* | avoid recursing into font dirs retrieved by kpse | Philipp Gesang | 2013-07-26 | 1 | -5/+35 |
| | | | | | | minor speedup (some 16% with standard sized TL texmf), especially if the directories are uncached. as we take care of duplicate results from the file scanner elsewhere this will not affect the list of fonts found. | ||||
* | bump version, update NEWSv2.3b | Philipp Gesang | 2013-07-24 | 1 | -2/+2 |
| | |||||
* | check if we can cd into a directory before inspecting it | Philipp Gesang | 2013-07-22 | 1 | -26/+42 |
| | |||||
* | avoid building of intermediate list in file locators | Philipp Gesang | 2013-07-22 | 1 | -8/+6 |
| | |||||
* | indicate forced db update on terminal | Philipp Gesang | 2013-07-19 | 1 | -2/+2 |
| | |||||
* | adapt strings for 20th century OS | Philipp Gesang | 2013-07-16 | 1 | -14/+14 |
| | | | | | | | Windows appears to still lack a unicode capable terminal emulator. http://tug.org/pipermail/luatex/2013-July/004547.html No comment. | ||||
* | bump version, update NEWS | Philipp Gesang | 2013-07-10 | 1 | -1/+1 |
| | |||||
* | prioritize ``prefmodifiers`` oer ``subfamily`` | Philipp Gesang | 2013-07-10 | 1 | -6/+9 |
| | | | | | | | | | | | follow-up to these previous modifications: * https://github.com/phi-gamma/luaotfload/commit/fcdbafd0c86fdba08 * https://github.com/phi-gamma/luaotfload/commit/2938e7d63404f1d2e * https://github.com/phi-gamma/luaotfload/commit/0e51cff12b24d264b addresses https://github.com/lualatex/luaotfload/issues/108 i.e. "name:DejaVu Serif" does not resolve to the Condensed face anymore. | ||||
* | fix names of bytecode compiled files | Philipp Gesang | 2013-07-06 | 1 | -6/+6 |
| | |||||
* | systemize path handling ; improve cache write errors | Philipp Gesang | 2013-07-06 | 1 | -71/+90 |
| | |||||
* | prefer getwritablepath() to manual path building | Philipp Gesang | 2013-07-05 | 1 | -16/+20 |
| | |||||
* | add cache directory hint to luaotfload-tool; manage paths more consistently | Philipp Gesang | 2013-07-03 | 1 | -9/+9 |
| | |||||
* | replace dir.mkdirs() with lfs.mkdirs() | Philipp Gesang | 2013-07-02 | 1 | -11/+11 |
| | |||||
* | extend file locator with filtering (no references to dir.glob() anymore | Philipp Gesang | 2013-07-02 | 1 | -13/+51 |
| | |||||
* | restrict readable path stats to font cache | Philipp Gesang | 2013-07-02 | 1 | -10/+25 |
| | |||||
* | limit font cache controls to actual font cache dir | Philipp Gesang | 2013-07-02 | 1 | -3/+15 |
| | |||||
* | replace globber in scan_dir() | Philipp Gesang | 2013-07-02 | 1 | -46/+98 |
| |