Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sync with context 2010.11.01 | Khaled Hosny | 2010-11-03 | 1 | -164/+11 |
| | | | | Not tested, yet. | ||||
* | Now `make check-all` runs successfully again | Khaled Hosny | 2010-11-03 | 1 | -5/+21 |
| | |||||
* | Sync with context 2010.10.22 | Khaled Hosny | 2010-10-28 | 1 | -36/+85 |
| | | | | This is a big sync and things might be seriously broken. | ||||
* | Sync with ConTeXt beta (beta 2010.06.14) | Khaled Hosny | 2010-06-14 | 1 | -0/+19 |
| | | | | Fixes several bugs, including math bugs. | ||||
* | Revert "NEWS update" | Khaled Hosny | 2010-05-28 | 1 | -1/+1 |
| | | | | | | | This reverts commit 9a27f3658bdc57fe39f7a9d95e3e99922818118d. Oops! otfl-font-otp.lua was committed by mistake, it doesn't work properly right now. | ||||
* | NEWS updatev1.08 | Khaled Hosny | 2010-05-28 | 1 | -1/+1 |
| | |||||
* | Sync with ConTeXt beta (beta 2010.05.20) | Khaled Hosny | 2010-05-21 | 1 | -1/+24 |
| | |||||
* | Updating to latest ConTeXt stable (2010.05.08) | Khaled Hosny | 2010-05-09 | 1 | -0/+10 |
| | |||||
* | Support 'opbd' (OpenType protrusion) feature | Khaled Hosny | 2010-04-02 | 1 | -11/+110 |
| | | | | | | | Code scrapped from ConTeXt, AFAIK, no font implements OpenType optical bounds (on of Linux Libertine font has traces of it), but I plan to use it in my fonts. The committed feature file is prepared for Pagella, we can later have font specific feature files like this. | ||||
* | Cleanup | Khaled Hosny | 2010-03-12 | 1 | -63/+20 |
| | | | | | | | Group all our font names functions in |otfl-font-nms.lua| and make |luaotfload.lua| load it. Now |otfl-font-dum.lua| is an unmodified, we instead override the needed functions in the names module. This decreases the redundancy that we had. | ||||
* | Pump version here too | Khaled Hosny | 2010-03-12 | 1 | -1/+1 |
| | |||||
* | Fix log message | Khaled Hosny | 2010-03-08 | 1 | -1/+2 |
| | |||||
* | Changing the database directory to TEXMFVAR/scripts/luatexfontdb | eroux | 2010-03-03 | 1 | -10/+11 |
| | |||||
* | Correlate checksums to filenames | Khaled Hosny | 2010-02-28 | 1 | -1/+1 |
| | | | | | This way when the file is moved around, its filename in the database will be updated, as suggested by Elie. | ||||
* | Checksum loaded fonts | Khaled Hosny | 2010-02-26 | 1 | -1/+1 |
| | | | | | | Store checksums of already loaded fonts in the database to avoids reloading them, this isn't much faster but it avoids reloading the fonts and the huge memory consumption. Is there a faster way to hash a file? | ||||
* | Updating to latest ConTeXt beta (2010.02.23) | Khaled Hosny | 2010-02-23 | 1 | -2/+3 |
| | | | | | Now many of our fixes are incorporated upstream or fixed in a different way. | ||||
* | Updating to latest ConTeXt beta (2010.02.12) | Khaled Hosny | 2010-02-12 | 1 | -0/+131 |
| | | | | | | | | | | | | | | | | | This introduces microtypography support. Test: \input luaotfload.sty \pdfprotrudechars2 \pdfadjustspacing2 \font\testa=file:lmroman12-regular:script=latn at 12pt \font\testb=file:lmroman12-regular:script=latn;protrusion=default at 12pt \testa \input tufte \par \testb \input tufte \par \bye closes #7 | ||||
* | Some logging | Khaled Hosny | 2010-02-06 | 1 | -4/+7 |
| | |||||
* | Support design size ranges | Khaled Hosny | 2010-02-02 | 1 | -7/+6 |
| | |||||
* | Style synonyms | Khaled Hosny | 2010-01-28 | 1 | -0/+17 |
| | | | | | This is a kind of style normalization; we first check the given style, if no match is found, we then check several, presumably, similar styles. | ||||
* | Port to the new database layout | Khaled Hosny | 2010-01-28 | 1 | -24/+20 |
| | |||||
* | More compact layout | Khaled Hosny | 2010-01-28 | 1 | -1/+1 |
| | |||||
* | Make the font database dumb | Khaled Hosny | 2010-01-25 | 1 | -26/+35 |
| | | | | | Store the 'raw' values, the matching logic should be moved to the resolver function. | ||||
* | Pass 'specification' directly to |fonts.names.resolve()| | Khaled Hosny | 2010-01-20 | 1 | -1/+2 |
| | | | | | We will need more fields from the specification in the future, simplify function calling. | ||||
* | Allow arbitrary font styles | Khaled Hosny | 2010-01-19 | 1 | -6/+8 |
| | | | | | | | If the font option isn't a known option, we assume it is a font style and pass it as is, this allows for definitions like: \font\dejavuextralight={DejaVu Sans/Extralight:+liga} at 10pt | ||||
* | Fix loading subfonts | Khaled Hosny | 2010-01-15 | 1 | -2/+2 |
| | |||||
* | Try psname if familyname fails | Khaled Hosny | 2010-01-15 | 1 | -10/+22 |
| | |||||
* | Support reading the new database | Khaled Hosny | 2010-01-15 | 1 | -3/+5 |
| | | | | | Only regular style is resolved for now, still need to pass the proper style to the filename resolver function. | ||||
* | Update database version number | Khaled Hosny | 2010-01-15 | 1 | -1/+1 |
| | | | | | We now use our own version number since we no longer compatible with luatex-fonts' version. | ||||
* | Use our own font names database | Khaled Hosny | 2010-01-10 | 1 | -1/+1 |
| | |||||
* | Updating to latest ConTeXt stable (2009.11.26) | Khaled Hosny | 2009-11-27 | 1 | -15/+13 |
| | | | | | See http://wiki.contextgarden.net/Context_2009.11.26 for list of changes. | ||||
* | updating to latest (beta 2009.11.13) ConTeXt code | Khaled Hosny | 2009-11-15 | 1 | -1/+4 |
| | |||||
* | updating to latest (20090809) ConTeXt code (with minor bugfix) | Elie Roux | 2009-08-10 | 1 | -2/+2 |
| | |||||
* | Sync with ConTeXt 2009.06.10 20:06, fixes bug with undefined ↵ | Khaled Hosny | 2009-06-11 | 1 | -0/+3 |
| | | | | fonts.register_message function that would crash luatex with certain fonts, pluse more. | ||||
* | syncing with latest ConTeXt version (more feautures, less bugs), thanks to ↵ | Elie Roux | 2009-06-10 | 1 | -1/+29 |
| | | | | Khaled Hosny | ||||
* | sync with the latest ConTeXt beta, and using luaotfload in DVI mode too (for ↵ | Elie Roux | 2009-04-23 | 1 | -1/+1 |
| | | | | dvipdfmx) | ||||
* | adding a first working version of luaotfload | Elie Roux | 2009-04-08 | 1 | -0/+85 |