summaryrefslogtreecommitdiff
path: root/src/fcdbg.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-13Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all filesBehdad Esfahbod1-2/+2
2009-02-13Remove special-casing of FC_FILE in FcPatternPrint()Behdad Esfahbod1-20/+1
2009-02-13Replace RCS Id tags with the file nameBehdad Esfahbod1-1/+1
2006-09-05Eliminate .so PLT entries for local symbols. (thanks to Arjan van de Ven)Keith Packard1-0/+3
2006-09-02Add FcMatchScan to resolve Delicious font matching issues (bug #6769)Keith Packard1-0/+7
2006-08-30FcCharSetSerialize was using wrong offset for leaves. Make fc-cat work.Keith Packard1-3/+17
2006-08-30Rework cache files to use offsets for all data structures.Keith Packard1-13/+30
2006-04-25Include $(top_srcdir), $(top_srcdir)/src before anything else.Patrick Lam1-1/+1
2006-01-07Print out full pathname in fc-match -v as well. Reported by FredericPatrick Lam1-1/+20
2005-11-24Inline FcDebug invocations and only initialize once, in FcInit*. ImprovePatrick Lam1-18/+12
2005-08-24Overhaul the serialization system to create one mmapable file per directoryPatrick Lam1-8/+4
2005-06-28Add functionality to allow fontconfig data structure serialization.Patrick Lam1-11/+15
2004-12-07Change files from ISO-Latin-1 to UTF-8Keith Packard1-1/+1
2003-07-20Implement new semantics for Contains and LISTING:Keith Packard1-0/+3
2003-04-15Fix unary operator parsing. Add floor, ceil, trunc and round unaryKeith Packard1-0/+20
2003-03-05Add FcLangSetPrintKeith Packard1-11/+18
2003-02-27Avoid crashing with null expressions in debug codeKeith Packard1-1/+2
2003-02-26Allow double or integer for numeric values in matchingKeith Packard1-2/+2
2003-02-12Output langsets and all bindings in debug messagesKeith Packard1-2/+19
2002-11-22In debugging output, mark weakly bound values with (w)fcpackage_2_1Keith Packard1-1/+5
2002-08-22Add contains/not_contains, fix LangSet equal operator to use FcLangEqualKeith Packard1-3/+6
2002-08-22Reimplement FC_LANG as FcTypeLang, freeze patterns, other cleanupKeith Packard1-1/+4
2002-08-19Various config changes plus a couple of optimizations from OwenKeith Packard1-6/+1
2002-08-11Fix weird first/not-first lameness in font matches, replacing with targetrc2fcpackage_rc2Keith Packard1-8/+21
2002-06-20Accidentally falling through several case blocksKeith Packard1-3/+3
2002-06-19Add ref counting to font config patterns so that FcFontSort return valuesKeith Packard1-1/+7
2002-06-02Eliminate some compiler warnings, avoid seg fault when matching missingKeith Packard1-1/+4
2002-02-18Switch fontconfig from libxml2 to expatKeith Packard1-2/+18
2002-02-14Initial revisionKeith Packard1-0/+272