Commit graph

166303 commits

Author SHA1 Message Date
Alistair Leslie-Hughes
23c75adf2d hhctrl.ocx: Remove DECLSPEC_HIDDEN usage. 2023-08-23 17:33:48 +02:00
Alistair Leslie-Hughes
5971885680 evr: Remove DECLSPEC_HIDDEN usage. 2023-08-23 17:33:48 +02:00
Alistair Leslie-Hughes
65c3ad91d4 avifil32: Remove DECLSPEC_HIDDEN usage. 2023-08-23 17:33:48 +02:00
Alistair Leslie-Hughes
e77638a883 opcservices: Remove DECLSPEC_HIDDEN usage. 2023-08-23 17:33:48 +02:00
Davide Beatrici
6831b71f99 wineoss: Remove GetEndpointIDs. 2023-08-23 17:33:48 +02:00
Davide Beatrici
9b681e03f6 winecoreaudio: Remove GetEndpointIDs. 2023-08-23 17:33:47 +02:00
Davide Beatrici
d800159d0c winealsa: Remove GetEndpointIDs. 2023-08-23 17:33:47 +02:00
Davide Beatrici
09a84020de winepulse: Move GetEndpointIDs into mmdevapi. 2023-08-23 17:33:47 +02:00
Davide Beatrici
a8963c0067 mmdevapi: Import get_device_guid() from driver. 2023-08-23 17:33:47 +02:00
Davide Beatrici
11a676dab5 winepulse: Export get_device_guid(). 2023-08-23 17:33:47 +02:00
Davide Beatrici
c2ac63f73f wineoss: Export get_device_guid(). 2023-08-23 17:33:47 +02:00
Davide Beatrici
b8952d8f6d winecoreaudio: Export get_device_guid(). 2023-08-23 17:33:47 +02:00
Davide Beatrici
ac324a06e2 winealsa: Export get_device_guid(). 2023-08-23 17:33:47 +02:00
Davide Beatrici
557a6a1ba6 winepulse: Open/create driver registry key in get_device_guid(). 2023-08-23 17:33:47 +02:00
Davide Beatrici
ef1e9aa051 wineoss: Update device cache in get_device_guid(). 2023-08-23 17:33:47 +02:00
Daniel Lehman
8fb70648d1 include: Add [_w]getenv_s. 2023-08-23 17:33:47 +02:00
Alex Henrie
73695eff14 cryptui: Use CRT allocation functions. 2023-08-23 17:33:47 +02:00
Piotr Caban
707d299da6 wmic: Fix output when redirected to pipe. 2023-08-22 21:01:22 +02:00
Piotr Caban
846d164092 wmic: Use fwprintf to output error messages. 2023-08-22 21:01:22 +02:00
Rémi Bernon
9c661ff3f1 include: Add Windows.ApplicationModel.IPackage3 interface definition. 2023-08-22 21:00:56 +02:00
Rémi Bernon
4752e1d86a include: Add Windows.ApplicationModel.Core.AppListEntry runtimeclass definition. 2023-08-22 21:00:56 +02:00
Rémi Bernon
3b7398b403 widl: Guard against re-import of the main input file. 2023-08-22 21:00:56 +02:00
Rémi Bernon
3395ce23ee include: Add Windows.ApplicationModel.PackageStatus runtimeclass definition. 2023-08-22 21:00:56 +02:00
Rémi Bernon
ff6333c2b3 include: Add Windows.ApplicationModel.AppDisplayInfo runtimeclass definition. 2023-08-22 21:00:56 +02:00
Rémi Bernon
d48a1d15d6 include: Add Windows.Storage.Streams.RandomAccessStreamReference runtimeclass definition. 2023-08-22 21:00:56 +02:00
Rémi Bernon
f6fd79a3b9 include: Add Windows.Management.Deployment.PackageManager runtimeclass definition. 2023-08-22 21:00:56 +02:00
Rémi Bernon
cdf3355dc8 include: Add Windows.Management.Deployment.PackageUserInformation runtimeclass definition. 2023-08-22 21:00:56 +02:00
Rémi Bernon
a936bcad14 include: Add Windows.Management.Deployment.DeploymentResult runtimeclass definition. 2023-08-22 21:00:55 +02:00
Gabriel Ivăncescu
f6d9eb6712 mshtml: Implement Cycle Collection for DOM Events.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-08-22 16:58:25 +02:00
Gabriel Ivăncescu
81c681fc17 mshtml: Implement Cycle Collection for HTMLEventObj.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-08-22 16:58:25 +02:00
Gabriel Ivăncescu
f888c91bd9 mshtml: Implement Cycle Collection for HTMLSelectionObject.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-08-22 16:58:25 +02:00
Gabriel Ivăncescu
684aa5bbfb mshtml: Implement Cycle Collection for HTMLDOMRange.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-08-22 16:58:25 +02:00
Gabriel Ivăncescu
32d372ed60 mshtml: Implement Cycle Collection for HTMLTextRange.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-08-22 16:58:25 +02:00
Gabriel Ivăncescu
98e0cd8577 mshtml: Implement Cycle Collection for MediaQueryList.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-08-22 16:58:25 +02:00
Gabriel Ivăncescu
48dd94713c mshtml: Implement Cycle Collection for HTMLDOMImplementation.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-08-22 16:58:25 +02:00
Gabriel Ivăncescu
17dc0be965 mshtml: Implement Cycle Collection for MutationObserver.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-08-22 16:58:25 +02:00
Gabriel Ivăncescu
de720483da mshtml: Implement Cycle Collection for DOMTokenList.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-08-22 16:58:25 +02:00
Gabriel Ivăncescu
e7d5c06b7a mshtml: Implement Cycle Collection for HTMLRect.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-08-22 16:58:25 +02:00
Gabriel Ivăncescu
06b08c4080 mshtml: Implement Cycle Collection for HTMLRectCollection.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-08-22 16:58:25 +02:00
Gabriel Ivăncescu
a1f91539aa mshtml: Implement Cycle Collection for HTMLElementCollection.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-08-22 16:58:25 +02:00
Gabriel Ivăncescu
bd16542cf4 mshtml: Implement Cycle Collection for HTMLDOMChildrenCollection.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-08-22 16:58:25 +02:00
Gabriel Ivăncescu
3b9269905e mshtml: Use actual name when traversing variant.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-08-22 16:58:25 +02:00
Piotr Caban
254dd0a2b2 msvcr70: Don't set SSE2 control register in _control87.
Restores old function behavior in msvcr70 and msvcr71.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55414
2023-08-22 16:58:25 +02:00
Alex Henrie
f8cb15b13a mshtml: Define skip_prefix without using a magic number. 2023-08-22 16:58:25 +02:00
Alex Henrie
e8b8a80b3c activeds: Use CRT allocation functions. 2023-08-22 10:39:18 +02:00
Eric Pouech
e09dde5c94 kernelbase: Implement WaitForDebugEventEx().
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
2023-08-22 10:39:18 +02:00
Eric Pouech
090fb2cc19 kernelbase: Emit DBG_PRINTEXCEPTION_WIDE_C from OutputDebugStringW.
Also modifying WaitForDebugEvent() to force resending the ansi
DBG_PRINTEXCEPTION_C exception instead.

Signed-off-by: Eric Pouech <epouech@codeweavers.com>
2023-08-22 10:37:10 +02:00
Eric Pouech
514f63f3b5 ntdll/tests: Add tests for debuggee and new Win10 unicode debug strings.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
2023-08-22 10:37:10 +02:00
Eric Pouech
33db5b78bc ntdll/tests: Introduce enumeration to handle stages in test_debugger().
It'll be easier to add stages.

Signed-off-by: Eric Pouech <epouech@codeweavers.com>
2023-08-22 10:37:10 +02:00
Eric Pouech
b7004335c5 ntdll/tests: Add test for Win10 OutputDebugStringW evolution.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
2023-08-22 10:37:10 +02:00