summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [meta] update NEWSPhilipp Gesang2013-08-032-3/+8
|
* [tool] handle anon: and file: requests with --findPhilipp Gesang2013-08-032-11/+26
|
* [tool] make --find process normal requestsPhilipp Gesang2013-08-033-16/+37
|
* [tool] add option --no-reload to suppress database updatesPhilipp Gesang2013-08-032-2/+10
|
* sync with Context as of 2013-08-02Philipp Gesang2013-08-022-27/+29
|
* [db] always save on updatePhilipp Gesang2013-08-022-28/+28
|
* [db] fix missing write after auto-updatePhilipp Gesang2013-08-021-1/+7
| | | | fixes issues like this one: http://tex.stackexchange.com/q/126467/14066
* [tool] seek correct language data with --inspectPhilipp Gesang2013-08-011-1/+20
|
* [diagnose] add diagnostics for font indexPhilipp Gesang2013-08-013-2/+55
|
* [db] bump names db versionPhilipp Gesang2013-08-011-1/+1
|
* [db] store indexed formats alongwith versionPhilipp Gesang2013-08-011-12/+18
|
* [db] strip useless parameter from fontnames_init()Philipp Gesang2013-08-011-5/+5
|
* update NEWS and man pagePhilipp Gesang2013-08-012-3/+5
|
* [db] improve font name/style matching with type1 fonts (/{b,i,bi} switches)Philipp Gesang2013-08-011-4/+10
|
* [db] treat .pfa like .pfbPhilipp Gesang2013-08-012-2/+3
|
* [doc] document --format and add it to usage messagePhilipp Gesang2013-07-312-4/+27
|
* [db] remove --type1 option in favor of --formats, a configurable format setPhilipp Gesang2013-07-312-28/+63
|
* [db] make pfb scanning optionalPhilipp Gesang2013-07-313-42/+88
|
* avoid duplication when logging to file and stdoutPhilipp Gesang2013-07-311-2/+3
|
* [db] include pfb in indexPhilipp Gesang2013-07-311-19/+131
|
* [tool] work around ms compiler limitationsPhilipp Gesang2013-07-282-3/+18
|
* update newsPhilipp Gesang2013-07-281-0/+5
|
* [doc] expand troubleshooting sectionPhilipp Gesang2013-07-281-20/+90
|
* [db] setup common lpeg patternsPhilipp Gesang2013-07-281-1/+9
|
* [doc] mention environment diagnostic in man pagePhilipp Gesang2013-07-281-1/+5
|
* update file graphPhilipp Gesang2013-07-281-5/+75
|
* [tool] remove diagnostics code from runnerPhilipp Gesang2013-07-282-605/+33
|
* [tool] move diagnostics code to separate filePhilipp Gesang2013-07-281-0/+622
|
* add diagnostics for environment variables in luaotfload-toolPhilipp Gesang2013-07-271-5/+146
|
* filter pwd from texmf directoriesPhilipp Gesang2013-07-261-13/+45
|
* stript trailing slashes before joining pathsPhilipp Gesang2013-07-262-2/+6
|
* avoid recursing into font dirs retrieved by kpsePhilipp Gesang2013-07-261-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.
* adapt makefile to preferred CTAN zip schemePhilipp Gesang2013-07-241-1/+11
| | | | | | | | | | | according to Robin Fairbairns: > btw, the least error-prone format for the zip file is: > > xyz.zip -> > xyz.tds.zip (if available) > xyz/ > [actual distribution of package xyz]
* add tests for optical font size matchingPhilipp Gesang2013-07-241-12/+57
|
* bump version, update NEWSv2.3bPhilipp Gesang2013-07-243-10/+10
|
* check if we can cd into a directory before inspecting itPhilipp Gesang2013-07-221-26/+42
|
* avoid building of intermediate list in file locatorsPhilipp Gesang2013-07-221-8/+6
|
* fix return value of set_logout()Philipp Gesang2013-07-222-2/+2
|
* add revision info to output of --version in luaotfload-toolPhilipp Gesang2013-07-191-12/+13
|
* indicate forced db update on terminalPhilipp Gesang2013-07-191-2/+2
|
* adapt strings for 20th century OSPhilipp Gesang2013-07-165-46/+45
| | | | | | | Windows appears to still lack a unicode capable terminal emulator. http://tug.org/pipermail/luatex/2013-July/004547.html No comment.
* sync with Context as of 2013-07-14 (extra fixes)Philipp Gesang2013-07-142-3/+87
|
* fix path handling of luaotfload-tool on Win systemsPhilipp Gesang2013-07-141-0/+8
|
* fix confusing warning message in luaotfload-tool.luaPhilipp Gesang2013-07-141-1/+1
|
* make font name rewriting optionalPhilipp Gesang2013-07-142-4/+29
| | | | | | | | | | | | | ... but still activated by default the trouble with rewriting the font name is that it diverges from the behavior as stated in the Luatex reference. according to chapter 7, the field ``name`` of the font structure should contain the “metric (file) name”. by including the complete specification we cater to hacks that feed ``\fontname`` (which reads the ``name`` field) back into ``\font`` as Xetex does. this appears to work without complications, but formats other than Latex might not need it. so the best strategy would be to make it an option and have Fontspec activate this non-standard behavior.
* import typo-krn.lua from latest betaPhilipp Gesang2013-07-141-2/+2
|
* fix broken basics-nod.luaPhilipp Gesang2013-07-142-4/+4
|
* use call luatex manually instead of latexmk in MakefilePhilipp Gesang2013-07-141-2/+4
|
* sync with Context as of 2013-07-14Philipp Gesang2013-07-143-343/+440
|
* issue warning for unknown diagnostics in luaotfload-toolPhilipp Gesang2013-07-111-1/+7
|