1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-05 17:28:47 +00:00
Commit Graph

167336 Commits

Author SHA1 Message Date
Nikolay Sivov
42a57b3e70 d3d10/effect: Add support for 'not' instruction.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
2023-10-04 18:16:06 +02:00
Nikolay Sivov
2055f7e20b d3d10/effect: Add support for 'exp' instruction. 2023-10-04 18:16:05 +02:00
Nikolay Sivov
347ed9a82b d3d10/effect: Add support for 'log' instruction.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
2023-10-04 18:16:04 +02:00
Nikolay Sivov
03e17a3572 d3d10/effect: Add support for 'rsq' instruction.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
2023-10-04 18:16:02 +02:00
Nikolay Sivov
f72bb1f687 d3d10/effect: Add support for 'sqrt' instruction.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
2023-10-04 18:16:01 +02:00
Nikolay Sivov
edbf2405fc d3d10/tests: Use vector helpers in more places.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
2023-10-04 18:16:01 +02:00
Nikolay Sivov
03c7038713 d3d10/effect: Add support for 'imul' instruction.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
2023-10-04 18:15:58 +02:00
Nikolay Sivov
001e0543bf propsys: Handle VT_I4 type in VariantToString().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55708
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
2023-10-04 18:15:52 +02:00
Martin Storsjö
2c7524021e configure: Fix restoring CFLAGS after the test for -Wl,-z,defs.
This fixes a regression from 450c358881dbc6dcfb2692b8f4debb7db8fdc54b;
after testing for -Wl,-z,defs, CFLAGS was restored from an
incorrect variable, leaving CFLAGS essentially empty.

This would break builds for e.g. arm with Clang, where -mthumb would
be essential for being able to build some inline assembly snippets
correctly.

This also had the effect of dropping the default "-g -O2" arguments
from CFLAGS.

