Commit graph

16726 commits

Author SHA1 Message Date
Alexandre Julliard f0b2e0d00c include: Use proper dllimports for propsys functions. 2023-11-06 12:02:35 +01:00
Alexandre Julliard 526b3cd436 include: Use proper dllimports for pathcch functions. 2023-11-06 12:02:19 +01:00
Alexandre Julliard a74b1f0043 include: Use proper dllimports for winmm functions. 2023-11-06 12:02:11 +01:00
Alexandre Julliard 5bd771d5dc include: Use proper dllimports for mimeole functions. 2023-11-06 12:01:56 +01:00
Alexandre Julliard a36d747bfd include: Use proper dllimports for url functions. 2023-11-06 12:01:45 +01:00
Alexandre Julliard 18a1d3538c include: Use proper dllimports for httpapi functions. 2023-11-06 12:01:33 +01:00
Alexandre Julliard 9db1bbf251 include: Use proper dllimports for eventlog functions. 2023-11-06 12:01:22 +01:00
Alexandre Julliard 175887749f include: Use proper dllimports for cryptdlg functions. 2023-11-06 12:01:08 +01:00
Alistair Leslie-Hughes cc3a0320ed include: Add some DBCOLUMN defines. 2023-11-06 11:51:15 +01:00
Alexandre Julliard bc5ae2faa8 include: Use proper dllimports for uxtheme functions. 2023-11-03 18:05:01 +01:00
Alexandre Julliard 897098c994 include: Use proper dllimports for setupapi functions. 2023-11-03 18:05:01 +01:00
Alexandre Julliard 6a86396556 include: Use proper dllimports for iphlpapi functions. 2023-11-03 18:05:01 +01:00
Alexandre Julliard f6d808477b include: Use proper dllimports for dbghelp functions. 2023-11-03 18:05:01 +01:00
Alexandre Julliard 7999f40b38 include: Use proper dllimports for win32u functions. 2023-11-03 18:05:01 +01:00
Alexandre Julliard 1f769067a3 include: Use NTSYSAPI for all ntdll exports. 2023-11-03 18:05:01 +01:00
Alexandre Julliard 1771716528 include: Make sure that Unix function tables are always const. 2023-11-03 18:05:01 +01:00
Alexandre Julliard c48a3bd349 opengl32: Make the GL driver function table const. 2023-11-03 18:05:00 +01:00
Alex Henrie f27ac1bb77 include: Annotate MIDL_user_allocate with __WINE_(ALLOC_SIZE|DEALLOC|MALLOC). 2023-11-03 18:05:00 +01:00
Zhiyi Zhang 9092a4ccca ddraw: Restore WS_EX_TOPMOST in exclusive fullscreen mode if it got removed.
Tests show that there is a ~1.5s timer that checks for the presence of WS_EX_TOPMOST and restore it
if it got removed when the timer times out. Manual tests that skip WM_TIMER handling show there is a
1.5s timer of ID 0x4242 keeps firing. The timer stops when its WM_TIMER message gets handled.

