Alexandre Julliard pushed to branch master at wine / wine
Commits:
a5580fcd by Fabian Maurer at 2024-11-26T18:25:56+01:00
comctl32/tests: Add tests for radio button WM_SETFOCUS.
- - - - -
7ed27080 by Fabian Maurer at 2024-11-26T18:25:56+01:00
comctl32: Send parent BN_CLICKED notification when a radio button get focused.
We need to make sure here that the button is marked pressed before
it gets the focus.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56109
- - - - -
092c1de3 by Fabian Maurer at 2024-11-26T18:25:56+01:00
user32/tests: Add tests for radio button WM_SETFOCUS.
- - - - -
121a2c65 by Fabian Maurer at 2024-11-26T18:25:56+01:00
user32: Send parent BN_CLICKED notification when a radio button get focused.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56109
- - - - -
4 changed files:
- dlls/comctl32/button.c
- dlls/comctl32/tests/button.c
- dlls/user32/button.c
- dlls/user32/tests/msg.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/727ee8a8fec7339767a35353ba226…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/727ee8a8fec7339767a35353ba226…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
55573b59 by Giovanni Mascellani at 2024-11-26T18:25:56+01:00
user32/tests: Check that message-only windows ignore WS_EX_TOPMOST.
libOVR brings a message window topmost claiming that this way it receives
WM_DEVICECHANGE faster. Currently, in Wine, this causes a WM_KILLFOCUS to
be sent to the actual topmost window, which in turn causes "Shantae: Risky's
Revenge" to minimize. The effect is that the game automatically minimizes
as soon as it is launched, which is incorrect.
- - - - -
727ee8a8 by Giovanni Mascellani at 2024-11-26T18:25:56+01:00
win32u/window: Ignore changing WS_EX_TOPMOST for message-only windows.
- - - - -
2 changed files:
- dlls/user32/tests/win.c
- dlls/win32u/window.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4798f3dce460a3720cd52cdb0e3b6…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4798f3dce460a3720cd52cdb0e3b6…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
4261fa4b by Aida JonikienÄ— at 2024-11-26T18:25:56+01:00
dsound: Handle NaN values in the 3D code.
GTA San Andreas calls floating-point 3D functions with NaN values
under certain circumstances which eventually results in dwTotalAmpFactor
value being really high (and causing extremely loud audio output).
- - - - -
9e86063d by Aida JonikienÄ— at 2024-11-26T18:25:56+01:00
dsound: Add an angle check for SetOrientation().
The subsequent tests reveal the angle between front and top vectors must
be higher than 0 degrees.
- - - - -
2c7f5866 by Aida JonikienÄ— at 2024-11-26T18:25:56+01:00
dsound/tests: Add NaN tests for floating-point 3D functions.
- - - - -
4798f3dc by Aida JonikienÄ— at 2024-11-26T18:25:56+01:00
dsound: Add non-NaN value tests for SetOrientation().
- - - - -
2 changed files:
- dlls/dsound/sound3d.c
- dlls/dsound/tests/ds3d.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5a18f5511eab2a9e45df1a5e86e47…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5a18f5511eab2a9e45df1a5e86e47…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
323cea07 by Alexandre Julliard at 2024-11-26T11:14:36+01:00
ntdll: Always return the handle from NtCreateIoCompletion().
Following the pattern of all the other create calls.
- - - - -
3613b755 by Alexandre Julliard at 2024-11-26T14:12:29+01:00
server: Do not allow to open an existing mailslot in NtCreateMailslotFile.
- - - - -
b2d01702 by Alexandre Julliard at 2024-11-26T14:37:33+01:00
server: Fix a token reference leak.
- - - - -
d555694d by Alexandre Julliard at 2024-11-26T14:37:33+01:00
ntdll/tests: Remove some workarounds for old Windows versions.
- - - - -
5a18f551 by Alexandre Julliard at 2024-11-26T18:25:56+01:00
ntdll/tests: Add tests for opening objects with zero access.
Based on a patch by Paul Gofman.
- - - - -
4 changed files:
- dlls/ntdll/tests/om.c
- dlls/ntdll/unix/sync.c
- server/mailslot.c
- server/token.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c397e2ab7f8894c7876e3d667bd07…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c397e2ab7f8894c7876e3d667bd07…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
858d752a by Tingzhong Luo at 2024-11-26T10:54:34+01:00
dwrite/tests: Add a test for DrawGlyphRun() bounds.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
72851171 by Tingzhong Luo at 2024-11-26T10:54:34+01:00
dwrite/gdiinterop: Always return valid bounds from DrawGlyphRun on success.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
e97ce51f by Tingzhong Luo at 2024-11-26T10:54:36+01:00
dwrite/gdiinterop: Apply dpi scaling to the whole target transform.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
4 changed files:
- dlls/dwrite/dwrite_private.h
- dlls/dwrite/gdiinterop.c
- dlls/dwrite/main.c
- dlls/dwrite/tests/font.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/24f35e24a6a61b9bef8da1bca7daa…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/24f35e24a6a61b9bef8da1bca7daa…
You're receiving this email because of your account on gitlab.winehq.org.