Age | Commit message (Expand) | Author | Files | Lines |
2006-01-27 | Move FcConfigNormalizeFontDir call so that it doesn't result in infinite | Patrick Lam | 2 | -12/+0 |
2006-01-27 | Add a couple of missing normalizations to make fc-cache work right; only | Patrick Lam | 2 | -2/+10 |
2006-01-26 | Don't crash on non-existant directories in global cache. | Patrick Lam | 1 | -1/+3 |
2006-01-26 | Stop trampling the directory name when writing out caches. (with Mike | Patrick Lam | 4 | -5/+71 |
2006-01-25 | Fix additional memory leaks reported by Ronny V. Vindenes: don't invoke | Patrick Lam | 3 | -5/+20 |
2006-01-25 | Treat zh-hk fonts differently from zh-tw fonts. This patch may cause | Patrick Lam | 1 | -1/+1 |
2006-01-25 | Fix memory leaks reported by Ronny V. Vindenes. | Patrick Lam | 2 | -2/+15 |
2006-01-19 | Fix for unaligned memory accesses. | Patrick Lam | 1 | -4/+8 |
2006-01-18 | Properly order the FcConfigAddFontDir and FcConfigNormalizeFontDir calls to | Patrick Lam | 1 | -1/+3 |
2006-01-15 | Fix segfault when consuming zero-length caches in fc-cat (which has no | Patrick Lam | 1 | -1/+2 |
2006-01-14 | Compare device numbers as well as inodes. Always normalize directory names | Patrick Lam | 4 | -11/+23 |
2006-01-10 | Explicitly add font dirs to config.fontDirs even if they're empty. Set | Patrick Lam | 1 | -30/+34 |
2006-01-09 | Normalize font dirs by using the form, as given in fonts.conf, and recorded | Patrick Lam | 4 | -11/+42 |
2006-01-08 | Fix matching bug when multiple elements match; don't use the sum of all | Patrick Lam | 1 | -100/+143 |
2006-01-08 | Properly skip past dir caches that contain zero fonts (as occurs in global | Patrick Lam | 1 | -0/+4 |
2006-01-07 | Print out full pathname in fc-match -v as well. Reported by Frederic | Patrick Lam | 2 | -5/+27 |
2006-01-05 | Add self to AUTHORS list. | Patrick Lam | 3 | -17/+17 |
2006-01-02 | Fix double-free which occurs because FcValueCanonicalize doesn't create an | Patrick Lam | 1 | -0/+1 |
2005-12-21 | Shut up GCC warnings on amd. | Patrick Lam | 1 | -2/+2 |
2005-12-21 | Avoid check on _fcBankId nullness and fix case where it used to crash. | Patrick Lam | 2 | -2/+2 |
2005-12-21 | Bump version to 2.3.93.fc-2_3_93 | Patrick Lam | 2 | -17/+58 |
2005-12-20 | Restore code to skip over PCF fonts that have no encoded characters. (We | Patrick Lam | 1 | -3/+6 |
2005-12-12 | Read and write the original location as a fallback for the hashed cache | Patrick Lam | 1 | -9/+32 |
2005-12-12 | Improve error message when fc-cache can't write the cache. Add missing | Patrick Lam | 1 | -1/+1 |
2005-12-12 | Fix crash reported by Frederic Crozat when using libxml2. | Patrick Lam | 1 | -0/+3 |
2005-12-09 | Migrate cache files from fonts directories to /var/cache/fontconfig. This | Patrick Lam | 2 | -50/+475 |
2005-12-08 | Because we've changed FcPatternAddString to use FcStrStaticName and not | Patrick Lam | 1 | -0/+7 |
2005-12-06 | Don't assign types to user object names. | Patrick Lam | 1 | -0/+3 |
2005-12-05 | Don't free strings that have been returned from FcStrStaticName. | Patrick Lam | 1 | -2/+19 |
2005-11-30 | Only add a config file to the set of config files once. | Patrick Lam | 1 | -0/+6 |
2005-11-29 | src/fcint.h (FcCacheBankToIndex); | Patrick Lam | 1 | -1/+1 |
2005-11-29 | Refactor FcCacheBankToIndex into an inlineable part (in fcint.h) which | Patrick Lam | 2 | -18/+25 |
2005-11-29 | Make the perf guys hate me a bit less: hoist the directory-name | Patrick Lam | 2 | -4/+5 |
2005-11-29 | Don't make FcPatternFindFullFname available to fccfg, it's not really safe. | Patrick Lam | 3 | -7/+9 |
2005-11-29 | Fix segfault. | Patrick Lam | 1 | -1/+4 |
2005-11-29 | Fix problem dating back at least to 2.3.2 where globs weren't being applied | Patrick Lam | 3 | -4/+6 |
2005-11-28 | Stephan Kulow <coolo@suse.de> reviewed by: plam | Patrick Lam | 1 | -7/+32 |
2005-11-28 | Stephan Kulow <coolo@suse.de> Michael Matz <matz@suse.de> reviewed by: plam | Patrick Lam | 1 | -65/+159 |
2005-11-26 | Fix incorrect merge. | Patrick Lam | 1 | -3/+3 |
2005-11-25 | Don't do random matching when bad objects are passed into | Patrick Lam | 1 | -15/+43 |
2005-11-25 | Rename fcpatterns, fcpatternelts, fcvaluelists to _fcPatterns, | Patrick Lam | 2 | -29/+29 |
2005-11-25 | Pass the FcObjectPtr to FcCompareValueList, not the char * (perf). | Patrick Lam | 1 | -25/+10 |
2005-11-25 | Pass around FcCache *s to the Unserialize functions for extra consistency | Patrick Lam | 7 | -34/+34 |
2005-11-25 | Inline the *PtrU functions to gain perf. Remove unneeded params for the | Patrick Lam | 4 | -66/+49 |
2005-11-24 | Move FC_BANK_DYNAMIC, FC_BANK_FIRST to internal header. | Patrick Lam | 3 | -22/+25 |
2005-11-24 | Make FcCompareString and FcCompareFamily less expensive. Only add a value | Patrick Lam | 2 | -7/+24 |
2005-11-24 | Inline FcDebug invocations and only initialize once, in FcInit*. Improve | Patrick Lam | 3 | -20/+21 |
2005-11-22 | Manually perform inlining & partial redundancy elimination to reduce calls | Patrick Lam | 2 | -14/+11 |
2005-11-19 | Get rid of the use of freetype internal headers in fcfreetype.c, since | Patrick Lam | 2 | -0/+508 |
2005-11-19 | Get rid of the use of freetype internal headers in fcfreetype.c, since | Patrick Lam | 2 | -41/+38 |