summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updating NEWSElie Roux2013-04-181-2/+3
|
* I had forgotten this check for reference-loopingElie Roux2013-04-181-1/+3
|
* More tests availabilityElie Roux2013-04-181-4/+38
|
* Making tests useable by non-ConTeXt usersElie Roux2013-04-182-5/+39
|
* Removing the todo of previous commitElie Roux2013-04-161-1/+0
|
* Preventing loop-references in fontconfig filesElie Roux2013-04-161-5/+6
| | | | I just had this case on a recent Ubuntu...
* Make \font\foo=file:xxx more reliableElie Roux2013-04-161-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.74Elie Roux2013-04-161-1/+0
|
* Updating NEWS fileElie Roux2013-04-161-1/+4
|
* Adding semibold as a synonym for bold, not sure it's useful...Elie Roux2013-04-161-2/+5
|
* Warning if a file cannot be read in font confElie Roux2013-04-161-0/+1
|
* Better error handling for font config readingElie Roux2013-04-161-2/+2
| | | | The code is still quite experimental and sometimes generate errors while it could still continue.
* Bumping version in NEWS tooElie Roux2013-04-111-0/+4
|
* Bumping versionElie Roux2013-04-111-7/+7
|
* Fixing issues #49 and #52Elie Roux2013-04-111-2/+2
|
* Compatibility with LuaTeX 0.75Elie Roux2013-04-113-4/+4
|
* New releasev1.27Khaled Hosny2012-05-282-6/+9
|
* Fix "endless loop in charlist" in some fontsKhaled Hosny2012-05-281-4/+6
|
* Prepare for releasev1.26Khaled Hosny2012-03-272-6/+11
|
* Find demibold fonts as wellKhaled Hosny2012-03-261-2/+2
|
* Enable italic correction feature by defaultKhaled Hosny2012-03-262-1/+6
|
* Prepare for releasev1.25Khaled Hosny2011-04-212-6/+12
|
* Temporarly add this code back, I want to make a releaseKhaled Hosny2011-04-211-0/+26
|
* Remove some misleading text, one should read the manual insteadKhaled Hosny2011-04-211-19/+0
|
* Hack to support Demi fontsKhaled Hosny2011-04-211-3/+3
|
* SimplifyKhaled Hosny2011-03-021-11/+3
|
* Don't load the cached font if the feature file was changedKhaled Hosny2011-03-021-1/+3
| | | | Just a hack but seems to work until I check with Hans.
* Even more own dog food eatingKhaled Hosny2011-03-011-0/+2
|
* Remove outdated commentKhaled Hosny2011-03-011-3/+0
|
* A hack to get libertine's bold recognisedKhaled Hosny2011-03-011-1/+2
|
* Eat our own dog foodKhaled Hosny2011-03-012-6/+8
|
* Make it more clear what kind of features are supportedKhaled Hosny2011-03-011-10/+9
|
* MinorKhaled Hosny2011-02-281-1/+1
|
* Simplify feature fileKhaled Hosny2011-02-281-70/+13
|
* Fix bugs resulted from previous code removalKhaled Hosny2011-02-251-3/+4
|
* Misc. documentation fixesKhaled Hosny2011-02-251-87/+84
| | | | And update the mode section to reflect current defaults.
* Kpathsea does not know "truetype dictionary"Khaled Hosny2011-02-211-1/+1
| | | | See http://www.ntg.nl/pipermail/dev-luatex/2011-February/004120.html
* Code for setting \fontdimen10|11 moved to unicode-mathKhaled Hosny2011-02-201-19/+0
|
* Code for setting \fontdimen8 moved to fontspecKhaled Hosny2011-02-201-28/+0
|
* Prepare for releasev1.24Khaled Hosny2011-02-162-6/+9
|
* Fix infinite loopKhaled Hosny2011-02-051-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.23Khaled Hosny2011-02-042-6/+9
|
* Fix a typo in fonts.names.scan()Khaled Hosny2011-02-041-1/+1
| | | | This was a debugging leftover that went unnoticed.
* Prepare for releasev1.22Khaled Hosny2011-01-252-6/+11
|
* Remove `luaotfload.add_patch_callback()`Khaled Hosny2010-11-262-10/+2
| | | | | Per Philip's suggestion, `luatexbase.add_to_callback()` is to be used directly instead.
* MinorKhaled Hosny2010-11-261-4/+4
|
* Test fileKhaled Hosny2010-11-261-0/+24
|
* Some documentationKhaled Hosny2010-11-261-9/+26
|
* Apply Philipp's patch from #20Khaled Hosny2010-11-261-1/+9
|
* Not needed anymoreKhaled Hosny2010-11-171-13/+2
| | | | Pretending I knew what it does.