Age | Commit message (Expand) | Author | Files | Lines |
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 |
2005-07-07 | Convert ObjectPtr from a fat structure to a simple index into an id table; | Patrick Lam | 1 | -3/+4 |
2005-06-28 | Add functionality to allow fontconfig data structure serialization. | Patrick Lam | 1 | -59/+76 |
2005-06-17 | Make FcOpNotContains use FcStrStr for strings so that it matches semantics | Keith Packard | 1 | -1/+3 |
2005-03-09 | Get the DLL from "bin" where modern libtools put it, not "lib". | Tor Lillqvist | 1 | -1/+3 |
2004-12-07 | Change files from ISO-Latin-1 to UTF-8 | Keith Packard | 1 | -1/+1 |
2004-12-04 | Move existing fonts.conf to fonts.conf.bak | Keith Packard | 1 | -2/+53 |
2004-06-30 | Provided by: Lubos Lunak <l.lunak@suse.cz> | Keith Packard | 1 | -2/+2 |
2004-02-07 | Add Low Saxon orthography (Kenneth Rohde Christiansen <kenneth@gnu.org>) | Keith Packard | 1 | -0/+3 |
2004-02-01 | fontconfig, at least as used by GIMP and/or PangoFT2 on Windows, crashes | Tor Lillqvist | 1 | -0/+25 |
2003-09-01 | FcConfigAppFontClear: Support passing NULL to use default config. | Manish Singh | 1 | -0/+7 |
2003-08-15 | Added new FcFini function for cleaning up all memory. Fixed a few memory | Carl Worth | 1 | -0/+6 |
2003-07-20 | Implement new semantics for Contains and LISTING: | Keith Packard | 1 | -35/+44 |
2003-06-26 | Allow config->cache to be null (as it is when $HOME is not set) | Keith Packard | 1 | -3/+6 |
2003-06-15 | Trivial braino. | Tor Lillqvist | 1 | -1/+1 |
2003-06-13 | Check also for DLL_EXPORT as indication of being built as a DLL on Win32. | Tor Lillqvist | 1 | -1/+5 |
2003-05-28 | Fix "contains" op for strings and langsets. | James Su | 1 | -6/+10 |
2003-05-07 | Add filename-based accept/reject to ammend available fonts. | Keith Packard | 1 | -4/+92 |
2003-04-24 | FcFontList broken when presented a charset - was comparing inclusion in the | Keith Packard | 1 | -4/+4 |
2003-04-22 | Handle pattern elements moving during multiple edits | Keith Packard | 1 | -0/+8 |
2003-04-17 | Pass FONTCONFIG_PATH in arguments to get expanded | Keith Packard | 1 | -4/+0 |
2003-04-15 | Fix unary operator parsing. Add floor, ceil, trunc and round unary | Keith Packard | 1 | -0/+71 |
2003-03-22 | Changes for Windows: | Tor Lillqvist | 1 | -4/+86 |
2003-03-20 | Avoid crashing on empty test/edit lists | Keith Packard | 1 | -2/+4 |
2003-03-05 | AddFcLangSetContains for font listing, add first-letter table for language | Keith Packard | 1 | -4/+4 |
2003-03-02 | Switch back to -version-info for fontconfig as its at minor 0. Add | Keith Packard | 1 | -3/+22 |
2003-02-12 | Add "same" binding for edits to inherit binding from matched element | Keith Packard | 1 | -1/+9 |
2003-02-06 | Fix inconsistent const usage in FcConfigCompareValue | Keith Packard | 1 | -4/+6 |
2002-12-21 | 677. Fix a segfault in fontconfig (#A.1450, Keith Packard).xf-4_2_99_3 | David Dawes | 1 | -1/+5 |