Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove ``lfs.mkdirs()`` hack | Philipp Gesang | 2013-05-23 | 2 | -58/+1 |
| | |||||
* | sync with Context as of 2013-05-23 | Philipp Gesang | 2013-05-23 | 1 | -11/+5 |
| | |||||
* | use the same identifiers as in luaotfload.lua | Philipp Gesang | 2013-05-22 | 1 | -3/+3 |
| | |||||
* | import legacy aux functionality that was removed from fontspec | Philipp Gesang | 2013-05-22 | 1 | -0/+136 |
| | |||||
* | apply patch by Ken Brown to preserve case of paths on cygwin | Philipp Gesang | 2013-05-22 | 2 | -23/+8 |
| | |||||
* | [doc] fix verbatim etc. (again...) | Philipp Gesang | 2013-05-21 | 1 | -3/+3 |
| | |||||
* | new, less brutal workaround for updated-yet-not-completely-satisfying ↵ | Philipp Gesang | 2013-05-21 | 1 | -64/+42 |
| | | | | ``lfs.mkdirs()`` | ||||
* | sync luatex-fonts files (merged) | Philipp Gesang | 2013-05-21 | 2 | -5/+14 |
| | |||||
* | sync with Context as of 2013-05-21 | Philipp Gesang | 2013-05-21 | 1 | -4/+14 |
| | |||||
* | fix inconsistency in fontname lookup | Philipp Gesang | 2013-05-21 | 1 | -2/+4 |
| | |||||
* | restore catchall rule for non-assignment options | Philipp Gesang | 2013-05-21 | 1 | -7/+4 |
| | |||||
* | [doc] escape verbatims | Philipp Gesang | 2013-05-20 | 1 | -2/+2 |
| | |||||
* | add temporary workaround for cache directory creation | Philipp Gesang | 2013-05-20 | 1 | -8/+94 |
| | |||||
* | fix pfa/pfb loader | Philipp Gesang | 2013-05-20 | 1 | -1/+2 |
| | |||||
* | fix adapted letterspacing | Philipp Gesang | 2013-05-20 | 2 | -3/+8 |
| | |||||
* | update package version and datev2.2c | Philipp Gesang | 2013-05-20 | 5 | -8/+8 |
| | |||||
* | reinstate characterkerning | Philipp Gesang | 2013-05-19 | 1 | -39/+111 |
| | |||||
* | add comments and a disclaimer regarding letterspacing | Philipp Gesang | 2013-05-19 | 1 | -9/+25 |
| | |||||
* | adapt extralib | Philipp Gesang | 2013-05-19 | 1 | -20/+32 |
| | |||||
* | add font-dependent letterspacing | Philipp Gesang | 2013-05-19 | 1 | -0/+254 |
| | |||||
* | emit warning for invalid font request options | Philipp Gesang | 2013-05-19 | 1 | -3/+21 |
| | |||||
* | skip unusable option fields; remove test for supposedly “indexed” features | Philipp Gesang | 2013-05-19 | 1 | -53/+9 |
| | |||||
* | cleanup features | Philipp Gesang | 2013-05-19 | 1 | -6/+6 |
| | |||||
* | distinguish Xetex-style options; increment if indexed | Philipp Gesang | 2013-05-19 | 1 | -16/+83 |
| | |||||
* | drop leading plus/minus characters in key-value feature specification | Philipp Gesang | 2013-05-18 | 1 | -6/+30 |
| | |||||
* | add fallback for ``node.end_of_math()`` | Philipp Gesang | 2013-05-18 | 1 | -0/+10 |
| | |||||
* | update datesv2.2b | Philipp Gesang | 2013-05-18 | 2 | -5/+5 |
| | |||||
* | add fallback for older luatexbase | Philipp Gesang | 2013-05-18 | 1 | -1/+6 |
| | |||||
* | combine make rules for resources files | Philipp Gesang | 2013-05-18 | 1 | -2/+3 |
| | |||||
* | sync with Context as of 2013-05-18 | Philipp Gesang | 2013-05-18 | 1 | -3/+3 |
| | |||||
* | Merge branch 'characterkerning' | Philipp Gesang | 2013-05-17 | 3 | -8/+746 |
|\ | |||||
| * | load extralibs in main file | Philipp Gesang | 2013-05-17 | 2 | -9/+9 |
| | | |||||
| * | adapt prefix for imported typo-krn | Philipp Gesang | 2013-05-17 | 1 | -1/+1 |
| | | |||||
| * | import ``letterspace-support.lua`` as ``luaotfload-extralibs.lua`` | Philipp Gesang | 2013-05-17 | 1 | -0/+403 |
| | | | | | | | | from the mercurial source: https://bitbucket.org/phg/characterkerning | ||||
| * | import ``typo-krn`` | Philipp Gesang | 2013-05-17 | 1 | -0/+335 |
| | | |||||
* | | add ``get_quad()`` | Philipp Gesang | 2013-05-17 | 1 | -1/+51 |
| | | |||||
* | | load character data on demand | Philipp Gesang | 2013-05-17 | 1 | -1/+41 |
| | | |||||
* | | update NEWS | Philipp Gesang | 2013-05-17 | 1 | -1/+2 |
| | | |||||
* | | create make rule combining glyphlist and character list generation | Philipp Gesang | 2013-05-17 | 2 | -8/+18 |
| | | |||||
* | | add serialization spec | Philipp Gesang | 2013-05-17 | 1 | -1/+5 |
| | | |||||
* | | add script to extract parts of ``char-def.lua`` | Philipp Gesang | 2013-05-17 | 1 | -0/+120 |
|/ | |||||
* | fix behavior of ``aux.slot_of_name()`` for missing glyphs | Philipp Gesang | 2013-05-16 | 1 | -4/+8 |
| | | | | spotted by Robert | ||||
* | add unsafe glyph checker | Philipp Gesang | 2013-05-16 | 1 | -3/+25 |
| | |||||
* | add functions for retrieving information about loaded fonts | Philipp Gesang | 2013-05-16 | 1 | -0/+72 |
| | |||||
* | restore loading of ``l-dir.lua`` now that the fontloader creates ``TEXMFVAR`` | Philipp Gesang | 2013-05-16 | 3 | -2361/+472 |
| | |||||
* | sync with Context as of 2013-05-16 | Philipp Gesang | 2013-05-16 | 2 | -12/+51 |
| | |||||
* | add ``spltfg*`` fonts to blacklist | Philipp Gesang | 2013-05-15 | 1 | -1/+4 |
| | |||||
* | remove duplicate luaotfload-[legacy-]tool.lua from tds tree | Philipp Gesang | 2013-05-15 | 1 | -2/+2 |
| | |||||
* | sync with Context as of 2013-05-15 | Philipp Gesang | 2013-05-15 | 1 | -2/+6 |
| | |||||
* | rename ``make_names()`` -> ``make_savenames()`` | Philipp Gesang | 2013-05-14 | 1 | -4/+6 |
| |