Commit graph

162217 commits

Author SHA1 Message Date
Rémi Bernon 0b3f90ab14 winebuild: Use .incbin instead of printf for resource data. 2023-02-13 17:03:02 +01:00
Alex Henrie 69ea31ffb5 winspool: Remove unnecessary call to RtlInitUnicodeString from add_printer_driver. 2023-02-13 17:02:45 +01:00
Rémi Bernon b4b6c3af75 joy.cpl: Use the DIJOYSTATE2 user data format to support more buttons. 2023-02-13 17:02:45 +01:00
Rémi Bernon bb9ee1e94a joy.cpl: Improve the DInput button display with many buttons. 2023-02-13 17:02:45 +01:00
Rémi Bernon 91f7201d42 joy.cpl: Refresh the DInput button display on device change. 2023-02-13 17:02:45 +01:00
Rémi Bernon 37025bdabd joy.cpl: Process messages while waiting for the input threads.
Instead of interrupting the wait on any message.
2023-02-13 17:02:45 +01:00
Paul Gofman 39dc9d09f3 bcrypt: Only reset init vector if the new vector is non-NULL. 2023-02-13 17:02:45 +01:00
Paul Gofman 7d31f39487 bcrypt: Update init vector after encrypt or decrypt. 2023-02-13 17:02:45 +01:00
Paul Gofman 8e305d811a bcrypt/tests: Add more tests for AES initialization vectors. 2023-02-13 17:02:45 +01:00
Zebediah Figura 9b9692466d user32/tests: Remove BroadcastSystemMessage() test for WM_DEVICECHANGE.
These are not uninteresting, but not consistent either, and it is not at the
moment behaviour that needs to be implemented.

This partially reverts 8675cad31c.

