summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* sync with Context as of 2013-05-15Philipp Gesang2013-05-151-2/+6
|
* rename ``make_names()`` -> ``make_savenames()``Philipp Gesang2013-05-141-4/+6
|
* restore fallback features tablePhilipp Gesang2013-05-141-9/+11
|
* add font name matching functionalityPhilipp Gesang2013-05-142-15/+57
|
* add diablindall.ttf to blacklistPhilipp Gesang2013-05-143-2/+4
|
* handle subfont in anon/path lookupsPhilipp Gesang2013-05-141-4/+31
| | | | addresses issue https://github.com/lualatex/luaotfload/issues/57
* add l-table and l-string to filesystem packagePhilipp Gesang2013-05-141-1/+959
|
* load filesystem libs prior to handling the cache directoriesPhilipp Gesang2013-05-141-14/+30
|
* add packaged filesystem librariesPhilipp Gesang2013-05-141-0/+1369
|
* remove lib-dir from trackingPhilipp Gesang2013-05-141-449/+0
|
* add note about loggersPhilipp Gesang2013-05-131-1/+27
|
* silence glyphlist loaderPhilipp Gesang2013-05-131-2/+3
|
* remove dead code from ``luaotfload-features.lua``Philipp Gesang2013-05-131-36/+15
|
* run rst2man instead of rst2man2 on manpagePhilipp Gesang2013-05-131-1/+1
|
* work around unsupported full paths in anon lookupsPhilipp Gesang2013-05-132-8/+34
| | | | windows only: http://tug.org/pipermail/lualatex-dev/2013-May/001519.html
* [doc] document auxlibPhilipp Gesang2013-05-131-3/+191
|
* address fonts by ids instead of csnamesPhilipp Gesang2013-05-131-10/+17
|
* install ``texio.reporter()``Philipp Gesang2013-05-131-1/+20
|
* sync with Context as of 2013-05-12 (II)Philipp Gesang2013-05-121-9/+14
|
* move scan_external_dir() to auxlibPhilipp Gesang2013-05-122-18/+29
|
* sync with Context as of 2013-05-12Philipp Gesang2013-05-121-2/+2
|
* import script and language names from ContextPhilipp Gesang2013-05-121-5/+662
|
* use luatex for dtx extraction in Makefilev2.2aPhilipp Gesang2013-05-112-2/+1
|
* locate legacy db script through kpsePhilipp Gesang2013-05-111-3/+5
|
* update NEWSPhilipp Gesang2013-05-111-1/+4
|
* Merge ../luaotfload-compatPhilipp Gesang2013-05-118-4/+9304
|\
| * add legacy script to MakefilePhilipp Gesang2013-05-101-2/+3
| |
| * add version switch to dtxPhilipp Gesang2013-05-101-2/+8
| |
| * cleanupPhilipp Gesang2013-05-102-8/+0
| |
| * hack db so as to include full pathsPhilipp Gesang2013-05-101-5/+25
| |
| * load legacy codePhilipp Gesang2013-05-101-7/+7
| |
| * divert Lua<5.2 to legacy script in luaotfload-toolPhilipp Gesang2013-05-101-0/+14
| |
| * restore some comments from old dtxPhilipp Gesang2013-05-101-27/+146
| |
| * import legacy filesPhilipp Gesang2013-05-105-0/+9148
| |
| * Merge pull request #58 from phi-gamma/masterPhilipp Gesang2013-05-104-39/+85
| |\ | | | | | | sync; various fixes (node mode, manual etc.)
| * \ Merge pull request #56 from phi-gamma/masterPhilipp Gesang2013-05-103-2/+32
| |\ \ | | | | | | | | make node mode work again
| * \ \ Merge pull request #54 from phi-gamma/masterPhilipp Gesang2013-05-093-4/+47
| |\ \ \ | | | | | | | | | | workaround for paths in file lookups
| * \ \ \ Merge pull request #53 from phi-gamma/masterPhilipp Gesang2013-05-097-107/+341
| |\ \ \ \ | | | | | | | | | | | | pdf.js bug and font scaling
| * \ \ \ \ Merge pull request #50 from phi-gamma/masterPhilipp Gesang2013-05-087-12/+60
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | ``font-age.lua`` -> ``luaotfload-glyphlist.lua`` also address issue #51
| * \ \ \ \ \ Merge pull request #49 from phi-gamma/masterElie Roux2013-05-073-9/+148
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | man page
* | | | | | | | [doc] add thanks sectionPhilipp Gesang2013-05-111-9/+31
| | | | | | | |
* | | | | | | | add ``--dry-run`` to usage infoPhilipp Gesang2013-05-111-0/+1
| | | | | | | |
* | | | | | | | implement ``--dry-run`` for filesystem tracingPhilipp Gesang2013-05-113-28/+54
| | | | | | | |
* | | | | | | | rename ``flush_cache`` -> ``flush_lookup_cache``Philipp Gesang2013-05-112-4/+4
| | | | | | | |
* | | | | | | | update manpagePhilipp Gesang2013-05-111-3/+13
| | | | | | | |
* | | | | | | | rename option ``--flush-cache`` -> ``--flush-lookups`` to avoid confusion ↵Philipp Gesang2013-05-111-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with cache control
* | | | | | | | add controls for font cache to ``luaotfload-tool.lua``Philipp Gesang2013-05-113-4/+176
| | | | | | | |
* | | | | | | | comment unused ``names.scan()``Philipp Gesang2013-05-111-13/+14
| | | | | | | |
* | | | | | | | make ``save_names()`` and ``save_lookups()`` return a boolPhilipp Gesang2013-05-112-18/+28
| | | | | | | |
* | | | | | | | restore ``name`` fields from ``metadata.origname``Philipp Gesang2013-05-111-4/+2
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | https://github.com/lualatex/luaotfload/issues/57#issuecomment-17753420