platform/upstream/fontconfig.git
2002-07-08 Keith PackardUpdate iso639-2 language coverage info, fix Georgian...
2002-07-07 Keith PackardAdd walloon, update fclang.c to include recent language...
2002-07-07 Keith PackardShare more duplicate charset data
2002-07-07 Keith PackardAdd fclang.c to CVS; easier than attempting to build...
2002-07-06 Keith PackardRemove at and grave from latin languages, add copyright...
2002-07-06 Keith PackardSwitch to RFC 3066 based lang names
2002-07-06 Keith PackardAdd a few more common font families to the default...
2002-07-06 Keith PackardAdd coverage documentation files
2002-07-06 Keith PackardAdd fc-lang program to generate language coverage tables
2002-07-03 Keith PackardObject list to FcObjectSetBuild wasnt terminated with 0
2002-07-01 Marc Aurele... Indent line
2002-07-01 Marc Aurele... Ident line
2002-07-01 Keith PackardMake fc-cache avoid reading the whole world full of...
2002-06-30 Keith PackardMake fc-list more useful
2002-06-30 Keith PackardAdd FC_LANG_UNKNOWN (needed by auto lang-detecting...
2002-06-29 Keith PackardAdd strong/weak pattern value binding, add known charse...
2002-06-26 Keith PackardConstruct empty constant charsets correctly (using...
2002-06-26 Keith PackardPermit empty charsets in fonts.cache files
2002-06-26 Keith PackardSteal idea for locale-insensitive strtod from glib
2002-06-21 Keith PackardOops. Made a mistake when adding config file names...
2002-06-21 Keith PackardFix automatic file time checking, transcoding table...
2002-06-20 Keith PackardAccidentally falling through several case blocks
2002-06-19 Keith PackardAdd slanting for fonts without oblique/italic varient...
2002-06-19 Keith PackardMake fc-cache more tolerant of missing font directories
2002-06-19 Keith PackardAdd ref counting to font config patterns so that FcFont...
2002-06-19 Keith PackardAdd a few aliases suggested by Owen and Mike
2002-06-18 Keith PackardAdd a few more families to fonts.conf, make FC_ANTIALIA...
2002-06-18 Keith PackardFix compiler warning
2002-06-18 Keith PackardFix incorrect size in memmove call in FcObjectSetAdd...
2002-06-08 Keith PackardFix fontconfig.pc generation in Imakefile
2002-06-08 Keith PackardAdd FcPatternHash, clean up a few valgrind issues
2002-06-07 Keith PackardMake autoconf use correct options to build solaris... xf-4_2_99_1
2002-06-04 David Dawes171. Fix LIBXML2LIBDIR name clash in lib/Imakefile...
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-06-02 Keith PackardExpression parsing in fonts.conf file mis-freed element...
2002-05-31 Keith PackardAdd support for user-provided freetype faces to Xft
2002-05-31 Keith PackardFix Xft2 to build right library version on old systems...
2002-05-31 Keith PackardFix up support for building Xft1, Xrender and fontconfi...
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-28 Keith PackardUse explicit cd for non-gmake systems
2002-05-25 Matthieu Herrb$< in a non-implicit rule is a GNU-makeism. It's not...
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-24 Keith PackardA few autoconf build fixes
2002-05-23 Keith PackardA few random fontconfig build fixes
2002-05-23 Keith PackardDont require freetype to build with fontconfig
2002-05-23 Keith PackardAdd pkgconfig control file and fontconfig-config script
2002-05-23 Keith PackardFonts.dtd had "blanks" instead of "blank"
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 PackardMore autoconf cleanup for fontconfig
2002-05-21 Keith PackardFix xmkmf build process for fontconfig
2002-05-21 Keith PackardFix autoconf build process for fontconfig
2002-05-05 Matthieu HerrbDon't run fc-cache on make install if DESTDIR is set...
2002-04-10 Alan Hourihaneput fontconfig-def.cpp in the right place.
2002-04-07 Alan Hourihanenew preprocessor files. (#5215-#5218, Alexander Gottwald).
2002-03-27 Keith PackardFix FT_Get_Next_Char API to match official 2.0.9 releas...
2002-03-04 Marc Aurele... Warning fixes
2002-03-03 Keith PackardAdd match routine that returns list of fonts
2002-03-03 Keith PackardEliminate duplicate definitions in fcint.h and fontconfig.h
2002-03-03 Keith Packardfontconfig: bail scanning directory on fatal error
2002-03-03 Keith PackardEliminate compiler warnings
2002-03-03 Keith PackardAdd fcatomic.c
2002-03-01 Keith PackardAdd new FcAtomic datatype for config file locking
2002-03-01 Marc Aurele... Add missing clean rule
2002-03-01 Keith PackardPort Xft1 to fontconfig
2002-02-28 Keith PackardAdd better error reporting when loading config file
2002-02-26 Marc Aurele... Warning fixes
2002-02-24 Keith PackardCheck font edit value lists for empty dri-20020222-merge
2002-02-22 Keith Packardfontconfig: some config file parsing mistakes
2002-02-20 Keith PackardRemove fcxml.h include file as it cant work anymore... before-mesa-4_0-import
2002-02-20 Keith Packarddont complain about missing optional included font...
2002-02-19 Keith PackardAutomatically initialize the fontconfig library
2002-02-19 Keith PackardEliminate const in FcPatternGetString; too hard. Add...
2002-02-18 Keith PackardSwitch fontconfig from libxml2 to expat
2002-02-15 Keith Packardfontconfig fc-cache program needs to be executed with...
2002-02-15 Keith PackardUpdate to Xft version 2
2002-02-15 Keith Packardfontconfig library: build fixes and compiler warning...
2002-02-15 Keith PackardUpdate fontconfig and libxml2 to get them working with... dri-20020129-merge
2002-02-14 Keith PackardAdd new font configuration library which forms the... v1_0_1
2002-02-14 Keith PackardInitial revision