summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2003-02-24Switch to automakeKeith Packard3-120/+38
2003-02-24Dont attempt to use cache if NULLKeith Packard1-1/+2
2003-02-13Track dirs containing fonts.cache files referenced from ~/.fonts.cache fileKeith Packard3-7/+45
2003-02-12Add "same" binding for edits to inherit binding from matched elementKeith Packard3-2/+12
2003-02-12Output langsets and all bindings in debug messagesKeith Packard1-2/+19
2003-02-12Make FcStrCmpIgnoreCase a bit fasterKeith Packard1-4/+7
2003-02-12Dont cache directorys until theyve been scanned. Avoids losing subdirKeith Packard2-8/+41
2003-02-07fontconfig is no longer affiliated with xfree86Keith Packard1-4/+4
2003-02-06Avoid crash when $HOME is not setKeith Packard1-1/+2
2003-02-06Fix inconsistent const usage in FcConfigCompareValueKeith Packard1-4/+6
2003-02-06Build fclang.h before building library This required compiling the charsetKeith Packard4-824/+780
2002-12-21677. Fix a segfault in fontconfig (#A.1450, Keith Packard).xf-4_2_99_3David Dawes1-1/+5
2002-12-14633. Perform country-independent matching for Chinese languages inDavid Dawes1-5/+10
2002-12-14632. Finish off the UTF-16 APIs in Xft, and fix the UTF-16 conversion codeDavid Dawes1-2/+2
2002-11-22In debugging output, mark weakly bound values with (w)fcpackage_2_1Keith Packard1-1/+5
2002-10-11Add a bunch more consts to Xft and fontconfig apisKeith Packard1-10/+10
2002-10-02Add FC_RGBA_UNKNOWNKeith Packard2-3/+6
2002-09-26Fix alignment issue on sparcKeith Packard1-5/+12
2002-09-26Add fontversion fieldKeith Packard4-6/+36
2002-09-26Was losing local cached dirs in global cache listKeith Packard3-14/+17
2002-09-18Pacify gcc 3.2Marc Aurele La France2-4/+4
2002-09-12Fix structure alignment and array wlk bugsdhd-20020916Marc Aurele La France1-4/+7
2002-08-31More complete memory tracking. Install always overwrites header filesKeith Packard14-48/+147
2002-08-26FcLangSetHasLang was not actually checking the language set itselfKeith Packard1-3/+4
2002-08-26Update ChangeLog, fix some bugs in the man pageKeith Packard1-32/+36
2002-08-26Append version number to cache file namesfcpackage_rc3Keith Packard3-6/+7
2002-08-24Add const to a bunch of string APIsKeith Packard1-23/+23
2002-08-22Add contains/not_contains, fix LangSet equal operator to use FcLangEqualKeith Packard6-19/+50
2002-08-22Reimplement FC_LANG as FcTypeLang, freeze patterns, other cleanupKeith Packard13-123/+870
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 Packard10-134/+72
2002-08-11Fix weird first/not-first lameness in font matches, replacing with targetrc2fcpackage_rc2Keith Packard9-146/+479
2002-08-07Short circuit FcPatternEqual when both args point at the same patternKeith Packard1-1/+4
2002-08-06Update fontconfig manual to match current bitsKeith Packard1-17/+83
2002-08-06Uninitialized member of cache structure could lead to non-updated cacheKeith Packard1-0/+1
2002-08-01Fix autoconf build BSD install and sysconfdir problemsKeith Packard1-1/+1
2002-08-01Warning fixMarc Aurele La France1-4/+1
2002-07-31Add binding property to edit elementKeith Packard3-12/+34
2002-07-28Rewrite global cache handling code in fontconfig to eliminate per-filefcpackage_rc1Keith Packard5-480/+829
2002-07-17Add fclang.c to Makefile.inKeith Packard1-0/+2
2002-07-13Add some Utf16 support, extract font family and style names from name tableKeith Packard4-19/+473
2002-07-12Clean up some coverage files; a few accidentally included PUA values andKeith Packard1-2/+31
2002-07-12Add a bunch more languages that use the Latin alphabetKeith Packard1-6/+6
2002-07-09Use locale data set FC_LANG by default. Reorder FcPattern and FcValueListKeith Packard2-2/+55
2002-07-09Trim ideographic punctuation and Suzhou numerals from zh-tw orthography.Keith Packard2-5/+5
2002-07-08Update iso639-2 language coverage info, fix Georgian orthography toKeith Packard3-2810/+69
2002-07-07Add walloon, update fclang.c to include recent language additionsKeith Packard1-544/+708
2002-07-07Add fclang.c to CVS; easier than attempting to build it on the flyKeith Packard1-0/+2561
2002-07-06Switch to RFC 3066 based lang namesKeith Packard7-214/+326
2002-06-29Add strong/weak pattern value binding, add known charsets for automaticKeith Packard8-88/+2222