Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [doc] fix typos/indenting | Philipp Gesang | 2013-04-29 | 1 | -1/+2 | |
| | ||||||
* | update NEWS | Philipp Gesang | 2013-04-29 | 1 | -1/+1 | |
| | ||||||
* | install uncached name: resolver as default | Philipp Gesang | 2013-04-29 | 1 | -1/+2 | |
| | ||||||
* | use ``fullname`` in status entries | Philipp Gesang | 2013-04-29 | 1 | -15/+15 | |
| | | | | | | | This suppresses redundand database updates in the case where a font is found in multiple directories with different timestamps. Also removed references to ``fontdbutil``. | |||||
* | only cache ``name:`` lookups | Philipp Gesang | 2013-04-29 | 1 | -16/+2 | |
| | ||||||
* | [doc] describe the various font requests | Philipp Gesang | 2013-04-29 | 1 | -39/+145 | |
| | ||||||
* | [doc] add font request syntax description | Philipp Gesang | 2013-04-29 | 1 | -2/+77 | |
| | | | | | | | | | For convenience it’s a notational bastard of BNF and ISO EBNF. I couldn’t find a package for typesetting the latter, and with my limited understanding of LaTeX I couldn’t have written one within an acceptable time. Anyways, I don’t think anybody will be confused by this. | |||||
* | catch tfm/ofm before db update; remove ``kpse.lookup()`` as criterion for ↵ | Philipp Gesang | 2013-04-28 | 1 | -12/+39 | |
| | | | | resolved font | |||||
* | add lookups ``file:``, ``path:``, ``name:``, and ``anon:`` | Philipp Gesang | 2013-04-28 | 1 | -29/+57 | |
| | ||||||
* | add prelimiary anon: and path: resolvers | Philipp Gesang | 2013-04-28 | 1 | -2/+28 | |
| | ||||||
* | install the new file: lookup in luaotfload.lua | Philipp Gesang | 2013-04-26 | 1 | -2/+13 | |
| | ||||||
* | make db reloading require a reason; decrease nesting depth of conditionals | Philipp Gesang | 2013-04-24 | 1 | -4/+12 | |
| | ||||||
* | catch irregular ``file:`` lookups | Philipp Gesang | 2013-04-24 | 1 | -1/+3 | |
| | | | | | | | we now index base names and extensionless base names of font files as well so as to work around quirks of the Xetex compatibility layer. this will probably get removed after the syntax parser is redone. | |||||
* | update basics-gen.lua | Philipp Gesang | 2013-04-23 | 1 | -0/+2 | |
| | ||||||
* | set minimum luatex version to 0.76; reduce verbosity of fontdbutil | Philipp Gesang | 2013-04-23 | 1 | -8/+14 | |
| | ||||||
* | add link to dev repo | Philipp Gesang | 2013-04-23 | 1 | -0/+4 | |
| | ||||||
* | update doc for new file names | Philipp Gesang | 2013-04-23 | 1 | -15/+14 | |
| | ||||||
* | update documentation with info about ``mkglyphlist`` | Philipp Gesang | 2013-04-23 | 1 | -2/+5 | |
| | ||||||
* | update filegraph | Philipp Gesang | 2013-04-23 | 1 | -0/+11 | |
| | ||||||
* | Merge branch 'master' of https://github.com/eroux/luaotfload into eroux-master | Philipp Gesang | 2013-04-23 | 1 | -15/+2 | |
|\ | | | | | | | | | Conflicts: luaotfload.dtx | |||||
| * | Removing the init_prog line... | Elie Roux | 2013-04-22 | 1 | -15/+0 | |
| | | | | | | | | Bitmap font generation works fine without it and it certainly doesn't belong here... | |||||
* | | annihilate luaotfload-font-otc.lua | Philipp Gesang | 2013-04-23 | 1 | -3/+1 | |
| | | ||||||
* | | move to human-readable names 1 | Philipp Gesang | 2013-04-23 | 1 | -7/+7 | |
| | | ||||||
* | | update graph to current dependency structure | Philipp Gesang | 2013-04-22 | 1 | -2/+2 | |
| | | ||||||
* | | update documentation to reflect current state of files | Philipp Gesang | 2013-04-22 | 1 | -88/+73 | |
| | | ||||||
* | | move everything relevant from luatex-fonts.lua into luaotfload.lua | Philipp Gesang | 2013-04-22 | 1 | -226/+228 | |
| | | ||||||
* | | Documenting and simplifying ofm font bug handling | Elie Roux | 2013-04-22 | 1 | -30/+14 | |
| | | | | | | | | | | Conflicts: luaotfload.dtx | |||||
* | | A more simple loadmodule function | Elie Roux | 2013-04-22 | 1 | -8/+1 | |
| | | | | | | | | Simply using the luatexbase way... May change in the future, but stick with it for now. | |||||
* | | make main files recognize the new ``luaotfload-`` prefix | Philipp Gesang | 2013-04-22 | 1 | -109/+149 | |
|/ | ||||||
* | merge from eroux | Philipp Gesang | 2013-04-21 | 1 | -39/+56 | |
|\ | ||||||
| * | Making the file method resolve fonts with the database | Elie Roux | 2013-04-20 | 1 | -0/+14 | |
| | | ||||||
| * | Stop using module() in luaotfload.lua | Elie Roux | 2013-04-19 | 1 | -12/+6 | |
| | | | | | | | | These _G are a bit ugly... | |||||
| * | Verbosity reduction step 2 | Elie Roux | 2013-04-19 | 1 | -0/+17 | |
| | | | | | | | | | | This implies a modification in otfl-fonts-merged.lua that should be asked to Hans... | |||||
| * | Documenting and simplifying ofm font bug handling | Elie Roux | 2013-04-19 | 1 | -20/+19 | |
| | | ||||||
| * | A more simple loadmodule function | Elie Roux | 2013-04-19 | 1 | -8/+1 | |
| | | | | | | | | Simply using the luatexbase way... May change in the future, but stick with it for now. | |||||
* | | fix docs | Philipp Gesang | 2013-04-21 | 1 | -12/+12 | |
| | | ||||||
* | | document --info option | Philipp Gesang | 2013-04-21 | 1 | -2/+16 | |
| | | ||||||
* | | revise doc | Philipp Gesang | 2013-04-21 | 1 | -11/+22 | |
| | | ||||||
* | | document behavior modes of fontdbutil | Philipp Gesang | 2013-04-21 | 1 | -14/+30 | |
| | | ||||||
* | | revise docs | Philipp Gesang | 2013-04-20 | 1 | -36/+67 | |
| | | ||||||
* | | revise doc | Philipp Gesang | 2013-04-20 | 1 | -66/+162 | |
|/ | ||||||
* | expand docs | Philipp Gesang | 2013-04-18 | 1 | -264/+566 | |
| | ||||||
* | remove attribute allocation hack | Philipp Gesang | 2013-04-16 | 1 | -87/+148 | |
| | ||||||
* | integrate luaotfload.lua into luaotfload.dtx | Philipp Gesang | 2013-04-16 | 1 | -131/+216 | |
| | ||||||
* | restore section in doc | Philipp Gesang | 2013-04-15 | 1 | -0/+3 | |
| | ||||||
* | raw import luaotfload.lua into luaotfload.dtx | Philipp Gesang | 2013-04-15 | 1 | -202/+310 | |
| | ||||||
* | [dtx] fix typo | Philipp Gesang | 2013-04-12 | 1 | -1/+1 | |
| | ||||||
* | Simplify the whole thing | Khaled Hosny | 2012-08-09 | 1 | -30/+24 | |
| | ||||||
* | Make anum work again | Khaled Hosny | 2012-05-13 | 1 | -0/+62 | |
| | ||||||
* | Simplify | Khaled Hosny | 2012-05-09 | 1 | -22/+20 | |
| |