Wine-Bug: https://bugs.winehq.org//show_bug.cgi?id=54477
2023-02-13 17:02:45 +01:00
Alex Henrie dfe047ee4c ntdll: Avoid calling RtlInit(Ansi|Unicode)String on a static constant. 2023-02-13 17:02:45 +01:00
Alex Henrie 94208fcee5 ntdll: Use RTL_CONSTANT_STRING instead of reimplementing it. 2023-02-13 17:02:45 +01:00
Alex Henrie 8630a0c84d ws2_32: Avoid calling RtlInitUnicodeString on a static constant. 2023-02-13 15:54:53 +01:00
Alex Henrie fae940df23 wineboot: Avoid calling RtlInitUnicodeString on a static constant. 2023-02-13 15:54:40 +01:00
Alex Henrie 33ddf019f7 win32u: Avoid calling RtlInitUnicodeString on a static constant. 2023-02-13 15:54:29 +01:00
Alex Henrie 3549ae75dd mountmgr: Avoid calling RtlInitUnicodeString on a static constant. 2023-02-13 15:53:44 +01:00
Connor McAdams abc1f7dadb uiautomationcore: Implement UiaLookupId for AutomationIdentifierType_Pattern GUIDs.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
2023-02-13 15:53:37 +01:00
Connor McAdams 51aa53161a include: Define UI Automation pattern provider interfaces.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
2023-02-13 15:53:37 +01:00
Connor McAdams 01fb2a26d2 uiautomationcore: Implement UiaLookupId for AutomationIdentifierType_Event GUIDs.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
2023-02-13 15:53:36 +01:00
Connor McAdams f02ee34d3a include: Fully define uiautomationclient interfaces.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
2023-02-13 15:53:34 +01:00
Paul Gofman 9070f0d572 mf/session: Avoid dropping samples delivered from transform in session_request_sample_from_node().
session_request_sample() calls session_request_sample_from_node() and increments sink.requests
only if that succeeds. But session_request_sample_from_node() calls session_deliver_sample_to_node()
synchronously for MF_TOPOLOGY_TRANSFORM_NODE if there are output samples available. Then,
if sink.requests is zero before this session_request_sample() call that sample is silently dropped.
2023-02-11 00:04:24 +01:00
Mohamad Al-Jaf 7ac3b0fd85 windows.ui: Implement IUISettings3::GetColorValue(). 2023-02-10 19:11:03 +01:00
Mohamad Al-Jaf 3c403fe11f windows.ui/tests: Add IUISettings3::GetColorValue() tests. 2023-02-10 19:11:03 +01:00
Mohamad Al-Jaf 8664fbe8ca windows.ui: Add IUISettings3 stub interface. 2023-02-10 19:11:03 +01:00
Mohamad Al-Jaf 9e440328e7 windows.ui: Add stub DLL. 2023-02-10 19:11:03 +01:00
Mohamad Al-Jaf 5fc131ef81 include: Add windows.ui.viewmanagement.idl file. 2023-02-10 19:10:44 +01:00
Alex Henrie 4318b9dbd8 winebus: Avoid calling RtlInitUnicodeString on a static constant. 2023-02-10 19:09:16 +01:00
Eric Pouech 452041927f dbghelp: Fix failing test on Windows 7.
Using old versions of the module information structure.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54465
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
2023-02-10 19:09:16 +01:00
Dmitry Timoshkov 70a847248f rpcrt4: Avoid casting an object to IUnknown.
Cast its interface member to IUnknown instead.
2023-02-10 19:09:16 +01:00
Dmitry Timoshkov 4ec4bdff73 rpcrt4: Mark the buffer as invalid in NdrProxyFreeBuffer(). 2023-02-10 19:09:16 +01:00
Alex Henrie dccc6a60b6 services: Avoid calling RtlInitUnicodeString on a static constant. 2023-02-10 19:09:16 +01:00
Zebediah Figura 8675cad31c user32/tests: Test WM_DEVICECHANGE Unicode conversion. 2023-02-10 19:09:16 +01:00
Zebediah Figura ea2935add7 user32/tests: Avoid leaking a window in test_message_conversion(). 2023-02-10 19:09:16 +01:00
Zebediah Figura 366b84295d user32/tests: Use ok() instead of assert(). 2023-02-10 19:09:16 +01:00
Zebediah Figura 77efd7ac5a user32/tests: Add a register_class() helper. 2023-02-10 19:09:16 +01:00
Mohamad Al-Jaf 9acf1bd6a8 d3d12core: Add stub DLL.
Forspoken checks for the existence of this DLL.
2023-02-10 19:09:16 +01:00
Mohamad Al-Jaf 83625459c8 include: Add DirectX 12 Agility SDK definitions. 2023-02-10 19:09:16 +01:00
Alex Henrie 51bc735f70 http: Avoid calling RtlInitUnicodeString on a constant. 2023-02-10 19:09:16 +01:00
Alexandre Julliard 06dc047346 wow64: Call the thread init entry point in the CPU backend. 2023-02-10 14:08:08 +01:00
Alexandre Julliard f555ee3b03 wow64: Call the CPU backend to get/set the current thread context. 2023-02-10 14:08:08 +01:00
Alexandre Julliard 51c3cfddfe wow64: Preserve the CPURESERVED flags across user callbacks. 2023-02-10 14:08:08 +01:00
Alexandre Julliard 58ced9adff wow64: Move some exception and context functions to syscall.c. 2023-02-10 14:08:08 +01:00
Jason Millard a8c319cad6 vbscript: Fix memory leak in owned safearray iterator. 2023-02-09 23:11:40 +01:00
Jason Millard afb2125cdf vbscript: Fix compile when colon follows Else on new line. 2023-02-09 23:11:31 +01:00
Jason Millard c5957eb937 vbscript: Add missing stubs for GetLocale and SetLocale builtins. 2023-02-09 18:02:29 +01:00
Hans Leidekker 0692d07f85 ntdll: Look at CurrentMajor/MinorVersionNumber registry values before CurrentVersion.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54463
2023-02-09 17:56:00 +01:00
Hans Leidekker 65a3e1499b ntdll: Initialize PEB version numbers with Windows 10 values. 2023-02-09 17:56:00 +01:00
Zebediah Figura 2803a220f6 winegstreamer: Separate a mf_video_format_to_wg() helper. 2023-02-09 17:54:55 +01:00
Zebediah Figura 98c266c0bd winegstreamer: Check the absolute value of the height in mf_media_type_from_wg_format_video().
Inverted height indicates vertically flipped video. We don't currently handle
that either, but one thing at a time.
2023-02-09 17:54:55 +01:00
Zebediah Figura 81b09cdee2 mfreadwrite/tests: Test an audio/video file. 2023-02-09 17:54:55 +01:00