summaryrefslogtreecommitdiff
path: root/src/fccfg.c
AgeCommit message (Expand)AuthorFilesLines
2004-12-07Change files from ISO-Latin-1 to UTF-8Keith Packard1-1/+1
2004-12-04Move existing fonts.conf to fonts.conf.bakKeith Packard1-2/+53
2004-06-30Provided by: Lubos Lunak <l.lunak@suse.cz>Keith Packard1-2/+2
2004-02-07Add Low Saxon orthography (Kenneth Rohde Christiansen <kenneth@gnu.org>)Keith Packard1-0/+3
2004-02-01fontconfig, at least as used by GIMP and/or PangoFT2 on Windows, crashesTor Lillqvist1-0/+25
2003-09-01FcConfigAppFontClear: Support passing NULL to use default config.Manish Singh1-0/+7
2003-08-15Added new FcFini function for cleaning up all memory. Fixed a few memoryCarl Worth1-0/+6
2003-07-20Implement new semantics for Contains and LISTING:Keith Packard1-35/+44
2003-06-26Allow config->cache to be null (as it is when $HOME is not set)Keith Packard1-3/+6
2003-06-15Trivial braino.Tor Lillqvist1-1/+1
2003-06-13Check also for DLL_EXPORT as indication of being built as a DLL on Win32.Tor Lillqvist1-1/+5
2003-05-28Fix "contains" op for strings and langsets.James Su1-6/+10
2003-05-07Add filename-based accept/reject to ammend available fonts.Keith Packard1-4/+92
2003-04-24FcFontList broken when presented a charset - was comparing inclusion in theKeith Packard1-4/+4
2003-04-22Handle pattern elements moving during multiple editsKeith Packard1-0/+8
2003-04-17Pass FONTCONFIG_PATH in arguments to get expandedKeith Packard1-4/+0
2003-04-15Fix unary operator parsing. Add floor, ceil, trunc and round unaryKeith Packard1-0/+71
2003-03-22Changes for Windows:Tor Lillqvist1-4/+86
2003-03-20Avoid crashing on empty test/edit listsKeith Packard1-2/+4
2003-03-05AddFcLangSetContains for font listing, add first-letter table for languageKeith Packard1-4/+4
2003-03-02Switch back to -version-info for fontconfig as its at minor 0. AddKeith Packard1-3/+22
2003-02-12Add "same" binding for edits to inherit binding from matched elementKeith Packard1-1/+9
2003-02-06Fix inconsistent const usage in FcConfigCompareValueKeith Packard1-4/+6
2002-12-21677. Fix a segfault in fontconfig (#A.1450, Keith Packard).xf-4_2_99_3David Dawes1-1/+5
2002-08-31More complete memory tracking. Install always overwrites header filesKeith Packard1-2/+4
2002-08-22Add contains/not_contains, fix LangSet equal operator to use FcLangEqualKeith Packard1-7/+21
2002-08-22Reimplement FC_LANG as FcTypeLang, freeze patterns, other cleanupKeith Packard1-1/+21
2002-08-19Various config changes plus a couple of optimizations from OwenKeith Packard1-20/+13
2002-08-11Fix weird first/not-first lameness in font matches, replacing with targetrc2fcpackage_rc2Keith Packard1-86/+56
2002-07-31Add binding property to edit elementKeith Packard1-4/+4
2002-07-28Rewrite global cache handling code in fontconfig to eliminate per-filefcpackage_rc1Keith Packard1-13/+10
2002-06-29Add strong/weak pattern value binding, add known charsets for automaticKeith Packard1-1/+2
2002-06-21Fix automatic file time checking, transcoding table searches. Actually addKeith Packard1-17/+14
2002-06-20Accidentally falling through several case blocksKeith Packard1-1/+2
2002-06-19Add ref counting to font config patterns so that FcFontSort return valuesKeith Packard1-0/+4
2002-06-18Add a few more families to fonts.conf, make FC_ANTIALIAS less important forKeith Packard1-3/+4
2002-06-08Add FcPatternHash, clean up a few valgrind issuesKeith Packard1-1/+1
2002-06-03Add FcPatternEqualSubset for Pango, clean up some internal FcPatternKeith Packard1-6/+6
2002-06-02Eliminate some compiler warnings, avoid seg fault when matching missingKeith Packard1-2/+2
2002-06-02Expression parsing in fonts.conf file mis-freed elements. Constant identityKeith Packard1-3/+15
2002-05-29Apply some obvious fixes to FcFontSetSort from Owen. Speed up FcCharSetKeith Packard1-5/+5
2002-05-21Fix autoconf build process for fontconfigKeith Packard1-119/+233
2002-03-01Port Xft1 to fontconfigKeith Packard1-5/+5
2002-02-24Check font edit value lists for emptydri-20020222-mergeKeith Packard1-2/+2
2002-02-19Automatically initialize the fontconfig libraryKeith Packard1-6/+9
2002-02-15fontconfig library: build fixes and compiler warning fixesKeith Packard1-63/+63
2002-02-14Initial revisionKeith Packard1-0/+1369