Fix Deus Ex: Game of the Year Edition missing WS_EX_TOPMOST after changing resolutions in fullscreen
mode. The application removes WS_EX_TOPMOST from its game window after entering fullscreen.
2023-11-02 22:25:17 +01:00
Alexandre Julliard 1d58300478 msvcrt: Use the public definitions for the UNDNAME_ flags. 2023-11-02 12:09:07 +01:00
Fabian Maurer 015eb45a7b winegstreamer: Implement IWMResamplerProps.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55789
2023-10-31 21:54:56 +01:00
Connor McAdams d81256e7b6 uiautomationcore: Return TRUE from UiaClientsAreListening().
This function always returns TRUE on Windows 7 and above, and now that we
have stubs for all the event raising functions there should be no harm
in doing the same.

Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
2023-10-30 14:25:54 +01:00
Nikolay Sivov 8935dc7339 include: Correct ID3D10EffectPool interface uuid.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
2023-10-30 13:35:23 +01:00
Jeff Smith 73aed1b531 gdiplus/tests: Add tests related to setting the page tranform. 2023-10-26 16:03:30 -05:00
Zebediah Figura b57d4fcd21 include: Convert d3d10effect.h to an IDL. 2023-10-24 13:20:07 -05:00
Zebediah Figura d78ca75c56 include: Convert d3d10shader.h to an IDL. 2023-10-24 13:20:06 -05:00
Alexandre Julliard 6289a5848b shlwapi: Remove unneeded UNALIGNED attributes.
They are causing compiler warnings.
2023-10-20 13:28:08 +02:00
Paul Gofman deff1303fb winegstreamer: Add AVDecVideoAcceleration_H264 attribute for h264 decoder MFT. 2023-10-17 21:48:20 +02:00
Mohamad Al-Jaf 8a91ff180e include: Add IMusicDisplayProperties2 interface definition. 2023-10-17 18:17:51 +02:00
Mohamad Al-Jaf c6fbe1400a include: Add IMusicDisplayProperties interface definition. 2023-10-17 18:17:44 +02:00
Mohamad Al-Jaf 9a4dbd9a17 include: Add ISystemMediaTransportControlsDisplayUpdater interface definition. 2023-10-17 18:17:40 +02:00
Zebediah Figura 398025083d advapi32/tests: Add more tests for GetSecurityInfo(). 2023-10-16 18:53:48 +02:00
Zebediah Figura 46dfbf89d2 advapi32: GetNamedSecurityInfo() takes a const name argument.
At least in the Windows 10 SDK.
2023-10-16 18:53:48 +02:00
Rémi Bernon df75c9ed3c include: Fix debugstr_fourcc printf format to print at most 4 chars. 2023-10-16 18:53:48 +02:00
Paul Gofman c22aa54e99 ntdll: Use .seh handler instead of __TRY in RtlUserThreadStart() on x64. 2023-10-16 11:39:26 +02:00
Nikolay Sivov b5d4394913 mfmediaengine: Keep engine extension pointer. 2023-10-16 11:15:08 +02:00
Nikolay Sivov 5617d78f0d include: Add IMFMediaEngineAudioEndpointId definition. 2023-10-16 11:15:08 +02:00
Fabian Maurer d177709b10 propsys: Implement PropVariantToUInt32WithDefault.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55713
2023-10-12 23:23:58 +02:00
Piotr Caban 81fa8615eb include: Add winppi.h header. 2023-10-11 17:28:13 +02:00
Alexandre Julliard 3c0d0005f4 ntdll: Use the standard syscall calling convention for NtFlushProcessWriteBuffers. 2023-10-11 17:26:49 +02:00
Connor McAdams 285620b177 win32u: Fix NtUserIsCurrent{Process/Thread}Window enum typo.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
2023-10-10 23:15:05 +02:00
Mohamad Al-Jaf 5ff9ffb368 include: Add windows.security.credentials.ui.idl file. 2023-10-10 23:15:05 +02:00
Alexandre Julliard 3bb752736c include: Stop pretending to support big-endian. 2023-10-10 11:11:26 +02:00
Alexandre Julliard 6b4399e369 ws2_32: Make htonl/htons/ntohl/ntohs proper functions. 2023-10-10 11:05:28 +02:00
Paul Gofman b15680a05e ntdll: Implement NtQueryValueKey(KeyValuePartialInformationAlign64). 2023-10-10 10:14:08 +02:00
Rémi Bernon bc7e51b48c include: Avoid narrowing warning in wine_dbgstr_fourcc. 2023-10-09 20:51:49 +02:00
Etaash Mathamsetty 627181d99c gdi32: Add stub for D3DKMTQueryAdapterInfo. 2023-10-09 11:37:49 +02:00
Alex Henrie 8b20c58801 include: Introduce wine_dbgstr_fourcc and debugstr_fourcc. 2023-10-06 20:49:52 +02:00
Georg Lehmann 17d9841d86 winevulkan: Update to VK spec version 1.3.267. 2023-10-06 20:49:36 +02:00
Zebediah Figura fbee3cf2e0 wined3d: Rename WINED3D_MAX_TEXTURES to WINED3D_MAX_FFP_TEXTURES. 2023-10-06 20:48:20 +02:00