Age | Commit message (Expand) | Author | Files | Lines |
2006-03-24 | Fix multiarch support (don't destroy multiarch files!) | Patrick Lam | 1 | -1/+2 |
2006-03-23 | On Windows, unlink before rename. Reported by Tim Evans. | Patrick Lam | 1 | -0/+3 |
2006-03-08 | Sort directory entries while scanning them from disk; prevents Heisenbugs | Patrick Lam | 1 | -3/+41 |
2006-03-08 | Remove stuff we don't use, make get_{char,short,long} functions of ftglue | Patrick Lam | 5 | -83/+24 |
2006-03-05 | Because we hacked FcPatternGet, we don't really need to expand the filename | Patrick Lam | 1 | -3/+0 |
2006-03-05 | Ok, so some people (wine!) use FcPatternGet to fetch FC_FILE. Make that | Patrick Lam | 1 | -33/+40 |
2006-03-03 | Include inttypes.h instead of stdint.h if appropriate. | Patrick Lam | 1 | -0/+4 |
2006-03-03 | Get rid of C++-style comments. | Patrick Lam | 4 | -9/+10 |
2006-03-03 | Fix suspicious return expression which causes junk to be returned. | Patrick Lam | 1 | -1/+1 |
2006-02-24 | Takashi Iwai <tiwai@suse.de> reviewed by: plam | Patrick Lam | 1 | -0/+1 |
2006-02-21 | Pass the buck; make fontconfig not crash on pango badness. | Patrick Lam | 1 | -0/+4 |
2006-02-21 | Eliminate redundancies. | Patrick Lam | 5 | -8/+3 |
2006-02-21 | Eliminate unused vars reported by Intel's compiler. | Patrick Lam | 3 | -6/+2 |
2006-02-21 | Freeze patterns created by configuration file for tiny memory savings | Patrick Lam | 1 | -1/+2 |
2006-02-18 | Fix the underlying cause of the below segfault (must usually call | Patrick Lam | 2 | -2/+6 |
2006-02-18 | Fix segfault (reported by fcrozat) caused by incorrect input on cache | Patrick Lam | 1 | -8/+13 |
2006-02-17 | Bump up magic version; we changed the binary format. | Patrick Lam | 1 | -2/+2 |
2006-02-16 | Deal correctly with changing FC_CACHE_MAGIC. | Patrick Lam | 1 | -0/+17 |
2006-02-16 | Don't bail if fontconfig can't remove a dir cache file. Skip the ID of a | Patrick Lam | 1 | -5/+3 |
2006-02-13 | Fix memory leak in error condition code. | Patrick Lam | 1 | -2/+2 |
2006-02-13 | Skip bitmap fonts which can't even get it together enough to declare a | Patrick Lam | 1 | -0/+5 |
2006-02-11 | Try to open /var/cache/fontconfig/[hashed name] before fonts.cache-2 in a | Patrick Lam | 1 | -22/+20 |
2006-02-11 | Use a tri-state to mark the fonts which didn't get blocked but were just | Patrick Lam | 1 | -7/+11 |
2006-02-10 | Don't kill fonts because they don't declare an element that's being matched | Patrick Lam | 1 | -0/+4 |
2006-02-09 | Define and pass O_BINARY to open if appropriate, for those platforms that | Patrick Lam | 1 | -13/+17 |
2006-02-09 | Fix attempt to close -1. Don't unboundedly grow bad caches (reported by | Patrick Lam | 1 | -3/+5 |
2006-02-09 | Fix problem with missing 'en' due to euro.patch: change cache file format | Patrick Lam | 1 | -4/+4 |
2006-02-08 | Fix warning. | Patrick Lam | 1 | -1/+1 |
2006-02-07 | Don't reject dirs that can't be normalized (fixes lilypond, and is correct | Patrick Lam | 2 | -14/+14 |
2006-02-07 | Perf optimizations. Inline FcValueCanonicalize, reduce FcValueListPtrU | Patrick Lam | 1 | -20/+19 |
2006-02-07 | src/fccharset.c (FcLangCharSetPopulate, FcCharSetInsertLeaf) | Patrick Lam | 1 | -3/+3 |
2006-02-07 | Fix hidden variable warning. | Patrick Lam | 2 | -5/+5 |
2006-02-07 | Remove de-escaping logic because FcCacheWriteString doesn't escape anyway. | Patrick Lam | 1 | -48/+24 |
2006-02-07 | Takashi Iwai <tiwai@suse.de> | Patrick Lam | 1 | -6/+15 |
2006-02-06 | Skip subdirs when skipping over stale bits of global cache. Introduce state | Patrick Lam | 2 | -52/+138 |
2006-02-06 | Hoist FcFileIsDir check out of FcFileScanConfig loop. | Patrick Lam | 1 | -7/+4 |
2006-02-06 | Don't rescan when trying to normalize a non-declared font dir. Don't add | Patrick Lam | 1 | -26/+52 |
2006-02-06 | Explain apples/oranges comparison and fix compilation error. | Patrick Lam | 1 | -1/+4 |
2006-02-06 | Insert check for integer overflow in # of fonts. | Patrick Lam | 1 | -1/+1 |
2006-02-05 | src/fccache.c (FcGlobalCacheLoad, FcGlobalCacheSave, FcDirCacheConsume, | Patrick Lam | 2 | -18/+52 |
2006-02-04 | src/fccfg.c (FcConfigAppFontAddFile, FcConfigAppFontAddDir) | Patrick Lam | 1 | -0/+2 |
2006-02-04 | Gracefully handle the case where a cache asserts that it has a negative | Patrick Lam | 1 | -14/+15 |
2006-02-03 | Fix double free in error case. | Patrick Lam | 1 | -1/+1 |
2006-01-31 | Toast broken global cache files. | Patrick Lam | 1 | -2/+2 |
2006-01-31 | Actually use the directories that I added to the global cache. Fixes 'make | Patrick Lam | 1 | -2/+9 |
2006-01-30 | Make global cache work again after putting dir names into global cache (I | Patrick Lam | 1 | -1/+1 |
2006-01-30 | Update fc-cat to handle subdir lists in global cache file. | Patrick Lam | 1 | -2/+9 |
2006-01-30 | Make fccache more resilient to broken cache files by checking return value | Patrick Lam | 1 | -14/+14 |
2006-01-30 | Fix global cache reads of subdirectories. | Patrick Lam | 1 | -1/+1 |
2006-01-30 | Add documentation for FcConfigNormalizeFontDir. | Patrick Lam | 3 | -3/+26 |