Commit graph

167316 commits

Author SHA1 Message Date
Joel Holdsworth 08ca54b494 ntdll/tests: Add tests for FILE_LINK_IGNORE_READONLY_ATTRIBUTE.
Signed-off-by: Joel Holdsworth <joel@airwebreathe.org.uk>
2023-10-05 18:49:44 +02:00
Joel Holdsworth 07e40a6f9f ntdll/tests: Add tests for FILE_RENAME_IGNORE_READONLY_ATTRIBUTE.
Signed-off-by: Joel Holdsworth <joel@airwebreathe.org.uk>
2023-10-05 18:49:44 +02:00
Piotr Caban ad232b530a wineps: Add support for EMR_EXTCREATEPEN record playback.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55606
2023-10-05 18:49:44 +02:00
Piotr Caban 59f72abfcf gdi32: Add partial support for creating EMREXTCREATEPEN records. 2023-10-05 18:49:44 +02:00
Daniel Lehman 428a1219fd advapi32/tests: Add ReadEventLogW tests for EventLogStarted. 2023-10-05 18:49:44 +02:00
Alistair Leslie-Hughes 77b506709a msado15: Show fixme only if field_list needs to be used in Recordset::AddNew. 2023-10-05 18:49:44 +02:00
Alistair Leslie-Hughes 8a4e235efc msado15: Move to newly created row in Recordset::AddNew.
It's valid to have a recordset with existing rows.  AddNew needs to
move to newly created row, so existing won't be used.
2023-10-05 18:49:44 +02:00
Alexandre Julliard 0d3ff192aa winegcc: Enable dynamic base by default. 2023-10-05 18:49:44 +02:00
Alexandre Julliard ec3de12825 ntdll: Relocate dynamic base modules when mapping them. 2023-10-05 18:49:44 +02:00
Alexandre Julliard efd03f40e6 server: Assign a system-wide mapping address for dynamic base modules. 2023-10-05 18:49:44 +02:00
Alexandre Julliard 4847c1d8e4 server: Set the dynamically relocated flag when relocations are present. 2023-10-05 18:49:44 +02:00
Mohamad Al-Jaf 8441816912 windows.media.mediacontrol: Implement some ISystemMediaTransportControls properties.
Called by Roon.
2023-10-05 18:49:44 +02:00
Mohamad Al-Jaf 1435688b68 windows.media.mediacontrol/tests: Add some ISystemMediaTransportControls properties tests. 2023-10-05 18:49:44 +02:00
Mohamad Al-Jaf 0471de64de windows.media.mediacontrol: Implement ISystemMediaTransportControlsInterop::GetForWindow(). 2023-10-05 18:49:44 +02:00
Mohamad Al-Jaf 478513819c windows.media.mediacontrol/tests: Add ISystemMediaTransportControlsInterop::GetForWindow() tests. 2023-10-05 18:49:44 +02:00
Mohamad Al-Jaf 99fdedb4b6 windows.media.mediacontrol: Add ISystemMediaTransportControlsInterop stub interface. 2023-10-05 18:49:44 +02:00
Mohamad Al-Jaf 8b34decc7b include: Add systemmediatransportcontrolsinterop.idl file. 2023-10-05 18:49:44 +02:00
Mohamad Al-Jaf 8b329317b7 windows.media.mediacontrol: Add stub DLL. 2023-10-05 18:49:44 +02:00
Mohamad Al-Jaf 0e90cbf989 include: Add ISystemMediaTransportControls interface definition. 2023-10-05 18:49:44 +02:00
Brendan Shanks 29260f77fb winemac.drv: Simplify control flow where possible after the removal of NSAutoreleasePool. 2023-10-05 18:49:44 +02:00
Brendan Shanks c937e991e1 winemac.drv: Use @autoreleasepool instead of NSAutoreleasePool. 2023-10-05 18:49:44 +02:00
Ally Sommers 3582ba9dc4 server: Move getpeername() implementation from ntdll/unix.
This brings getpeername() in line with getsockname(), which
is also implemented in wineserver. It also allows getpeername()
to return a possibly-more-accurate peer name, as in the case of
AF_UNIX sockets.
2023-10-05 10:03:23 +02:00
Paul Gofman 4b9a095e84 ntdll: Map EDESTADDRREQ to STATUS_INVALID_CONNECTION. 2023-10-05 09:59:31 +02:00
Paul Gofman 2c2740629b server: Hold socket reference in sock_poll_event(). 2023-10-05 09:59:24 +02:00
Connor McAdams 3f4f116dc5 uiautomationcore: Use EVENT_OBJECT_SHOW to advise providers of events being listened for in the COM API.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
2023-10-04 19:06:14 +02:00
Connor McAdams c21bc70af8 uiautomationcore: Separate checking if a node is within the scope of a registered event from event invocation.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
2023-10-04 19:06:13 +02:00
Connor McAdams 6666670929 uiautomationcore: Add support for passing WinEvents to the COM API.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
2023-10-04 19:06:13 +02:00
Connor McAdams f420b65a82 uiautomationcore/tests: Add tests for COM event handler event advisement.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
2023-10-04 19:06:13 +02:00
Paul Gofman 8a571b263b secur32: Synchronize access to schannel handle table. 2023-10-04 19:03:18 +02:00
Nikolay Sivov fcfe297211 d3d10/effect: Add support for 'or' instruction.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
2023-10-04 18:16:08 +02:00
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