summaryrefslogtreecommitdiff
path: root/fc-cache/fc-cache.c
AgeCommit message (Expand)AuthorFilesLines
2006-02-18Fix the underlying cause of the below segfault (must usually callPatrick Lam1-0/+2
2006-02-16Add -r --really-force option which blows away cache files and thenPatrick Lam1-7/+18
2006-02-16Don't bail if fontconfig can't remove a dir cache file. Skip the ID of aPatrick Lam1-6/+10
2006-02-06Don't loop infinitely on recursive symlinks.Patrick Lam1-0/+18
2006-01-31Don't stop scanning if a directory in fonts.conf doesn't exist, becausePatrick Lam1-6/+14
2006-01-27Move FcConfigNormalizeFontDir call so that it doesn't result in infinitePatrick Lam1-1/+5
2006-01-14Compare device numbers as well as inodes. Always normalize directory namesPatrick Lam1-1/+1
2006-01-10Explicitly add font dirs to config.fontDirs even if they're empty. SetPatrick Lam1-0/+1
2006-01-09Normalize font dirs by using the form, as given in fonts.conf, and recordedPatrick Lam1-1/+1
2005-12-12Improve error message when fc-cache can't write the cache. Add missingPatrick Lam1-1/+3
2005-11-02Revert the previous patch and commit the correct patch: I forgot aPatrick Lam1-9/+0
2005-11-02Forcibly rescan a directory before writing a fresh local cache file forPatrick Lam1-0/+9
2005-10-05Add new API which unlinks directory caches and checks dir caches forPatrick Lam1-1/+5
2005-09-23Add new command-line utility, fc-cat, to convert fonts.cache-2 files intoPatrick Lam1-1/+0
2005-09-01:Patrick Lam1-1/+1
2005-08-31Only load requested fonts for fc-cache, and cleanup memory handling:Patrick Lam1-2/+1
2005-08-30src/fcint.cPatrick Lam1-3/+0
2005-08-24Overhaul the serialization system to create one mmapable file per directoryPatrick Lam1-8/+4
2005-07-25#ifdef out old cache stuff, replace with first version of new mmappingPatrick Lam1-1/+12
2005-04-27Bump so revision for 2.3.2Keith Packard1-1/+10
2005-04-21Don't force bitmap font enable in default configuration; allows users toKeith Packard1-0/+1
2004-12-07Change files from ISO-Latin-1 to UTF-8Keith Packard1-1/+1
2004-12-05Sleep for two seconds before exiting to make sure timestamps for futureKeith Packard1-0/+8
2003-05-31(Bug 87) Automake 1.4 doesn't do man_MAN1 correctly (Bug 88) Fix usage infoKeith Packard1-3/+16
2003-03-05Change RCS tagKeith Packard1-2/+2
2003-03-02Switch back to -version-info for fontconfig as its at minor 0. AddKeith Packard1-0/+8
2003-02-12Have fc-cache skip directories without write accessKeith Packard1-7/+19
2002-09-18Pacify gcc 3.2Marc Aurele La France1-1/+2
2002-08-13Make missing font directory messages only displayed when verboseKeith Packard1-2/+3
2002-08-11Help message said -v was for --forceKeith Packard1-2/+2
2002-07-01Make fc-cache avoid reading the whole world full of fontsKeith Packard1-5/+5
2002-06-19Make fc-cache more tolerant of missing font directoriesKeith Packard1-2/+26
2002-05-21Fix autoconf build process for fontconfigKeith Packard1-41/+120
2002-02-26Warning fixesMarc Aurele La France1-1/+12
2002-02-15Update to Xft version 2Keith Packard1-3/+4
2002-02-14Initial revisionKeith Packard1-0/+145