summaryrefslogtreecommitdiff
path: root/src/fccache.c
AgeCommit message (Expand)AuthorFilesLines
2005-01-04Verify that every font pattern loaded from cache has both FC_FILE andKeith Packard1-1/+9
2004-12-07Change files from ISO-Latin-1 to UTF-8Keith Packard1-1/+1
2004-12-04Move existing fonts.conf to fonts.conf.bakKeith Packard1-1/+1
2003-05-07Add filename-based accept/reject to ammend available fonts.Keith Packard1-7/+11
2003-03-22Changes for Windows:Tor Lillqvist1-2/+19
2003-03-12Global cache time checking was using wrong file name and computing wrongKeith Packard1-5/+5
2003-03-05Change RCS tagKeith Packard1-2/+2
2003-02-13Track dirs containing fonts.cache files referenced from ~/.fonts.cache fileKeith Packard1-7/+38
2003-02-12Dont cache directorys until theyve been scanned. Avoids losing subdirKeith Packard1-6/+32
2002-09-26Was losing local cached dirs in global cache listKeith Packard1-9/+8
2002-08-31More complete memory tracking. Install always overwrites header filesKeith Packard1-10/+27
2002-08-22Reimplement FC_LANG as FcTypeLang, freeze patterns, other cleanupKeith Packard1-5/+11
2002-08-19Various config changes plus a couple of optimizations from OwenKeith Packard1-27/+42
2002-08-06Uninitialized member of cache structure could lead to non-updated cacheKeith Packard1-0/+1
2002-07-28Rewrite global cache handling code in fontconfig to eliminate per-filefcpackage_rc1Keith Packard1-333/+635
2002-06-19Add ref counting to font config patterns so that FcFontSort return valuesKeith Packard1-2/+9
2002-05-21Fix autoconf build process for fontconfigKeith Packard1-31/+133
2002-03-03Add fcatomic.cKeith Packard1-0/+4
2002-03-01Add new FcAtomic datatype for config file lockingKeith Packard1-20/+14
2002-03-01Port Xft1 to fontconfigKeith Packard1-6/+7
2002-02-19Eliminate const in FcPatternGetString; too hard. Add FcCharSetCoverage toKeith Packard1-2/+2
2002-02-15fontconfig library: build fixes and compiler warning fixesKeith Packard1-67/+109
2002-02-14Initial revisionKeith Packard1-0/+592