| Commit message (Expand) | Author | Age | Files | Lines |
* | Skip broken caches. Cache files are auto-written, don't rewrite in fc-cache. | Keith Packard | 2006-08-30 | 1 | -24/+32 |
* | FcCharSetSerialize was using wrong offset for leaves. Make fc-cat work. | Keith Packard | 2006-08-30 | 1 | -1/+2 |
* | Rework cache files to use offsets for all data structures. | Keith Packard | 2006-08-30 | 1 | -328/+165 |
* | Include $(top_srcdir), $(top_srcdir)/src before anything else. | Patrick Lam | 2006-04-25 | 1 | -1/+1 |
* | Missing bits from previous patches. | Patrick Lam | 2006-04-11 | 1 | -1/+4 |
* | Properly convert static charsets to dynamic charsets. | Patrick Lam | 2006-04-11 | 1 | -0/+5 |
* | Portability fixes for HP-UX (reported by Christoph Bauer). Replace | Patrick Lam | 2006-04-07 | 1 | -2/+2 |
* | Fix problem with missing 'en' due to euro.patch: change cache file format | Patrick Lam | 2006-02-09 | 1 | -4/+4 |
* | src/fccharset.c (FcLangCharSetPopulate, FcCharSetInsertLeaf) | Patrick Lam | 2006-02-07 | 1 | -3/+3 |
* | Fix hidden variable warning. | Patrick Lam | 2006-02-07 | 1 | -4/+5 |
* | Avoid check on _fcBankId nullness and fix case where it used to crash. | Patrick Lam | 2005-12-21 | 1 | -1/+1 |
* | Pass around FcCache *s to the Unserialize functions for extra consistency | Patrick Lam | 2005-11-25 | 1 | -6/+6 |
* | Don't add current_arch_start more than once. | Patrick Lam | 2005-11-17 | 1 | -4/+8 |
* | Add *NeededBytesAlign(), which overestimates the padding which is later | Patrick Lam | 2005-11-16 | 1 | -0/+11 |
* | Fix bug 2878 (excessive relocations at startup for charsets, reported by | Patrick Lam | 2005-11-04 | 1 | -0/+18 |
* | Fix more gcc4 warnings: | Patrick Lam | 2005-09-22 | 1 | -1/+2 |
* | Overhaul the serialization system to create one mmapable file per directory | Patrick Lam | 2005-08-24 | 1 | -206/+127 |
* | #ifdef out old cache stuff, replace with first version of new mmapping | Patrick Lam | 2005-07-25 | 1 | -2/+101 |
* | Add functionality to allow fontconfig data structure serialization. | Patrick Lam | 2005-06-28 | 1 | -87/+284 |
* | Change files from ISO-Latin-1 to UTF-8 | Keith Packard | 2004-12-07 | 1 | -1/+1 |
* | Added new FcFini function for cleaning up all memory. Fixed a few memory | Carl Worth | 2003-08-15 | 1 | -5/+59 |
* | FcFontList broken when presented a charset - was comparing inclusion in the | Keith Packard | 2003-04-24 | 1 | -0/+15 |
* | FcCharSetIsSubset errored on fonts with subsets in early blocks and extra | Keith Packard | 2003-03-18 | 1 | -1/+1 |
* | Change RCS tag | Keith Packard | 2003-03-05 | 1 | -2/+2 |
* | Build fclang.h before building library This required compiling the charset | Keith Packard | 2003-02-06 | 1 | -768/+1 |
* | More complete memory tracking. Install always overwrites header files | Keith Packard | 2002-08-31 | 1 | -3/+7 |
* | Reimplement FC_LANG as FcTypeLang, freeze patterns, other cleanup | Keith Packard | 2002-08-22 | 1 | -30/+50 |
* | Add some Utf16 support, extract font family and style names from name table | Keith Packard | 2002-07-13 | 1 | -9/+31 |
* | Trim ideographic punctuation and Suzhou numerals from zh-tw orthography. | Keith Packard | 2002-07-09 | 1 | -2/+2 |
* | Switch to RFC 3066 based lang names | Keith Packard | 2002-07-06 | 1 | -4/+4 |
* | Add strong/weak pattern value binding, add known charsets for automatic | Keith Packard | 2002-06-29 | 1 | -5/+35 |
* | Construct empty constant charsets correctly (using null pointers) | Keith Packard | 2002-06-26 | 1 | -5/+13 |
* | Fix automatic file time checking, transcoding table searches. Actually add | Keith Packard | 2002-06-21 | 1 | -8/+3 |
* | Add support for user-provided freetype faces to Xft | Keith Packard | 2002-05-31 | 1 | -4/+1 |
* | Change FcCharSet datastructure, add FcFontSort API | Keith Packard | 2002-05-31 | 1 | -361/+411 |
* | Optimize after profiling. Fix FcStrCmp to return correct sign | Keith Packard | 2002-05-29 | 1 | -24/+79 |
* | Apply some obvious fixes to FcFontSetSort from Owen. Speed up FcCharSet | Keith Packard | 2002-05-29 | 1 | -10/+187 |
* | Change charset enumeration functions to more sensible API | Keith Packard | 2002-05-24 | 1 | -13/+33 |
* | Fix FT_Get_Next_Char API to match official 2.0.9 released version | Keith Packard | 2002-03-27 | 1 | -8/+18 |
* | Eliminate compiler warnings | Keith Packard | 2002-03-03 | 1 | -265/+263 |
* | Eliminate const in FcPatternGetString; too hard. Add FcCharSetCoverage to | Keith Packard | 2002-02-19 | 1 | -1/+22 |
* | Switch fontconfig from libxml2 to expat | Keith Packard | 2002-02-18 | 1 | -6/+6 |
* | fontconfig library: build fixes and compiler warning fixes | Keith Packard | 2002-02-15 | 1 | -11/+12 |
* | Initial revision | Keith Packard | 2002-02-14 | 1 | -0/+1521 |