Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | GPL 2 everywhere | Philipp Gesang | 2013-05-06 | 1 | -2/+2 | |
| | ||||||
* | update luaotfload.lua as included in dtx | Philipp Gesang | 2013-05-06 | 1 | -5/+6 | |
| | | | | | * default to cached name resolver (testing) * install less verbose file resolver | |||||
* | [doc] add auxlib to list of files | Philipp Gesang | 2013-05-06 | 1 | -0/+3 | |
| | ||||||
* | [doc] improve layout | Philipp Gesang | 2013-05-06 | 1 | -6/+29 | |
| | ||||||
* | issue warning for incompletely supported Indic scripts | Philipp Gesang | 2013-05-05 | 1 | -10/+19 | |
| | ||||||
* | move colorization to ``pre_linebreak_filter`` | Philipp Gesang | 2013-05-04 | 1 | -5/+6 | |
| | | | | | | also introduces a config option: *color_callback* that controls which callback will be activated. set it to pre_output_filter to restore the previous behavior. | |||||
* | additional workaround for inconsistent argument order in fontspec.lua | Philipp Gesang | 2013-05-03 | 1 | -1/+5 | |
| | ||||||
* | restrict ``patch_font`` callback to otf | Philipp Gesang | 2013-05-03 | 1 | -15/+9 | |
| | ||||||
* | merge changes to luaotfload.lua into dtx | Philipp Gesang | 2013-05-01 | 1 | -2/+8 | |
| | ||||||
* | [doc] make examples for XeTeX notation uppercase | Philipp Gesang | 2013-05-01 | 1 | -7/+7 | |
| | ||||||
* | remove old fond definition callback | Philipp Gesang | 2013-04-30 | 1 | -57/+1 | |
| | | | | | | | | | | | everything it did is already been done by ``constructors.assignmathparameters()`` in ``font-con.lua``, so it is save to remove the old code without replacement. There is one subtle difference, however: Context scales the value of ``FractionDelimiterDisplayStyleSize`` by a factor of 2.40, whereas the old luaotfload used 2.39. I’d say whoever takes offense because of this difference please debate Hans for the correct value. kthxbye | |||||
* | use precalculated scale-factor | Philipp Gesang | 2013-04-30 | 1 | -9/+15 | |
| | | | | | | | | first step towards a solution for this mystery: https://github.com/lualatex/luaotfload/issues/20 also: config option for the callback | |||||
* | remove redundant dead code | Philipp Gesang | 2013-04-30 | 1 | -32/+0 | |
| | ||||||
* | [doc] fix incorrect statements | Philipp Gesang | 2013-04-30 | 1 | -2/+2 | |
| | ||||||
* | [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 | |
| | |