Alexandre Julliard pushed to branch master at wine / wine
Commits:
ae653729 by Rémi Bernon at 2025-10-23T23:26:33+02:00
win32u: Fix incorrect resource allocation object type.
- - - - -
9e0696f9 by Rémi Bernon at 2025-10-23T23:26:33+02:00
win32u: Call d3dkmt_destroy_sync from NtGdiDdDDIDestroySynchronizationObject.
- - - - -
536b2711 by Rémi Bernon at 2025-10-23T23:26:33+02:00
win32u: Simplify some vulkan resource cleanup calls.
The calls will fail to find the objects if the handle is invalid, but
it doesn't matter.
- - - - -
32ce7f59 by Rémi Bernon at 2025-10-23T23:26:33+02:00
win32u: Query resource runtime data in d3dkmt_open_resource.
- - - - -
b323fdb8 by Rémi Bernon at 2025-10-23T23:26:33+02:00
win32u: Open resource keyed mutex and sync object on import.
- - - - -
3 changed files:
- dlls/win32u/d3dkmt.c
- dlls/win32u/vulkan.c
- dlls/win32u/win32u_private.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/53ed1bf8f83fd5358780f4639f019…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/53ed1bf8f83fd5358780f4639f019…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
436fd065 by Nikolay Sivov at 2025-10-23T23:26:33+02:00
d2d1: Implement ComputeArea() for ellipse geometries.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
0a912e46 by Nikolay Sivov at 2025-10-23T23:26:33+02:00
d2d1: Implement ComputeArea() for rounded rectangle geometries.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
77c2008f by Nikolay Sivov at 2025-10-23T23:26:33+02:00
d2d1: Implement Tessellate() for transformed geometries.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
1599ae51 by Nikolay Sivov at 2025-10-23T23:26:33+02:00
d2d1/tests: Reduce test run count for some tests.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
2 changed files:
- dlls/d2d1/geometry.c
- dlls/d2d1/tests/d2d1.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6fb146447548193c58a1a89ffd9e0…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6fb146447548193c58a1a89ffd9e0…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
79231341 by Akihiro Sagawa at 2025-10-23T23:26:33+02:00
ntdll: Drop unused raw SCSI command support for NetBSD.
Due to insufficient testing, HAVE_SCSIREQ_T_CMD was never defined
and the issue remained unnoticed for over two decades. It is better
to remove the blocks than to maintain them.
- - - - -
4c04a640 by Akihiro Sagawa at 2025-10-23T23:26:33+02:00
ntdll: Remove useless request_sense type check.
This reverts most of commit b8b15f3e6e0e.
Since its introduction in Linux 2.2.16, request_sense in linux/cdrom.h
has been a structure, not a type. Therefore, HAVE_REQUEST_SENSE
has not been defined for over two decades.
- - - - -
2569a0d1 by Akihiro Sagawa at 2025-10-23T23:26:33+02:00
ntdll: Separate the I/O buffers in IOCTL_SCSI_PASS_THROUGH.
- - - - -
a3547cb8 by Akihiro Sagawa at 2025-10-23T23:26:33+02:00
ntdll: Add wow64 support for IOCTL_SCSI_PASS_THROUGH.
- - - - -
6fb14644 by Akihiro Sagawa at 2025-10-23T23:26:33+02:00
kernel32/tests: Add IOCTL_SCSI_PASS_THROUGH tests for optical drives.
- - - - -
5 changed files:
- configure
- configure.ac
- dlls/kernel32/tests/volume.c
- dlls/ntdll/unix/cdrom.c
- include/config.h.in
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7685f32b706829d410fdd8723299e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7685f32b706829d410fdd8723299e…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
7685f32b by Marc-Aurel Zent at 2025-10-23T23:26:33+02:00
ntdll: Do not set main thread QoS class on macOS.
Server already does so for us. This reverts the following two commits:
Revert "ntdll: Fix runtime availability check for pthread_attr_set_qos_class_np."
This reverts commit e605bc17a5657814a8f9a99e2a94d3222e03ba9d.
Revert "ntdll: Set the QoS class of the main Wine thread on macOS."
This reverts commit ed666db8d8d6afd740a266584a38e08622474821.
- - - - -
1 changed file:
- dlls/ntdll/unix/loader.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/7685f32b706829d410fdd8723299ed…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/7685f32b706829d410fdd8723299ed…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
4162516a by Gabriel Ivăncescu at 2025-10-23T23:26:32+02:00
mshtml: Add private stub interfaces for validating form elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
dd6457ff by Gabriel Ivăncescu at 2025-10-23T23:26:32+02:00
mshtml: Add private stub interfaces for validating input elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
325f8e48 by Gabriel Ivăncescu at 2025-10-23T23:26:32+02:00
mshtml: Add private stub interfaces for validating button elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
87cdbf0f by Gabriel Ivăncescu at 2025-10-23T23:26:32+02:00
mshtml: Add private stub interfaces for validating object elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
de376ddd by Gabriel Ivăncescu at 2025-10-23T23:26:32+02:00
mshtml: Add private stub interfaces for validating select elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
40e3af2e by Gabriel Ivăncescu at 2025-10-23T23:26:32+02:00
mshtml: Add private stub interfaces for validating text area elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
85642471 by Gabriel Ivăncescu at 2025-10-23T23:26:32+02:00
mshtml: Implement checkValidity for HTMLInputElement.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
6a026e51 by Gabriel Ivăncescu at 2025-10-23T23:26:32+02:00
mshtml: Implement enctype for HTMLFormElement.
It's an alternative name for `encoding`.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
11 changed files:
- dlls/mshtml/htmlevent.c
- dlls/mshtml/htmlevent.h
- dlls/mshtml/htmlform.c
- dlls/mshtml/htmlinput.c
- dlls/mshtml/htmlobject.c
- dlls/mshtml/htmlselect.c
- dlls/mshtml/htmltextarea.c
- dlls/mshtml/mshtml_private.h
- dlls/mshtml/mshtml_private_iface.idl
- dlls/mshtml/tests/documentmode.js
- dlls/mshtml/tests/es5.js
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/be60f77909fc9ce2c9b6f1abd005e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/be60f77909fc9ce2c9b6f1abd005e…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
89dc090e by Rémi Bernon at 2025-10-23T23:26:32+02:00
winex11: Move state change checks to window_update_client_state.
- - - - -
09e1eecd by Rémi Bernon at 2025-10-23T23:26:32+02:00
winex11: Remove now unnecessary SC_MOVE command handling.
And simply return the SWP flags from GetWindowStateUpdates.
- - - - -
be60f779 by Rémi Bernon at 2025-10-23T23:26:32+02:00
win32u: Update the window config before its state, as internal config.
When restoring a window, so that the window gets restored to the size
it currently has from the host point of view. Either the host already
has restored it to its original size, or it will shortly, but we should
avoid requesting config changes concurrently if possible.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58804
- - - - -
4 changed files:
- dlls/win32u/driver.c
- dlls/win32u/message.c
- dlls/winex11.drv/window.c
- dlls/winex11.drv/x11drv.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/71f1ec5570a6917fe994753d7af04…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/71f1ec5570a6917fe994753d7af04…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
57bb7af9 by Nikolay Sivov at 2025-10-23T23:09:42+02:00
include: Remove some msxml6 types from msxml2.idl.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
f1ea9310 by Nikolay Sivov at 2025-10-23T23:09:42+02:00
msxml3/tests: Remove duplicated test.
This one already exists in msxml6 tests. Simply switching to
older classes shows different behavior.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
71f1ec55 by Nikolay Sivov at 2025-10-23T23:09:42+02:00
include: Remove more coclass entries from msxml2.idl.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
3 changed files:
- dlls/msxml3/factory.c
- dlls/msxml3/tests/saxreader.c
- include/msxml2.idl
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/833f57698015a9e0c9d0606d8a992…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/833f57698015a9e0c9d0606d8a992…
You're receiving this email because of your account on gitlab.winehq.org.