Commit graph

166030 commits

Author SHA1 Message Date
Biswapriyo Nath 24e7055f1d include: Add windows.ui.xaml.hosting.desktopwindowxamlsource.idl file. 2023-08-14 17:53:17 +02:00
Biswapriyo Nath 624c5870e7 include: Add xamlom.idl file. 2023-08-14 17:53:17 +02:00
Biswapriyo Nath a34267e87e include: Add IXAudio2Extension in xaudio2.idl.
Required for rpcs3 project.
2023-08-14 17:53:17 +02:00
Maxim Karasev aa3beb88b3 whoami: Refactor and add more commands.
Particularly it implements '/logonid' and '/user' options,
as well as adds stubs for '/upn' and '/fqdn'.
2023-08-14 17:53:17 +02:00
Maxim Karasev 5abe9de59f secur32: Add stub message for unimplemented name types in GetUserNameExW. 2023-08-14 17:53:17 +02:00
Paul Gofman 51b6715327 opengl32: Skip debug callback messages called from native thread. 2023-08-14 17:17:21 +02:00
Alex Henrie 6bd87223bf include: Annotate PALLOCATE_FUNCTION(_EX) with __WINE_ALLOC_SIZE. 2023-08-14 17:10:15 +02:00
Alex Henrie 6354cd9f56 include: Annotate PRTL_(AVL|GENERIC)_ALLOCATE_ROUTINE with __WINE_ALLOC_SIZE. 2023-08-14 17:10:15 +02:00
Alex Henrie a4752dcf9f include: Annotate PFLT_CONTEXT_ALLOCATE_CALLBACK with __WINE_ALLOC_SIZE. 2023-08-14 17:10:15 +02:00
Alex Henrie 73883f918c include: Annotate PERF_MEM_ALLOC with __WINE_ALLOC_SIZE. 2023-08-14 17:10:01 +02:00
Alex Henrie 69a92659c0 include: Annotate PLSA_ALLOCATE_(LSA_HEAP|SHARED_MEMORY) with __WINE_ALLOC_SIZE. 2023-08-14 17:10:01 +02:00
Alex Henrie cf1c69c085 include: Annotate CFP_(RE)ALLOCPROC with __WINE_ALLOC_SIZE. 2023-08-14 17:10:01 +02:00
Alex Henrie 8f60004995 include: Annotate PFNALLOC with __WINE_ALLOC_SIZE. 2023-08-14 17:10:00 +02:00
Zebediah Figura 06be26daa1 opengl32: Preserve the remainder of the version string when limiting the version to 4.3. 2023-08-14 16:53:07 +02:00
Rémi Bernon efbf28afa5 mfplat: Use MFASYNC_CALLBACK_QUEUE_IO for byte stream async requests. 2023-08-14 16:50:19 +02:00
Rémi Bernon 94cd658446 mfplat/tests: Test that BeginRead doesn't use MFASYNC_CALLBACK_QUEUE_STANDARD. 2023-08-14 16:50:19 +02:00
Rémi Bernon 848fe4a741 mfplat/tests: Create the test_callback event in the constructor. 2023-08-14 16:50:19 +02:00
Zebediah Figura cda2886fd3 configure: Fail if --enable-archs is used and any cross-compiler is missing.
For example, currently, if --enable-archs=i386,x86_64 is used, and there is an
x86_64 cross compiler present but no i386 cross compiler, Wine will silently
remove i386 from the list of cross-compiled architechtures, and only compile
PE code for x86_64. This seems quite undesirable.

I am not aware of any practical reason for this to happen. Debian does ship
i686 and x86_64 MinGW compilers in separate packages, though, so it is possible
in theory.
2023-08-14 15:56:00 +02:00
David McFarland d405a688ba configure: Fix caching of PCSCLITE_LIBS on mac.
ac_cv_lib_pcsclite_SCardEstablishContext=yes would be cached, causing
AC_CHECK_LIB to use -lpcsclite on the second run.

