Commit graph

167802 commits

Author SHA1 Message Date
Paul Gofman f1db89768a kernelbase: Don't inherit all the handles in conhost.exe. 2023-11-07 20:55:08 +01:00
Aurimas Fišeras 66dfe504d0 po: Update Lithuanian translation. 2023-11-07 20:55:08 +01:00
Alexandre Julliard 9da663b480 include: Use proper dllimports for more wininet functions. 2023-11-07 11:11:41 +01:00
Alexandre Julliard b06a1ec196 include: Use proper dllimports for olectl functions. 2023-11-07 11:11:41 +01:00
Alexandre Julliard 333ced9869 include: Use proper dllimports for wmi functions. 2023-11-07 11:11:41 +01:00
Alexandre Julliard 32cdd5d487 include: Use proper dllimports for slc functions. 2023-11-07 11:11:40 +01:00
Alexandre Julliard e7f44130eb include: Use proper dllimports for winscard functions. 2023-11-07 11:11:40 +01:00
Alexandre Julliard 9a7e038256 include: Use proper dllimports for credui functions. 2023-11-07 11:11:40 +01:00
Alexandre Julliard b82428b3ae include: Use proper dllimports for userenv functions. 2023-11-07 11:11:40 +01:00
Zebediah Figura 15aca90537 d3d11/tests: Use slightly different values in test_sample_c_lz().
For some arcane reason the native AMD driver on Windows seems to fail to clear (or read from?) layer 0. Work around that by using 0.0 there.
2023-11-07 11:05:43 +01:00
Zebediah Figura 37845b0e41 d3d10core/tests: Use slightly different values in test_sample_c_lz().
For some arcane reason the native AMD driver on Windows seems to fail to clear (or read from?) layer 0. Work around that by using 0.0 there.
2023-11-07 11:05:41 +01:00
Zebediah Figura 1240b27543 d3d11/tests: Do not test GSInvocations in test_pipeline_statistics_query(). 2023-11-07 11:05:41 +01:00
Zebediah Figura 10334ab457 d3d10core/tests: Do not test GSInvocations in test_pipeline_statistics_query(). 2023-11-07 11:05:41 +01:00
Zebediah Figura 8141f89374 d3d8/tests: Do not test sysmem textures in test_mipmap_upload().
This does not work reliably on Windows. The application in question uses a managed texture.
2023-11-07 11:05:39 +01:00
Zebediah Figura 4e1da07b27 d3d9/tests: Do not test sysmem textures in test_mipmap_upload().
This does not work reliably on Windows. The application in question uses a managed texture.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53743
2023-11-07 11:05:37 +01:00
Zebediah Figura 78cbd9a497 d3d11/tests: Do not test the w component for DXGI_FORMAT_B8G8R8X8_UNORM in test_vertex_formats().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54399
2023-11-07 11:05:36 +01:00
Christian Costa 1ae183a35a wined3d: Add entry info for NVidia RTX 3070. 2023-11-07 11:04:27 +01:00
Jacek Caban 82d3fd0ac5 ddraw: Use designated initializers in tss_lookup. 2023-11-07 11:04:20 +01:00
Jacek Caban ee0431dfbd d3d8: Use designated initializers in tss_lookup. 2023-11-07 11:04:20 +01:00
Jacek Caban 6119d1d3fa d3d11/tests: Use D3D11_INPUT_CLASSIFICATION variant of D3D10_INPUT_CLASSIFICATION. 2023-11-07 11:04:20 +01:00
Jacek Caban 6555245279 d3d11: Explicitly convert enums in d3d_depthstencil_state_create. 2023-11-07 11:04:20 +01:00
Alex Henrie 9c4bcd0d51 winecoreaudio: Remove unused heap.h include. 2023-11-07 11:03:32 +01:00
Alex Henrie 4d60874061 windows.media.devices: Use CRT allocation functions. 2023-11-07 11:03:23 +01:00
Alex Henrie 0f44b3bdcb msiexec: Use CRT allocation functions. 2023-11-07 11:03:13 +01:00
Rémi Bernon b1bd72343e dmime/tests: Check more notification / dirty messages fields. 2023-11-06 21:37:54 +01:00
Rémi Bernon a66b6f96b6 dmime: Send DMUS_NOTIFICATION_SEGALMOSTEND before DMUS_NOTIFICATION_SEGEND. 2023-11-06 21:37:54 +01:00
Rémi Bernon 60538c57cd dmime: Use the current time if PlaySegmentEx start_time is 0. 2023-11-06 21:37:54 +01:00
Rémi Bernon a429a3fb4b dmime/tests: Add a track and longer segment to notifications tests. 2023-11-06 21:37:54 +01:00
Rémi Bernon 87dba38469 dmime: Send notification messages with DMUS_PMSGF_TOOL_IMMEDIATE.
Then send them again with DMUS_PMSGF_TOOL_ATTIME for the notification
queue.
2023-11-06 21:37:49 +01:00
Paul Gofman ae010a1a95 ntdll: Fix pending free block validation in heap_validate() for LFH blocks. 2023-11-06 21:35:28 +01:00
Paul Gofman 1063cf8196 ntdll: Handle LFH blocks allocated in large blocks in heap_validate_ptr().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55842
2023-11-06 21:35:28 +01:00
Alex Henrie 7129484745 winegstreamer: Remove unused heap.h include. 2023-11-06 18:04:19 +01:00
Alex Henrie f51dba6b4a winecfg: Mention protocol associations. 2023-11-06 17:58:30 +01:00
Alex Henrie c4f4fb7f44 winemenubuilder: Create .desktop files for programs that open URIs.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=22904
2023-11-06 17:49:56 +01:00
Eric Pouech e17b7d5565 services: Move to GUI subsystem (as native).
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
2023-11-06 17:03:30 +01:00
Eric Pouech 4e5d1ab6b2 svchost: Move to GUI subsystem (as native).
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
2023-11-06 17:03:28 +01:00
Eric Pouech 910133ac3d spoolsv: Move to GUI subsystem (as native).
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
2023-11-06 17:03:26 +01:00
Eric Pouech 99c3827952 dpnsvr: Move to GUI subsystem (as native).
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
2023-11-06 17:03:23 +01:00
Bartosz Kosiorek 2af3f3204d msvcrt: Fix _strnicmp and _strnicmp_l implementation. 2023-11-06 16:58:59 +01:00
Bartosz Kosiorek 49d3236da9 msvcrt: Add _mbsnicmp_l implementation. 2023-11-06 16:58:53 +01:00
Bartosz Kosiorek 5098bab5bd msvcrt: Add _mbsncpy_l implementation. 2023-11-06 16:58:48 +01:00
Bartosz Kosiorek 2a89257b2a msvcrt: Add _mbsnbcnt_l implementation. 2023-11-06 16:58:42 +01:00
Bartosz Kosiorek 544007be15 msvcrt: Add _mbsnbcmp_l implementation. 2023-11-06 16:58:36 +01:00
Bartosz Kosiorek 5556eba0e3 msvcrt: Add _mbsupr_l implementation. 2023-11-06 16:58:31 +01:00
Bartosz Kosiorek 2b7dcfb44d msvcrt: Fix _mbslwr_s_l implementation. 2023-11-06 16:58:29 +01:00
Bartosz Kosiorek c59a856cc0 msvcrt: Add _mbsbtype_l implementation. 2023-11-06 16:58:23 +01:00
Daniel Lehman 4e2d8b1328 msxml6/tests: Add tests for get_xml. 2023-11-06 16:57:49 +01:00
Daniel Lehman df7197874e msxml6/tests: Use wide string literals. 2023-11-06 16:57:49 +01:00
Brendan Shanks cd763004a6 ntdll/unix: Replace some malloc/sprintf calls with asprintf. 2023-11-06 14:54:52 +01:00
Alexandre Julliard f0b2e0d00c include: Use proper dllimports for propsys functions. 2023-11-06 12:02:35 +01:00