Alexandre Julliard pushed to branch master at wine / wine
Commits:
fedd414f by Zhiyi Zhang at 2025-10-16T21:56:37+02:00
comctl32/tests: Add CCM_SETVERSION tests.
I also tested creating the Unicode version of these comctl32 controls locally and got the same result.
- - - - -
74853944 by Zhiyi Zhang at 2025-10-16T21:56:40+02:00
comctl32/toolbar: Don't change Unicode format when handling CCM_SETVERSION.
- - - - -
8ad240af by Zhiyi Zhang at 2025-10-16T21:56:42+02:00
comctl32/listview: Fix CCM_{GET,SET}VERSION handling.
- - - - -
066c74ab by Zhiyi Zhang at 2025-10-16T21:56:43+02:00
comctl32/rebar: Fix CCM_{GET,SET}VERSION handling.
- - - - -
7bc0ce9f by Zhiyi Zhang at 2025-10-16T21:56:44+02:00
comctl32/toolbar: Fix CCM_{GET,SET}VERSION handling.
- - - - -
a7084940 by Zhiyi Zhang at 2025-10-16T21:56:45+02:00
include: Bump COMCTL32_VERSION to 6.
- - - - -
5 changed files:
- dlls/comctl32/listview.c
- dlls/comctl32/rebar.c
- dlls/comctl32/tests/misc.c
- dlls/comctl32/toolbar.c
- include/commctrl.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/63ceb74dba021429f250402e7817e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/63ceb74dba021429f250402e7817e…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
6fa501ba by Paul Gofman at 2025-10-16T18:28:06+02:00
ntdll/tests: Add more tests for nested exceptions on x64.
- - - - -
ad3dded0 by Paul Gofman at 2025-10-16T18:28:06+02:00
ntdll: Make nested_exception_handler() arch specific.
- - - - -
b825ccf5 by Paul Gofman at 2025-10-16T18:28:06+02:00
ntdll: Clear nested exception flag at correct frame on x64.
- - - - -
7 changed files:
- dlls/ntdll/exception.c
- dlls/ntdll/ntdll_misc.h
- dlls/ntdll/signal_arm.c
- dlls/ntdll/signal_arm64.c
- dlls/ntdll/signal_arm64ec.c
- dlls/ntdll/signal_x86_64.c
- dlls/ntdll/tests/exception.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8aa56867856adda57c8151c182673…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8aa56867856adda57c8151c182673…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
e38c2381 by Connor McAdams at 2025-10-16T18:28:06+02:00
d3dx10: Handle filter value passed in via D3DX10_IMAGE_LOAD_INFO.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
4a2add21 by Connor McAdams at 2025-10-16T18:28:06+02:00
d3dx10: Add support for generating mipmaps to load_texture_data().
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
a53c60e2 by Connor McAdams at 2025-10-16T18:28:06+02:00
d3dx10: Handle FirstMipLevel argument in load_texture_data().
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
8aa56867 by Connor McAdams at 2025-10-16T18:28:06+02:00
d3dx10: Pass D3DX10_IMAGE_LOAD_INFO texture creation arguments through in load_texture_data().
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
6 changed files:
- dlls/d3dx10_43/tests/d3dx10.c
- dlls/d3dx10_43/texture.c
- dlls/d3dx9_36/d3dx9_private.h
- dlls/d3dx9_36/d3dx_helpers.c
- dlls/d3dx9_36/d3dx_helpers.h
- dlls/d3dx9_36/texture.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/cb6683cc14072adbf38ee622f9e18…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/cb6683cc14072adbf38ee622f9e18…
You're receiving this email because of your account on gitlab.winehq.org.