summaryrefslogtreecommitdiff
path: root/src/fclist.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-02Remove FcSharedStr*Behdad Esfahbod1-3/+3
2012-12-29Remove memory accounting and reportingBehdad Esfahbod1-10/+0
2012-05-14Bug 19128 - Handling whitespace in aliasesAkira TAGOH1-1/+1
2012-04-24Bug 27765 - FcMatch() returns style in wrong languageAkira TAGOH1-9/+38
2012-03-28Bug 17832 - Memory leaks due to FcStrStaticName use for external patternsAkira TAGOH1-1/+9
2010-11-10Cleanup copyright notices to replace "Keith Packard" with "the author(s)"Behdad Esfahbod1-2/+2
2010-04-12Remove all training whitespacesBehdad Esfahbod1-15/+15
2009-07-22Don't change the order of names unnecessarily (#20128)Karl Tomlinson1-1/+4
2009-03-13Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all filesBehdad Esfahbod1-2/+2
2009-02-13Document when config can be NULL (#17105)Behdad Esfahbod1-0/+3
2009-02-13Implement fc-list --verbose (#13015)Behdad Esfahbod1-0/+10
2009-02-13Replace RCS Id tags with the file nameBehdad Esfahbod1-1/+1
2006-09-05Eliminate .so PLT entries for local symbols. (thanks to Arjan van de Ven)Keith Packard1-0/+3
2006-08-30Rework cache files to use offsets for all data structures.Keith Packard1-46/+40
2006-04-27Make path names in cache files absolute (NB, cache format change) StopKeith Packard1-4/+0
2006-04-25Include $(top_srcdir), $(top_srcdir)/src before anything else.Patrick Lam1-1/+1
2005-11-01Copy the full pathname whenever duplicating an FcPattern; otherwise,Patrick Lam1-5/+1
2005-11-01Reinstate basename patch, but keep a hash table linking FcPatterns to theirPatrick Lam1-0/+8
2005-10-22Support localized font family and style names. This has been reported toPatrick Lam1-3/+57
2005-09-11Merge with HEAD and finish the GCC 4 cleanups (no more warnings!)Patrick Lam1-1/+1
2005-08-27Replace FcObjectStaticName by FcStrStaticName. Implement serialization ofPatrick Lam1-1/+1
2005-08-24Overhaul the serialization system to create one mmapable file per directoryPatrick Lam1-30/+27
2005-06-28Add functionality to allow fontconfig data structure serialization.Patrick Lam1-45/+59
2005-03-31Put all FcPattern objects though FcObjectStaticName and do pointer tratherRoss Burton1-2/+3
2004-12-29Adopt some RedHat suggestions for standard font configuration.Keith Packard1-15/+1
2004-12-07Reviewed by: Keith Packard <keithp@keithp.com>Keith Packard1-1/+1
2004-12-07Change files from ISO-Latin-1 to UTF-8Keith Packard1-1/+1
2004-12-04Move existing fonts.conf to fonts.conf.bakKeith Packard1-3/+3
2003-07-20Implement new semantics for Contains and LISTING:Keith Packard1-10/+28
2003-03-05AddFcLangSetContains for font listing, add first-letter table for languageKeith Packard1-3/+3
2002-09-18Pacify gcc 3.2Marc Aurele La France1-2/+2
2002-08-22Add contains/not_contains, fix LangSet equal operator to use FcLangEqualKeith Packard1-4/+4
2002-08-22Reimplement FC_LANG as FcTypeLang, freeze patterns, other cleanupKeith Packard1-1/+3
2002-08-19Various config changes plus a couple of optimizations from OwenKeith Packard1-3/+1
2002-08-11Fix weird first/not-first lameness in font matches, replacing with targetrc2fcpackage_rc2Keith Packard1-1/+3
2002-06-19Add ref counting to font config patterns so that FcFontSort return valuesKeith Packard1-1/+1
2002-06-18Fix incorrect size in memmove call in FcObjectSetAdd that crashedKeith Packard1-1/+2
2002-06-03Add FcPatternEqualSubset for Pango, clean up some internal FcPatternKeith Packard1-26/+46
2002-06-02Eliminate some compiler warnings, avoid seg fault when matching missingKeith Packard1-1/+3
2002-05-21Fix autoconf build process for fontconfigKeith Packard1-1/+4
2002-02-28Add better error reporting when loading config fileKeith Packard1-6/+30
2002-02-14Initial revisionKeith Packard1-0/+442