Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make \font\foo=file:xxx more reliable | Elie Roux | 2013-04-16 | 1 | -1/+7 |
| | | | | | | | We use the same function (fonts.names.resolve) for both name and file specification, as the database search is much better than a simple filename resolving (it might contain more entries), it's also easier to spot a problem. | ||||
* | Adapting math test for LuaTeX > 0.74 | Elie Roux | 2013-04-16 | 1 | -1/+0 |
| | |||||
* | Updating NEWS file | Elie Roux | 2013-04-16 | 1 | -1/+4 |
| | |||||
* | Adding semibold as a synonym for bold, not sure it's useful... | Elie Roux | 2013-04-16 | 1 | -2/+5 |
| | |||||
* | Warning if a file cannot be read in font conf | Elie Roux | 2013-04-16 | 1 | -0/+1 |
| | |||||
* | Better error handling for font config reading | Elie Roux | 2013-04-16 | 1 | -2/+2 |
| | | | | The code is still quite experimental and sometimes generate errors while it could still continue. | ||||
* | Bumping version in NEWS too | Elie Roux | 2013-04-11 | 1 | -0/+4 |
| | |||||
* | Bumping version | Elie Roux | 2013-04-11 | 1 | -7/+7 |
| | |||||
* | Fixing issues #49 and #52 | Elie Roux | 2013-04-11 | 1 | -2/+2 |
| | |||||
* | Compatibility with LuaTeX 0.75 | Elie Roux | 2013-04-11 | 3 | -4/+4 |
| | |||||
* | New releasev1.27 | Khaled Hosny | 2012-05-28 | 2 | -6/+9 |
| | |||||
* | Fix "endless loop in charlist" in some fonts | Khaled Hosny | 2012-05-28 | 1 | -4/+6 |
| | |||||
* | Prepare for releasev1.26 | Khaled Hosny | 2012-03-27 | 2 | -6/+11 |
| | |||||
* | Find demibold fonts as well | Khaled Hosny | 2012-03-26 | 1 | -2/+2 |
| | |||||
* | Enable italic correction feature by default | Khaled Hosny | 2012-03-26 | 2 | -1/+6 |
| | |||||
* | Prepare for releasev1.25 | Khaled Hosny | 2011-04-21 | 2 | -6/+12 |
| | |||||
* | Temporarly add this code back, I want to make a release | Khaled Hosny | 2011-04-21 | 1 | -0/+26 |
| | |||||
* | Remove some misleading text, one should read the manual instead | Khaled Hosny | 2011-04-21 | 1 | -19/+0 |
| | |||||
* | Hack to support Demi fonts | Khaled Hosny | 2011-04-21 | 1 | -3/+3 |
| | |||||
* | Simplify | Khaled Hosny | 2011-03-02 | 1 | -11/+3 |
| | |||||
* | Don't load the cached font if the feature file was changed | Khaled Hosny | 2011-03-02 | 1 | -1/+3 |
| | | | | Just a hack but seems to work until I check with Hans. | ||||
* | Even more own dog food eating | Khaled Hosny | 2011-03-01 | 1 | -0/+2 |
| | |||||
* | Remove outdated comment | Khaled Hosny | 2011-03-01 | 1 | -3/+0 |
| | |||||
* | A hack to get libertine's bold recognised | Khaled Hosny | 2011-03-01 | 1 | -1/+2 |
| | |||||
* | Eat our own dog food | Khaled Hosny | 2011-03-01 | 2 | -6/+8 |
| | |||||
* | Make it more clear what kind of features are supported | Khaled Hosny | 2011-03-01 | 1 | -10/+9 |
| | |||||
* | Minor | Khaled Hosny | 2011-02-28 | 1 | -1/+1 |
| | |||||
* | Simplify feature file | Khaled Hosny | 2011-02-28 | 1 | -70/+13 |
| | |||||
* | Fix bugs resulted from previous code removal | Khaled Hosny | 2011-02-25 | 1 | -3/+4 |
| | |||||
* | Misc. documentation fixes | Khaled Hosny | 2011-02-25 | 1 | -87/+84 |
| | | | | And update the mode section to reflect current defaults. | ||||
* | Kpathsea does not know "truetype dictionary" | Khaled Hosny | 2011-02-21 | 1 | -1/+1 |
| | | | | See http://www.ntg.nl/pipermail/dev-luatex/2011-February/004120.html | ||||
* | Code for setting \fontdimen10|11 moved to unicode-math | Khaled Hosny | 2011-02-20 | 1 | -19/+0 |
| | |||||
* | Code for setting \fontdimen8 moved to fontspec | Khaled Hosny | 2011-02-20 | 1 | -28/+0 |
| | |||||
* | Prepare for releasev1.24 | Khaled Hosny | 2011-02-16 | 2 | -6/+9 |
| | |||||
* | Fix infinite loop | Khaled Hosny | 2011-02-05 | 1 | -1/+1 |
| | | | | | | | | names.load() calls names.update() without an argument if no font database is found, but the later will call the former if invoked without an argument. Now calling names.update() with an empty names database. fixes #23 | ||||
* | Prepare for releasev1.23 | Khaled Hosny | 2011-02-04 | 2 | -6/+9 |
| | |||||
* | Fix a typo in fonts.names.scan() | Khaled Hosny | 2011-02-04 | 1 | -1/+1 |
| | | | | This was a debugging leftover that went unnoticed. | ||||
* | Prepare for releasev1.22 | Khaled Hosny | 2011-01-25 | 2 | -6/+11 |
| | |||||
* | Remove `luaotfload.add_patch_callback()` | Khaled Hosny | 2010-11-26 | 2 | -10/+2 |
| | | | | | Per Philip's suggestion, `luatexbase.add_to_callback()` is to be used directly instead. | ||||
* | Minor | Khaled Hosny | 2010-11-26 | 1 | -4/+4 |
| | |||||
* | Test file | Khaled Hosny | 2010-11-26 | 1 | -0/+24 |
| | |||||
* | Some documentation | Khaled Hosny | 2010-11-26 | 1 | -9/+26 |
| | |||||
* | Apply Philipp's patch from #20 | Khaled Hosny | 2010-11-26 | 1 | -1/+9 |
| | |||||
* | Not needed anymore | Khaled Hosny | 2010-11-17 | 1 | -13/+2 |
| | | | | Pretending I knew what it does. | ||||
* | Simplify callback registering | Khaled Hosny | 2010-11-17 | 1 | -41/+17 |
| | | | | | | We never turn off the package as it makes no sense to load it then (and it does not really turn everything off since we already register another callback in the color module. | ||||
* | Minor | Khaled Hosny | 2010-11-17 | 1 | -1/+2 |
| | |||||
* | Remove misleading statement | Khaled Hosny | 2010-11-17 | 1 | -5/+3 |
| | | | | | Mer copying of files over from ConTeXt is no longer possible and should not be suggested. | ||||
* | Some cosmetic changes | Khaled Hosny | 2010-11-17 | 1 | -46/+52 |
| | |||||
* | Remove --database-dir and --sys options | Khaled Hosny | 2010-11-12 | 3 | -59/+26 |
| | | | | | | | | | | | * --database-dir is useless anyway since we don't support loading names database from arbitrary path. * --sys (and mkluatexfontdb-sys) are dangerous since we will load user specific fonts (in ~/.fonts for example) which can not be loaded by other users (can be security concern as well). If there is real need, we should then implement it properly. + some clean up and less code duplication in mkluatexfontdb. | ||||
* | Prepare for releasev1.21 | Khaled Hosny | 2010-11-11 | 2 | -6/+9 |
| |