Fix build issue on Debian/kFreeBSD 7.0
[platform/upstream/fontconfig.git] / src / fclist.c
2013-09-24 Akira TAGOHFix a crash when FcPattern is set to null on FcFontSetL...
2013-06-28 Akira TAGOHAdd FcTypeUnknown to FcType to avoid comparison of...
2013-01-02 Behdad EsfahbodRemove FcSharedStr*
2012-12-30 Behdad EsfahbodRemove memory accounting and reporting
2012-05-14 Akira TAGOHBug 19128 - Handling whitespace in aliases
2012-04-24 Akira TAGOHBug 27765 - FcMatch() returns style in wrong language
2012-03-28 Akira TAGOHBug 17832 - Memory leaks due to FcStrStaticName use...
2010-11-10 Behdad EsfahbodCleanup copyright notices to replace "Keith Packard...
2010-04-12 Behdad EsfahbodRemove all training whitespaces
2009-07-22 Karl TomlinsonDon't change the order of names unnecessarily (#20128)
2009-03-13 Behdad EsfahbodReplace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license...
2009-02-14 Behdad EsfahbodDocument when config can be NULL (#17105)
2009-02-14 Behdad EsfahbodImplement fc-list --verbose (#13015)
2009-02-14 Behdad EsfahbodReplace RCS Id tags with the file name
2006-09-09 Keith PackardMerge branch 'jhcloos'
2006-09-05 Keith PackardEliminate .so PLT entries for local symbols. (thanks...
2006-09-03 Keith PackardMerge branch 'fc-2_4_branch' to master
2006-08-30 Keith PackardRework cache files to use offsets for all data structures.
2006-04-27 Keith PackardMake path names in cache files absolute (NB, cache...
2006-04-25 Patrick LamInclude $(top_srcdir), $(top_srcdir)/src before anythin...
2005-11-01 Patrick LamCopy the full pathname whenever duplicating an FcPatter...
2005-11-01 Patrick LamReinstate basename patch, but keep a hash table linking...
2005-10-22 Patrick LamSupport localized font family and style names. This...
2005-09-11 Patrick LamMerge ... HEAD and finish the GCC 4 cleanups (no more...
2005-08-27 Patrick LamReplace FcObjectStaticName by FcStrStaticName. Implemen...
2005-08-24 Patrick LamOverhaul the serialization system to create one mmapabl...
2005-06-28 Patrick LamAdd functionality to allow fontconfig data structure...
2005-03-31 Ross BurtonPut all FcPattern objects though FcObjectStaticName...
2004-12-29 Keith PackardAdopt some RedHat suggestions for standard font configu...
2004-12-07 Keith PackardReviewed by: Keith Packard <keithp@keithp.com>
2004-12-07 Keith PackardChange files from ISO-Latin-1 to UTF-8
2004-12-04 Keith PackardMove existing fonts.conf to fonts.conf.bak
2003-07-20 Keith PackardImplement new semantics for Contains and LISTING:
2003-03-05 Keith PackardAddFcLangSetContains for font listing, add first-letter...
2002-09-18 Marc Aurele La FrancePacify gcc 3.2
2002-08-22 Keith PackardAdd contains/not_contains, fix LangSet equal operator...
2002-08-22 Keith PackardReimplement FC_LANG as FcTypeLang, freeze patterns...
2002-08-19 Keith PackardVarious config changes plus a couple of optimizations...
2002-08-11 Keith PackardFix weird first/not-first lameness in font matches... fcpackage_rc2 rc2
2002-06-19 Keith PackardAdd ref counting to font config patterns so that FcFont...
2002-06-18 Keith PackardFix incorrect size in memmove call in FcObjectSetAdd...
2002-06-03 Keith PackardAdd FcPatternEqualSubset for Pango, clean up some inter...
2002-06-02 Keith PackardEliminate some compiler warnings, avoid seg fault when...
2002-05-21 Keith PackardFix autoconf build process for fontconfig
2002-02-28 Keith PackardAdd better error reporting when loading config file
2002-02-14 Keith PackardInitial revision