summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 2.3.93.fc-2_3_93Patrick Lam2005-12-217-21/+103
* Restore code to skip over PCF fonts that have no encoded characters. (WePatrick Lam2005-12-203-3/+19
* Read and write the original location as a fallback for the hashed cachePatrick Lam2005-12-122-9/+39
* Improve error message when fc-cache can't write the cache. Add missingPatrick Lam2005-12-124-2/+18
* Fix crash reported by Frederic Crozat when using libxml2.Patrick Lam2005-12-122-0/+10
* Migrate cache files from fonts directories to /var/cache/fontconfig. ThisPatrick Lam2005-12-099-53/+519
* Because we've changed FcPatternAddString to use FcStrStaticName and notPatrick Lam2005-12-082-0/+13
* Fix warnings.Patrick Lam2005-12-072-6/+8
* Don't assign types to user object names.Patrick Lam2005-12-062-0/+8
* Don't free strings that have been returned from FcStrStaticName.Patrick Lam2005-12-052-2/+24
* Add codepath for reading global cache files as well.Patrick Lam2005-12-012-0/+66
* Add config file for Persian fonts from Sharif FarsiWeb, Inc.Patrick Lam2005-12-013-1/+555
* Only add a config file to the set of config files once.Patrick Lam2005-11-302-0/+13
* src/fcint.h (FcCacheBankToIndex);Patrick Lam2005-11-292-1/+6
* Refactor FcCacheBankToIndex into an inlineable part (in fcint.h) whichPatrick Lam2005-11-294-19/+43
* Make the perf guys hate me a bit less: hoist the directory-namePatrick Lam2005-11-293-4/+13
* Don't make FcPatternFindFullFname available to fccfg, it's not really safe.Patrick Lam2005-11-294-7/+18
* Fix segfault.Patrick Lam2005-11-292-1/+9
* Update autogenerated config.* files.Patrick Lam2005-11-292-288/+314
* Fix problem dating back at least to 2.3.2 where globs weren't being appliedPatrick Lam2005-11-295-12/+28
* Stephan Kulow <coolo@suse.de> reviewed by: plamPatrick Lam2005-11-282-7/+55
* Stephan Kulow <coolo@suse.de> Michael Matz <matz@suse.de> reviewed by: plamPatrick Lam2005-11-281-65/+159
* Fix incorrect merge.Patrick Lam2005-11-262-3/+10
* Don't do random matching when bad objects are passed intoPatrick Lam2005-11-252-15/+49
* Rename fcpatterns, fcpatternelts, fcvaluelists to _fcPatterns,Patrick Lam2005-11-253-29/+39
* Pass the FcObjectPtr to FcCompareValueList, not the char * (perf).Patrick Lam2005-11-252-25/+17
* Pass around FcCache *s to the Unserialize functions for extra consistencyPatrick Lam2005-11-258-34/+47
* Inline the *PtrU functions to gain perf. Remove unneeded params for thePatrick Lam2005-11-255-67/+60
* Fix the debian changelog so that debian/rules works again, make it create aPatrick Lam2005-11-253-28/+43
* Move FC_BANK_DYNAMIC, FC_BANK_FIRST to internal header.Patrick Lam2005-11-245-25/+38
* Make FcCompareString and FcCompareFamily less expensive. Only add a valuePatrick Lam2005-11-243-8/+34
* Inline FcDebug invocations and only initialize once, in FcInit*. ImprovePatrick Lam2005-11-244-20/+31
* Properly apply fcrozat's patch.Patrick Lam2005-11-231-1/+1
* 2005-11-23 Frederic Crozat <fcrozat@mandriva.com>: reviewed by: plamPatrick Lam2005-11-233-2/+9
* 2005-11-23 Frederic Crozat <fcrozat@mandriva.com>: reviewed by: plamPatrick Lam2005-11-232-1/+8
* Manually perform inlining & partial redundancy elimination to reduce callsPatrick Lam2005-11-223-14/+27
* Get rid of the use of freetype internal headers in fcfreetype.c, sincePatrick Lam2005-11-191-0/+2
* Get rid of the use of freetype internal headers in fcfreetype.c, sincePatrick Lam2005-11-192-0/+508
* Get rid of the use of freetype internal headers in fcfreetype.c, sincePatrick Lam2005-11-193-41/+51
* Further fix of patch from 2005-11-04: miscounted numbers countPatrick Lam2005-11-192-8/+25
* Don't crash when fc-cat invoked with no arguments.Patrick Lam2005-11-183-5/+25
* List iteration not needed in FcConfigValues, since it's building up thePatrick Lam2005-11-182-11/+15
* Fix crash on invalid constants in config files (forgot to update a pointerPatrick Lam2005-11-172-0/+7
* Complain about invalid constants in config files.Patrick Lam2005-11-172-0/+11
* Don't add current_arch_start more than once.Patrick Lam2005-11-176-8/+39
* src/fccache.c (FcDirCacheProduce)Patrick Lam2005-11-162-4/+18
* Add *NeededBytesAlign(), which overestimates the padding which is laterPatrick Lam2005-11-168-8/+127
* Fix bug 2878 (excessive relocations at startup for charsets, reported byPatrick Lam2005-11-045-17/+92
* Add test for validity of directory caches that somehow got lost (reportedfc-2_3_92Patrick Lam2005-11-042-1/+7
* Bump version to 2.3.92.Patrick Lam2005-11-044-4/+37