]> git.wh0rd.org - fontconfig.git/history - src/fcname.c
Bug 44826 - <alias> must contain only a single <family>
[fontconfig.git] / src / fcname.c
2011-06-20  Behdad EsfahbodBug 26718 - "fc-match sans file" doesn't work
2010-11-10  Behdad EsfahbodCleanup copyright notices to replace "Keith Packard...
2010-04-12  Behdad EsfahbodRemove all training whitespaces
2009-03-13  Behdad EsfahbodReplace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license...
2009-02-15  Behdad Esfahbod[fcformat] Support indexing simple tags
2009-02-14  Behdad EsfahbodImplement FcPatternFormat and use it in cmdline tools...
2009-02-14  Behdad EsfahbodImplement fc-list --verbose (#13015)
2009-02-14  Behdad EsfahbodReplace RCS Id tags with the file name
2008-05-04  Sylvain PascheFontconfig options for freetype sub-pixel filter config...
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-09-03  Keith PackardDon't segfault when string values can't be parsed as...
2006-09-03  Keith PackardAdd FcMatchScan to resolve Delicious font matching...
2006-09-01  Keith PackardAllow FcTypeLangSet to match either FcTypeLangSet or...
2006-08-31  Keith PackardRework Object name database to unify typechecking and...
2006-08-30  Keith PackardRework cache files to use offsets for all data structures.
2006-04-25  Patrick LamInclude $(top_srcdir), $(top_srcdir)/src before anythin...
2006-04-14  Patrick LamFix Gecko-exposed segfault from my last hack to FcObjec...
2006-04-12  Patrick LamFix bad behaviour on realloc resulting in crash.
2006-04-11  Patrick LamProperly convert static charsets to dynamic charsets.
2006-04-10  Patrick LamSwap typo in order of ALIGN and dereferencing, fixing...
2006-04-07  Patrick LamPortability fixes for HP-UX (reported by Christoph...
2006-03-08  Patrick LamRemove stuff we don't use, make get_{char,short,long...
2006-01-07  Patrick LamPrint out full pathname in fc-match -v as well. Reporte...
2005-12-06  Patrick LamDon't assign types to user object names.
2005-11-25  Patrick LamPass around FcCache *s to the Unserialize functions...
2005-11-25  Patrick LamInline the *PtrU functions to gain perf. Remove unneede...
2005-11-17  Patrick LamDon't add current_arch_start more than once.
2005-11-16  Patrick LamAdd *NeededBytesAlign(), which overestimates the paddin...
2005-10-26  Patrick LamAdd FC_EMBEDDED_BITMAP object type to tell Xft/Cairo...
2005-10-21  Patrick LamPrevent fc-list from escaping strings when printing...
2005-10-06  Patrick LamAdd padding to make valgrind and glibc not hate each...
2005-09-22  Patrick LamFix bug when clients use FcNameRegisterObjectTypes...
2005-09-15  Patrick LamRevert ill-advised addition of FC_RENDER. Add strategy...
2005-09-11  Patrick LamAdd a global binding for the 'render' pattern element...
2005-08-27  Patrick LamReplace FcObjectStaticName by FcStrStaticName. Implemen...
2005-08-24  Patrick LamOverhaul the serialization system to create one mmapabl...
2005-07-07  Patrick LamConvert ObjectPtr from a fat structure to a simple...
2005-06-28  Patrick LamAdd functionality to allow fontconfig data structure...
2005-02-28  Keith PackardCreate prototype /etc/fonts/conf.d directory with a...
2005-01-28  Keith PackardPolite typechecking for test and edit expressions....
2004-12-07  Keith PackardChange files from ISO-Latin-1 to UTF-8
2004-12-05  Keith PackardCreate FC_FONTFORMAT from FT_Get_X11_Font_Format functi...
2004-12-04  Keith PackardFix typo.
2004-12-04  Keith PackardMove existing fonts.conf to fonts.conf.bak
2003-09-23  Owen TaylorAdd a FC_HINT_STYLE key for patterns, with possible...
2003-09-06  Noah LevittAdd new spacing value FC_DUAL (dual-width, as some...
2003-05-02  Keith PackardAdd book constant for book weight
2003-03-12  Keith Packardadd font widths and extend weight from OS/2 table
2003-03-05  Keith Packarduse FcToLower instead of tolower
2002-10-02  Keith PackardAdd FC_RGBA_UNKNOWN
2002-09-26  Keith PackardAdd fontversion field
2002-08-31  Keith PackardMore complete memory tracking. Install always overwrite...
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-29  Keith PackardAdd strong/weak pattern value binding, add known charse...
2002-06-26  Keith PackardPermit empty charsets in fonts.cache files
2002-06-19  Keith PackardAdd ref counting to font config patterns so that FcFont...
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-06-02  Keith PackardAdd aspect ratio support to Xft and fontconfig
2002-05-29  Keith PackardOptimize after profiling. Fix FcStrCmp to return correc...
2002-02-18  Keith PackardSwitch fontconfig from libxml2 to expat
2002-02-15  Keith Packardfontconfig library: build fixes and compiler warning...
2002-02-14  Keith PackardInitial revision