summaryrefslogtreecommitdiff
path: root/src/fcinit.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-18initial work to support BCP47langtag-supportAkira TAGOH1-1/+3
2017-11-07Add the ruleset description supportAkira TAGOH1-0/+1
2015-05-22Fix memory leaks after FcFini()Akira TAGOH1-0/+2
2015-05-18Bug 90148 - Don't warn if cachedir isn't specifiedAkira TAGOH1-7/+19
2015-03-06Fix a segfault when OOM happened.Akira TAGOH1-0/+2
2014-08-12Increase the refcount in FcConfigSetCurrent()Akira TAGOH1-1/+8
2014-06-17Read the config files and fonts on the sysroot when --sysroot is given to fc-...Akira TAGOH1-3/+14
2013-03-05Bug 59456 - Adding a --sysroot like option to fc-cacheAkira TAGOH1-9/+21
2013-01-02Fix build around true/falseBehdad Esfahbod1-0/+10
2013-01-02MinorBehdad Esfahbod1-2/+1
2013-01-02Refactor; contain default config in fccfg.cBehdad Esfahbod1-12/+2
2013-01-02Make FcGetDefaultLang and FcGetDefaultLangs thread-safeBehdad Esfahbod1-0/+1
2013-01-02Use a static perfect hash table for object-name lookupBehdad Esfahbod1-1/+0
2012-12-29Remove memory accounting and reportingBehdad Esfahbod1-105/+0
2012-12-10Remove the duplicate null-checkAkira TAGOH1-1/+1
2012-12-07Fix the wrong estimation for the memory usage information in fontconfigAkira TAGOH1-6/+10
2012-05-18Bug 20411 - fontconfig doesn't match FreeDesktop directories specsAkira TAGOH1-2/+18
2012-03-28Bug 17832 - Memory leaks due to FcStrStaticName use for external patternsAkira TAGOH1-2/+2
2010-12-02Fix returned valueBehdad Esfahbod1-1/+1
2010-11-10Cleanup copyright notices to replace "Keith Packard" with "the author(s)"Behdad Esfahbod1-2/+2
2010-04-12Remove all training whitespacesBehdad Esfahbod1-3/+3
2009-03-13Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all filesBehdad Esfahbod1-2/+2
2009-02-13Replace RCS Id tags with the file nameBehdad Esfahbod1-1/+1
2008-05-04Fix a few memory tracking mistakes.Keith Packard1-0/+2
2007-10-25FcInit should return FcFalse when FcInitLoadConfigAndFonts fails. (bug 10976)Keith Packard1-1/+1
2006-12-02Warn (and recover) from config file without <cachedir> elements.Keith Packard1-0/+19
2006-09-05Eliminate .so PLT entries for local symbols. (thanks to Arjan van de Ven)Keith Packard1-0/+3
2006-09-04Leave cache files mapped permanently.Keith Packard1-0/+1
2006-09-01Pass directory information around in FcCache structure. Freeze charsets.Keith Packard1-1/+0
2006-08-042006-08-04 Keith Packard (keithp@keithp.com) reviewed by: plamPatrick Lam1-0/+2
2006-04-27Eliminate pattern freezingKeith Packard1-4/+0
2006-04-25Include $(top_srcdir), $(top_srcdir)/src before anything else.Patrick Lam1-1/+1
2005-11-24Inline FcDebug invocations and only initialize once, in FcInit*. ImprovePatrick Lam1-0/+2
2005-09-22Fix more gcc4 warnings:Patrick Lam1-1/+1
2005-08-24Overhaul the serialization system to create one mmapable file per directoryPatrick Lam1-3/+0
2005-07-25#ifdef out old cache stuff, replace with first version of new mmappingPatrick Lam1-0/+3
2005-07-15Forward port cworth's patch to branch.Patrick Lam1-1/+1
2004-12-07Reviewed by: Keith Packard <keithp@keithp.com>Keith Packard1-2/+3
2004-12-07Change files from ISO-Latin-1 to UTF-8Keith Packard1-1/+1
2003-08-15Added new FcFini function for cleaning up all memory. Fixed a few memoryCarl Worth1-0/+13
2003-03-05Change RCS tagKeith Packard1-2/+2
2002-08-31More complete memory tracking. Install always overwrites header filesKeith Packard1-18/+30
2002-08-22Reimplement FC_LANG as FcTypeLang, freeze patterns, other cleanupKeith Packard1-2/+12
2002-05-23A few random fontconfig build fixesKeith Packard1-1/+7
2002-05-21More autoconf cleanup for fontconfigKeith Packard1-2/+2
2002-05-21Fix autoconf build process for fontconfigKeith Packard1-30/+79
2002-02-19Automatically initialize the fontconfig libraryKeith Packard1-2/+2
2002-02-15fontconfig library: build fixes and compiler warning fixesKeith Packard1-1/+1
2002-02-14Initial revisionKeith Packard1-0/+174