Commit graph

167066 commits

Author SHA1 Message Date
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
Alex Henrie 4059c6ece2 wordpad: Use the wcsdup function instead of reimplementing it. 2023-09-25 10:23:38 +02:00
Alex Henrie e130ef40a1 sc: Use CRT allocation functions. 2023-09-25 10:23:38 +02:00
Alex Henrie 33ce8e046d regedit: Use the wcsdup function instead or reimplementing it. 2023-09-25 10:23:38 +02:00
Alex Henrie 0a7084f45a reg: Use the wcsdup function instead of reimplementing it. 2023-09-25 10:23:38 +02:00
Alex Henrie f24edd9dca dxdiag: Use CRT allocation functions. 2023-09-25 10:23:38 +02:00
Alex Henrie c46300ff28 conhost: Use the wcsdup function instead of reimplementing it. 2023-09-25 10:23:38 +02:00
Esme Povirk ffce2de26e user32/tests: Use a child window for test_PeekMessage3.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54026
2023-09-25 10:23:38 +02:00
Nikolay Sivov 8f6cf2d3c9 d3d10/tests: Add some tests for D3D10.1 blend state in effects.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
2023-09-25 10:23:38 +02:00
Rémi Bernon 196aa81738 dmloader: Get rid of the custom generic stream wrapper. 2023-09-25 10:23:38 +02:00
Rémi Bernon 975f262986 dmloader: Introduce a new loader_stream_create helper. 2023-09-25 10:23:38 +02:00
Rémi Bernon 7d33a77b56 dmloader: Initialize ref to 1, and release after QueryInterface. 2023-09-25 10:23:38 +02:00
Rémi Bernon 177158210d dmloader: Get rid of the IDirectMusicLoaderImpl typedef. 2023-09-25 10:23:38 +02:00
Rémi Bernon 464c1a8f72 dmloader: Rename IDirectMusicLoaderImpl method prefix to loader. 2023-09-25 10:18:29 +02:00
Biswapriyo Nath 3c0085b979 include: Add ID3D12VideoDevice2 in d3d12video.idl. 2023-09-25 10:13:24 +02:00
Biswapriyo Nath e24b67ecd0 include: Add ID3D12VideoExtensionCommand in d3d12video.idl. 2023-09-25 10:13:24 +02:00
Biswapriyo Nath 7600dbe621 include: Add ID3D12VideoDevice1 in d3d12video.idl. 2023-09-25 10:13:24 +02:00
Biswapriyo Nath 2dce530522 include: Add D3D12_FEATURE_DATA_VIDEO_DECODE_SUPPORT in d3d12video.idl. 2023-09-25 10:13:24 +02:00
Biswapriyo Nath 9836a4e967 include: Add video decode profile guids in d3d12video.idl. 2023-09-25 10:13:24 +02:00
Biswapriyo Nath 6ab8ba3189 include: Add ID3D12VideoDecodeCommandList in d3d12video.idl. 2023-09-25 10:13:24 +02:00
Biswapriyo Nath c6d05a6fb7 include: Add ID3D12VideoDecoderHeap in d3d12video.idl. 2023-09-25 10:13:24 +02:00
Biswapriyo Nath 3b1f51d602 include: Add ID3D12VideoDevice in d3d12video.idl. 2023-09-25 10:13:22 +02:00
Ally Sommers 56e58cbed1 ws2_32/tests: Add more tests for SO_REUSEADDR. 2023-09-22 20:58:28 +02:00
Biswapriyo Nath e7824f105b include: Add ID3D12VideoDecoder in d3d12video.idl. 2023-09-22 20:58:01 +02:00
Alistair Leslie-Hughes 0635e9e767 mfreadwrite/tests: Move test_interfaces after test_factory.
test_interfaces requires that CoInitialize to have tbeen called.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55635
2023-09-22 20:54:23 +02:00
Alexandre Julliard 3c186a5ed0 vkd3d: Import upstream release 1.9. 2023-09-22 20:54:15 +02:00
Jacek Caban 3b5aef662f mshtml: Remove unused functions. 2023-09-22 11:49:36 +02:00
Brendan Shanks 3d32cb9cbe winecoreaudio: Use os_unfair_lock when available instead of OSSpinLock. 2023-09-22 10:38:36 +02:00
Nikolay Sivov 6ce99d16a6 d3d10/effect: Add signed integer compare instructions for expressions.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
2023-09-22 10:38:31 +02:00
Nikolay Sivov d49a6ab0de d3d10/effect: Implement instructions used for signed integer division.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
2023-09-22 10:38:29 +02:00
Rémi Bernon 27ab696752 dmime: Implement DirectMusicSeqTrack IPersistStream_Load. 2023-09-21 22:32:37 +02:00
Rémi Bernon d3742ab843 dmime: Get rid of the IDirectMusicSeqTrack typedef. 2023-09-21 22:32:36 +02:00
Rémi Bernon a955339b3c dmband: Rewrite band track IPersistStream_Load. 2023-09-21 22:32:32 +02:00
Rémi Bernon 48f276f836 dmband: Rewrite band track DBMT chunk parsing. 2023-09-21 22:32:32 +02:00
Rémi Bernon 9276aec695 dmband: Rewrite band track lbdl/lbnd lists parsing. 2023-09-21 22:32:32 +02:00
Alistair Leslie-Hughes 8e9bea371d msado15: Recordset::Open - Correctly update count/index values.
ADO can return a RecordCount of -1.
2023-09-21 10:47:43 +02:00
Brendan Shanks d9e1d419d5 winecoreaudio: Stop using the deprecated kAudioObjectPropertyElementMaster constant. 2023-09-21 10:47:34 +02:00
Esme Povirk ee17400c05 user32/tests: Fix WM_WINDOWPOSCHANGED entries.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54031
2023-09-20 22:27:19 +02:00
Connor McAdams 05b4619d88 uiautomationcore: Handle EVENT_SYSTEM_ALERT in IProxyProviderWinEventHandler::RespondToWinEvent() for MSAA providers.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
2023-09-20 22:15:30 +02:00
Connor McAdams c22bd318b3 uiautomationcore: Add stub IProxyProviderWinEventHandler implementation for MSAA providers.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
2023-09-20 22:15:30 +02:00
Connor McAdams c7e976f819 uiautomationcore: Implement IRawElementProviderFragmentRoot::GetFocus for MSAA providers.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
2023-09-20 22:15:30 +02:00