summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-06-28Fix score evaluation for multiple values in propertiesAkira TAGOH1-1/+1
2021-06-28Revert constructing fullname property from family and style propertiesAkira TAGOH6-100/+55
2021-04-10Fix potential memory leak in _get_real_paths_from_prefixAlbert Astals Cid1-2/+7
2021-03-30Add support for XDG_DATA_DIRSAkira TAGOH4-36/+166
2021-02-18meson: fix subproject build regressionTim-Philipp Müller1-4/+1
2021-02-16Fix stack use after scope in FcConfigCompareValueBen Wagner1-1/+1
2021-02-15meson: fix cross-compilation issues with gperf header file preprocessingTim-Philipp Müller2-3/+18
2021-01-20Fix stripping whitespace from end of family in FcPatternAddFullnameSzunti1-1/+1
2021-01-15meson: error out in script if gperf preprocessing failedTim-Philipp Müller1-1/+1
2021-01-13fccfg.c: lock_config: Fix potential memory leakJacko Dirks1-0/+1
2021-01-08fcformat: fix compiler warnings with clang on AndroidTim-Philipp Müller1-2/+2
2020-12-17Check qual and compare for family testsSzunti1-1/+15
2020-12-14Fix leaks in fcxml.c, fc-match.c, and tests.Ben Wagner1-1/+3
2020-12-07Remove abort from FcCompareSize.Ben Wagner1-1/+0
2020-12-04Skip leading whitespace in style name.Ben Wagner1-2/+1
2020-12-04Add back fullname property at scan matching phaseAkira TAGOH2-1/+22
2020-11-28Allow multiple default system font directories in the fallback config, and se...Niklas Guertler1-1/+1
2020-11-19meson: Don't use .def files for Visual Studio buildsChun-wei Fan1-6/+7
2020-11-02Use memcpy instead of strcpyAkira TAGOH1-1/+1
2020-11-02Fix fc_atomic_ptr_get and use.Ben Wagner3-18/+25
2020-10-03meson: Fix build failure when compiler is not in PATHXavier Claessens1-3/+4
2020-09-29Split up a code again coming from different copyright noticeAkira TAGOH3-50/+50
2020-09-21Make sure a combination of family and familylang is availableAkira TAGOH1-0/+5
2020-09-21Add Regular style when no meta data available to guess a styleAkira TAGOH1-5/+18
2020-09-16Update meson.buildAkira TAGOH1-0/+1
2020-09-16Add fullname later once FcConfigSubstitute() is doneAkira TAGOH5-57/+98
2020-09-16Construct fullname from family and styleAkira TAGOH1-28/+11
2020-09-15fc-scan: add --sysroot optionAkira TAGOH3-13/+35
2020-09-15Add CONFIGDIR to the fallback config where can be specified by --with-configdirAkira TAGOH1-0/+1
2020-09-03Make more clearer the license termsAkira TAGOH3-256/+257
2020-08-30Fix a problem in FcConfigSubstituteMatthias Clasen1-4/+11
2020-08-25Fix up FC_LIKELY macrosMatthias Clasen1-2/+2
2020-08-25Fixup: Handle patterns without familyMatthias Clasen1-17/+20
2020-08-25Use FC_UNLIKELYMatthias Clasen1-6/+6
2020-08-25Add FC_LIKELY and FC_UNLIKELY macrosMatthias Clasen1-0/+8
2020-08-25Fixup: Promote ints to ranges when appropriateMatthias Clasen1-7/+7
2020-08-25Use __builtin_expect in a few placesMatthias Clasen1-6/+6
2020-08-25Use a hash table for families in FcConfigSubstituteMatthias Clasen1-20/+172
2020-08-25Speed up FcCompareLang and FcCompareBoolMatthias Clasen1-12/+10
2020-08-25Speed up FcConfigCompareValueMatthias Clasen1-52/+78
2020-08-25Speed up FcConfigCompareValueMatthias Clasen1-214/+250
2020-08-25Speed up fonthashint matchingMatthias Clasen1-6/+13
2020-08-25Add a shortcut for FcQualAny matchingMatthias Clasen1-0/+2
2020-08-25Use a hash table for family matchingMatthias Clasen1-5/+134
2020-08-25Add a hash function for familiesMatthias Clasen2-0/+16
2020-08-25Special-case some of the string walking codeMatthias Clasen1-24/+62
2020-08-23Avoid a crash in FcPatternHash with rangesMatthias Clasen1-1/+1
2020-08-18Turn unknown attributes into warningJan Tojnar1-1/+1
2020-08-06Fix build issues regarding formatter for Win32Akira TAGOH4-3/+15
2020-07-31Add Meson build systemTim-Philipp Müller7-0/+563