Age | Commit message (Expand) | Author | Files | Lines |
2005-12-21 | Bump version to 2.3.93.fc-2_3_93 | Patrick Lam | 7 | -21/+103 |
2005-12-20 | Restore code to skip over PCF fonts that have no encoded characters. (We | Patrick Lam | 3 | -3/+19 |
2005-12-12 | Read and write the original location as a fallback for the hashed cache | Patrick Lam | 2 | -9/+39 |
2005-12-12 | Improve error message when fc-cache can't write the cache. Add missing | Patrick Lam | 4 | -2/+18 |
2005-12-12 | Fix crash reported by Frederic Crozat when using libxml2. | Patrick Lam | 2 | -0/+10 |
2005-12-09 | Migrate cache files from fonts directories to /var/cache/fontconfig. This | Patrick Lam | 9 | -53/+519 |
2005-12-08 | Because we've changed FcPatternAddString to use FcStrStaticName and not | Patrick Lam | 2 | -0/+13 |
2005-12-07 | Fix warnings. | Patrick Lam | 2 | -6/+8 |
2005-12-06 | Don't assign types to user object names. | Patrick Lam | 2 | -0/+8 |
2005-12-05 | Don't free strings that have been returned from FcStrStaticName. | Patrick Lam | 2 | -2/+24 |
2005-12-01 | Add codepath for reading global cache files as well. | Patrick Lam | 2 | -0/+66 |
2005-12-01 | Add config file for Persian fonts from Sharif FarsiWeb, Inc. | Patrick Lam | 3 | -1/+555 |
2005-11-30 | Only add a config file to the set of config files once. | Patrick Lam | 2 | -0/+13 |
2005-11-29 | src/fcint.h (FcCacheBankToIndex); | Patrick Lam | 2 | -1/+6 |
2005-11-29 | Refactor FcCacheBankToIndex into an inlineable part (in fcint.h) which | Patrick Lam | 4 | -19/+43 |
2005-11-29 | Make the perf guys hate me a bit less: hoist the directory-name | Patrick Lam | 3 | -4/+13 |
2005-11-29 | Don't make FcPatternFindFullFname available to fccfg, it's not really safe. | Patrick Lam | 4 | -7/+18 |
2005-11-29 | Fix segfault. | Patrick Lam | 2 | -1/+9 |
2005-11-29 | Update autogenerated config.* files. | Patrick Lam | 2 | -288/+314 |
2005-11-29 | Fix problem dating back at least to 2.3.2 where globs weren't being applied | Patrick Lam | 5 | -12/+28 |
2005-11-28 | Stephan Kulow <coolo@suse.de> reviewed by: plam | Patrick Lam | 2 | -7/+55 |
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 | 2 | -3/+10 |
2005-11-25 | Don't do random matching when bad objects are passed into | Patrick Lam | 2 | -15/+49 |
2005-11-25 | Rename fcpatterns, fcpatternelts, fcvaluelists to _fcPatterns, | Patrick Lam | 3 | -29/+39 |
2005-11-25 | Pass the FcObjectPtr to FcCompareValueList, not the char * (perf). | Patrick Lam | 2 | -25/+17 |
2005-11-25 | Pass around FcCache *s to the Unserialize functions for extra consistency | Patrick Lam | 8 | -34/+47 |
2005-11-25 | Inline the *PtrU functions to gain perf. Remove unneeded params for the | Patrick Lam | 5 | -67/+60 |
2005-11-25 | Fix the debian changelog so that debian/rules works again, make it create a | Patrick Lam | 3 | -28/+43 |
2005-11-24 | Move FC_BANK_DYNAMIC, FC_BANK_FIRST to internal header. | Patrick Lam | 5 | -25/+38 |
2005-11-24 | Make FcCompareString and FcCompareFamily less expensive. Only add a value | Patrick Lam | 3 | -8/+34 |
2005-11-24 | Inline FcDebug invocations and only initialize once, in FcInit*. Improve | Patrick Lam | 4 | -20/+31 |
2005-11-23 | Properly apply fcrozat's patch. | Patrick Lam | 1 | -1/+1 |
2005-11-23 | 2005-11-23 Frederic Crozat <fcrozat@mandriva.com>: reviewed by: plam | Patrick Lam | 3 | -2/+9 |
2005-11-23 | 2005-11-23 Frederic Crozat <fcrozat@mandriva.com>: reviewed by: plam | Patrick Lam | 2 | -1/+8 |
2005-11-22 | Manually perform inlining & partial redundancy elimination to reduce calls | Patrick Lam | 3 | -14/+27 |
2005-11-19 | Get rid of the use of freetype internal headers in fcfreetype.c, since | Patrick Lam | 1 | -0/+2 |
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 | 3 | -41/+51 |
2005-11-19 | Further fix of patch from 2005-11-04: miscounted numbers count | Patrick Lam | 2 | -8/+25 |
2005-11-18 | Don't crash when fc-cat invoked with no arguments. | Patrick Lam | 3 | -5/+25 |
2005-11-18 | List iteration not needed in FcConfigValues, since it's building up the | Patrick Lam | 2 | -11/+15 |
2005-11-17 | Fix crash on invalid constants in config files (forgot to update a pointer | Patrick Lam | 2 | -0/+7 |
2005-11-17 | Complain about invalid constants in config files. | Patrick Lam | 2 | -0/+11 |
2005-11-17 | Don't add current_arch_start more than once. | Patrick Lam | 6 | -8/+39 |
2005-11-16 | src/fccache.c (FcDirCacheProduce) | Patrick Lam | 2 | -4/+18 |
2005-11-16 | Add *NeededBytesAlign(), which overestimates the padding which is later | Patrick Lam | 8 | -8/+127 |
2005-11-04 | Fix bug 2878 (excessive relocations at startup for charsets, reported by | Patrick Lam | 5 | -17/+92 |
2005-11-04 | Add test for validity of directory caches that somehow got lost (reportedfc-2_3_92 | Patrick Lam | 2 | -1/+7 |
2005-11-04 | Bump version to 2.3.92. | Patrick Lam | 4 | -4/+37 |