summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-11-04Bump version to 2.3.92.Patrick Lam4-4/+37
2005-11-03Fix argument ordering problem in call to FcPatternTransferFullFname.Patrick Lam2-1/+6
2005-11-03Fix warnings and embarrassing double-free error.Patrick Lam3-10/+13
2005-11-02Change the rule for artificial emboldening in fonts.conf.in. This enablesPatrick Lam2-4/+22
2005-11-02Don't zero out full names for FC_REF_CONSTANT fonts; also, duplicate fullPatrick Lam2-4/+22
2005-11-02Revert the previous patch and commit the correct patch: I forgot aPatrick Lam3-9/+9
2005-11-02Forcibly rescan a directory before writing a fresh local cache file forPatrick Lam2-0/+17
2005-11-02Fix thinko: actually, the whole global cache is stale if the global cachePatrick Lam2-3/+9
2005-11-02Declare the global cache of a directory's contents to be stale if thePatrick Lam4-10/+41
2005-11-01Copy the full pathname whenever duplicating an FcPattern; otherwise,Patrick Lam5-8/+41
2005-11-01Fix small memory error (tried to free argv); use basename and dirnamePatrick Lam3-4/+9
2005-11-01Reinstate basename patch, but keep a hash table linking FcPatterns to theirPatrick Lam7-8/+181
2005-10-31Revert basename patch, which breaks fontconfig clients on my system.Patrick Lam1-2/+1
2005-10-26Add FC_EMBEDDED_BITMAP object type to tell Xft/Cairo whether to loadPatrick Lam5-0/+18
2005-10-25Only add basename to patterns' FC_FILE element, not any part of thePatrick Lam2-1/+8
2005-10-22Add some more consts, fixing more GCC4 warnings.Patrick Lam2-11/+16
2005-10-22Support localized font family and style names. This has been reported toPatrick Lam4-51/+130
2005-10-21Destroy the global cache file if it's terminally broken. (reported by MikePatrick Lam2-4/+21
2005-10-21Prevent fc-list from escaping strings when printing them.Patrick Lam4-6/+22
2005-10-20Add valist sentinel markup for FcObjectSetBuild and FcPatternBuild.Patrick Lam2-3/+18
2005-10-14Add consts to variables so as to move arrays into .rodata.Patrick Lam3-4/+12
2005-10-14Check existence of directory cache file before attempting to unlink.Patrick Lam2-1/+10
2005-10-13Fix flipped return value on unlink. (Reported by Mike Fabian)Patrick Lam2-2/+18
2005-10-12When fc-cache is run without --force, use directory cache files to speed upPatrick Lam3-2/+8
2005-10-06Add padding to make valgrind and glibc not hate each other when callingPatrick Lam3-4/+14
2005-10-05Fix typo in manually applying patch.Patrick Lam1-1/+1
2005-10-05Modify config file to use Greek fonts before Asian fonts with Greek glyphs.Patrick Lam2-3/+15
2005-10-05Use libtool -no-undefined flag on all platforms.Patrick Lam2-2/+8
2005-10-05Implement move-to-front array for banks (perf regression reported by RonnyPatrick Lam2-10/+25
2005-10-05Add new API which unlinks directory caches and checks dir caches forPatrick Lam4-11/+56
2005-10-03Ensure that a directory cache has the appropriate section before reportingPatrick Lam2-0/+21
2005-10-01Bump version number to 2.3.91.fc-2_3_91Patrick Lam3-3/+16
2005-09-29Use libxml2 if requested (with --enable-libxml2) or if expat is notPatrick Lam4-73/+174
2005-09-29Fix multi-arch cache files: compute the position for the block to be addedPatrick Lam2-2/+8
2005-09-28Cast results of sizeof() to unsigned int to get rid of warnings on x86_64Patrick Lam2-20/+26
2005-09-28Update ChangeLog.Patrick Lam1-0/+34
2005-09-28Use FcAtomic to rewrite cache files.Patrick Lam1-34/+98
2005-09-27Don't unlink the fonts.cache-2 file even if there's no data to write; justPatrick Lam1-7/+0
2005-09-27Allocate room for the subdirectory names in each directory cache. Thanks toPatrick Lam1-2/+8
2005-09-27Fix .cvsignore file after copying across directories.Patrick Lam1-2/+2
2005-09-23Add comment about needing docbook-utils to run make distcheck; hope it'llPatrick Lam1-1/+1
2005-09-23Update ChangeLog for 2.3.90.fc-2_3_90Patrick Lam1-0/+33
2005-09-23Add new command-line utility, fc-cat, to convert fonts.cache-2 files intoPatrick Lam10-7/+548
2005-09-23Update documentation -- fc-cache's man page now says that you need to runPatrick Lam3-9/+19
2005-09-23Remove debugging printf (oops).Patrick Lam1-1/+0
2005-09-23Convert fromcode to char[12] from char *.Patrick Lam1-5/+5
2005-09-23Small patch for output in case where lineno not defined.Patrick Lam2-8/+8
2005-09-22Fix more gcc4 warnings:Patrick Lam11-124/+142
2005-09-22Fix bug when clients use FcNameRegisterObjectTypes; fontconfig wasPatrick Lam1-9/+28
2005-09-16Add missing FcValueCanonicalize on call to FcPatternAdd.Patrick Lam1-1/+2