]> git.wh0rd.org - fontconfig.git/history - fontconfig
Bug 44826 - <alias> must contain only a single <family>
[fontconfig.git] / fontconfig /
2003-05-28  James SuFix "contains" op for strings and langsets.
2003-05-02  Keith PackardAdd FC_WEIGHT_BOOK as weight 75
2003-04-21  Keith PackardUpdate to version 2.2.0 fc-2_2_0
2003-04-16  Keith Packardbump version to 2.1.94
2003-04-15  Keith PackardFix unary operator parsing. Add floor, ceil, trunc...
2003-04-11  Keith Packardupdate version number to 2.1.93 fc-2_1_93
2003-03-28  Keith PackardSet spacing to mono if every encoded glyph is the same...
2003-03-12  Keith Packardadd font widths and extend weight from OS/2 table
2003-03-07  Keith PackardBump version to 2.1.92 fc-2_1_92
2003-03-05  Keith PackardChange RCS tag, add FcLangSetContains
2003-03-03  Keith PackardUpdate version to 2.1.91
2003-03-02  Keith PackardSwitch back to -version-info for fontconfig as its...
2003-02-24  Keith PackardAdd remaining .cvsignore files
2003-02-24  Keith PackardSwitch to automake
2003-02-06  Keith PackardBuild fclang.h before building library This required...
2002-12-04  Egbert Eich574. Make RENDER optional for Xvfb. When RENDER is...
2002-10-11  Keith PackardAdd a bunch more consts to Xft and fontconfig apis
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-26  Keith PackardAppend version number to cache file names fcpackage_rc3
2002-08-24  Keith PackardAdd const to a bunch of string APIs
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-08-01  Keith PackardFix autoconf build BSD install and sysconfdir problems
2002-08-01  Marc Aurele La FranceWarning fix
2002-07-28  Keith PackardRewrite global cache handling code in fontconfig to... fcpackage_rc1
2002-07-13  Keith PackardAdd some Utf16 support, extract font family and style...
2002-07-11  Keith PackardRemove old FC_LANG constants now that fontconfig uses...
2002-07-06  Keith PackardSwitch to RFC 3066 based lang names
2002-06-30  Keith PackardAdd FC_LANG_UNKNOWN (needed by auto lang-detecting...
2002-06-19  Keith PackardAdd ref counting to font config patterns so that FcFont...
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 PackardAdd aspect ratio support to Xft and fontconfig
2002-05-31  Keith PackardAdd support for user-provided freetype faces to Xft
2002-05-31  Keith PackardChange FcCharSet datastructure, add FcFontSort API
2002-05-29  Keith PackardApply some obvious fixes to FcFontSetSort from Owen...
2002-05-24  Keith PackardClean up autoconf install to obey DESTDIR
2002-05-24  Keith PackardChange charset enumeration functions to more sensible API
2002-05-23  Keith PackardA few random fontconfig build fixes
2002-05-22  Keith PackardMissed a Makefile.in for fontconfig includes
2002-05-22  Keith PackardReplace silly avl sort with qsort, add FcPatternEqual
2002-05-21  Keith PackardFix autoconf build process for fontconfig
2002-03-03  Keith PackardAdd match routine that returns list of fonts
2002-03-01  Keith PackardAdd new FcAtomic datatype for config file locking
2002-03-01  Keith PackardPort Xft1 to fontconfig
2002-02-28  Keith PackardAdd better error reporting when loading config file
2002-02-20  Keith PackardRemove fcxml.h include file as it cant work anymore... before-mesa-4_0-import
2002-02-19  Keith PackardEliminate const in FcPatternGetString; too hard. Add...
2002-02-15  Keith Packardfontconfig library: build fixes and compiler warning...
2002-02-14  Keith PackardInitial revision