main
fc-cache: Create backward-compatible cache symlinks for cross-version discovery
Add simple tests
test-conf: Add a feature to load a certain config for testing
test: Add comprehensive documentation for test-conf JSON format
[Fontations] Match FreeType for two types of broken fonts
Fix padding with "und" in pattern elements
Update testcase
Fix Y2038 overflow in cache mtime by using pad2 as upper 32 bits
Add the check of PCF_CONFIG_OPTION_LONG_FAMILY_NAMES back
meson: Add tests-external-fonts option to disable network-dependent tests
Fix stack use after scope in FcConfigCompareValue
test: use const instead of number for genericfamily
Fix unexpected priority change when looking up by specific family name
Add a test case for FcFontList
Add Noto Sans as system-ui for fallback
Add test cases for 70-no-bitmap-and-emoji.conf and 70-no-bitmap-except-emoji.conf
Add a test case for 90-synthetic.conf
Add FcConfigPerferAppFont() to allow changing the order of application fonts
test: do not free FcFontSet From FcConfigGetFonts
Drop FcObjectFini() from FcFini() to fix memory leaks
Reformatting with clang-format
Add implicit rule to update genericfamily property against syntactic-sugar
Revert "test-crbug1004254: hold FcConfig during running a test in a thread"
test: Fix compiler warnings
Add FcConfigSetFontSetFilter
Add fontconfig version in FcCache
Do not set different score to non-string values
Do not set 'sans-serif' for default genericfamily
Fix another font matching issue
Use genericfamily for the search of monospace against :spacing=100
Avoid locale-dependent float-to-string
test: Fix a build issue with musl libc
Fix FcNameUnparse regression.
Add namedinstance property
Do not store duplicate object name into FcObjectSet
Drop FcDefaultFini() from FcFini() to fix memory leaks
Add a test case for FcPtrList
Fix score evaluation for multiple values in properties
test: Add cache format compatibility tests for orth file additions
Use Special FC_CACHE_VERSION for snapshot
test: port basic functionality check to Python
test: improve marker handling
test: Fix test_genconf.py to avoid unexpected family name in testing conf
fc-cache: do not generate cache when target directory is in deny list
meson: add tests-bwrap option