]> git.wh0rd.org - fontconfig.git/history - src/fccache.c
Bug 44826 - <alias> must contain only a single <family>
[fontconfig.git] / src / fccache.c
2005-12-09  Patrick LamMigrate cache files from fonts directories to /var...
2005-11-29  Patrick LamRefactor FcCacheBankToIndex into an inlineable part...
2005-11-29  Patrick LamMake the perf guys hate me a bit less: hoist the direct...
2005-11-25  Patrick LamPass around FcCache *s to the Unserialize functions...
2005-11-17  Patrick LamDon't add current_arch_start more than once.
2005-11-16  Patrick Lamsrc/fccache.c (FcDirCacheProduce)
2005-11-16  Patrick LamAdd *NeededBytesAlign(), which overestimates the paddin...
2005-11-02  Patrick LamFix thinko: actually, the whole global cache is stale...
2005-11-02  Patrick LamDeclare the global cache of a directory's contents...
2005-11-01  Patrick LamReinstate basename patch, but keep a hash table linking...
2005-10-21  Patrick LamDestroy the global cache file if it's terminally broken...
2005-10-14  Patrick LamCheck existence of directory cache file before attempti...
2005-10-13  Patrick LamFix flipped return value on unlink. (Reported by Mike...
2005-10-12  Patrick LamWhen fc-cache is run without --force, use directory...
2005-10-05  Patrick LamImplement move-to-front array for banks (perf regressio...
2005-10-05  Patrick LamAdd new API which unlinks directory caches and checks...
2005-10-03  Patrick LamEnsure that a directory cache has the appropriate secti...
2005-09-29  Patrick LamFix multi-arch cache files: compute the position for...
2005-09-28  Patrick LamCast results of sizeof() to unsigned int to get rid...
2005-09-28  Patrick LamUse FcAtomic to rewrite cache files.
2005-09-27  Patrick LamDon't unlink the fonts.cache-2 file even if there's...
2005-09-27  Patrick LamAllocate room for the subdirectory names in each direct...
2005-09-23  Patrick LamUpdate documentation -- fc-cache's man page now says...
2005-09-15  Patrick LamRevert ill-advised addition of FC_RENDER. Add strategy...
2005-09-11  Patrick LamMerge with HEAD and finish the GCC 4 cleanups (no more...
2005-09-07  Patrick LamRobustness fixes: check return values from read and...
2005-09-03  Patrick LamReally fix the global cache: make sure we're reading...
2005-09-02  Patrick LamFix addressing in the global cache file, preventing...
2005-09-01  Patrick LamFix embarassing attempt to free a static buffer.
2005-09-01  Patrick Lam:
2005-08-31  Patrick LamOnly load requested fonts for fc-cache, and cleanup...
2005-08-30  Patrick LamFix compilation error exposed with gcc 2.95.
2005-08-30  Patrick Lamsrc/fcint.c
2005-08-28  Patrick LamEmit and verify machine signature (sizeof (stuff) ...
2005-08-25  Patrick LamReinstate the old global cache code. For the forseeable...
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-06-28  Patrick LamAdd functionality to allow fontconfig data structure...
2005-01-04  Keith PackardVerify that every font pattern loaded from cache has...
2004-12-07  Keith PackardChange files from ISO-Latin-1 to UTF-8
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-22  Tor LillqvistChanges for Windows:
2003-03-12  Keith PackardGlobal cache time checking was using wrong file name...
2003-03-05  Keith PackardChange RCS tag
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-22  Keith PackardReimplement FC_LANG as FcTypeLang, freeze patterns...
2002-08-19  Keith PackardVarious config changes plus a couple of optimizations...
2002-08-06  Keith PackardUninitialized member of cache structure could lead...
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 PackardAdd fcatomic.c
2002-03-01  Keith PackardAdd new FcAtomic datatype for config file locking
2002-03-01  Keith PackardPort Xft1 to fontconfig
2002-02-19  Keith PackardEliminate const in FcPatternGetString; too hard. Add...
2002-02-15  Keith Packardfontconfig library: build fixes and compiler warning...
2002-02-14  Keith PackardInitial revision