Age | Commit message (Expand) | Author | Files | Lines |
2003-02-24 | Switch to automake | Keith Packard | 3 | -120/+38 |
2003-02-24 | Dont attempt to use cache if NULL | Keith Packard | 1 | -1/+2 |
2003-02-13 | Track dirs containing fonts.cache files referenced from ~/.fonts.cache file | Keith Packard | 3 | -7/+45 |
2003-02-12 | Add "same" binding for edits to inherit binding from matched element | Keith Packard | 3 | -2/+12 |
2003-02-12 | Output langsets and all bindings in debug messages | Keith Packard | 1 | -2/+19 |
2003-02-12 | Make FcStrCmpIgnoreCase a bit faster | Keith Packard | 1 | -4/+7 |
2003-02-12 | Dont cache directorys until theyve been scanned. Avoids losing subdir | Keith Packard | 2 | -8/+41 |
2003-02-07 | fontconfig is no longer affiliated with xfree86 | Keith Packard | 1 | -4/+4 |
2003-02-06 | Avoid crash when $HOME is not set | Keith Packard | 1 | -1/+2 |
2003-02-06 | Fix inconsistent const usage in FcConfigCompareValue | Keith Packard | 1 | -4/+6 |
2003-02-06 | Build fclang.h before building library This required compiling the charset | Keith Packard | 4 | -824/+780 |
2002-12-21 | 677. Fix a segfault in fontconfig (#A.1450, Keith Packard).xf-4_2_99_3 | David Dawes | 1 | -1/+5 |
2002-12-14 | 633. Perform country-independent matching for Chinese languages in | David Dawes | 1 | -5/+10 |
2002-12-14 | 632. Finish off the UTF-16 APIs in Xft, and fix the UTF-16 conversion code | David Dawes | 1 | -2/+2 |
2002-11-22 | In debugging output, mark weakly bound values with (w)fcpackage_2_1 | Keith Packard | 1 | -1/+5 |
2002-10-11 | Add a bunch more consts to Xft and fontconfig apis | Keith Packard | 1 | -10/+10 |
2002-10-02 | Add FC_RGBA_UNKNOWN | Keith Packard | 2 | -3/+6 |
2002-09-26 | Fix alignment issue on sparc | Keith Packard | 1 | -5/+12 |
2002-09-26 | Add fontversion field | Keith Packard | 4 | -6/+36 |
2002-09-26 | Was losing local cached dirs in global cache list | Keith Packard | 3 | -14/+17 |
2002-09-18 | Pacify gcc 3.2 | Marc Aurele La France | 2 | -4/+4 |
2002-09-12 | Fix structure alignment and array wlk bugsdhd-20020916 | Marc Aurele La France | 1 | -4/+7 |
2002-08-31 | More complete memory tracking. Install always overwrites header files | Keith Packard | 14 | -48/+147 |
2002-08-26 | FcLangSetHasLang was not actually checking the language set itself | Keith Packard | 1 | -3/+4 |
2002-08-26 | Update ChangeLog, fix some bugs in the man page | Keith Packard | 1 | -32/+36 |
2002-08-26 | Append version number to cache file namesfcpackage_rc3 | Keith Packard | 3 | -6/+7 |
2002-08-24 | Add const to a bunch of string APIs | Keith Packard | 1 | -23/+23 |
2002-08-22 | Add contains/not_contains, fix LangSet equal operator to use FcLangEqual | Keith Packard | 6 | -19/+50 |
2002-08-22 | Reimplement FC_LANG as FcTypeLang, freeze patterns, other cleanup | Keith Packard | 13 | -123/+870 |
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 | 10 | -134/+72 |
2002-08-11 | Fix weird first/not-first lameness in font matches, replacing with targetrc2fcpackage_rc2 | Keith Packard | 9 | -146/+479 |
2002-08-07 | Short circuit FcPatternEqual when both args point at the same pattern | Keith Packard | 1 | -1/+4 |
2002-08-06 | Update fontconfig manual to match current bits | Keith Packard | 1 | -17/+83 |
2002-08-06 | Uninitialized member of cache structure could lead to non-updated cache | Keith Packard | 1 | -0/+1 |
2002-08-01 | Fix autoconf build BSD install and sysconfdir problems | Keith Packard | 1 | -1/+1 |
2002-08-01 | Warning fix | Marc Aurele La France | 1 | -4/+1 |
2002-07-31 | Add binding property to edit element | Keith Packard | 3 | -12/+34 |
2002-07-28 | Rewrite global cache handling code in fontconfig to eliminate per-filefcpackage_rc1 | Keith Packard | 5 | -480/+829 |
2002-07-17 | Add fclang.c to Makefile.in | Keith Packard | 1 | -0/+2 |
2002-07-13 | Add some Utf16 support, extract font family and style names from name table | Keith Packard | 4 | -19/+473 |
2002-07-12 | Clean up some coverage files; a few accidentally included PUA values and | Keith Packard | 1 | -2/+31 |
2002-07-12 | Add a bunch more languages that use the Latin alphabet | Keith Packard | 1 | -6/+6 |
2002-07-09 | Use locale data set FC_LANG by default. Reorder FcPattern and FcValueList | Keith Packard | 2 | -2/+55 |
2002-07-09 | Trim ideographic punctuation and Suzhou numerals from zh-tw orthography. | Keith Packard | 2 | -5/+5 |
2002-07-08 | Update iso639-2 language coverage info, fix Georgian orthography to | Keith Packard | 3 | -2810/+69 |
2002-07-07 | Add walloon, update fclang.c to include recent language additions | Keith Packard | 1 | -544/+708 |
2002-07-07 | Add fclang.c to CVS; easier than attempting to build it on the fly | Keith Packard | 1 | -0/+2561 |
2002-07-06 | Switch to RFC 3066 based lang names | Keith Packard | 7 | -214/+326 |
2002-06-29 | Add strong/weak pattern value binding, add known charsets for automatic | Keith Packard | 8 | -88/+2222 |