summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* fixing a bug with detection of LaTeX (made Tikz not working)Elie Roux2010-07-291-0/+1
|
* Prepare for releasev1.18Khaled Hosny2010-07-152-6/+9
|
* CosmeticsKhaled Hosny2010-07-151-4/+7
|
* Fix for \overwithdelims and brothersKhaled Hosny2010-07-152-0/+10
| | | | | | | | We now fill in two extra math constants, FractionDelimiterSize and FractionDelimiterDisplayStyleSize. See: http://tug.org/pipermail/luatex/2010-July/001741.html
* Prepare for releasev1.17Khaled Hosny2010-07-142-7/+11
|
* Charter looks good on screenKhaled Hosny2010-07-141-2/+15
|
* ssty indexes from 1 in luatexWill Robertson2010-07-141-2/+2
|
* Allow stylistic sets features in base modeKhaled Hosny2010-07-131-0/+19
|
* Handle all percent constantsKhaled Hosny2010-07-131-2/+2
| | | | | There is also ScriptPercentScaleDown and ScriptScriptPercentScaleDown besides RadicalDegreeBottomRaisePercent, so be more generalised.
* Prepare for releasev1.16Khaled Hosny2010-07-122-5/+10
|
* Move code aroundKhaled Hosny2010-07-112-14/+25
| | | | | | Move code that does not belong to otfl-font-nms.lua to luaotfload.dtx. Please test.
* Cosmetics and minor cleanupsKhaled Hosny2010-07-111-25/+20
|
* Remove the progress bar and simplify the codeKhaled Hosny2010-07-112-56/+8
| | | | | The database building/updating that the, unusual, progress bar is not needed.
* Add a note about the lack of Indic supportKhaled Hosny2010-07-111-1/+3
|
* Support keys prefixed by "+"Khaled Hosny2010-07-111-1/+1
| | | | | Key/value features prefixed by a plus sign now work, fixes #16. Needs a more throughly testing, as it might break other feature assignments.
* Prepare for releasev1.15Khaled Hosny2010-06-282-6/+11
|
* Blacklist all TTC fonts that ship with Mac OS XKhaled Hosny2010-06-271-0/+20
| | | | | This list need to be filtered out so that only known problematic ones are blacklisted.
* Fix 'anum' featureKhaled Hosny2010-06-272-2/+14
| | | | 'FAR' script was used instead of 'ARA' and 'URD' instead of 'FAR'!
* Prepare for releasev1.14Khaled Hosny2010-06-252-6/+13
|
* Re-enable ttc fonts in MacOSXKhaled Hosny2010-06-251-7/+2
| | | | | This way it is easier for people to actually find the broken ones so we can blacklist them explicitly.
* Really fix printing file name before loading itKhaled Hosny2010-06-251-0/+1
| | | | | io.flush() is needed, otherwise nothing gets printed until the loading is finished.