summaryrefslogtreecommitdiff
path: root/src/fclist.c
Commit message (Expand)AuthorAgeFilesLines
* Ignore null pointer on Fc*Destroy functionsAkira TAGOH2022-12-051-5/+8
* Fix some typos/spelling errorsAlan Coopersmith2020-07-211-1/+1
* Use FcConfigReference/Destroy appropriately instead of FcConfigGetCurrentAkira TAGOH2019-11-011-11/+14
* Fix memory leakAkira TAGOH2018-07-191-0/+3
* Cache: Rewrite relocated paths in earlierAlexander Larsson2018-05-251-36/+0
* Don't call FcStat when the alias has already been addedAkira TAGOH2017-11-201-27/+22
* abstract hash table functionsAkira TAGOH2017-11-201-2/+4
* Replace the original path to the new oneAkira TAGOH2017-11-201-3/+3
* Replace the font path in FcPattern to what it is actually located.Akira TAGOH2017-11-201-1/+40
* Fix pointer cast warning on win32Akira TAGOH2015-02-241-1/+1
* Bug 71287 - size specific design selection support in OS/2 table version 5Akira TAGOH2014-03-261-0/+2
* Fix a crash when FcPattern is set to null on FcFontSetList() and FcFontList()Akira TAGOH2013-09-241-0/+2
* Add FcTypeUnknown to FcType to avoid comparison of constant -1Akira TAGOH2013-06-281-0/+1
* Remove FcSharedStr*Behdad Esfahbod2013-01-021-3/+3
* Remove memory accounting and reportingBehdad Esfahbod2012-12-291-10/+0
* Bug 19128 - Handling whitespace in aliasesAkira TAGOH2012-05-141-1/+1
* Bug 27765 - FcMatch() returns style in wrong languageAkira TAGOH2012-04-241-9/+38
* Bug 17832 - Memory leaks due to FcStrStaticName use for external patternsAkira TAGOH2012-03-281-1/+9
* Cleanup copyright notices to replace "Keith Packard" with "the author(s)"Behdad Esfahbod2010-11-101-2/+2
* Remove all training whitespacesBehdad Esfahbod2010-04-121-15/+15
* Don't change the order of names unnecessarily (#20128)Karl Tomlinson2009-07-221-1/+4
* Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all filesBehdad Esfahbod2009-03-131-2/+2
* Document when config can be NULL (#17105)Behdad Esfahbod2009-02-131-0/+3
* Implement fc-list --verbose (#13015)Behdad Esfahbod2009-02-131-0/+10
* 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
* Rework cache files to use offsets for all data structures.Keith Packard2006-08-301-46/+40
* Make path names in cache files absolute (NB, cache format change) StopKeith Packard2006-04-271-4/+0
* Include $(top_srcdir), $(top_srcdir)/src before anything else.Patrick Lam2006-04-251-1/+1
* Copy the full pathname whenever duplicating an FcPattern; otherwise,Patrick Lam2005-11-011-5/+1
* Reinstate basename patch, but keep a hash table linking FcPatterns to theirPatrick Lam2005-11-011-0/+8
* Support localized font family and style names. This has been reported toPatrick Lam2005-10-221-3/+57
* Merge with HEAD and finish the GCC 4 cleanups (no more warnings!)Patrick Lam2005-09-111-1/+1
* Replace FcObjectStaticName by FcStrStaticName. Implement serialization ofPatrick Lam2005-08-271-1/+1
* Overhaul the serialization system to create one mmapable file per directoryPatrick Lam2005-08-241-30/+27
* Add functionality to allow fontconfig data structure serialization.Patrick Lam2005-06-281-45/+59
* Put all FcPattern objects though FcObjectStaticName and do pointer tratherRoss Burton2005-03-311-2/+3
* Adopt some RedHat suggestions for standard font configuration.Keith Packard2004-12-291-15/+1
* Reviewed by: Keith Packard <keithp@keithp.com>Keith Packard2004-12-071-1/+1
* Change files from ISO-Latin-1 to UTF-8Keith Packard2004-12-071-1/+1
* Move existing fonts.conf to fonts.conf.bakKeith Packard2004-12-041-3/+3
* Implement new semantics for Contains and LISTING:Keith Packard2003-07-201-10/+28
* AddFcLangSetContains for font listing, add first-letter table for languageKeith Packard2003-03-051-3/+3
* Pacify gcc 3.2Marc Aurele La France2002-09-181-2/+2
* Add contains/not_contains, fix LangSet equal operator to use FcLangEqualKeith Packard2002-08-221-4/+4
* Reimplement FC_LANG as FcTypeLang, freeze patterns, other cleanupKeith Packard2002-08-221-1/+3
* Various config changes plus a couple of optimizations from OwenKeith Packard2002-08-191-3/+1
* Fix weird first/not-first lameness in font matches, replacing with targetrc2fcpackage_rc2Keith Packard2002-08-111-1/+3
* Add ref counting to font config patterns so that FcFontSort return valuesKeith Packard2002-06-191-1/+1
* Fix incorrect size in memmove call in FcObjectSetAdd that crashedKeith Packard2002-06-181-1/+2