]> git.wh0rd.org - fontconfig.git/history - src/fcmatch.c
Fix more gcc4 warnings:
[fontconfig.git] / src / fcmatch.c
2005-09-22  Patrick LamFix more gcc4 warnings:
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-14  Keith PackardI changed FcFontSetSort to respect the generic aliases...
2004-12-07  Keith PackardChange files from ISO-Latin-1 to UTF-8
2004-05-29  Keith PackardAdd FcResultOutOfMemory to provide an accurate error...
2003-03-12  Keith Packardadd font widths and extend weight from OS/2 table
2003-03-05  Keith PackardChange RCS tag
2003-02-26  Keith PackardAllow double or integer for numeric values in matching
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-07-06  Keith PackardSwitch to RFC 3066 based lang names
2002-06-29  Keith PackardAdd strong/weak pattern value binding, add known charse...
2002-06-19  Keith PackardAdd slanting for fonts without oblique/italic varient...
2002-06-19  Keith PackardAdd ref counting to font config patterns so that FcFont...
2002-06-18  Keith PackardAdd a few more families to fonts.conf, make FC_ANTIALIA...
2002-06-08  Keith PackardAdd FcPatternHash, clean up a few valgrind issues
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-31  Keith PackardChange FcCharSet datastructure, add FcFontSort API
2002-05-29  Keith PackardOptimize after profiling. Fix FcStrCmp to return correc...
2002-05-29  Keith PackardApply some obvious fixes to FcFontSetSort from Owen...
2002-05-22  Keith PackardReplace silly avl sort with qsort, add FcPatternEqual
2002-03-03  Keith PackardAdd match routine that returns list of fonts
2002-02-28  Keith PackardAdd better error reporting when loading config file
2002-02-15  Keith Packardfontconfig library: build fixes and compiler warning...
2002-02-14  Keith PackardInitial revision