summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merge pull request #39 from pgundlach/whitelistKhaled Hosny2011-09-291-5/+13
| |\| | | | | | | Whitelist fonts
| | * Whitelist fontsPatrick Gundlach2011-09-291-5/+13
| |/ | | | | | | | | Add a whitelist for fonts with "-" in front of the font name (to remove it from the blacklist)
| * Unify logging systemsPhilipp Stephani2011-07-242-19/+27
| | | | | | | | | | | | | | | | | | Until now, the logging functions in `otfl-luat-ovr.lua` and the function `log` in `otfl-font-nms.lua` used different syntax conventions, which resulted in suboptimal output when the functions in `otfl-font-nms.lua` were called from the LuaLaTeX module (in contrast to `mkluatexfontdb`). Spotted by Karl Berry, see http://tug.org/pipermail/lualatex-dev/2011-July/001274.html
| * Support lualatex-platform module if availablePhilipp Stephani2011-04-281-1/+51
| | | | | | | | Use font list reported by operating system if possible, default font directory list otherwise
| * 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
| |
* | 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
| |
* | Will not be needed with next ConTeXt mergeKhaled Hosny2011-03-181-17/+0
| |
* | Rename fonts.ids -> fonts.identifiersKhaled Hosny2011-03-031-3/+3
| |
* | Another missed renameKhaled Hosny2011-03-021-1/+1
| |
* | Missed renameKhaled Hosny2011-03-021-1/+1
| |
* | Now the changes that need to pushed into ConTeXtKhaled Hosny2011-03-022-11/+15
| |
* | Rename font-xtx.luaKhaled Hosny2011-03-022-4/+2
| | | | | | | | | | We heavily change the file locally and it is relatively static, so rename it to void being overridden with every sync.
* | Reinstate our changes to font-xtx.luaKhaled Hosny2011-03-021-16/+124
| |
* | Sync with ConTeXt 2011.02.25 22:03Khaled Hosny2011-03-0220-4236/+4271
| | | | | | | | | | This commit overrides all our local modification to ConTeXt file and is not tested at all.
* | A dump script I use for syncing with contextKhaled Hosny2011-03-021-0/+9
| | | | | | | | | | Takes the base of context texmf tree as argument (the zip downloaded from pragma-ade.com
* | Merge remote branch 'origin/master' into unstableKhaled Hosny2011-03-0211-354/+235
|\| | | | | | | | | Conflicts: luaotfload.dtx
| * 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.