summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update meson.buildAkira TAGOH2020-09-161-0/+1
* Add fullname later once FcConfigSubstitute() is doneAkira TAGOH2020-09-165-57/+98
* Construct fullname from family and styleAkira TAGOH2020-09-161-28/+11
* fc-scan: add --sysroot optionAkira TAGOH2020-09-153-13/+35
* Add CONFIGDIR to the fallback config where can be specified by --with-configdirAkira TAGOH2020-09-151-0/+1
* Make more clearer the license termsAkira TAGOH2020-09-033-256/+257
* Fix a problem in FcConfigSubstituteMatthias Clasen2020-08-301-4/+11
* Fix up FC_LIKELY macrosMatthias Clasen2020-08-251-2/+2
* Fixup: Handle patterns without familyMatthias Clasen2020-08-251-17/+20
* Use FC_UNLIKELYMatthias Clasen2020-08-251-6/+6
* Add FC_LIKELY and FC_UNLIKELY macrosMatthias Clasen2020-08-251-0/+8
* Fixup: Promote ints to ranges when appropriateMatthias Clasen2020-08-251-7/+7
* Use __builtin_expect in a few placesMatthias Clasen2020-08-251-6/+6
* Use a hash table for families in FcConfigSubstituteMatthias Clasen2020-08-251-20/+172
* Speed up FcCompareLang and FcCompareBoolMatthias Clasen2020-08-251-12/+10
* Speed up FcConfigCompareValueMatthias Clasen2020-08-251-52/+78
* Speed up FcConfigCompareValueMatthias Clasen2020-08-251-214/+250
* Speed up fonthashint matchingMatthias Clasen2020-08-251-6/+13
* Add a shortcut for FcQualAny matchingMatthias Clasen2020-08-251-0/+2
* Use a hash table for family matchingMatthias Clasen2020-08-251-5/+134
* Add a hash function for familiesMatthias Clasen2020-08-252-0/+16
* Special-case some of the string walking codeMatthias Clasen2020-08-251-24/+62
* Avoid a crash in FcPatternHash with rangesMatthias Clasen2020-08-231-1/+1
* Turn unknown attributes into warningJan Tojnar2020-08-181-1/+1
* Fix build issues regarding formatter for Win32Akira TAGOH2020-08-064-3/+15
* Add Meson build systemTim-Philipp Müller2020-07-317-0/+563
* Guard dirent.h includesTim-Philipp Müller2020-07-275-0/+12