summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-31Bump version to 2.14.02.14.0Akira TAGOH4-6/+11
2022-02-19Update address for reporting msgid bugs from bugzilla to gitlabAlan Coopersmith4-6/+6
2022-02-04Bump version to 2.13.962.13.96Akira TAGOH4-5/+11
2022-02-04Merge branch 'main' of ssh://gitlab.freedesktop.org/fontconfig/fontconfigAkira TAGOH1-0/+1
2022-02-04Add a missing file 48-spacing.confAkira TAGOH1-0/+1
2022-02-01Bump version to 2.13.952.13.95Akira TAGOH4-5/+69
2022-01-31Fix possible memory leaks in FcPatternObjectAddWithBindingAkira TAGOH1-33/+10
2022-01-31WIN32: Fix pGetSystemWindowsDirectory found initialized during FcConfigParseA...Francesco Pretto1-18/+26
2022-01-28Add test/wrapper-script.sh to the archiveAkira TAGOH1-1/+1
2022-01-17Add an user font directory for Win32 to the default font pathAkira TAGOH3-2/+12
2022-01-13Always add the family name from spacing=100Pierre Ducroquet1-12/+3
2022-01-13It seems this qual doesn't work on integersPierre Ducroquet1-1/+1
2022-01-13Remove configuration file from POTFILESPierre Ducroquet1-1/+0
2022-01-13Reference the new configuration filePierre Ducroquet3-0/+4
2022-01-13Add a configuration to switch to monospace if spacing=100 is requestedPierre Ducroquet1-0/+25
2022-01-09meson: Remove summary() from version_compare() blockNirbheek Chauhan1-10/+8
2021-12-21Update CaseFolding.txt to Unicode 14Akira TAGOH2-4/+47
2021-12-21Add more description for fc-conflist.1 and FcConfigFileInfoIterInit.3Akira TAGOH2-4/+9
2021-12-09Initialize variableAkira TAGOH1-1/+1
2021-12-09Apply the change made by 23e46d1 againAkira TAGOH1-1/+1
2021-12-09Fix the issue fail to obtain the style nameAkira TAGOH1-0/+1
2021-12-06Actually skip leading spaces in style nameBen Wagner1-2/+1
2021-11-16Back FcSerialize with open addressing hash table.Ben Wagner2-37/+170
2021-11-10Ensure config.h is always included before stdlib headersRyan Gonzalez2-6/+6
2021-11-09Fix some testcase fails for 14c265a1Akira TAGOH1-14/+23
2021-11-09If a varfont has 'opsz' axis, set FC_SIZE on default instant patternBehdad Esfahbod1-4/+19
2021-11-08conf.d/60-latin.conf: Make Noto default.Akira TAGOH1-0/+3
2021-10-28Fix warning about os2->achVendID cannot be NULLBen Wagner1-1/+1
2021-10-14Add the option to not build fontconfig cache during installationAkira TAGOH4-2/+17
2021-10-11Resolves symlinks against <dir prefix="relative">Akira TAGOH4-27/+37
2021-10-08Fix score estimation for postscriptnameAkira TAGOH1-3/+5
2021-10-05Fix FC_DEFAULT_FONTS on macOS and with BSD sedRyan Schmidt2-3/+6
2021-09-06Extend test thread args lifetimeBen Wagner1-3/+3
2021-09-06Free local FcCache lock on contentionBen Wagner1-0/+1
2021-08-31Add memory order constraints to C11 atomicsBen Wagner1-3/+3
2021-08-25Fix a memory leak when trying to open a non-existing fileAkira TAGOH1-5/+7
2021-08-24Reflect matching results to binding in FcPatternAkira TAGOH1-21/+81
2021-08-24Bump the cache version to 8Akira TAGOH1-1/+1
2021-08-18FcCharSetPutLeaf(): Fix missing move of new_leaves contentsAlex Richardson1-14/+17
2021-07-20Enable 11-lcdfilter-default.conf by defaultAkira TAGOH2-0/+2
2021-07-20Add support for C11 stdatomic atomicsAlex Richardson5-1/+50
2021-07-20fcint: add casts to allow building with stricter compilersAlex Richardson1-3/+3
2021-07-19Restore fcatomic compatibility with Mac OS X 10.4.Ryan Schmidt1-4/+7
2021-07-14Fix run-test.sh to work with BSD mktempRyan Schmidt1-9/+11
2021-07-14Remove Bugzilla referencesRyan Schmidt2-3/+3
2021-07-08Avoid PCRE syntax when using grepRyan Schmidt1-1/+1
2021-07-08Do not set different score to non-string valuesAkira TAGOH5-25/+85
2021-07-06fcstat: add support for wasm-emscriptenMehdi Sabwat1-1/+1
2021-06-28Bump version to 2.13.94HEAD2.13.94masterAkira TAGOH4-5/+65
2021-06-28Fix score evaluation for multiple values in propertiesAkira TAGOH5-2/+56