summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-01-30Update fc-cat to handle subdir lists in global cache file.Patrick Lam3-2/+28
2006-01-30Make fccache more resilient to broken cache files by checking return valuePatrick Lam2-14/+23
2006-01-30Remove references to dead fontconfig(3) manpages in other fontconfigPatrick Lam3-4/+9
2006-01-30Fix world's tiniest typo in code example.Patrick Lam2-1/+8
2006-01-30Fix global cache reads of subdirectories.Patrick Lam2-1/+8
2006-01-30Add documentation for FcConfigNormalizeFontDir.Patrick Lam5-3/+50
2006-01-27Move FcConfigNormalizeFontDir call so that it doesn't result in infinitePatrick Lam5-13/+18
2006-01-27Add a couple of missing normalizations to make fc-cache work right; onlyPatrick Lam3-2/+17
2006-01-26Don't crash on non-existant directories in global cache.Patrick Lam2-1/+10
2006-01-26Stop trampling the directory name when writing out caches. (with MikePatrick Lam5-5/+82
2006-01-25Fix additional memory leaks reported by Ronny V. Vindenes: don't invokePatrick Lam4-5/+31
2006-01-25Treat zh-hk fonts differently from zh-tw fonts. This patch may causePatrick Lam3-2/+12
2006-01-25Fix memory leaks reported by Ronny V. Vindenes.Patrick Lam3-2/+21
2006-01-19Fix for unaligned memory accesses.Patrick Lam2-5/+16
2006-01-18Properly order the FcConfigAddFontDir and FcConfigNormalizeFontDir calls toPatrick Lam2-1/+11
2006-01-15Fix segfault when consuming zero-length caches in fc-cat (which has noPatrick Lam2-1/+8
2006-01-14Compare device numbers as well as inodes. Always normalize directory namesPatrick Lam8-14/+49
2006-01-10Explicitly add font dirs to config.fontDirs even if they're empty. SetPatrick Lam3-30/+47
2006-01-09Normalize font dirs by using the form, as given in fonts.conf, and recordedPatrick Lam7-14/+59
2006-01-08Fix matching bug when multiple elements match; don't use the sum of allPatrick Lam1-100/+143
2006-01-08Fix matching bug when multiple elements match; don't use the sum of allPatrick Lam1-0/+9
2006-01-08Properly skip past dir caches that contain zero fonts (as occurs in globalPatrick Lam2-0/+10
2006-01-07Print out full pathname in fc-match -v as well. Reported by FredericPatrick Lam3-5/+45
2006-01-05Add self to AUTHORS list.Patrick Lam6-45/+75
2006-01-02Fix double-free which occurs because FcValueCanonicalize doesn't create anPatrick Lam2-1/+11
2006-01-02Fix version of .cache file (currently 1 -> currently 2). Reported by JimPatrick Lam1-0/+6
2006-01-02Fix version of .cache file (currently 1 -> currently 2). Reported by JimPatrick Lam1-1/+1
2005-12-21Shut up GCC warnings on amd.Patrick Lam2-2/+9
2005-12-21Avoid check on _fcBankId nullness and fix case where it used to crash.Patrick Lam3-2/+9
2005-12-21Bump version to 2.3.93.fc-2_3_93Patrick Lam7-21/+103
2005-12-20Restore code to skip over PCF fonts that have no encoded characters. (WePatrick Lam3-3/+19
2005-12-12Read and write the original location as a fallback for the hashed cachePatrick Lam2-9/+39
2005-12-12Improve error message when fc-cache can't write the cache. Add missingPatrick Lam4-2/+18
2005-12-12Fix crash reported by Frederic Crozat when using libxml2.Patrick Lam2-0/+10
2005-12-09Migrate cache files from fonts directories to /var/cache/fontconfig. ThisPatrick Lam9-53/+519
2005-12-08Because we've changed FcPatternAddString to use FcStrStaticName and notPatrick Lam2-0/+13
2005-12-07Fix warnings.Patrick Lam2-6/+8
2005-12-06Don't assign types to user object names.Patrick Lam2-0/+8
2005-12-05Don't free strings that have been returned from FcStrStaticName.Patrick Lam2-2/+24
2005-12-01Add codepath for reading global cache files as well.Patrick Lam2-0/+66
2005-12-01Add config file for Persian fonts from Sharif FarsiWeb, Inc.Patrick Lam3-1/+555
2005-11-30Only add a config file to the set of config files once.Patrick Lam2-0/+13
2005-11-29src/fcint.h (FcCacheBankToIndex);Patrick Lam2-1/+6
2005-11-29Refactor FcCacheBankToIndex into an inlineable part (in fcint.h) whichPatrick Lam4-19/+43
2005-11-29Make the perf guys hate me a bit less: hoist the directory-namePatrick Lam3-4/+13
2005-11-29Don't make FcPatternFindFullFname available to fccfg, it's not really safe.Patrick Lam4-7/+18
2005-11-29Fix segfault.Patrick Lam2-1/+9
2005-11-29Update autogenerated config.* files.Patrick Lam2-288/+314
2005-11-29Fix problem dating back at least to 2.3.2 where globs weren't being appliedPatrick Lam5-12/+28
2005-11-28Stephan Kulow <coolo@suse.de> reviewed by: plamPatrick Lam2-7/+55