summaryrefslogtreecommitdiff
path: root/src/fcpat.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-20cleanupAkira TAGOH1-30/+0
2017-11-20Add new API to find out a font from current search pathAkira TAGOH1-0/+30
2017-09-27[varfonts] Share lang across named-instancesBehdad Esfahbod1-0/+3
2017-07-07Add FcPatternGetWithBinding() to obtain the binding type of the value in FcPa...Akira TAGOH1-2/+16
2015-06-08Add one more debugging option to see transformation on font-matchingAkira TAGOH1-0/+6
2014-03-26Bug 71287 - size specific design selection support in OS/2 table version 5Akira TAGOH1-0/+73
2013-12-20Improve the performance issue on rescanning directoriesAkira TAGOH1-0/+2
2013-06-28Add FcTypeUnknown to FcType to avoid comparison of constant -1Akira TAGOH1-1/+4
2013-03-21Fix a SIGSEGV on FcPatternGet* with NULL patternAkira TAGOH1-0/+2
2013-01-02Remove FcSharedStr*Behdad Esfahbod1-22/+3
2013-01-02Make refcounts, patterns, charsets, strings, and FcLang thread-safeBehdad Esfahbod1-13/+12
2013-01-02Remove shared-str poolBehdad Esfahbod1-51/+7
2013-01-01Don't crash in FcPatternDestroy with NULL patternBehdad Esfahbod1-0/+3
2013-01-01Make FC_DBG_OBJTYPES debug messages into warningsBehdad Esfahbod1-12/+9
2012-12-29Remove memory accounting and reportingBehdad Esfahbod1-19/+1
2012-12-29Fix compiler warningsBehdad Esfahbod1-8/+8
2012-11-15Bug 57114 - regression on FcFontMatch with namelangAkira TAGOH1-3/+143
2012-06-01Fix the wrong estimation for the memory usage information in fontconfigAkira TAGOH1-1/+2
2012-03-28fcpat: Increase the number of buckets in the shared string hash tableAkira TAGOH1-1/+1
2012-03-28Bug 17832 - Memory leaks due to FcStrStaticName use for external patternsAkira TAGOH1-39/+24
2011-03-28Bug 35587 - Add padding to make valgrind and glibc not hate each otherBehdad Esfahbod1-3/+7
2010-11-10Cleanup copyright notices to replace "Keith Packard" with "the author(s)"Behdad Esfahbod1-2/+2
2010-04-12Remove all training whitespacesBehdad Esfahbod1-35/+35
2009-11-16[int] Remove fc_value_* macros that did nothing other than renamingBehdad Esfahbod1-6/+6
2009-11-16[int] Remove fc_storage_type() in favor of direct access to v->typeBehdad Esfahbod1-1/+1
2009-06-24Simplify FcValueSave() semanticsBehdad Esfahbod1-10/+2
2009-03-13Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all filesBehdad Esfahbod1-2/+2
2009-02-13Oops, fix FcPatternFilterBehdad Esfahbod1-1/+1
2009-02-13Don't leak FcValues string loaded through fcxml.c (#17661)Behdad Esfahbod1-5/+5
2009-02-13Fix docs re 'orig' argument of FcPatternBuild and familyBehdad Esfahbod1-6/+6
2009-02-13Add FcPatternFilter() (#13016)Behdad Esfahbod1-0/+37
2008-05-04Fix a few memory tracking mistakes.Keith Packard1-1/+1
2008-01-07Include fcftaliastail.h so that the freetype funcs are exported.Keith Packard1-0/+1
2008-01-02Remove freetype requirement for build-time applications.Keith Packard1-0/+1
2007-03-12Make FcPatternDuplicate copy the binding instead of always using Strong.Stephan Kulow1-3/+7
2006-12-02Avoid writing uninitialized structure pad bytes to cache files.Keith Packard1-1/+16
2006-09-05Eliminate .so PLT entries for local symbols. (thanks to Arjan van de Ven)Keith Packard1-0/+3
2006-09-04Reference count cache objects.Keith Packard1-1/+9
2006-09-01Pass directory information around in FcCache structure. Freeze charsets.Keith Packard1-0/+8
2006-08-31Serialized value lists were only including one value.Keith Packard1-0/+1
2006-08-30Rework Object name database to unify typechecking and object lookup.Keith Packard1-1/+1
2006-08-30FcCharSetSerialize was using wrong offset for leaves. Make fc-cat work.Keith Packard1-0/+7
2006-08-30Rework cache files to use offsets for all data structures.Keith Packard1-717/+308
2006-04-27Eliminate pattern freezingKeith Packard1-370/+0
2006-04-27Make path names in cache files absolute (NB, cache format change) StopKeith Packard1-130/+0
2006-04-25Include $(top_srcdir), $(top_srcdir)/src before anything else.Patrick Lam1-1/+1
2006-04-12Fix memory leak (Coverity defect #2089).Patrick Lam1-1/+6
2006-04-11Properly convert static charsets to dynamic charsets.Patrick Lam1-1/+10
2006-04-07Portability fixes for HP-UX (reported by Christoph Bauer). ReplacePatrick Lam1-3/+3
2006-04-06Reduce amount of dirty rss by const'ing some data structures.Patrick Lam1-1/+1