1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-03 08:19:41 +00:00
Commit Graph

171191 Commits

Author SHA1 Message Date
Eric Pouech
0327b00d10 winedump: Dump correct handle information for minidump.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
2024-05-31 19:04:23 +02:00
Jacek Caban
5ef4bb1d48 mshtml: Move IDispatchEx forwarding implementation to outer window object. 2024-05-31 19:04:01 +02:00
Jacek Caban
ec9ecc51eb mshtml: Use macro for window object IDispatch functions implementation. 2024-05-31 19:04:01 +02:00
Jacek Caban
b133812b63 mshtml: Use DispatchEx vtbl for all window properties. 2024-05-31 19:04:01 +02:00
Jacek Caban
3108a405e3 mshtml: Use DispatchEx vtbl for elements as window property lookups. 2024-05-31 19:04:01 +02:00
Jacek Caban
16271ac208 mshtml: Factor out alloc_dynamic_prop. 2024-05-31 19:04:01 +02:00
Jacek Caban
984178cdb0 mshtml/tests: Add more custom properties tests. 2024-05-31 19:04:01 +02:00
Jacek Caban
0fb56a84b7 mshtml: Return success in IHTMLWindow2::get_closed stub. 2024-05-31 19:04:01 +02:00
Connor McAdams
81057913cd uiautomationcore: NULL initialize SAFEARRAY variable passed to IRawElementProviderFragment::GetRuntimeId().
Fixes a crash in Battle.net setup where success is returned but the
variable is not set.

Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
2024-05-31 19:03:51 +02:00
Nikolay Sivov
7eeddc3bea d3dcompiler: Enable D3DCOMPILE_EFFECT_CHILD_EFFECT option. 2024-05-31 19:03:28 +02:00
Nikolay Sivov
adb1f54c02 d3dcompiler/fx: Write empty buffers for compiler versions 33-39. 2024-05-31 19:03:26 +02:00
Nikolay Sivov
3c1462afa0 gdi32/text: Make GetTextExtentExPointW() return sizes consistent with ExtTextOutW().
Observable issue before this change is that text extent does not match size
of ExtTextOutW() output. The fix is to shape text in similar way before measuring.
Individual extents returned in this case are arguably useless, they do not
match visual output order, and only give an idea on how much each input character
contributed to overall width. To match input character order all intra-line and
intra-item reordering is disabled.
2024-05-31 19:03:09 +02:00
Alexandre Julliard
b4d6270a51 msvcrt: Share a helper to find a catch block handler. 2024-05-31 18:51:29 +02:00
Alexandre Julliard
8ed3d661e1 msvcrt: Share the copy_exception() helper between platforms. 2024-05-31 16:12:51 +02:00
Alexandre Julliard
28f5e7ac9a msvcrt: Share the find_caught_type() helper between platforms. 2024-05-31 16:12:51 +02:00
Alexandre Julliard
f3a35da445 msvcrt: Move common exception handling types to the header. 2024-05-31 16:12:51 +02:00
Alistair Leslie-Hughes
6f927b9e93 include: Add missing TreeView_* defines. 2024-05-31 11:26:37 +02:00
Yuxuan Shui
0bad544aab shell32: Fix ShellExecute for non-filespec paths. 2024-05-31 11:16:45 +02:00
Yuxuan Shui
436e96c5cb shell32: Make sure array passed to PathResolve is big enough. 2024-05-31 11:16:45 +02:00
Francis De Brabandere
1c88cb4e4e vbscript/tests: Fix error clear call. 2024-05-31 11:16:08 +02:00
Alistair Leslie-Hughes
b6eada5e2f include: Correct IRowsetNotify HROW parameter type. 2024-05-30 19:55:57 +02:00
Alistair Leslie-Hughes
447f817445 include: Add IPreviewHandler* interfaces. 2024-05-30 19:55:55 +02:00
Alistair Leslie-Hughes
4aed0ef880 include: Add LOGFONTA/W typedef in shtypes.idl. 2024-05-30 19:55:48 +02:00
Elizabeth Figura
ac23ca1352 wined3d: Remove the no longer used ignore_textype argument of wined3d_ffp_get_fs_settings(). 2024-05-30 19:54:12 +02:00
Elizabeth Figura
8a1448d1d1 wined3d: Remove no longer used "exponent" and "cutoff" precomputed fields. 2024-05-30 19:54:11 +02:00
Elizabeth Figura
abc44d4620 wined3d: Remove some no longer used wined3d_context fields. 2024-05-30 19:54:11 +02:00
Elizabeth Figura
7cc688371f wined3d: Move the GL_EXTCALL() definition to wined3d_gl.h. 2024-05-30 19:54:11 +02:00
Elizabeth Figura
9c895e2f04 wined3d: Remove the no longer used WINED3D_SHADER_CAP_SRGB_WRITE flag. 2024-05-30 19:54:11 +02:00
Alexandre Julliard
fecd22d2ae vkd3d: Import upstream release 1.12. 2024-05-30 19:54:06 +02:00
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