Commit graph

167106 commits

Author SHA1 Message Date
Nikolay Sivov 985bb4263e d3d10/tests: Test for correct return value.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
2023-09-27 21:43:03 +02:00
Alistair Leslie-Hughes cef39a24ee d3dx9: Trace pointer value in D3DXValidMesh(). 2023-09-27 21:42:52 +02:00
Alex Henrie 0d7cf84709 include: Move RTL functions that belong in ntddk.h from winternl.h to ntddk.h. 2023-09-27 11:17:47 +02:00
Biswapriyo Nath 6786d38aa2 include: Add some structures in d3d12video.idl. 2023-09-27 11:17:08 +02:00
Zebediah Figura a2c552f723 wined3d: Move struct wined3d_stateblock into stateblock.c. 2023-09-26 21:35:56 +02:00
Zebediah Figura fb0c4ec5a3 wined3d: Make wined3d_stateblock_state_{init,cleanup}() static. 2023-09-26 21:35:56 +02:00
Zebediah Figura 7bb6dc7b83 wined3d: Remove invalid parameter checks from internal wined3d_device_set_*() functions. 2023-09-26 21:35:55 +02:00
Akihiro Sagawa ae8b7109f0 cmd: Always outputs leading zeros when listing file time information. 2023-09-26 21:35:21 +02:00
Akihiro Sagawa 2188e11e78 cmd/tests: Test file time stamp format. 2023-09-26 21:35:21 +02:00
Akihiro Sagawa 6800ab403e cmd/tests: Add dir built-in command test. 2023-09-26 21:35:21 +02:00
Brendan Shanks 6d366ce7b4 msv1_0: Implement ntlm_fork() using posix_spawn(). 2023-09-26 21:22:49 +02:00
Bartosz Kosiorek d18fd2c194 gdiplus/tests: Add tests of InterpolationMode Bilinear for GdipDrawImagePointsRect. 2023-09-26 21:21:25 +02:00
Andrew Brobston 54b875c08e d2d1: Support GUID_WICPixelFormat32bppRGB.
Needed by PowerFritz 18.
2023-09-26 21:20:06 +02:00
Nikolay Sivov 167ad1ee7b d3dcompiler: Add support for matrix majority compiler flags.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55182
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
2023-09-26 21:19:50 +02:00
Yuxuan Shui 34319496d8 rtworkq: Fix leak of thread pool work items. 2023-09-26 21:19:43 +02:00
Biswapriyo Nath 20f88c831e include: Add ID3D12VideoEncodeCommandList2 in d3d12video.idl. 2023-09-26 21:19:29 +02:00
Biswapriyo Nath 4ce218eea8 include: Add ID3D12VideoEncodeCommandList1 in d3d12video.idl. 2023-09-26 21:19:29 +02:00
Biswapriyo Nath acd89320bf include: Add ID3D12VideoDecodeCommandList1 in d3d12video.idl. 2023-09-26 21:19:29 +02:00
Biswapriyo Nath f30848ae17 include: Add ID3D12VideoEncodeCommandList in d3d12video.idl. 2023-09-26 21:19:29 +02:00
Biswapriyo Nath ee165f1d39 include: Add ID3D12VideoMotionVectorHeap in d3d12video.idl. 2023-09-26 21:19:29 +02:00
Biswapriyo Nath e09dd6a3dd include: Add ID3D12VideoMotionEstimator in d3d12video.idl. 2023-09-26 21:19:29 +02:00
Biswapriyo Nath 15b46d5b56 include: Add ID3D12VideoDevice3 in d3d12video.idl. 2023-09-26 21:19:29 +02:00
Biswapriyo Nath c965dbae34 include: Add ID3D12VideoEncoderHeap in d3d12video.idl. 2023-09-26 21:19:29 +02:00
Biswapriyo Nath 9e5778b81e include: Add ID3D12VideoEncoder in d3d12video.idl. 2023-09-26 21:19:29 +02:00
Alistair Leslie-Hughes dcba11c185 msado15: _Recordset::Filter set index on value. 2023-09-26 21:19:10 +02:00
Alexandre Julliard 2569779739 server: Require ASLR support on non-x86 platforms. 2023-09-25 22:47:03 +02:00
Alexandre Julliard 518e394794 winebuild: Set ASLR-related dll flags by default. 2023-09-25 22:47:03 +02:00
Alexandre Julliard 0abd795ff0 kernel32/tests: Fix loader tests on Windows ARM64. 2023-09-25 22:47:03 +02:00
Eric Pouech 81c8c73de2 winedump: Improve dumping DEBUG directory entries in PE images.
- always add a data dump for unknown structures
- add some bits about POGO and REPRO entries
- protect against too small structures

