summaryrefslogtreecommitdiff
path: root/src/fcxml.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-30Rework cache files to use offsets for all data structures.Keith Packard1-9/+6
2006-08-042006-08-04 Keith Packard (keithp@keithp.com) reviewed by: plamPatrick Lam1-0/+17
2006-04-27Eliminate pattern freezingKeith Packard1-2/+1
2006-04-25Include $(top_srcdir), $(top_srcdir)/src before anything else.Patrick Lam1-1/+1
2006-04-11Missing bits from previous patches.Patrick Lam1-1/+3
2006-04-06Reduce amount of dirty rss by const'ing some data structures.Patrick Lam1-1/+1
2006-04-06Fix intel compiler warnings: make many variables static, eliminatePatrick Lam1-7/+7
2006-02-21Eliminate redundancies.Patrick Lam1-2/+1
2006-02-21Eliminate unused vars reported by Intel's compiler.Patrick Lam1-2/+0
2006-02-21Freeze patterns created by configuration file for tiny memory savingsPatrick Lam1-1/+2
2006-02-05src/fccache.c (FcGlobalCacheLoad, FcGlobalCacheSave, FcDirCacheConsume,Patrick Lam1-2/+2
2006-01-26Stop trampling the directory name when writing out caches. (with MikePatrick Lam1-1/+1
2005-12-21Bump version to 2.3.93.fc-2_3_93Patrick Lam1-6/+7
2005-12-12Fix crash reported by Frederic Crozat when using libxml2.Patrick Lam1-0/+3
2005-11-30Only add a config file to the set of config files once.Patrick Lam1-0/+6
2005-11-18Don't crash when fc-cat invoked with no arguments.Patrick Lam1-4/+6
2005-11-17Complain about invalid constants in config files.Patrick Lam1-0/+4
2005-09-29Use libxml2 if requested (with --enable-libxml2) or if expat is notPatrick Lam1-1/+70
2005-09-22Fix more gcc4 warnings:Patrick Lam1-69/+69
2005-09-11Merge with HEAD and finish the GCC 4 cleanups (no more warnings!)Patrick Lam1-3/+8
2005-08-24Overhaul the serialization system to create one mmapable file per directoryPatrick Lam1-6/+7
2005-07-15Forward port cworth's patch to branch.Patrick Lam1-0/+1
2005-07-07Convert ObjectPtr from a fat structure to a simple index into an id table;Patrick Lam1-1/+1
2005-06-28Add functionality to allow fontconfig data structure serialization.Patrick Lam1-7/+6
2005-01-28Polite typechecking for test and edit expressions. Helps catch errors inKeith Packard1-53/+199
2004-12-07Reviewed by: Keith Packard <keithp@keithp.com>Keith Packard1-6/+0
2004-12-07Change files from ISO-Latin-1 to UTF-8Keith Packard1-1/+1
2004-12-05Change default set of fonts to include all of /usr/X11R6/lib/X11/fonts (orKeith Packard1-0/+89
2004-12-04Move existing fonts.conf to fonts.conf.bakKeith Packard1-0/+162
2003-11-10Fixed a bug "FcStrtod" in handling some cases with two-byte decimalRoozbeh Pournader1-2/+5
2003-08-15Added new FcFini function for cleaning up all memory. Fixed a few memoryCarl Worth1-0/+4
2003-07-20Implement new semantics for Contains and LISTING:Keith Packard1-0/+1
2003-07-09Was miscomputing end of string position for FcStrtod in locales withKeith Packard1-1/+1
2003-05-07Add filename-based accept/reject to ammend available fonts.Keith Packard1-1/+45
2003-04-15Fix unary operator parsing. Add floor, ceil, trunc and round unaryKeith Packard1-21/+86
2003-03-22Changes for Windows:Tor Lillqvist1-0/+30
2003-03-05Change RCS tagKeith Packard1-2/+2
2003-03-02Switch back to -version-info for fontconfig as its at minor 0. AddKeith Packard1-4/+10
2003-02-12Add "same" binding for edits to inherit binding from matched elementKeith Packard1-0/+2
2002-08-31More complete memory tracking. Install always overwrites header filesKeith Packard1-5/+28
2002-08-22Add contains/not_contains, fix LangSet equal operator to use FcLangEqualKeith Packard1-3/+16
2002-08-20Memory leak in XML parsing of matrices (thanks Owen)Keith Packard1-1/+2
2002-08-19Various config changes plus a couple of optimizations from OwenKeith Packard1-15/+2
2002-08-11Fix weird first/not-first lameness in font matches, replacing with targetrc2fcpackage_rc2Keith Packard1-4/+29
2002-07-31Add binding property to edit elementKeith Packard1-7/+28
2002-07-12Add a bunch more languages that use the Latin alphabetKeith Packard1-6/+6
2002-06-26Steal idea for locale-insensitive strtod from glibKeith Packard1-2/+57
2002-06-21Oops. Made a mistake when adding config file names to monitor listKeith Packard1-4/+5
2002-06-21Fix automatic file time checking, transcoding table searches. Actually addKeith Packard1-1/+4
2002-06-19Add ref counting to font config patterns so that FcFontSort return valuesKeith Packard1-0/+4