Signed-off-by: Jactry Zeng <jzeng(a)codeweavers.com>
--
v4: riched20: Add font fallbacks for CJK.
riched20: Add font fallback support.
riched20: Use OpenType functions for painting and generating script tags.
https://gitlab.winehq.org/wine/wine/-/merge_requests/417
This fixes an issue when the path includes non-ASCII characters.
Signed-off-by: Jactry Zeng <jzeng(a)codeweavers.com>
--
v2: mshtml: Call UrlUnescapeW() with URL_UNESCAPE_AS_UTF8 in is_gecko_path().
shlwapi/tests: Test UrlUnescapeW() with URL_UNESCAPE_AS_UTF8.
kernelbase: Implement URL_UNESCAPE_AS_UTF8 for UrlUnescapeW().
shlwapi/tests: Test UrlUnescapeW() with independent data.
https://gitlab.winehq.org/wine/wine/-/merge_requests/585
--
v2: wined3d: Remove no longer used arguments from wined3d_texture_update_desc().
wined3d: Recreate swapchain textures in wined3d_swapchain_resize_buffers().
wined3d: Factor out a swapchain_create_texture() helper.
dxgi: Do not create a d3d11 swapchain object for the implicit swapchain.
https://gitlab.winehq.org/wine/wine/-/merge_requests/2822
Block records are not processed; only the bitcode is validated.
--
v15: vkd3d-shader/dxil: Read and validate global abbreviated operands.
vkd3d-shader/dxil: Read and validate local abbreviated operands.
vkd3d-compiler: Introduce a dxbc-dxil source type.
include: Introduce a function to detect the DXBC source type.
https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/44