summaryrefslogtreecommitdiff
path: root/otfl-font-nms.lua
Commit message (Expand)AuthorAgeFilesLines
* Fix when a directory is passed to path_normalizeKhaled Hosny2010-05-301-1/+1
* 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
* docElie Roux2010-05-241-1/+10
* Now we use the new system even on UnixesElie Roux2010-05-241-48/+9
* Oops...Elie Roux2010-05-241-1/+0
* Everything works fine under Windows nowElie Roux2010-05-241-1/+1
* Changing the test to see if a font has already been loadedElie Roux2010-05-241-5/+4
* First attempt to read fonts.confElie Roux2010-05-241-10/+53
* Renaming scan_texmf_tree in scan_texmf_fontsElie Roux2010-05-241-2/+2
* A bit of code reorganizationElie Roux2010-05-241-37/+34
* If save directory doesn't exist, create itKhaled Hosny2010-05-211-2/+6
* fix licenses and readme for context-derived files.Will Robertson2010-05-211-1/+1
* fix for when logs.info doesn't existWill Robertson2010-05-201-0/+1
* Initializing kpse.init_progElie Roux2010-05-191-2/+8
* Revert "these are typos from a few commits ago, right?"Will Robertson2010-05-191-6/+6
* temporary fix to avoid LastResort.ttfWill Robertson2010-05-191-0/+23
* 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
* 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
* don't fail if the extension is missingWill Robertson2010-05-191-1/+2
* oopsElie Roux2010-05-191-2/+5
* This commit should fix everything about the ofm and tfm priorityElie Roux2010-05-181-3/+15
* Fixing the log level when the database is updated inside a documentElie Roux2010-05-181-4/+25
* A bit of documentationElie Roux2010-05-181-0/+5
* If the specification is just a filename, not looking for it in the databaseElie Roux2010-05-181-0/+16
* Removing the .tfm and .ofm additional extentionElie Roux2010-05-181-2/+2
* Printing the name of the loaded database file in the logElie Roux2010-05-171-5/+6
* Fix loading TFM fonts with OSFONTDIR setKhaled Hosny2010-05-171-5/+10
* Fix bug in the previous commitKhaled Hosny2010-05-171-1/+1
* Only index the last found instance of a fontKhaled Hosny2010-05-171-12/+26
* Measures to avoid re-scanning filesKhaled Hosny2010-05-171-26/+27
* Update the database if a font is not foundKhaled Hosny2010-05-161-7/+31
* Revert "Fixing a bug if OSFONTDIR is not empty"Khaled Hosny2010-05-161-18/+1
* CosmeticKhaled Hosny2010-05-161-18/+34
* SimplifyKhaled Hosny2010-05-161-1/+1
* SimplifyKhaled Hosny2010-05-161-2/+1
* Tolerate not being able to run |fc-list|Khaled Hosny2010-05-161-10/+12
* Auto generate font names databaseKhaled Hosny2010-05-161-16/+16
* Simplify the codeKhaled Hosny2010-05-161-34/+26
* Simplify the codeKhaled Hosny2010-05-161-8/+6
* It's certainly better to scan the macos font dirs recursivelyElie Roux2010-05-151-1/+1
* Fixing a bug if OSFONTDIR is not emptyElie Roux2010-05-151-3/+19
* Attempt to fix the behaviour on macosxElie Roux2010-05-151-16/+40
* Adding an error when fontloader is unable to open a fontElie Roux2010-05-151-2/+5
* CosmeticsKhaled Hosny2010-05-141-13/+37