Signed-off-by: Martin Storsjö <martin@martin.st>
2023-10-04 18:15:52 +02:00
Alistair Leslie-Hughes
16217163d9 wpcap: Return NULL on error in get_broadcast. 2023-10-04 16:57:37 +02:00
Alexandre Julliard
526b9fc89b ntdll: Support relocating the main exe. 2023-10-04 15:19:22 +02:00
Alexandre Julliard
56d9e1a8a8 ntdll: Move the module relocation support to virtual.c. 2023-10-04 14:51:42 +02:00
Alexandre Julliard
e9b65e99b2 ntdll: Fix relocation of the 32-bit ntdll. 2023-10-04 13:08:05 +02:00
Rémi Bernon
45d1c00eea dmime: Introduce a new segment_state_create constructor. 2023-10-04 11:28:32 +02:00
Rémi Bernon
9cb0142632 dmime: Redirect IDirectMusicPerformance_PlaySegment to PlaySegmentEx. 2023-10-04 11:28:32 +02:00
Rémi Bernon
c6e6f87a89 dmime: Implement some segment state default values. 2023-10-04 11:28:32 +02:00
Rémi Bernon
94386b4fba dmime: Get rid of the IDirectMusicSegmentState8Impl typedef. 2023-10-04 11:28:32 +02:00
Rémi Bernon
939162b674 dmime: Rename DirectMusicSegmentState8 method prefix to segment_state. 2023-10-04 11:28:32 +02:00
Stefan Dösinger
f9c5176ad8 wined3d: Reference the push constant buffers. 2023-10-04 11:28:22 +02:00
Alex Henrie
d5b64a1f14 http: Use the strdup function instead of reimplementing it. 2023-10-03 21:44:04 +02:00
Nikolay Sivov
f7ef02bd8f propsys: Partially implement VariantToString().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55708
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
2023-10-03 21:44:04 +02:00
Alistair Leslie-Hughes
0770ba61ce msxml3: IXMLDOMElement::selectSingleNode always assign a value to the output parameter. 2023-10-03 21:44:04 +02:00
Joel Holdsworth
c237db98be ntdll: Initial implementation of FileLinkInformationEx.
Signed-off-by: Joel Holdsworth <joel@airwebreathe.org.uk>
2023-10-03 21:44:04 +02:00
Joel Holdsworth
c7b1551e8f ntdll: Initial implementation of FileRenameInformationEx.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54997
Signed-off-by: Joel Holdsworth <joel@airwebreathe.org.uk>
2023-10-03 21:44:04 +02:00
Alexandre Julliard
25db1c5d49 ntdll: Always allocate dynamically relocatable dlls top-down. 2023-10-03 17:44:50 +02:00
Alexandre Julliard
949920a7dc ntdll: Add a helper to find a mapping address for a PE image. 2023-10-03 17:44:50 +02:00
Alexandre Julliard
30c8da1c9d ntdll: Do an explicit mmap address search for any range not covering the entire address space. 2023-10-03 17:44:50 +02:00
Alexandre Julliard
b862cc032c kernel32/tests: Delete the correct manifest file. 2023-10-03 17:44:50 +02:00
Alexandre Julliard
64654d617c kernel32/tests: Add some dynamic base tests. 2023-10-03 13:32:44 +02:00
Nikolay Sivov
488398982c d3d10/effect: Add support for 'dot' instruction.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
2023-10-03 09:24:39 +02:00
Nikolay Sivov
dc91367dcf d3d10/effect: Add support for 'floor' instruction.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
2023-10-03 09:24:38 +02:00
Nikolay Sivov
2861ce933b d3d10/effect: Add support for 'ceil' instruction.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
2023-10-03 09:24:36 +02:00
Nikolay Sivov
2043ffa083 d3d10/tests: Compact returned arrays checks.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
2023-10-03 09:24:36 +02:00
Nikolay Sivov
fdc0f37714 d3d10/effect: Add support for 'buge'/'bult' instructions.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
2023-10-03 09:24:34 +02:00
Gabriel Ivăncescu
35a6c314d4 mshtml: Traverse EventTarget listeners.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-10-03 09:24:29 +02:00
Gabriel Ivăncescu
30d88426d5 mshtml: Remove unused IUnknown_iface in func_disp_t.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-10-03 09:24:29 +02:00
Gabriel Ivăncescu
4d56980396 mshtml: Call handle_event on the proper dispex object.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55701
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-10-03 09:24:27 +02:00
Alistair Leslie-Hughes
209b2c23c5 d3dxof: Remove DECLSPEC_HIDDEN usage. 2023-10-02 22:23:14 +02:00
Mohamad Al-Jaf
ab9e29b0a7 windows.storage.applicationdata: Implement IApplicationDataStatics::get_Current().
Needed for Minecraft Windows 10.
2023-10-02 21:56:31 +02:00
Mohamad Al-Jaf
c4d5e8ded5 windows.storage.applicationdata/tests: Add IApplicationDataStatics::get_Current() tests. 2023-10-02 21:56:31 +02:00
Mohamad Al-Jaf
f36a84d772 windows.storage.applicationdata: Add IApplicationDataStatics stub interface. 2023-10-02 21:56:31 +02:00
Mohamad Al-Jaf
2f3aa0e2f6 windows.storage.applicationdata: Add stub DLL. 2023-10-02 21:56:31 +02:00
Connor McAdams
60ff77754a uiautomationcore: Add support for raising events passed to our IProxyProviderWinEventSink interface.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
2023-10-02 21:56:31 +02:00
Connor McAdams
7aaf77a514 uiautomationcore: Pass WinEvent data to IProxyProviderWinEventHandler::RespondToWinEvent.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
2023-10-02 21:56:30 +02:00
Connor McAdams
0254db3492 uiautomationcore: Add support for marking the root IAccessible as known on non-root IAccessibles upon proxy provider creation.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
2023-10-02 21:56:30 +02:00
Connor McAdams
a2bf252c4b uiautomationcore: Add support for ignoring ProviderOptions_UseComThreading when creating an HUIANODE.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
2023-10-02 21:56:30 +02:00
Connor McAdams
01d9a5ea2b uiautomationcore: Create HUIANODE for WinEvents that should invoke IProxyProviderWinEventHandler::RespondToWinEvent.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
2023-10-02 21:56:30 +02:00
Connor McAdams
bc063b67ab uiautomationcore: Check if we should try to invoke IProxyProviderWinEventHandler::RespondToWinEvent for registered UIA events.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
2023-10-02 21:56:30 +02:00
Connor McAdams
b9cf4e9896 uiautomationcore: Introduce uia_event_for_each function for iterating through registered events.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
2023-10-02 21:56:30 +02:00
Connor McAdams
75b4419478 uiautomationcore/tests: Add another test for IProxyProviderWinEventHandler child HWND scope checking.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
2023-10-02 21:56:30 +02:00