summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix leak of `reason` in _FcConfigParse when not complainingBen Wagner2023-03-301-0/+3
* Clean up unused codeAkira TAGOH2023-03-062-8/+0
* Reload MM/VF metadata for each font face in font collectionmsizanoen12023-02-221-0/+14
* In fcfreetype.c, `GetScriptTags`: fix `use_of_uninitialized_value` and return...Vitaly Lysenkov2023-02-211-2/+2
* Fix false-positive CFI failureTom Anderson2023-02-131-2/+2
* Fix filepaths added when scanning with sysrootTom Anderson2023-02-091-11/+11
* Add some missing constant names for weight.Akira TAGOH2023-01-251-2/+24
* Report more detailed logs instead of assertion.Akira TAGOH2023-01-251-10/+7
* Expand ~ in globOndrej Balaz2023-01-252-2/+10
* src/meson.build: Store correct paths to fontconfig.pc.Akira TAGOH2022-12-281-2/+2
* Ignore LC_CTYPE if set to "UTF-8"Jean Abou Samra2022-12-141-1/+11
* Ignore null pointer on Fc*Destroy functionsAkira TAGOH2022-12-058-78/+95
* Add FC_DESKTOP_NAME propertyAkira TAGOH2022-11-264-12/+68
* Fix the build issue on meson when -g option is added to c_argsAkira TAGOH2022-10-271-1/+2
* Real fix of 91114d18cAkira TAGOH2022-09-281-5/+1
* Avoid misuse of ctype(3)Taylor R Campbell2022-04-111-2/+2
* Fix possible memory leaks in FcPatternObjectAddWithBindingAkira TAGOH2022-01-311-33/+10
* 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
* Initialize variableAkira TAGOH2021-12-091-1/+1
* Apply the change made by 23e46d1 againAkira TAGOH2021-12-091-1/+1
* Fix the issue fail to obtain the style nameAkira TAGOH2021-12-091-0/+1
* Actually skip leading spaces in style nameBen Wagner2021-12-061-2/+1
* Back FcSerialize with open addressing hash table.Ben Wagner2021-11-162-37/+170
* Ensure config.h is always included before stdlib headersRyan Gonzalez2021-11-101-1/+1
* Fix some testcase fails for 14c265a1Akira TAGOH2021-11-091-14/+23
* If a varfont has 'opsz' axis, set FC_SIZE on default instant patternBehdad Esfahbod2021-11-091-4/+19
* Fix warning about os2->achVendID cannot be NULLBen Wagner2021-10-281-1/+1
* Resolves symlinks against <dir prefix="relative">Akira TAGOH2021-10-114-27/+37
* Fix score estimation for postscriptnameAkira TAGOH2021-10-081-3/+5
* Free local FcCache lock on contentionBen Wagner2021-09-061-0/+1
* Add memory order constraints to C11 atomicsBen Wagner2021-08-311-3/+3
* Fix a memory leak when trying to open a non-existing fileAkira TAGOH2021-08-251-5/+7
* Reflect matching results to binding in FcPatternAkira TAGOH2021-08-241-21/+81
* FcCharSetPutLeaf(): Fix missing move of new_leaves contentsAlex Richardson2021-08-181-14/+17
* Add support for C11 stdatomic atomicsAlex Richardson2021-07-202-1/+22
* fcint: add casts to allow building with stricter compilersAlex Richardson2021-07-201-3/+3
* Restore fcatomic compatibility with Mac OS X 10.4.Ryan Schmidt2021-07-191-4/+7
* Do not set different score to non-string valuesAkira TAGOH2021-07-081-1/+1
* fcstat: add support for wasm-emscriptenMehdi Sabwat2021-07-061-1/+1
* Fix score evaluation for multiple values in propertiesAkira TAGOH2021-06-281-1/+1
* Revert constructing fullname property from family and style propertiesAkira TAGOH2021-06-286-100/+55
* Fix potential memory leak in _get_real_paths_from_prefixmasterAlbert Astals Cid2021-04-101-2/+7
* Add support for XDG_DATA_DIRSAkira TAGOH2021-03-304-36/+166
* meson: fix subproject build regressionTim-Philipp Müller2021-02-181-4/+1
* Fix stack use after scope in FcConfigCompareValueBen Wagner2021-02-161-1/+1
* meson: fix cross-compilation issues with gperf header file preprocessingTim-Philipp Müller2021-02-152-3/+18
* Fix stripping whitespace from end of family in FcPatternAddFullnameSzunti2021-01-201-1/+1
* meson: error out in script if gperf preprocessing failedTim-Philipp Müller2021-01-151-1/+1
* fccfg.c: lock_config: Fix potential memory leakJacko Dirks2021-01-131-0/+1