Fixes: f74c4af257
2023-08-14 13:34:12 +02:00
Torge Matthies 91f8926023 server: Don't consider non-pending poll requests when reselecting socket.
Signed-off-by: Torge Matthies <openglfreak@googlemail.com>
2023-08-14 13:32:26 +02:00
Santino Mazza f8cf88dcf4 evr: Remove process input handling from streaming thread. 2023-08-14 13:32:16 +02:00
Santino Mazza fa3ebd5044 evr: Don't lock presenter allocator when calling NotifyRelease.
The changes in the video sample allocator are not part of the public
api specification, it's only made for internal use in the evr presenter
implementation.
2023-08-14 13:32:14 +02:00
Santino Mazza 7c0731e184 evr: Create critical section for sample queue. 2023-08-14 13:32:14 +02:00
Santino Mazza 072fe5d62a evr: Release sample queue when streaming ends. 2023-08-14 13:32:14 +02:00
Shaun Ren cff2e87e03 sapi/tests: Increase timeout in tts test_spvoice. 2023-08-14 13:32:04 +02:00
Shaun Ren b9dbe482ee sapi: Change ISpObjectToken::SetId FIXME to TRACE. 2023-08-14 13:32:04 +02:00
Shaun Ren 738bbeb9b7 sapi/tests: Add test for implicit MTA initialized by SpVoice.
Based on a patch by Connor McAdams.
2023-08-14 13:32:02 +02:00
Shaun Ren cdc3eeb776 sapi: Start async queue in ISpVoice::SetOutput. 2023-08-14 13:32:02 +02:00
Shaun Ren 679e3a9d00 sapi: Call CoInitializeEx/CoUninitialize in async_worker. 2023-08-14 13:32:02 +02:00
Alistair Leslie-Hughes f54646d7a9 setupapi: Remove DECLSPEC_HIDDEN usage. 2023-08-14 13:30:39 +02:00
Alistair Leslie-Hughes 90081ca843 wmp: Remove DECLSPEC_HIDDEN usage. 2023-08-14 13:30:39 +02:00
Ilia Docin b8c38f4186 sane.ds: Use BGR order to store 24 bit color DIB pixels. 2023-08-14 13:30:31 +02:00
Zhiyi Zhang 5daa21f961 mfmediaengine: Implement media_engine_GetSeekable(). 2023-08-14 13:30:23 +02:00
Zhiyi Zhang 4f0a7cd89a mfmediaengine/tests: Test IMFMediaEngine::GetSeekable(). 2023-08-14 13:30:23 +02:00
Zhiyi Zhang 3893db0a20 mfmediaengine/tests: Fix a test failure in test_GetDuration().
d19af88f59 happens to change test_transfer_notify_EventNotify() and
that affects test_GetDuration().

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55422
2023-08-14 13:30:22 +02:00
Floris Renaud 7f4225e3b0 po: Update Dutch translation. 2023-08-14 13:29:54 +02:00
Mohamad Al-Jaf 8a31ad6b22 windows.devices.enumeration/tests: Add IDeviceInformationStatics::CreateWatcherAqsFilter() tests. 2023-08-14 13:29:49 +02:00
Mohamad Al-Jaf 586cc5ee35 windows.devices.enumeration: Implement IDeviceInformationStatics::CreateWatcherAqsFilter().
Needed by Lenovo Ready For Assistant.
2023-08-14 13:29:47 +02:00
Mohamad Al-Jaf cf7048d63c windows.devices.enumeration: Add IDeviceInformationStatics stub interface. 2023-08-14 13:29:46 +02:00
Mohamad Al-Jaf ebb0a399a5 include: Add IDeviceInformationStatics interface definition. 2023-08-14 13:29:46 +02:00
Gabriel Ivăncescu db53e46bad mshtml: Skip windows with no URI when deciding whether to send storage events.
They're not going to match anyway.

Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-08-14 13:29:21 +02:00
Ziqing Hui 1946c2dcf0 winegstreamer: Add async command handling to media sink. 2023-08-14 13:29:13 +02:00
Ziqing Hui 21729200a8 winegstreamer: Add IMFClockStateSink stubs to media sink. 2023-08-14 13:29:13 +02:00
Ziqing Hui 5b36d392c2 winegstreamer: Implement IMFMediaEventGenerator for media sink. 2023-08-14 13:29:13 +02:00
Ziqing Hui bc9c106135 winegstreamer: Add IMFMediaTypeHandler stubs to stream sink. 2023-08-14 13:29:13 +02:00
Ziqing Hui f8ecc08148 winegstreamer: Implement IMFMediaEventGenerator for stream sink. 2023-08-14 13:29:13 +02:00
Ziqing Hui 44c49b23aa winegstreamer: Add stubs for stream sink. 2023-08-14 13:29:12 +02:00
Ziqing Hui 0aeab6b7ee winegstreamer: Add stubs for media sink. 2023-08-14 13:29:10 +02:00
Tim Clem b2a099b3ce server: Avoid a mach port leak on Apple Silicon.
Check for Rosetta before extracting the port right, since we won't need
it in that case anyway.
2023-08-10 10:02:35 +09:00
Bartosz Kosiorek 1135543dff gdiplus: Fix returned value of GdipDrawImagePointsRect according to native lib. 2023-08-10 10:02:14 +09:00