summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-02-24Bump version to 2.3.94.Patrick Lam4-4/+55
2006-02-24Remove unconditional emboldening (per Behdad's instructions).Patrick Lam3-11/+14
2006-02-24Takashi Iwai <tiwai@suse.de> reviewed by: plamPatrick Lam2-0/+9
2006-02-22Strip \r and whitespace from input; fixes bug 3454.Patrick Lam2-5/+13
2006-02-22Allocate large arrays statically in fc-lang to fix crashes underPatrick Lam2-9/+15
2006-02-21Pass the buck; make fontconfig not crash on pango badness.Patrick Lam2-0/+9
2006-02-21Use embeddedbitmap rather than rh_prefer_bitmap.Patrick Lam2-1/+6
2006-02-21Eliminate redundancies.Patrick Lam6-8/+14
2006-02-21Eliminate unused vars reported by Intel's compiler.Patrick Lam5-8/+14
2006-02-21Remove one more archaic character.Patrick Lam2-1/+8
2006-02-21Freeze patterns created by configuration file for tiny memory savingsPatrick Lam2-1/+10
2006-02-21Initialize fontconfig library in fc-cat to avoid segfault.Patrick Lam2-1/+17
2006-02-18Fix the underlying cause of the below segfault (must usually callPatrick Lam4-4/+18
2006-02-18Fix segfault (reported by fcrozat) caused by incorrect input on cachePatrick Lam2-8/+19
2006-02-17Bump up magic version; we changed the binary format.Patrick Lam2-2/+7
2006-02-17Enable fc-cat to print out old-style cache info when given a directoryPatrick Lam2-1/+31
2006-02-16Deal correctly with changing FC_CACHE_MAGIC.Patrick Lam2-0/+22
2006-02-16Add -r --really-force option which blows away cache files and thenPatrick Lam2-7/+24
2006-02-16Don't bail if fontconfig can't remove a dir cache file. Skip the ID of aPatrick Lam3-12/+21
2006-02-13Fix memory leak in error condition code.Patrick Lam2-2/+7
2006-02-13Skip bitmap fonts which can't even get it together enough to declare aPatrick Lam2-0/+13
2006-02-11Try to open /var/cache/fontconfig/[hashed name] before fonts.cache-2 in aPatrick Lam2-22/+29
2006-02-11Use a tri-state to mark the fonts which didn't get blocked but were justPatrick Lam2-7/+19
2006-02-10Don't kill fonts because they don't declare an element that's being matchedPatrick Lam2-0/+11
2006-02-09Define and pass O_BINARY to open if appropriate, for those platforms thatPatrick Lam2-16/+21
2006-02-09Fix attempt to close -1. Don't unboundedly grow bad caches (reported byPatrick Lam2-3/+11
2006-02-09Fix problem with missing 'en' due to euro.patch: change cache file formatPatrick Lam2-4/+12
2006-02-08Fix warning.Patrick Lam2-1/+6
2006-02-07Don't reject dirs that can't be normalized (fixes lilypond, and is correctPatrick Lam3-14/+27
2006-02-07Perf optimizations. Inline FcValueCanonicalize, reduce FcValueListPtrUPatrick Lam2-20/+27
2006-02-07src/fccharset.c (FcLangCharSetPopulate, FcCharSetInsertLeaf)Patrick Lam2-3/+28
2006-02-07Fix hidden variable warning.Patrick Lam13-9/+23
2006-02-07Remove de-escaping logic because FcCacheWriteString doesn't escape anyway.Patrick Lam2-48/+32
2006-02-07Takashi Iwai <tiwai@suse.de>Patrick Lam2-6/+22
2006-02-06Don't loop infinitely on recursive symlinks.Patrick Lam2-0/+24
2006-02-06Skip subdirs when skipping over stale bits of global cache. Introduce statePatrick Lam3-52/+150
2006-02-06Hoist FcFileIsDir check out of FcFileScanConfig loop.Patrick Lam2-7/+10
2006-02-06Don't rescan when trying to normalize a non-declared font dir. Don't addPatrick Lam2-26/+61
2006-02-06Explain apples/oranges comparison and fix compilation error.Patrick Lam2-1/+11
2006-02-06Insert check for integer overflow in # of fonts.Patrick Lam2-1/+8
2006-02-05Make 'make distcheck' work with automake 1.6.3.Patrick Lam5-4/+14
2006-02-05src/fccache.c (FcGlobalCacheLoad, FcGlobalCacheSave, FcDirCacheConsume,Patrick Lam4-21/+67
2006-02-04src/fccfg.c (FcConfigAppFontAddFile, FcConfigAppFontAddDir)Patrick Lam2-0/+9
2006-02-04Gracefully handle the case where a cache asserts that it has a negativePatrick Lam2-14/+23
2006-02-03Fix double free in error case.Patrick Lam2-1/+6
2006-01-31Stephan Kulow <coolo@suse.de> reviewed by: plamPatrick Lam2-10/+11
2006-01-31Toast broken global cache files.Patrick Lam2-2/+9
2006-01-31Actually use the directories that I added to the global cache. Fixes 'makePatrick Lam2-2/+15
2006-01-31Don't stop scanning if a directory in fonts.conf doesn't exist, becausePatrick Lam2-6/+22
2006-01-30Make global cache work again after putting dir names into global cache (IPatrick Lam2-1/+7