summaryrefslogtreecommitdiff
path: root/src/fcpat.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid a crash in FcPatternHash with rangesMatthias Clasen2020-08-231-1/+1
* Improve the performance a bitAkira TAGOH2019-08-071-4/+16
* Cache: Rewrite relocated paths in earlierAlexander Larsson2018-05-251-3/+68
* Bug 43367 - RFE: iterator to peek objects in FcPatternAkira TAGOH2018-05-111-41/+192
* Set font-variations settings for standard axes in variable fontsBehdad Esfahbod2017-12-191-2/+8
* cleanupAkira TAGOH2017-11-201-30/+0
* Add new API to find out a font from current search pathAkira TAGOH2017-11-201-0/+30
* [varfonts] Share lang across named-instancesBehdad Esfahbod2017-09-271-0/+3
* Add FcPatternGetWithBinding() to obtain the binding type of the value in FcPa...Akira TAGOH2017-07-071-2/+16
* Add one more debugging option to see transformation on font-matchingAkira TAGOH2015-06-081-0/+6
* Bug 71287 - size specific design selection support in OS/2 table version 5Akira TAGOH2014-03-261-0/+73
* Improve the performance issue on rescanning directoriesAkira TAGOH2013-12-201-0/+2
* Add FcTypeUnknown to FcType to avoid comparison of constant -1Akira TAGOH2013-06-281-1/+4
* Fix a SIGSEGV on FcPatternGet* with NULL patternAkira TAGOH2013-03-211-0/+2
* Remove FcSharedStr*Behdad Esfahbod2013-01-021-22/+3
* Make refcounts, patterns, charsets, strings, and FcLang thread-safeBehdad Esfahbod2013-01-021-13/+12
* Remove shared-str poolBehdad Esfahbod2013-01-021-51/+7
* Don't crash in FcPatternDestroy with NULL patternBehdad Esfahbod2013-01-011-0/+3
* Make FC_DBG_OBJTYPES debug messages into warningsBehdad Esfahbod2013-01-011-12/+9
* Remove memory accounting and reportingBehdad Esfahbod2012-12-291-19/+1
* Fix compiler warningsBehdad Esfahbod2012-12-291-8/+8
* Bug 57114 - regression on FcFontMatch with namelangAkira TAGOH2012-11-151-3/+143
* Fix the wrong estimation for the memory usage information in fontconfigAkira TAGOH2012-06-011-1/+2
* fcpat: Increase the number of buckets in the shared string hash tableAkira TAGOH2012-03-281-1/+1
* Bug 17832 - Memory leaks due to FcStrStaticName use for external patternsAkira TAGOH2012-03-281-39/+24
* Bug 35587 - Add padding to make valgrind and glibc not hate each otherBehdad Esfahbod2011-03-281-3/+7
* Cleanup copyright notices to replace "Keith Packard" with "the author(s)"Behdad Esfahbod2010-11-101-2/+2
* Remove all training whitespacesBehdad Esfahbod2010-04-121-35/+35
* [int] Remove fc_value_* macros that did nothing other than renamingBehdad Esfahbod2009-11-161-6/+6
* [int] Remove fc_storage_type() in favor of direct access to v->typeBehdad Esfahbod2009-11-161-1/+1
* Simplify FcValueSave() semanticsBehdad Esfahbod2009-06-241-10/+2
* Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all filesBehdad Esfahbod2009-03-131-2/+2
* Oops, fix FcPatternFilterBehdad Esfahbod2009-02-131-1/+1
* Don't leak FcValues string loaded through fcxml.c (#17661)Behdad Esfahbod2009-02-131-5/+5
* Fix docs re 'orig' argument of FcPatternBuild and familyBehdad Esfahbod2009-02-131-6/+6
* Add FcPatternFilter() (#13016)Behdad Esfahbod2009-02-131-0/+37
* Fix a few memory tracking mistakes.Keith Packard2008-05-041-1/+1
* Include fcftaliastail.h so that the freetype funcs are exported.Keith Packard2008-01-071-0/+1
* Remove freetype requirement for build-time applications.Keith Packard2008-01-021-0/+1
* Make FcPatternDuplicate copy the binding instead of always using Strong.Stephan Kulow2007-03-121-3/+7
* Avoid writing uninitialized structure pad bytes to cache files.Keith Packard2006-12-021-1/+16
* Eliminate .so PLT entries for local symbols. (thanks to Arjan van de Ven)Keith Packard2006-09-051-0/+3
* Reference count cache objects.Keith Packard2006-09-041-1/+9
* Pass directory information around in FcCache structure. Freeze charsets.Keith Packard2006-09-011-0/+8
* Serialized value lists were only including one value.Keith Packard2006-08-311-0/+1
* Rework Object name database to unify typechecking and object lookup.Keith Packard2006-08-301-1/+1
* FcCharSetSerialize was using wrong offset for leaves. Make fc-cat work.Keith Packard2006-08-301-0/+7
* Rework cache files to use offsets for all data structures.Keith Packard2006-08-301-717/+308
* Eliminate pattern freezingKeith Packard2006-04-271-370/+0
* Make path names in cache files absolute (NB, cache format change) StopKeith Packard2006-04-271-130/+0