summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Simplify callback registeringKhaled Hosny2010-11-171-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.
* MinorKhaled Hosny2010-11-171-1/+2
|
* Remove misleading statementKhaled Hosny2010-11-171-5/+3
| | | | | Mer copying of files over from ConTeXt is no longer possible and should not be suggested.
* Some cosmetic changesKhaled Hosny2010-11-171-46/+52
|
* Remove --database-dir and --sys optionsKhaled Hosny2010-11-123-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.21Khaled Hosny2010-11-112-6/+9
|
* Adapt to luatexbase v3.0Manuel Pégourié-Gonnard2010-11-111-25/+3
|
* Stop using luatextra, use luatexbase + lualibs.Manuel Pégourié-Gonnard2010-11-061-2/+7
| | | | Tested with luatexbase v0.2.
* Remove extra empty linesKhaled Hosny2010-10-251-32/+0
| | | | Makes the typeset code look better
* Set \fontdimen10|11 for math fontsKhaled Hosny2010-10-251-0/+17
| | | | | This gives macro packages access to (Script)ScriptPercentScaleDown math constants, see wspr/unicode-math#112.
* Prepare for releasev1.20Khaled Hosny2010-10-162-6/+12
|
* Make cache directory creation more robustKhaled Hosny2010-10-141-11/+13
| | | | | | | If the top directories do not exist (in case we were run the first to be run after fresh texlive install) try to make them first. closes #17
* Make sure the color value is stringKhaled Hosny2010-10-061-0/+1
|
* Fix GPOS mark placement for LTR textKhaled Hosny2010-10-062-6/+16
| | | | | | Fix by Hans. fixes #18
* Reject fonts missing 'names' tableKhaled Hosny2010-09-191-1/+13
| | | | | | | Fonts should always have a names table, I suppose, so if not we should reject the font. Reported by Philipp Stephani.
* Sanitize color before attempting to use itKhaled Hosny2010-09-132-1/+23
| | | | | Right now it just checks the number if fields, may be we should check if it is a valid hex color value as well.
* Prepare for releasev1.19Khaled Hosny2010-09-122-7/+8
|
* adding a line describing the last change in the NEWS fileElie Roux2010-08-051-0/+2
|