summaryrefslogtreecommitdiff
path: root/src/fcdbg.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 43367 - RFE: iterator to peek objects in FcPatternAkira TAGOH2018-05-111-8/+7
* Add the ruleset description supportAkira TAGOH2017-11-071-4/+6
* Fix a compiler warningAkira TAGOH2017-09-291-3/+3
* Add FcDontCare value to FcBoolBehdad Esfahbod2017-09-201-1/+4
* Print ranges as closed as opposed to half-openBehdad Esfahbod2017-09-201-1/+1
* Fix a crash when no objects are available after filteringAkira TAGOH2015-06-091-1/+1
* Add one more debugging option to see transformation on font-matchingAkira TAGOH2015-06-081-0/+78
* Simplify FcRangeBehdad Esfahbod2015-05-271-8/+2
* Write ranges using a [start finish) formatBehdad Esfahbod2015-05-271-1/+1
* Bug 71287 - size specific design selection support in OS/2 table version 5Akira TAGOH2014-03-261-1/+12
* Rework to apply the intermixed test and edit elements in one-passAkira TAGOH2013-07-041-11/+28
* Add FcTypeUnknown to FcType to avoid comparison of constant -1Akira TAGOH2013-06-281-0/+7
* Bug 23757 - Add mode="delete" to <edit>Akira TAGOH2013-02-011-2/+4
* Make FcInitDebug() idempotentBehdad Esfahbod2013-01-021-8/+10
* Make FC_DBG_OBJTYPES debug messages into warningsBehdad Esfahbod2013-01-011-11/+19
* Allow target="font/pattern/default" in <name> elementsBehdad Esfahbod2012-12-301-5/+14
* Parse matrices of expressionsBehdad Esfahbod2012-12-291-5/+11
* Bug 19128 - Handling whitespace in aliasesAkira TAGOH2012-05-141-9/+18
* Output more verbose debugging log to show where to insert the element into th...Akira TAGOH2012-05-011-23/+56
* Add editing langset feature.Akira TAGOH2010-12-091-0/+6
* Add charset editing feature.Akira TAGOH2010-12-091-0/+2
* Cleanup copyright notices to replace "Keith Packard" with "the author(s)"Behdad Esfahbod2010-11-101-2/+2
* Remove all training whitespacesBehdad Esfahbod2010-04-121-7/+7
* Improve charset printingBehdad Esfahbod2009-07-281-2/+2
* Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all filesBehdad Esfahbod2009-03-131-2/+2
* Remove special-casing of FC_FILE in FcPatternPrint()Behdad Esfahbod2009-02-131-20/+1
* Replace RCS Id tags with the file nameBehdad Esfahbod2009-02-131-1/+1
* Eliminate .so PLT entries for local symbols. (thanks to Arjan van de Ven)Keith Packard2006-09-051-0/+3
* Add FcMatchScan to resolve Delicious font matching issues (bug #6769)Keith Packard2006-09-021-0/+7
* FcCharSetSerialize was using wrong offset for leaves. Make fc-cat work.Keith Packard2006-08-301-3/+17
* Rework cache files to use offsets for all data structures.Keith Packard2006-08-301-13/+30
* Include $(top_srcdir), $(top_srcdir)/src before anything else.Patrick Lam2006-04-251-1/+1
* Print out full pathname in fc-match -v as well. Reported by FredericPatrick Lam2006-01-071-1/+20
* Inline FcDebug invocations and only initialize once, in FcInit*. ImprovePatrick Lam2005-11-241-18/+12
* Overhaul the serialization system to create one mmapable file per directoryPatrick Lam2005-08-241-8/+4
* Add functionality to allow fontconfig data structure serialization.Patrick Lam2005-06-281-11/+15
* Change files from ISO-Latin-1 to UTF-8Keith Packard2004-12-071-1/+1
* Implement new semantics for Contains and LISTING:Keith Packard2003-07-201-0/+3
* Fix unary operator parsing. Add floor, ceil, trunc and round unaryKeith Packard2003-04-151-0/+20
* Add FcLangSetPrintKeith Packard2003-03-051-11/+18
* Avoid crashing with null expressions in debug codeKeith Packard2003-02-271-1/+2
* Allow double or integer for numeric values in matchingKeith Packard2003-02-261-2/+2
* Output langsets and all bindings in debug messagesKeith Packard2003-02-121-2/+19
* In debugging output, mark weakly bound values with (w)fcpackage_2_1Keith Packard2002-11-221-1/+5
* Add contains/not_contains, fix LangSet equal operator to use FcLangEqualKeith Packard2002-08-221-3/+6
* Reimplement FC_LANG as FcTypeLang, freeze patterns, other cleanupKeith Packard2002-08-221-1/+4
* Various config changes plus a couple of optimizations from OwenKeith Packard2002-08-191-6/+1
* Fix weird first/not-first lameness in font matches, replacing with targetrc2fcpackage_rc2Keith Packard2002-08-111-8/+21
* Accidentally falling through several case blocksKeith Packard2002-06-201-3/+3
* Add ref counting to font config patterns so that FcFontSort return valuesKeith Packard2002-06-191-1/+7