Signed-off-by: Eric Pouech <epouech@codeweavers.com>
2023-09-25 21:53:47 +02:00
Connor McAdams fded7c1d71 uiautomationcore: Make sure event thread is started when listening for WinEvents.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
2023-09-25 21:47:49 +02:00
Connor McAdams 81caccbf84 uiautomationcore: Track HWNDs that need WinEvent translation.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
2023-09-25 21:47:49 +02:00
Connor McAdams 2a2c4cd7b9 uiautomationcore: Add WinEvent hook on the UIA event thread.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
2023-09-25 21:47:48 +02:00
Connor McAdams 336503f3c9 uiautomationcore: Check providers for an IProxyProviderWinEventHandler interface when attaching events.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
2023-09-25 21:47:48 +02:00
Connor McAdams 87af89cb3b uiautomationcore/tests: Add tests for IProxyProviderWinEventHandler based MSAA to UIA event bridging.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
2023-09-25 21:47:48 +02:00
Mohamad Al-Jaf ed2bfd4ad7 windows.applicationmodel: Implement IStorageItem::get_Path().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52665
2023-09-25 19:09:23 +02:00
Mohamad Al-Jaf a7fa496b4b windows.applicationmodel/tests: Add IStorageItem::get_Path() tests. 2023-09-25 19:09:23 +02:00
Mohamad Al-Jaf 8d3ef2bb85 windows.applicationmodel: Add IStorageItem stub interface.
Needed for Minecraft Windows 10.
2023-09-25 19:09:23 +02:00
Mohamad Al-Jaf 4108dfe267 windows.applicationmodel: Implement IPackage::get_InstalledLocation().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52665
2023-09-25 19:09:23 +02:00
Mohamad Al-Jaf ee567bb1b0 windows.applicationmodel: Implement IPackageStatics::get_Current().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52665
2023-09-25 19:09:23 +02:00
Mohamad Al-Jaf 612375a501 windows.applicationmodel: Add IPackageStatics stub interface. 2023-09-25 19:09:23 +02:00
Alexandre Julliard c7fafe7eb2 widl: Use the IMAGE_FIRST_SECTION helper macro. 2023-09-25 13:02:09 +02:00
Alexandre Julliard 176a6ca279 krnl386: Use the IMAGE_FIRST_SECTION helper macro. 2023-09-25 13:02:09 +02:00
Alexandre Julliard 60f0c1b30f imagehlp: Use the IMAGE_FIRST_SECTION helper macro. 2023-09-25 13:02:09 +02:00
Alexandre Julliard 0ee4bec912 dbghelp: Consistently use the IMAGE_FIRST_SECTION helper macro. 2023-09-25 13:02:09 +02:00
Alexandre Julliard db3af1b238 ntdll: Consistently use the IMAGE_FIRST_SECTION helper macro. 2023-09-25 13:02:09 +02:00
Alexandre Julliard af25f29cd2 winedump: Don't zero out the PE optional header regardless of specified size. 2023-09-25 11:37:42 +02:00
Alexandre Julliard 4d417076e4 server: Don't zero out the PE optional header regardless of specified size. 2023-09-25 11:07:03 +02:00
Jactry Zeng 316b5bc9b3 cabinet/tests: Initialize CURR_DIR globally.
So that we can run each test function independently.
2023-09-25 10:23:38 +02:00
Alex Henrie 535123c963 wpcap: Use the strdup function instead of reimplementing it. 2023-09-25 10:23:38 +02:00
Alex Henrie 6b7689cbae avifil32: Use CRT allocation functions. 2023-09-25 10:23:38 +02:00