summaryrefslogtreecommitdiff
path: root/src/fcxml.c
Commit message (Expand)AuthorAgeFilesLines
* Fix leak of `reason` in _FcConfigParse when not complainingBen Wagner2023-03-301-0/+3
* Expand ~ in globOndrej Balaz2023-01-251-1/+4
* Add FC_DESKTOP_NAME propertyAkira TAGOH2022-11-261-7/+7
* WIN32: Fix pGetSystemWindowsDirectory found initialized during FcConfigParseA...Francesco Pretto2022-01-311-18/+26
* Add an user font directory for Win32 to the default font pathAkira TAGOH2022-01-171-0/+10
* Ensure config.h is always included before stdlib headersRyan Gonzalez2021-11-101-1/+1
* Resolves symlinks against <dir prefix="relative">Akira TAGOH2021-10-111-1/+8
* Fix potential memory leak in _get_real_paths_from_prefixmasterAlbert Astals Cid2021-04-101-2/+7
* Add support for XDG_DATA_DIRSAkira TAGOH2021-03-301-30/+68
* Fix leaks in fcxml.c, fc-match.c, and tests.Ben Wagner2020-12-141-1/+3
* Use memcpy instead of strcpyAkira TAGOH2020-11-021-1/+1
* Turn unknown attributes into warningJan Tojnar2020-08-181-1/+1
* Guard dirent.h includesTim-Philipp Müller2020-07-271-0/+3
* Take effect sysroot functionality to the default config fileAkira TAGOH2019-10-211-4/+20
* Warn as well if no directory name for cachedir providedAkira TAGOH2019-10-081-0/+5
* Do not return FcFalse from FcConfigParseAndLoad*() if complain is set to falseAkira TAGOH2019-08-281-3/+5
* Fix memory leaksAkira TAGOH2019-07-231-0/+1
* FcConfigParseAndLoad*() should returns false on config errorsAkira TAGOH2019-07-221-1/+1
* Fix obtaining real path from pre-defined names for Win32Akira TAGOH2019-06-261-28/+18
* Don't warn if path can't be converted with prefixAkira TAGOH2019-04-031-2/+16
* Fix make check fail on MinGW againAkira TAGOH2019-04-031-7/+17
* Fix build issues on MinGWAkira TAGOH2019-04-031-3/+3
* Add salt attribute to dir and remap-dir elementsAkira TAGOH2019-04-031-4/+6
* Add reset-dirs elementAkira TAGOH2019-04-031-0/+15
* Add new element remap-dir instead of extending dir elementAkira TAGOH2019-04-031-113/+166
* Replace UUID file mechanism with per-directory 'map' attribute [v2]Keith Packard2019-04-031-2/+3
* Fix a crash with invalid matrix elementAkira TAGOH2019-01-231-0/+5
* covscan fix: get rid of unnecessary condition checkAkira TAGOH2018-11-301-1/+1
* add missing the case of prefix="default" as documentedAkira TAGOH2018-10-041-1/+1
* Add more prefix support in <dir> elementAkira TAGOH2018-10-021-8/+33
* Fix build with CFLAGS="-std=c11 -D_GNU_SOURCE"Tom Anderson2018-07-261-5/+1
* Fix memory leakAkira TAGOH2018-07-251-0/+2
* Drop the redundant codeAkira TAGOH2018-07-251-1/+0
* Fix memory leakAkira TAGOH2018-07-191-1/+3
* Fix double-freeAkira TAGOH2018-05-251-0/+3
* Fix leaksAkira TAGOH2018-05-251-0/+9
* Bug 106497 - better error description when problem reading font configurationAkira TAGOH2018-05-131-1/+19
* Use realfilename for FcOpen in _FcConfigParseTom Anderson2018-04-171-1/+1
* Do not mix up font dirs into the list of config dirsAkira TAGOH2018-02-051-2/+5
* Take effects on dir, cachedir, acceptfont, and rejectfont only when loadingAkira TAGOH2018-01-231-13/+17
* Fix the mis-ordering of ruleset evaluation in a file with include elementAkira TAGOH2018-01-031-0/+22
* Correct debugging messages to load/scan configAkira TAGOH2017-11-161-4/+4
* Add the ruleset description supportAkira TAGOH2017-11-071-40/+139
* src/fcxml.c: avoid double free() of filenameAlexander Kanavin2017-10-121-1/+0
* Fix again to keep the same behavior to the return value of FcConfigParseAndLoadAkira TAGOH2017-09-211-1/+1
* Revert "Keep the same behavior to the return value of FcConfigParseAndLoad"Akira TAGOH2017-09-211-4/+0
* Remove blanks facility from the libraryBehdad Esfahbod2017-09-121-54/+0
* Keep the same behavior to the return value of FcConfigParseAndLoadAkira TAGOH2017-08-131-0/+4
* Fix gcc warnings with enabling libxml2Akira TAGOH2017-07-111-2/+2
* Add FcConfigParseAndLoadFromMemory() to load a configuration from memory.Akira TAGOH2017-07-071-75/+131