summaryrefslogtreecommitdiff
path: root/src/fcdbg.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-09Fix a crash when no objects are available after filteringAkira TAGOH1-1/+1
2015-06-08Add one more debugging option to see transformation on font-matchingAkira TAGOH1-0/+78
2015-05-27Simplify FcRangeBehdad Esfahbod1-8/+2
2015-05-27Write ranges using a [start finish) formatBehdad Esfahbod1-1/+1
2014-03-26Bug 71287 - size specific design selection support in OS/2 table version 5Akira TAGOH1-1/+12
2013-07-04Rework to apply the intermixed test and edit elements in one-passAkira TAGOH1-11/+28
2013-06-28Add FcTypeUnknown to FcType to avoid comparison of constant -1Akira TAGOH1-0/+7
2013-02-01Bug 23757 - Add mode="delete" to <edit>Akira TAGOH1-2/+4
2013-01-02Make FcInitDebug() idempotentBehdad Esfahbod1-8/+10
2013-01-01Make FC_DBG_OBJTYPES debug messages into warningsBehdad Esfahbod1-11/+19
2012-12-30Allow target="font/pattern/default" in <name> elementsBehdad Esfahbod1-5/+14
2012-12-29Parse matrices of expressionsBehdad Esfahbod1-5/+11
2012-05-14Bug 19128 - Handling whitespace in aliasesAkira TAGOH1-9/+18
2012-05-01Output more verbose debugging log to show where to insert the element into th...Akira TAGOH1-23/+56
2010-12-09Add editing langset feature.Akira TAGOH1-0/+6
2010-12-09Add charset editing feature.Akira TAGOH1-0/+2
2010-11-10Cleanup copyright notices to replace "Keith Packard" with "the author(s)"Behdad Esfahbod1-2/+2
2010-04-12Remove all training whitespacesBehdad Esfahbod1-7/+7
2009-07-28Improve charset printingBehdad Esfahbod1-2/+2
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