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