]> git.wh0rd.org - fontconfig.git/history - src/fclist.c
Bug 44826 - <alias> must contain only a single <family>
[fontconfig.git] / src / fclist.c
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 with 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