Alexandre Julliard pushed to branch master at wine / wine
Commits:
b5eddd18 by Dmitry Timoshkov at 2025-10-20T12:20:56+02:00
user32/tests: Add more tests for PackDDElParam/UnpackDDElParam(WM_DDE_ACK).
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
e28bec79 by Dmitry Timoshkov at 2025-10-20T12:20:57+02:00
user.exe: Use larger buffer size for checking atom name.
Use same buffer size as dlls/user32/dde_misc.c does.
Wine-Bug: http://bugs.winehq.org/show_bug.cgi?id=10349
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
a7705e11 by Dmitry Timoshkov at 2025-10-20T12:20:57+02:00
user.exe: Add special handling for WM_DDE_ACK in response to WM_DDE_INITIATE.
Wine-Bug: http://bugs.winehq.org/show_bug.cgi?id=10349
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
2 changed files:
- dlls/user.exe16/message.c
- dlls/user32/tests/dde.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/bd143d9023d6dd2fe78b96bbfaccb…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/bd143d9023d6dd2fe78b96bbfaccb…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
d0c737ca by Rémi Bernon at 2025-10-20T12:19:21+02:00
server: Don't set QS_HARDWARE for every hardware message.
QS_INPUT is already meant for hardware messages, we only need a separate
bit for internal hardware messages.
- - - - -
cf56651e by Rémi Bernon at 2025-10-20T12:19:22+02:00
win32u: Only return from NtWaitForMultipleObjects if signaled.
There's only driver events, with QS_DRIVER, internal hardware messages,
with QS_HARDWARE, or input hardware messages with QS_INPUT and we should
avoid returning from the wait unnecessarily.
Some applications like iTunes, simply call MsgWaitForMultipleObjects in
a loop with an empty mask and without processing any message. They don't
expect the wait to return spuriously more than a couple of times (which
is allowed and happens on windows when focus changes for instance).
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58793
- - - - -
762b0ae3 by Rémi Bernon at 2025-10-20T12:19:23+02:00
win32u: Restore queue masks after processing driver events.
Drivers still send some messages around, and that will update the queue
masks before waiting for the message reply. We need to restore the masks
back to what the wait would expect now that we are looping until queue
gets signaled.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58816
- - - - -
4 changed files:
- dlls/win32u/dce.c
- dlls/win32u/message.c
- dlls/win32u/ntuser_private.h
- server/queue.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4a74c7c1305d11af32b4169e47265…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4a74c7c1305d11af32b4169e47265…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
6b512384 by Nikolay Sivov at 2025-10-20T12:18:35+02:00
d2d1/tests: Add some tests for resulting format of the WIC target.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
4a74c7c1 by Nikolay Sivov at 2025-10-20T12:18:35+02:00
d2d1: Set alpha mode correctly for the WIC target.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
2 changed files:
- dlls/d2d1/tests/d2d1.c
- dlls/d2d1/wic_render_target.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b9bba70ce6793359d860363d54df0…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b9bba70ce6793359d860363d54df0…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
79471386 by Nikolay Sivov at 2025-10-20T12:18:25+02:00
oleaut32/tests: Enable more tests for VarAdd().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
3bb85021 by Nikolay Sivov at 2025-10-20T12:18:26+02:00
oleaut32/tests: Enable more tests for VarOr().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
8d2c4dd0 by Nikolay Sivov at 2025-10-20T12:18:26+02:00
oleaut32/tests: Enable more tests for VarXor().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
b9bba70c by Nikolay Sivov at 2025-10-20T12:18:27+02:00
oleaut32/tests: Enable more tests for VarCmp().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
1 changed file:
- dlls/oleaut32/tests/vartest.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d62035da4aa91327c6e38a2c8a66b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d62035da4aa91327c6e38a2c8a66b…
You're receiving this email because of your account on gitlab.winehq.org.