summaryrefslogtreecommitdiff
path: root/src/fccfg.c
Commit message (Expand)AuthorAgeFilesLines
* Resolves symlinks against <dir prefix="relative">Akira TAGOH2021-10-111-26/+2
* Add support for XDG_DATA_DIRSAkira TAGOH2021-03-301-0/+59
* Fix stack use after scope in FcConfigCompareValueBen Wagner2021-02-161-1/+1
* fccfg.c: lock_config: Fix potential memory leakJacko Dirks2021-01-131-0/+1
* Check qual and compare for family testsSzunti2020-12-171-1/+15
* Fix fc_atomic_ptr_get and use.Ben Wagner2020-11-021-2/+3
* fc-scan: add --sysroot optionAkira TAGOH2020-09-151-0/+8
* Fix a problem in FcConfigSubstituteMatthias Clasen2020-08-301-4/+11
* Fixup: Promote ints to ranges when appropriateMatthias Clasen2020-08-251-7/+7
* Use a hash table for families in FcConfigSubstituteMatthias Clasen2020-08-251-20/+172
* Speed up FcConfigCompareValueMatthias Clasen2020-08-251-52/+78
* Speed up FcConfigCompareValueMatthias Clasen2020-08-251-214/+250
* Add a shortcut for FcQualAny matchingMatthias Clasen2020-08-251-0/+2
* Guard dirent.h includesTim-Philipp Müller2020-07-271-0/+2
* Fix empty XDG_CACHE_HOME BehaviorAkira TAGOH2020-07-141-1/+1
* Fix build on Windows some moreTim-Philipp Müller2020-07-011-0/+4
* Use FC_PATH_MAX to fix build on WindowsTim-Philipp Müller2020-07-011-2/+2
* Fix the process substitution doesn't work with FONTCONFIG_FILEAkira TAGOH2020-02-191-1/+8
* Fix potential race condition in FcConfigSetCurrent and FcConfigReferenceAkira TAGOH2019-11-061-17/+88
* Use FcConfigReference/Destroy appropriately instead of FcConfigGetCurrentAkira TAGOH2019-11-011-92/+145
* Take effect sysroot functionality to the default config fileAkira TAGOH2019-10-211-21/+46
* Fix unexpected cache name by double-slash in pathAkira TAGOH2019-04-041-7/+9
* Don't show salt in debugging message if salt is nullAkira TAGOH2019-04-041-2/+2
* Add some debugging outputAkira TAGOH2019-04-031-0/+15
* Use alternative function for realpath on Win32Akira TAGOH2019-04-031-0/+9
* Add salt attribute to dir and remap-dir elementsAkira TAGOH2019-04-031-4/+25
* Add reset-dirs elementAkira TAGOH2019-04-031-0/+6
* Trim the last slashAkira TAGOH2019-04-031-1/+12
* Replace UUID file mechanism with per-directory 'map' attribute [v2]Keith Packard2019-04-031-29/+51
* Fetch FONTCONFIG_SYSROOT in FcConfigCreateKeith Packard2019-04-031-7/+17
* Fix FcFontList doesn't return a font with FC_COLOR=trueAkira TAGOH2018-11-271-6/+6
* Use FC_PATH_MAX instead of PATH_MAXAkira TAGOH2018-11-061-1/+1
* Fix the issue that '~' wasn't extracted to the proper homedirAkira TAGOH2018-09-041-9/+11
* Fix dereferencing null pointerAkira TAGOH2018-07-191-6/+7
* do not pass null pointer to memcpyAkira TAGOH2018-07-191-3/+6
* Fix access in a null pointer dereferenceAkira TAGOH2018-07-191-2/+2
* Fix memory leaksAkira TAGOH2018-07-191-0/+2
* Return canonicalized paths from FcConfigRealFilenameTom Anderson2018-07-161-30/+35
* Fix CFI buildsTom Anderson2018-06-111-6/+36
* Cache: Remove alias_tableAlexander Larsson2018-05-251-13/+2
* Cache: Rewrite relocated paths in earlierAlexander Larsson2018-05-251-10/+34
* Add FONTCONFIG_SYSROOT environment variableTom Anderson2018-05-051-1/+4
* Leave the locale setting to applicationsAkira TAGOH2018-03-151-20/+2
* Do not override locale if already set by appAkira TAGOH2018-03-141-1/+6
* Do not mix up font dirs into the list of config dirsAkira TAGOH2018-02-051-8/+0
* Add FcReadLink to wrap up readlink impl.Akira TAGOH2018-01-041-2/+2
* Fix compiler warningsAkira TAGOH2018-01-041-1/+1
* Fix the mis-ordering of ruleset evaluation in a file with include elementAkira TAGOH2018-01-031-2/+6
* abstract hash table functionsAkira TAGOH2017-11-201-2/+19
* Don't call FcStat when the alias has already been addedAkira TAGOH2017-11-201-14/+7