Commit graph

174004 commits

Author SHA1 Message Date
Ziqing Hui
750fffbce4 winegstreamer: Don't force codec data length for WMA.
This makes us be able to pass custom data in codec data buffer.
2024-11-07 16:09:14 +08:00
Vijay Kiran Kamuju
6db2812411 taskschd: Implement IDailyTrigger_get_EndBoundary. 2024-11-06 22:15:54 +01:00
Vijay Kiran Kamuju
8ee5a26f5b taskschd: Implement IDailyTrigger_put_EndBoundary. 2024-11-06 22:15:54 +01:00
Rémi Bernon
a319042690 winex11: Skip faking ConfigureNotify if state/config change is expected. 2024-11-06 22:12:52 +01:00
Alexandre Julliard
91f6409c64 wordpad: Use wide character string literals. 2024-11-06 21:47:02 +01:00
Alexandre Julliard
704d2003e8 winefile: Use wide character string literals. 2024-11-06 21:44:02 +01:00
Alexandre Julliard
d2acb1ee44 taskmgr: Use wide character string literals. 2024-11-06 21:37:25 +01:00
Alexandre Julliard
344c48d6ba services: Use wide character string literals. 2024-11-06 21:35:45 +01:00
Alexandre Julliard
f87f2c2653 oleview: Use wide character string literals. 2024-11-06 21:32:57 +01:00
Alexandre Julliard
889cb1269f notepad: Use wide character string literals. 2024-11-06 21:23:54 +01:00
Alexandre Julliard
20514072a9 netstat: Use wide character string literals. 2024-11-06 21:21:03 +01:00
Maxim Karasev
e96a19adcc klist: Migrate to KerbQueryTicketCacheExMessage. 2024-11-06 17:34:03 +01:00
Anton Baskanov
22f565d1b0 dplayx: Enter the critical section in DP_IF_Receive(). 2024-11-06 16:31:04 +01:00
Anton Baskanov
4d1e0f269f dplayx: Handle DPRECEIVE_TOPLAYER and DPRECEIVE_FROMPLAYER in Receive(). 2024-11-06 16:31:04 +01:00
Anton Baskanov
4ab4018663 dplayx: Return DPERR_BUFFERTOOSMALL from Receive() if data is NULL. 2024-11-06 16:31:04 +01:00
Anton Baskanov
1557e7f4b0 dplayx: Check the buffer size in Receive(). 2024-11-06 16:31:04 +01:00
Anton Baskanov
fa5b367b5b dplayx: Handle game messages. 2024-11-06 16:31:04 +01:00
Anton Baskanov
8621dc9180 dplayx/tests: Test client side of Receive() separately. 2024-11-06 16:31:04 +01:00
Brendan Shanks
a88a0736ea ntdll: Add SIGSYS handler to support syscall emulation on macOS Sonoma and later.
Adapted from the 'ntdll-Syscall_Emulation' wine-staging patchset.
2024-11-06 11:53:52 +01:00
Brendan Shanks
1553d482d3 ntdll/tests: Add test for direct syscalls on x86_64. 2024-11-06 11:53:50 +01:00
Fabian Maurer
64462c82da userenv: Fix GetProfilesDirectoryA return value.
This is now handled by ExpandEnvironmentStringsA, as should be.
2024-11-05 20:54:54 +01:00
Fabian Maurer
f666b3c89a kernel32: Rework ExpandEnvironmentStringsA to return ansi size and fix corner cases.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54295
2024-11-05 20:54:54 +01:00
Fabian Maurer
fdecb7563c kernel32: Rework ExpandEnvironmentStringsW error handling. 2024-11-05 20:54:54 +01:00
Fabian Maurer
6a306e9ccc ntdll: Rework RtlExpandEnvironmentStrings/_U to account for corner cases. 2024-11-05 20:54:54 +01:00
Fabian Maurer
7f4fab74c8 kernel32/tests: Add ExpandEnvironmentStringsA tests for japanese. 2024-11-05 20:54:54 +01:00
Fabian Maurer
b70b948e9f kernel32/tests: Add more tests for ExpandEnvironmentStringsA. 2024-11-05 20:54:54 +01:00
Fabian Maurer
0d924bc864 kernel32/tests: Add tests for ExpandEnvironmentStringsW. 2024-11-05 20:54:54 +01:00
Fabian Maurer
27e5f75f87 ntdll/tests: Add more tests for RtlExpandEnvironmentStrings/_U. 2024-11-05 20:54:54 +01:00
Fabian Maurer
a97b5bd927 userenv/tests: Add another test for GetProfilesDirectoryA. 2024-11-05 20:54:54 +01:00
Paul Gofman
4e3037592b mountmgr.sys: Stub StorageDeviceSeekPenaltyProperty query. 2024-11-05 20:54:54 +01:00
Vijay Kiran Kamuju
a7abbfd172 websocket: Add stub for WebSocketDeleteHandle. 2024-11-05 20:54:54 +01:00
Vijay Kiran Kamuju
0f05f82bae websocket: Add stub for WebSocketAbortHandle. 2024-11-05 20:54:54 +01:00
Vijay Kiran Kamuju
c9ce39d0a1 websocket: Add stub for WebCreateClientHandle.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54623
2024-11-05 20:54:54 +01:00
Alexandre Julliard
d279cbe867 kernel32/tests: Search the current directory for newly-created dlls. 2024-11-05 20:54:54 +01:00
Alexandre Julliard
a4171c82b5 ntdll/tests: Skip the syscall relocation test if the file on disk is not updated. 2024-11-05 20:13:09 +01:00
Alexandre Julliard
2e8a3377c5 win32u: Add some new stub entry points. 2024-11-05 17:34:14 +01:00
Alexandre Julliard
33ca204873 gdi32: Add some new entry points and ordinals. 2024-11-05 17:34:14 +01:00
Alexandre Julliard
6e5f547a39 user32: Add some new entry points and ordinals. 2024-11-05 16:32:46 +01:00
Zhiyi Zhang
9758940981 user32: Add RegisterTouchPadCapable() stub.
React Native apps use api-ms-win-rtcore-ntuser-private-l1-1-1.dll.2546.
2024-11-05 16:25:13 +01:00
Zhiyi Zhang
5d761b184c user32: Add EnableMouseInPointerForThread() stub.
React Native apps use user32.2561.
2024-11-05 16:25:13 +01:00
Fabian Maurer
adc82d8d59 wbemprox: Add property "ExecutablePath" to Win32_Process.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57314
2024-11-05 14:39:58 +01:00
Fabian Maurer
c159055e65 wbemprox/tests: Add test for Win32_Process querying "ExecutablePath" propery. 2024-11-05 14:05:11 +01:00
Zhiyi Zhang
ee4bc76c6a iertutil/tests: Add IUriRuntimeClass tests. 2024-11-05 14:04:10 +01:00
Zhiyi Zhang
bc82bbdc80 iertutil/tests: Add IUriRuntimeClassFactory tests. 2024-11-05 14:04:10 +01:00
Zhiyi Zhang
8734c9db41 iertutil: Add uri_AbsoluteUri() semi-stub.
Use raw URI as absolute URI for now. To make it fully compliant with RFC 3986 and 3987, we need to
implement a parser and reconstruct the absolute URI from parts.
2024-11-05 14:04:10 +01:00
Zhiyi Zhang
0e5646ed49 iertutil: Implement uri_RawUri(). 2024-11-05 14:04:10 +01:00
Zhiyi Zhang
f99e7ea608 iertutil: Implement uri_factory_CreateUri(). 2024-11-05 14:04:10 +01:00
Zhiyi Zhang
a2e573be58 iertutil: Add IUriRuntimeClassFactory stub. 2024-11-05 14:04:10 +01:00
Anton Baskanov
1b6a8e64af dplayx: Send the message in SendEx(). 2024-11-05 13:58:13 +01:00
Anton Baskanov
01d4ed021f dplayx: Remove the separate branch for DPID_ALLPLAYERS in SendEx().
It will be handled by DP_FindAnyGroup().
2024-11-05 13:58:11 +01:00