Alexandre Julliard pushed to branch master at wine / wine
Commits:
98f7e1aa by Zhengyong Chen at 2025-10-08T16:48:48+02:00
imm32: Do not overwrite input context window with GetFocus() in ime_ui_update_window.
Overwriting ctx->hWnd with the current focus window breaks the
relationship between the HIMC handle and its associated window.
This direct assignment does not update the corresponding state
in the wine server, leading to inconsistencies between client and
server.
Signed-off-by: chenzhengyong <chenzhengyong(a)uniontech.com>
- - - - -
1 changed file:
- dlls/imm32/ime.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/98f7e1aa16c747f42028729be7cbc4…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/98f7e1aa16c747f42028729be7cbc4…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
8faa31d9 by Giovanni Mascellani at 2025-10-08T16:48:47+02:00
mmdevapi/tests: Test after sleeping with read_packets().
- - - - -
a1efc90d by Giovanni Mascellani at 2025-10-08T16:48:47+02:00
mmdevapi/tests: Move GetBufferSize() checks to the beginning of the test.
They are not related to the packet flow, so it's more sensible to
have them somewhere else.
- - - - -
ef7cc736 by Giovanni Mascellani at 2025-10-08T16:48:47+02:00
mmdevapi/tests: Move checking the current padding out of read_packets().
Otherwise it would fail with other upcoming usages of read_packets().
- - - - -
61da0a23 by Giovanni Mascellani at 2025-10-08T16:48:47+02:00
mmdevapi/tests: Test after overrunning buffer with read_packets().
- - - - -
bf80d351 by Giovanni Mascellani at 2025-10-08T16:48:48+02:00
mmdevapi/tests: Test after stopping and restarting the client with read_packets().
- - - - -
0c07de67 by Giovanni Mascellani at 2025-10-08T16:48:48+02:00
mmdevapi/tests: Test after stopping, resetting and restarting the client with read_packets().
- - - - -
1 changed file:
- dlls/mmdevapi/tests/capture.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a87be7200964ad5aef17d8f8ab48a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a87be7200964ad5aef17d8f8ab48a…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
ba80c28c by Zhiyi Zhang at 2025-10-08T13:17:11+02:00
comctl32/tests: Fix a window leak.
- - - - -
8e204577 by Zhiyi Zhang at 2025-10-08T13:17:11+02:00
user32: Load version for comctl32 v6 window classes.
So that versioned window classes gets registered as well. Otherwise, comctl32 v6 fails to register
its window classes when comctl32 v5 classes are still being used. This can happen, for example, when
creating a window using comctl32 v5, then unload comctl32 v5 and not destroying the window, and then
load comctl32 v6.
- - - - -
69584284 by Zhiyi Zhang at 2025-10-08T13:17:11+02:00
comctl32/tests: Add version tests.
- - - - -
3 changed files:
- dlls/comctl32/tests/datetime.c
- dlls/comctl32/tests/misc.c
- dlls/user32/class.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/fd6bdbeda50c2871ad5f80bb1b082…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/fd6bdbeda50c2871ad5f80bb1b082…
You're receiving this email because of your account on gitlab.winehq.org.