Commit graph

171162 commits

Author SHA1 Message Date
Rémi Bernon 8d587a47eb win32u: Use a helper to set the window surface clipping, within the lock. 2024-05-30 19:53:21 +02:00
Rémi Bernon 39f79d73fa wineandroid: Remove now unnecessary set_surface_region calls. 2024-05-30 19:53:21 +02:00
Rémi Bernon ee8f0b6c5d server: Update window surface regions when the window is shaped. 2024-05-30 19:53:21 +02:00
Rémi Bernon 046d55ab6a win32u: Intersect the clipping region with the window shape region. 2024-05-30 19:53:21 +02:00
Rémi Bernon 7cdf20267c server: Merge get_surface_region / get_window_region requests together. 2024-05-30 19:53:21 +02:00
Rémi Bernon 5481415d43 win32u: Split update_surface_region into get_window_region helper. 2024-05-30 19:53:19 +02:00
Rémi Bernon d2ad7c9374 win32u: Initialize window surfaces with a hwnd. 2024-05-30 19:52:59 +02:00
Davide Beatrici fc9525a621 winepulse: Remove superfluous timing adjustment.
Please note that exclusive mode is not supported in this driver.
2024-05-30 19:47:50 +02:00
Davide Beatrici 53a636b034 wineoss: Remove superfluous timing adjustment. 2024-05-30 19:47:50 +02:00
Davide Beatrici f8d374e8ed winecoreaudio: Remove superfluous timing adjustment. 2024-05-30 19:47:50 +02:00
Davide Beatrici 42e471f5c6 winealsa: Remove superfluous timing adjustment. 2024-05-30 19:47:50 +02:00
Davide Beatrici 2d55bd5dbd mmdevapi: Adjust timing in AudioClient_Initialize. 2024-05-30 19:47:50 +02:00
Davide Beatrici 5c6e63bac2 winealsa: Return minimum period in get_device_period if requested. 2024-05-30 19:47:49 +02:00
Alexandre Julliard 02a6ad92ab winedump: Dump exception data for known exception handlers. 2024-05-30 19:47:37 +02:00
Alexandre Julliard bb8ef91f46 winedump: Print the export or import name of exception handlers. 2024-05-30 14:38:01 +02:00
Alexandre Julliard 855017063a winedump: Print exported function names in the exception data. 2024-05-30 13:32:28 +02:00
Vijay Kiran Kamuju 349c2275d4 ntdll: Add stub RtlLookupGenericTableAvl function.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56736
2024-05-30 13:26:17 +02:00
Esme Povirk 962eb7ca02 win32u: Implement EVENT_SYSTEM_FOREGROUND. 2024-05-29 22:37:32 +02:00
Rémi Bernon 5d0efbcc6e win32u: Use a helper to flush window surface, factor locking and bounds reset. 2024-05-29 22:37:32 +02:00
Rémi Bernon b44730a39e wineandroid: Hold the lock while reading window surface bits.
To avoid hiding the change in the next commit.
2024-05-29 22:27:40 +02:00
Rémi Bernon 4d659e65c2 winemac: Get rid of unnecessary blit_data / drawn surface members. 2024-05-29 22:27:40 +02:00
Rémi Bernon 370966f51b win32u: Move window surface bounds to the window_surface base struct. 2024-05-29 22:27:39 +02:00
Rémi Bernon 1565d529ba win32u: Use helpers to lock/unlock window surfaces. 2024-05-29 22:27:39 +02:00
Rémi Bernon 00aec714dd win32u: Move the window surface mutex to the surface header. 2024-05-29 22:27:39 +02:00
Rémi Bernon ac63239cc0 win32u: Introduce a new window_surface_init helper. 2024-05-29 22:27:38 +02:00
Alexandre Julliard 6acb31b3b0 msvcp100: Add missing C++ mangled names for ARM. 2024-05-29 12:32:29 +02:00
Alexandre Julliard 48466d542b msvcp90: Add missing C++ mangled names for ARM. 2024-05-29 12:32:20 +02:00
Alexandre Julliard 2a31da0061 msvcp80: Add missing C++ mangled names for ARM. 2024-05-29 12:32:12 +02:00
Alexandre Julliard cedf9b3563 msvcp71: Add missing C++ mangled names for ARM. 2024-05-29 12:32:01 +02:00
Alexandre Julliard 8d84e648ea msvcp70: Add missing C++ mangled names for ARM. 2024-05-29 12:31:51 +02:00
Alexandre Julliard c665c10b0f msvcp60: Add missing C++ mangled names for ARM. 2024-05-29 12:31:40 +02:00
Alexandre Julliard 1fb8f23e61 msvcirt: Add missing C++ mangled names for ARM. 2024-05-29 12:30:56 +02:00
Alexandre Julliard a930c0ab0b msvcrt: Add missing C++ mangled names for ARM. 2024-05-29 12:30:56 +02:00
Krzysztof Bogacki ef36081fe7 win32u: Prefer Vulkan UUIDs over empty ones.
Signed-off-by: Krzysztof Bogacki <krzysztof.bogacki@leancode.pl>
2024-05-29 10:42:04 +02:00
Krzysztof Bogacki 93b95767f6 win32u: Prefer Vulkan PCI IDs over empty ones.
Signed-off-by: Krzysztof Bogacki <krzysztof.bogacki@leancode.pl>
2024-05-29 10:42:04 +02:00
Krzysztof Bogacki cb98a9b5ab win32u: Use common name for fake GPUs and prefer Vulkan name over it.
Signed-off-by: Krzysztof Bogacki <krzysztof.bogacki@leancode.pl>
2024-05-29 10:42:04 +02:00
Elizabeth Figura 4a4292d3e1 wined3d: Remove the no longer used wined3d_context.namedArraysLoaded field. 2024-05-29 10:41:28 +02:00
Elizabeth Figura f31849ba8b wined3d: Remove the no longer used WINED3D_SHADER_CAP_VS_CLIPPING flag. 2024-05-29 10:41:28 +02:00
Elizabeth Figura a7d33cb73b wined3d: Remove the no longer used wined3d_context.use_immediate_mode_draw field. 2024-05-29 10:41:28 +02:00
Elizabeth Figura c85ae9eba2 wined3d: Remove the no longer used wined3d_context_gl.untracked_material_count field. 2024-05-29 10:41:28 +02:00
Elizabeth Figura 7693cbe39c wined3d: Remove the no longer used wined3d_context.fog_coord field. 2024-05-29 10:41:28 +02:00
Fabian Maurer 7b2ff97773 riched20: In para_set_fmt protect against out of bound cTabStop values.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56730
2024-05-29 10:41:23 +02:00
Rémi Bernon a3b22d3bf7 win32u: Only keep DPI awareness context with window objects. 2024-05-28 20:45:11 +02:00
Rémi Bernon 37252fd505 win32u: Fix SetThreadDpiAwarenessContext. 2024-05-28 20:44:39 +02:00
Rémi Bernon dc05a4499e win32u: Pass the DPI awareness context in win_proc_params. 2024-05-28 20:44:39 +02:00
Rémi Bernon cda7027bc8 win32u: Get the thread DPI context instead of the awareness. 2024-05-28 20:44:39 +02:00
Dmitry Timoshkov 7103be9c1b user32/tests: Add a test to show that SendMessage(LB_SETCOUNT) adds a scrollbar.
In addition to existing tests this shows that the call
SendMessage(listbox, LB_SETCOUNT, 100, 0);
adds a scrollbar to the listbox however it doesn't add a nonclient area to
an update region because the call
ValidateRect(listbox, NULL);
validates a client area, and after that a window no longer has an update region.

Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
2024-05-28 20:42:56 +02:00
Danyil Blyschak 11a386960e wineps.drv: Only merge dmDefaultSource member of devmodes when a slot is found.
In the PSDRV_MergeDevmodes and merge_devmodes functions, there is a
check earlier to update dmDefaultSource only if a slot is found, and so
this member should not be updated again with no such check.
2024-05-28 20:42:39 +02:00
Eric Pouech b3fa23e88d conhost: Fix display of font preview in 64-bit mode.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
2024-05-28 20:42:29 +02:00
Zhiyi Zhang 23c5d4c065 comctl32/ipaddress: Delete font when destroying the control.
For bug for bug compatibility, delete the font set by WM_SETFONT when destroying the control even if
the font is not owned by the control according to tests.
2024-05-28 20:42:02 +02:00