Alistair Leslie-Hughes pushed to branch master at wine / wine-staging
Commits:
5cba568c by Alistair Leslie-Hughes at 2025-08-30T10:30:19+10:00
Updated vkd3d-latest patchset
- - - - -
e004127f by Alistair Leslie-Hughes at 2025-08-30T10:40:08+10:00
Release v10.14
- - - - -
6 changed files:
- patches/vkd3d-latest/0001-Updated-vkd3d-to-44fffee5e1331e1c7e10489d84723c3b9da.patch
- patches/vkd3d-latest/0002-Updated-vkd3d-to-3b41d99fa9e80dda5844738a226f70f14f7.patch
- patches/vkd3d-latest/0003-Updated-vkd3d-to-d0098b0d5968d1969ec622b91fd360fd0ae.patch
- + patches/vkd3d-latest/0004-Updated-vkd3d-to-158f8b3cf6ff528eb6897baf04db80f0db2.patch
- staging/VERSION
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/e2610f8a45e44ecf2612e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/e2610f8a45e44ecf2612e…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
24487d2b by Dmitry Timoshkov at 2025-08-29T18:07:41+02:00
kernel32/tests: Test FILE_FLAG_BACKUP_SEMANTICS | FILE_FLAG_POSIX_SEMANTICS | FILE_ATTRIBUTE_DIRECTORY.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
cf0a1f53 by Dmitry Timoshkov at 2025-08-29T18:07:41+02:00
kernelbase: For FILE_FLAG_BACKUP_SEMANTICS also handle FILE_ATTRIBUTE_DIRECTORY in CreateFile.
Looks like this behaviour depends on FILE_FLAG_POSIX_SEMANTICS and activated
when a file is being created.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58636
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
2 changed files:
- dlls/kernel32/tests/file.c
- dlls/kernelbase/file.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/35b1775b2d56249d9386b8b167400…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/35b1775b2d56249d9386b8b167400…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
d855d309 by Alexandre Julliard at 2025-08-29T11:25:35+02:00
amstream/tests: Use nameless unions/structs.
- - - - -
042abc7d by Alexandre Julliard at 2025-08-29T18:07:41+02:00
qcap: Use nameless unions/structs.
- - - - -
cdd77d95 by Alexandre Julliard at 2025-08-29T18:07:41+02:00
qedit: Use nameless unions/structs.
- - - - -
56585746 by Alexandre Julliard at 2025-08-29T18:07:41+02:00
winegstreamer: Use nameless unions/structs.
- - - - -
7 changed files:
- dlls/amstream/tests/amstream.c
- dlls/qcap/qcap_main.c
- dlls/qcap/qcap_private.h
- dlls/qedit/main.c
- dlls/qedit/qedit_private.h
- dlls/winegstreamer/gst_private.h
- dlls/winegstreamer/main.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/61e4d97ae3a4dcbd11c507eb0b128…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/61e4d97ae3a4dcbd11c507eb0b128…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
ceefcf74 by Zhiyi Zhang at 2025-08-29T11:25:35+02:00
user32/tests: Add more SendMessageCallbackA/W() tests with NULL callback.
The tests are mainly to show that SendMessageCallbackA/W() with NULL callback pointer and callback
data being 1 causes the message to be posted to the window, even when the window is created in the
same thread.
- - - - -
61e4d97a by Zhiyi Zhang at 2025-08-29T11:25:35+02:00
win32u: Put the message in the queue when the callback pointer is NULL and the callback data is 1.
This is an undocumented behavior needed by React Native apps, based on Nikolay's findings.
- - - - -
2 changed files:
- dlls/user32/tests/msg.c
- dlls/win32u/message.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/365d1432cb238f4ba2a6e5247803f…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/365d1432cb238f4ba2a6e5247803f…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
e34768c3 by Jacob Czekalla at 2025-08-29T11:02:35+02:00
comctl32/treeview: Return from TREEVIEW_LButtonDown when the treeview handle is invalid.
LButtonDown should return when the treeview handle is invalid (e.g. destroyed) after NM_CLICK to prevent further message processing.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58211
- - - - -
365d1432 by Jacob Czekalla at 2025-08-29T11:02:37+02:00
comctl32/tests: Add a test for treeview deletion during NM_CLICK in LBUTTONDOWN.
- - - - -
2 changed files:
- dlls/comctl32/tests/treeview.c
- dlls/comctl32/treeview.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5fd9826b8cdcb9130b0bf6943a2a5…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5fd9826b8cdcb9130b0bf6943a2a5…
You're receiving this email because of your account on gitlab.winehq.org.