summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* fcformat: fix compiler warnings with clang on AndroidTim-Philipp Müller2021-01-081-2/+2
* Check qual and compare for family testsSzunti2020-12-171-1/+15
* Fix leaks in fcxml.c, fc-match.c, and tests.Ben Wagner2020-12-141-1/+3
* Remove abort from FcCompareSize.Ben Wagner2020-12-071-1/+0
* Skip leading whitespace in style name.Ben Wagner2020-12-041-2/+1
* Add back fullname property at scan matching phaseAkira TAGOH2020-12-042-1/+22
* Allow multiple default system font directories in the fallback config, and se...Niklas Guertler2020-11-281-1/+1
* meson: Don't use .def files for Visual Studio buildsChun-wei Fan2020-11-191-6/+7
* Use memcpy instead of strcpyAkira TAGOH2020-11-021-1/+1
* Fix fc_atomic_ptr_get and use.Ben Wagner2020-11-023-18/+25
* meson: Fix build failure when compiler is not in PATHXavier Claessens2020-10-031-3/+4
* Split up a code again coming from different copyright noticeAkira TAGOH2020-09-293-50/+50
* Make sure a combination of family and familylang is availableAkira TAGOH2020-09-211-0/+5
* Add Regular style when no meta data available to guess a styleAkira TAGOH2020-09-211-5/+18