| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a typo in fonts.names.scan() | Khaled Hosny | 2011-02-04 | 1 | -1/+1 |
* | Remove --database-dir and --sys options | Khaled Hosny | 2010-11-12 | 1 | -8/+16 |
* | Reject fonts missing 'names' table | Khaled Hosny | 2010-09-19 | 1 | -1/+13 |
* | Move code around | Khaled Hosny | 2010-07-11 | 1 | -14/+0 |
* | Cosmetics and minor cleanups | Khaled Hosny | 2010-07-11 | 1 | -25/+20 |
* | Remove the progress bar and simplify the code | Khaled Hosny | 2010-07-11 | 1 | -55/+8 |
* | Re-enable ttc fonts in MacOSX | Khaled Hosny | 2010-06-25 | 1 | -7/+2 |
* | Really fix printing file name before loading it | Khaled Hosny | 2010-06-25 | 1 | -0/+1 |
* | Handle trailing spaces and inline comments | Khaled Hosny | 2010-06-25 | 1 | -0/+3 |
* | Remove and old hack and a potential bug | Khaled Hosny | 2010-06-25 | 1 | -20/+7 |
* | Implement general font blacklisting mechanism | Khaled Hosny | 2010-06-25 | 1 | -25/+33 |
* | Revert "Unused code" | Khaled Hosny | 2010-06-24 | 1 | -0/+7 |
* | Unused code | Khaled Hosny | 2010-06-22 | 1 | -7/+0 |
* | Lualibs already defines a table.contains() function | Khaled Hosny | 2010-06-22 | 1 | -12/+0 |
* | For consistency with latest ConTeXt | Khaled Hosny | 2010-06-14 | 1 | -1/+1 |
* | Cosmetics | Khaled Hosny | 2010-06-14 | 1 | -15/+11 |
* | Fallback to regular | Khaled Hosny | 2010-06-08 | 1 | -0/+5 |
* | Provide a |fonts.names.scan()| function | Khaled Hosny | 2010-06-07 | 1 | -1/+14 |
* | Log loaded font file before calling |load_font()| | Khaled Hosny | 2010-06-07 | 1 | -6/+6 |
* | improve messages slightly | Will Robertson | 2010-06-05 | 1 | -12/+11 |
* | be more verbose when updating the font database | Will Robertson | 2010-06-05 | 1 | -2/+2 |
* | Continuing the fonts.conf parsing. | Elie Roux | 2010-06-04 | 1 | -17/+67 |
* | Remove spurious else | Khaled Hosny | 2010-06-04 | 1 | -2/+0 |
* | Handle bypassing TFM fonts properly | Khaled Hosny | 2010-05-31 | 1 | -18/+0 |
* | This code path have never been used | Khaled Hosny | 2010-05-31 | 1 | -22/+0 |
* | Fix file extension filtering | Khaled Hosny | 2010-05-31 | 1 | -1/+1 |
* | Simply file extension handling | Khaled Hosny | 2010-05-31 | 1 | -16/+12 |
* | Fix when a directory is passed to path_normalize | Khaled Hosny | 2010-05-30 | 1 | -1/+1 |
* | Suppress some warnings when not in verbose mode | Will Robertson | 2010-05-25 | 1 | -2/+2 |
* | suppress some warnings when default settings | Will Robertson | 2010-05-25 | 1 | -5/+9 |
* | Fix symlink detection | Khaled Hosny | 2010-05-25 | 1 | -1/+7 |
* | Reading symlinks under non-Windows platform | Elie Roux | 2010-05-25 | 1 | -5/+13 |
* | doc | Elie Roux | 2010-05-24 | 1 | -1/+10 |
* | Now we use the new system even on Unixes | Elie Roux | 2010-05-24 | 1 | -48/+9 |
* | Oops... | Elie Roux | 2010-05-24 | 1 | -1/+0 |
* | Everything works fine under Windows now | Elie Roux | 2010-05-24 | 1 | -1/+1 |
* | Changing the test to see if a font has already been loaded | Elie Roux | 2010-05-24 | 1 | -5/+4 |
* | First attempt to read fonts.conf | Elie Roux | 2010-05-24 | 1 | -10/+53 |
* | Renaming scan_texmf_tree in scan_texmf_fonts | Elie Roux | 2010-05-24 | 1 | -2/+2 |
* | A bit of code reorganization | Elie Roux | 2010-05-24 | 1 | -37/+34 |
* | If save directory doesn't exist, create it | Khaled Hosny | 2010-05-21 | 1 | -2/+6 |
* | fix licenses and readme for context-derived files. | Will Robertson | 2010-05-21 | 1 | -1/+1 |
* | fix for when logs.info doesn't exist | Will Robertson | 2010-05-20 | 1 | -0/+1 |
* | Initializing kpse.init_prog | Elie Roux | 2010-05-19 | 1 | -2/+8 |
* | Revert "these are typos from a few commits ago, right?" | Will Robertson | 2010-05-19 | 1 | -6/+6 |
* | temporary fix to avoid LastResort.ttf | Will Robertson | 2010-05-19 | 1 | -0/+23 |
* | generalise which extensions to check (& filter out .ttc on Mac) | Will Robertson | 2010-05-19 | 1 | -5/+26 |
* | these are typos from a few commits ago, right? | Will Robertson | 2010-05-19 | 1 | -6/+6 |
* | simplify logging slightly | Will Robertson | 2010-05-19 | 1 | -4/+4 |
* | don't duplicate code when looping through exts | Will Robertson | 2010-05-19 | 1 | -7/+5 |