summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* NEWS updatev1.08Khaled Hosny2010-05-284-3/+519
|
* I'm not sure how to document these features.Will Robertson2010-05-251-0/+1
| | | | Pretty sure "calt" should be in this list, however.
* Suppress some warnings when not in verbose modeWill Robertson2010-05-251-2/+2
|
* suppress some warnings when default settingsWill Robertson2010-05-251-5/+9
|
* Fix symlink detectionKhaled Hosny2010-05-251-1/+7
|
* Reading symlinks under non-Windows platformElie Roux2010-05-251-5/+13
| | | | Patch to detect symlinks and follow them in path normalization. Reduces my database by 30 fonts. Please test (especially on Mac OSX).
* docElie Roux2010-05-241-1/+10
|
* Now we use the new system even on UnixesElie Roux2010-05-241-48/+9
| | | | This works fine on my system. Actually it works even better than fc-list, as it finds arial.ttf which fc-list doesn't... strange... please test.
* Oops...Elie Roux2010-05-241-1/+0
|
* Everything works fine under Windows nowElie Roux2010-05-241-1/+1
| | | | Strangely, OSFONTDIR is set under windows... It works even if it's unset anyway.
* Changing the test to see if a font has already been loadedElie Roux2010-05-241-5/+4
| | | | On my system a lot of fonts were indexed two times, this seems to fix it. It's not perfect but that's all we can do with the current database (please tell me if it introduces some regressions).
* First attempt to read fonts.confElie Roux2010-05-241-10/+53
| | | | This seems to work OK... the code don't actually use it as there are other things to debug before, but the function that reads the file works ok on mine (please test on yours if you have time).
* Renaming scan_texmf_tree in scan_texmf_fontsElie Roux2010-05-241-2/+2
| | | | as we don't scan only texmf_tree if OSFONTDIR is set
* A bit of code reorganizationElie Roux2010-05-241-37/+34
| | | | | | (warning very strange and unreadable diff due to indentation change) Now scan_os_fonts just scans os fonts without checking if OSFONTDIR is set or not, but it's called only if OSFONTDIR is not set (makes the code a bit more understandable).
* Sync with ConTeXt beta (beta 2010.05.22)Khaled Hosny2010-05-232-47/+26
|
* Switch to |luatexbase.new_attribute()|Khaled Hosny2010-05-231-31/+8
|
* Temporary fixKhaled Hosny2010-05-221-0/+1
|
* Set default mode to "node"Khaled Hosny2010-05-221-0/+8
| | | | No one seems to object.
* Patch from HansElie Roux2010-05-221-28/+11
| | | | This fixes the problem of the wrong filename in the cache. This change won't make it in TeXLive 2010's ConTeXt, but it's necessary for us.
* remove Manuel's name :)Will Robertson2010-05-221-2/+0
|
* Fix issue with first allocated attribute being 0Khaled Hosny2010-05-211-1/+4
| | | | See http://tug.org/pipermail/lualatex-dev/2010-May/000525.html.
* MinorKhaled Hosny2010-05-211-4/+8
|
* If save directory doesn't exist, create itKhaled Hosny2010-05-211-2/+6
|
* Sync with ConTeXt beta (beta 2010.05.20)Khaled Hosny2010-05-2110-52/+112
|
* Revert "remove NEWS from the Makefile"Khaled Hosny2010-05-211-2/+2
| | | | This reverts commit 248d50f46dee46b17119f5f6c212bf42f77c5e80.
* A separate NEWS file is easier to reachKhaled Hosny2010-05-212-22/+24
|
* fix licenses and readme for context-derived files.Will Robertson2010-05-213-6/+9
|
* fix for when logs.info doesn't existWill Robertson2010-05-201-0/+1
| | | | | | (luat-ovr is only loaded with luaotfload, not when mkluatexfontdb is run separately) not sure how I missed this the other day
* remove NEWS from the MakefileWill Robertson2010-05-201-2/+2
| | | (still hope it's okay with everyone)
* add a mkluatexfontdb section to the docsWill Robertson2010-05-201-8/+37
| | | closes #5
* Attempt to move everything into the READMEWill Robertson2010-05-202-61/+77
| | | | | | | Have I got the order of the names right? (And are those emails addresses public?) Hope you don't mind moving NEWS into here. (Revert if you like.)
* add GPL license textWill Robertson2010-05-201-0/+433
|
* Revert "Remove all mention of the CC0 licence; use GPL for all"Will Robertson2010-05-203-12/+24
| | | | This reverts commit ef220e625c6741cc15f29a77e457c7094fc79541.
* Remove all mention of the CC0 licence; use GPL for allWill Robertson2010-05-203-24/+12
| | | | Related question: do Manuel and I have to add our names to the copyright?
* Merge branch 'master' of github.com:khaledhosny/luaotfloadElie Roux2010-05-191-15/+16
|\
| * Rewrite the introductionKhaled Hosny2010-05-191-14/+14
| |
| * TypoKhaled Hosny2010-05-191-1/+1
| |
| * It is more of a compatibility mode rather than an inspirationKhaled Hosny2010-05-191-1/+2
| |
| * Softwares?Khaled Hosny2010-05-191-1/+1
| |
* | Initializing kpse.init_progElie Roux2010-05-191-2/+8
|/ | | | | | This prevents the call to the pk maker program (that prints an error saying that the pk already exists). This file is not really the place to put such an initialization, I think it should go in the format, but we cannot right now.
* Relatively serious look at the documentationWill Robertson2010-05-201-58/+92
| | | Hope I haven't deleted any of your favourite bits
* document OSFONTDIR behaviourWill Robertson2010-05-191-0/+10
|
* Revert "these are typos from a few commits ago, right?"Will Robertson2010-05-191-6/+6
| | | | This reverts commit 0dd503b00ed24cc4a6628e7c0059c3b20fe0e177.
* temporary fix to avoid LastResort.ttfWill Robertson2010-05-191-0/+23
| | | | Sorry no time to implement a general solution
* a little documentation for mkluatexfontdb --helpWill Robertson2010-05-191-0/+8
|
* generalise which extensions to check (& filter out .ttc on Mac)Will Robertson2010-05-191-5/+26
|
* these are typos from a few commits ago, right?Will Robertson2010-05-191-6/+6
| | | | logs.info certainly doesn't work on my setup...
* simplify logging slightlyWill Robertson2010-05-191-4/+4
|
* don't duplicate code when looping through extsWill Robertson2010-05-191-7/+5
|
* fix static_osx_dirsWill Robertson2010-05-191-4/+5
|