summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* tlig, trep and anum are no longer supportedKhaled Hosny2011-10-063-35/+0
| | | | | | Hans don't seem to care too much about them, neither I and I keep patching the files to re-instate this support. Someone else has to convince Hans to support those feature in his "plain" font loader.
* Don't imply one can drop updated ConText files and expect things to workKhaled Hosny2011-10-061-5/+5
|
* Re-format the fileKhaled Hosny2011-10-061-90/+83
|
* TypoKhaled Hosny2011-10-061-1/+1
|
* Fix parse_script() after recent changes in the fileKhaled Hosny2011-10-061-12/+7
|
* Sync with ContTeXt beta 2011.10.05 23:32Khaled Hosny2011-10-062-9/+15
| | | | Fixes loading TFM fonts. Now almost all tests pass.
* Make color workKhaled Hosny2011-10-041-9/+10
|
* Male color module load again, no colors thoughKhaled Hosny2011-10-042-13/+17
|
* CleanupKhaled Hosny2011-10-041-43/+18
|
* Reduce the diff between otfl-font-ltx.lua otfl-fonts-def.lua and use the formerKhaled Hosny2011-10-043-158/+50
|
* otfl-fonts-syn.lua just complicates things, remove itKhaled Hosny2011-10-043-84/+5
|
* Another internal table renamedKhaled Hosny2011-10-042-5/+6
| | | | More tests pass.
* Internal font table got renamedKhaled Hosny2011-10-041-1/+1
| | | | Now some tests pass.
* One more step to get it workingKhaled Hosny2011-10-041-0/+8
|
* Patch otfl-font-def.lua, not yet workingKhaled Hosny2011-10-042-5/+5
|
* Add otfl-fonts-syn.lua for simplicityKhaled Hosny2011-10-042-0/+84
| | | | | It is almost useless for us, we override its main function in in otfl-font-nms.lua.
* Rename files to follow new ConTeXt namesKhaled Hosny2011-10-043-2/+2
|
* Sync with ContTeXt beta 2011.10.03 12:59Khaled Hosny2011-10-0426-9194/+4801
| | | | Does not run yet.
* Merge branch 'master' into unstableKhaled Hosny2011-10-032-3/+13
|\
| * Should not error() hereKhaled Hosny2011-10-011-1/+5
| |
| * Try /usr/local/etc/fonts/fonts.conf before /etc/fonts/fonts.confKhaled Hosny2011-10-011-1/+5
| | | | | | | | closes #34
| * Fix documentation about default prefixKhaled Hosny2011-10-012-1/+3
| | | | | | | | fixes #38
* | Merge branch 'master' into unstableKhaled Hosny2011-10-015-48/+132
|\|
| * Revert "Temporarly add this code back, I want to make a release"Khaled Hosny2011-10-011-26/+0
| | | | | | | | | | | | This reverts commit acca6bfc8c0efcbb4e877dd97fcf945194f8ba8b. Code moved to unicode-math
| * Comment out mac ttc fontsKhaled Hosny2011-10-011-18/+19
| | | | | | | | | | LuaTeX does not crash anymore. fixes #37
| * Merge pull request #40 from pgundlach/whitelistKhaled Hosny2011-09-292-2/+13
| |\ | | | | | | Black-/whitelist documentation update
| | * Black-/whitelist documentation updatePatrick Gundlach2011-09-302-2/+13
| | |
| * | 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
| |