Age | Commit message (Expand) | Author | Files | Lines |
2009-02-13 | Consistently use FcStat() over stat() in all places | Behdad Esfahbod | 1 | -1/+1 |
2009-02-13 | Add FcConfigReference() (#17124) | Behdad Esfahbod | 1 | -0/+20 |
2009-02-13 | Replace RCS Id tags with the file name | Behdad Esfahbod | 1 | -1/+1 |
2009-02-13 | Avoid C99ism in Win32 code (#16651) | Behdad Esfahbod | 1 | -1/+2 |
2008-05-24 | FcConfigUptoDate breaks if directory mtime is in the future. Bug 14424. | Sayamindu Dasgupta | 1 | -1/+12 |
2008-05-03 | Proper config path for static libraries in win32 | Dennis Schridde | 1 | -5/+21 |
2007-12-12 | Not_contain should use strstr, not strcmp on strings. (bug 13632) | Hongbo Zhao | 1 | -1/+1 |
2007-11-04 | Export FcConfig{G,S}etRescanInverval from .so, mark as deprecated. | Keith Packard | 1 | -0/+16 |
2007-11-03 | Have FcConfigSetCurrent accept the current configuration and simply return | Keith Packard | 1 | -0/+3 |
2007-11-03 | Typo error in function name: Inverval -> interval | Keith Packard | 1 | -2/+2 |
2007-10-25 | Also check configDirs mtimes in FcConfigUptoDate | Keith Packard | 1 | -14/+3 |
2006-09-15 | Reimplement FcConfigAppFontAddDir; function was lost in 2.4.0. | Keith Packard | 1 | -44/+42 |
2006-09-05 | Eliminate .so PLT entries for local symbols. (thanks to Arjan van de Ven) | Keith Packard | 1 | -0/+3 |
2006-09-04 | Make cache reference counting more efficient. | Keith Packard | 1 | -1/+4 |
2006-09-04 | Reference count cache objects. | Keith Packard | 1 | -20/+2 |
2006-09-02 | Fix missing initialization/destruction of new 'scan' target subst list. | Keith Packard | 1 | -0/+2 |
2006-09-02 | Add FcMatchScan to resolve Delicious font matching issues (bug #6769) | Keith Packard | 1 | -8/+27 |
2006-09-01 | Pass directory information around in FcCache structure. Freeze charsets. | Keith Packard | 1 | -74/+95 |
2006-08-30 | Skip broken caches. Cache files are auto-written, don't rewrite in fc-cache. | Keith Packard | 1 | -57/+23 |
2006-08-30 | Rework cache files to use offsets for all data structures. | Keith Packard | 1 | -52/+50 |
2006-08-27 | Eliminate global cache. Eliminate multi-arch cache code. | Keith Packard | 1 | -18/+5 |
2006-08-27 | Eliminate NormalizeDir. Eliminate gratuitous stat/access calls per dir. | Keith Packard | 1 | -100/+0 |
2006-08-04 | 2006-08-04 Keith Packard (keithp@keithp.com) reviewed by: plam | Patrick Lam | 1 | -1/+27 |
2006-04-25 | Include $(top_srcdir), $(top_srcdir)/src before anything else. | Patrick Lam | 1 | -1/+1 |
2006-04-12 | Fix memory leak (Coverity defect #2089). | Patrick Lam | 1 | -1/+3 |
2006-04-11 | Missing bits from previous patches. | Patrick Lam | 1 | -4/+9 |
2006-04-10 | Fix string memory leak (Coverity defect #1823). | Patrick Lam | 1 | -1/+4 |
2006-04-10 | Fix double free (spotted by Coverity, CID #1965). | Patrick Lam | 1 | -0/+1 |
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-04 | src/fccfg.c (FcConfigAppFontAddFile, FcConfigAppFontAddDir) | Patrick Lam | 1 | -0/+2 |
2006-01-27 | Add a couple of missing normalizations to make fc-cache work right; only | Patrick Lam | 1 | -2/+2 |
2006-01-26 | Stop trampling the directory name when writing out caches. (with Mike | Patrick Lam | 1 | -0/+52 |
2006-01-25 | Fix additional memory leaks reported by Ronny V. Vindenes: don't invoke | Patrick Lam | 1 | -2/+1 |
2006-01-14 | Compare device numbers as well as inodes. Always normalize directory names | Patrick Lam | 1 | -3/+4 |
2006-01-09 | Normalize font dirs by using the form, as given in fonts.conf, and recorded | Patrick Lam | 1 | -0/+23 |
2006-01-02 | Fix double-free which occurs because FcValueCanonicalize doesn't create an | Patrick Lam | 1 | -0/+1 |
2005-11-29 | Make the perf guys hate me a bit less: hoist the directory-name | Patrick Lam | 1 | -4/+2 |
2005-11-29 | Don't make FcPatternFindFullFname available to fccfg, it's not really safe. | Patrick Lam | 1 | -3/+5 |
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 | 1 | -1/+2 |
2005-11-18 | List iteration not needed in FcConfigValues, since it's building up the | Patrick Lam | 1 | -11/+6 |
2005-11-17 | Fix crash on invalid constants in config files (forgot to update a pointer | Patrick Lam | 1 | -0/+1 |
2005-11-02 | Declare the global cache of a directory's contents to be stale if the | Patrick Lam | 1 | -6/+14 |
2005-09-15 | Revert ill-advised addition of FC_RENDER. Add strategy for handling objects | Patrick Lam | 1 | -1/+1 |
2005-09-11 | Merge with HEAD and finish the GCC 4 cleanups (no more warnings!) | Patrick Lam | 1 | -1/+1 |
2005-09-03 | Really fix the global cache: make sure we're reading and writing the same | Patrick Lam | 1 | -3/+20 |
2005-08-27 | Replace FcObjectStaticName by FcStrStaticName. Implement serialization of | Patrick Lam | 1 | -2/+2 |
2005-08-25 | Reinstate the old global cache code. For the forseeable future, it's | Patrick Lam | 1 | -13/+8 |
2005-08-24 | Overhaul the serialization system to create one mmapable file per directory | Patrick Lam | 1 | -51/+58 |
2005-07-25 | #ifdef out old cache stuff, replace with first version of new mmapping | Patrick Lam | 1 | -4/+12 |