]> git.wh0rd.org - fontconfig.git/history - src/fcdir.c
Bug 44826 - <alias> must contain only a single <family>
[fontconfig.git] / src / fcdir.c
2011-06-20  Behdad EsfahbodBug 36577 - Updating cache with no-bitmaps disables...
2011-03-14  Behdad EsfahbodAlways define FcStat as a function
2010-11-10  Behdad EsfahbodCleanup copyright notices to replace "Keith Packard...
2010-04-12  Behdad EsfahbodRemove all training whitespaces
2009-09-07  Behdad EsfahbodUse default config in FcFileScan() and FcDirScan()
2009-03-13  Behdad EsfahbodReplace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license...
2009-02-14  Behdad EsfahbodRevive FcConfigScan() (bug #17121)
2009-02-14  Behdad EsfahbodConsistently use FcStat() over stat() in all places
2009-02-14  Behdad EsfahbodReplace RCS Id tags with the file name
2007-10-18  Keith PackardStore font directory mtime in cache file.
2006-12-02  Keith PackardSegfault scanning non-font files. Disallow scan edit...
2006-09-15  Keith PackardReimplement FcConfigAppFontAddDir; function was lost...
2006-09-09  Keith PackardMerge branch 'jhcloos'
2006-09-05  Keith PackardEliminate .so PLT entries for local symbols. (thanks...
2006-09-03  Keith PackardMerge branch 'fc-2_4_branch' to master
2006-09-03  Keith PackardAdd FcMatchScan to resolve Delicious font matching...
2006-09-02  Keith PackardUnify directory canonicalization into FcStrAddFilename.
2006-09-01  Keith PackardPass directory information around in FcCache structure...
2006-08-31  Keith PackardSkip broken caches. Cache files are auto-written, don...
2006-08-28  Keith PackardRegenerate x86 line in fcarch.tmpl.h to match change...
2006-08-28  Keith PackardEliminate ./ and ../ elements from font directory names...
2006-08-28  Keith PackardFix up fc-cache and fc-cat for no global cache changes.
2006-08-28  Keith PackardEliminate global cache. Eliminate multi-arch cache...
2006-08-28  Keith PackardEliminate NormalizeDir. Eliminate gratuitous stat/acces...
2006-08-04  Patrick Lam2006-08-04 Keith Packard (keithp@keithp.com) reviewed...
2006-04-10  Patrick Lamsrc/fcdir.c (FcDirScanConfig) Don't leak in error cases...
2006-04-07  Patrick LamEliminate warning.
2006-03-08  Patrick LamSort directory entries while scanning them from disk...
2006-03-08  Patrick LamSort directory entries while scanning them from disk...
2006-02-21  Patrick LamEliminate redundancies.
2006-02-18  Patrick LamFix the underlying cause of the below segfault (must...
2006-02-07  Patrick LamDon't reject dirs that can't be normalized (fixes lilyp...
2006-02-06  Patrick LamHoist FcFileIsDir check out of FcFileScanConfig loop.
2006-01-30  Patrick LamAdd documentation for FcConfigNormalizeFontDir.
2006-01-26  Patrick LamStop trampling the directory name when writing out...
2006-01-18  Patrick LamProperly order the FcConfigAddFontDir and FcConfigNorma...
2006-01-14  Patrick LamCompare device numbers as well as inodes. Always normal...
2006-01-09  Patrick LamNormalize font dirs by using the form, as given in...
2005-11-04  Patrick LamAdd test for validity of directory caches that somehow... fc-2_3_92
2005-10-12  Patrick LamWhen fc-cache is run without --force, use directory...
2005-09-11  Patrick LamMerge with HEAD and finish the GCC 4 cleanups (no more...
2005-09-01  Patrick Lam:
2005-08-30  Patrick Lamsrc/fcint.c
2005-08-24  Patrick LamOverhaul the serialization system to create one mmapabl...
2005-07-25  Patrick Lam#ifdef out old cache stuff, replace with first version...
2005-02-10  Keith PackardFree patterns from fonts which are rejected by configur...
2004-12-07  Keith PackardChange files from ISO-Latin-1 to UTF-8
2004-12-05  Keith PackardChange default set of fonts to include all of /usr...
2004-12-04  Keith PackardMove existing fonts.conf to fonts.conf.bak
2003-05-07  Keith PackardAdd filename-based accept/reject to ammend available...
2003-03-12  Keith PackardGlobal cache time checking was using wrong file name...
2003-03-05  Keith PackardChange RCS tag
2003-02-24  Keith PackardDont attempt to use cache if NULL
2003-02-13  Keith PackardTrack dirs containing fonts.cache files referenced...
2003-02-12  Keith PackardDont cache directorys until theyve been scanned. Avoids...
2002-09-26  Keith PackardWas losing local cached dirs in global cache list
2002-08-31  Keith PackardMore complete memory tracking. Install always overwrite...
2002-08-26  Keith PackardAppend version number to cache file names fcpackage_rc3
2002-07-28  Keith PackardRewrite global cache handling code in fontconfig to... fcpackage_rc1
2002-06-19  Keith PackardAdd ref counting to font config patterns so that FcFont...
2002-05-21  Keith PackardFix autoconf build process for fontconfig
2002-03-03  Keith Packardfontconfig: bail scanning directory on fatal error
2002-03-01  Keith PackardPort Xft1 to fontconfig
2002-02-15  Keith Packardfontconfig library: build fixes and compiler warning...
2002-02-14  Keith PackardInitial revision