Commit graph

168375 commits

Author SHA1 Message Date
Paul Gofman 0761c363f4 include: Fix ID3DXLoadUserData definition. 2023-11-24 22:27:39 +01:00
Daniel Lehman 969c8afa14 msxml6/tests: Copy create namespace tests.
With changes for msxml6 and TODOs for wine.
2023-11-24 22:24:30 +01:00
Daniel Lehman bd7213ec38 msxml4/tests: Copy create namespace tests.
With changes for msxml4.
2023-11-24 22:24:26 +01:00
Louis Lenders 5f0537046d shcore: Add stub for RegisterScaleChangeEvent.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55671
2023-11-24 16:47:50 +01:00
Eric Pouech 8a94049770 winedbg: Use dbghelp extended module info.
To pickup module's data model.

Signed-off-by: Eric Pouech <epouech@codeweavers.com>
2023-11-24 16:47:19 +01:00
Eric Pouech 6b2a3dcdba regedit: Use message boxes by default for output.
regedit is in GUI subsystem and shouldn't interact with console.
Keeping unix I/O output in silent mode (forcing English locale for
Unix integration).

Signed-off-by: Eric Pouech <epouech@codeweavers.com>
2023-11-24 16:46:57 +01:00
Eric Pouech ac8da35b87 regsvr32: Use message boxes by default for output.
regsvr32 is in GUI subsystem and shouldn't interact with console.
Keeping unix I/O output in silent mode.
Removing -c option as not existing in native.

Signed-off-by: Eric Pouech <epouech@codeweavers.com>
2023-11-24 16:46:44 +01:00
Santino Mazza d9fcbf451a mlang: Implement codepages priority. 2023-11-24 14:06:02 +01:00
Santino Mazza 1ccd67cc32 mlang/tests: Test for codepages priority. 2023-11-24 14:06:02 +01:00
Alexandre Julliard 2d338e22f2 winedump: Display PE section offsets using their virtual address. 2023-11-24 14:06:02 +01:00
Alexandre Julliard 2328a1d9df ntdll: Convert the ARM64EC context to ARM64 for syscalls. 2023-11-24 14:04:53 +01:00
Alexandre Julliard d57c41990a ntdll: Use RtlFindExportedRoutineByName to simplify loader initialization. 2023-11-24 14:04:53 +01:00
Alexandre Julliard 741985693d ws2_32: Remove DECLSPEC_HIDDEN usage. 2023-11-24 14:04:53 +01:00
Alexandre Julliard d1d15757a4 winebus.sys: Remove DECLSPEC_HIDDEN usage. 2023-11-24 14:04:53 +01:00
Alexandre Julliard 0c102b1a0b nsiproxy.sys: Remove DECLSPEC_HIDDEN usage. 2023-11-24 14:04:53 +01:00
Alexandre Julliard 2c19fc3a3e mountmgr: Remove DECLSPEC_HIDDEN usage. 2023-11-24 14:04:53 +01:00
Rémi Bernon e04c976fa9 twinapi.appcore: Return success from AdvertisingManager_get_AdvertisingId stub. 2023-11-23 22:53:20 +01:00
Rémi Bernon abc0c3c129 twinapi.appcore: Stub Windows.System.UserProfile.AdvertisingManager factory. 2023-11-23 22:53:08 +01:00
Rémi Bernon 81fb29bfb6 include: Add Windows.System.UserProfile.AdvertisingManager runtimeclass. 2023-11-23 22:52:19 +01:00
Rémi Bernon 2b22cf580e twinapi.appcore: Implement Windows.System.Profile.AnalyticsInfo_get_DeviceFamilyVersion. 2023-11-23 22:52:19 +01:00
Rémi Bernon 377aac9c6a twinapi.appcore: Implement Windows.System.Profile.AnalyticsInfo_get_DeviceFamily. 2023-11-23 22:52:19 +01:00
Rémi Bernon f082ff9e5c twinapi.appcore: Stub Windows.System.Profile.AnalyticsInfo runtimeclass. 2023-11-23 22:52:19 +01:00
Rémi Bernon ced55e1dd4 twinapi.appcore: Stub Windows.System.Profile.AnalyticsInfo factory. 2023-11-23 22:52:19 +01:00
Rémi Bernon 0cd904e1e1 include: Add Windows.System.Profile.AnalyticsInfo runtimeclass. 2023-11-23 22:52:19 +01:00
Rémi Bernon a26fb1947e windows.globalization: Implement GeographicRegion_get_CodeTwoLetter. 2023-11-23 22:52:19 +01:00
Rémi Bernon fe467cf452 windows.globalization: Stub Windows.Globalization.GeographicRegion runtimeclass. 2023-11-23 22:52:19 +01:00
Rémi Bernon 452f0381c3 windows.globalization: Stub Windows.Globalization.GeographicRegion factory. 2023-11-23 22:52:19 +01:00
Rémi Bernon 57873adfcf include: Add Windows.Globalization.GeographicRegion runtimeclass. 2023-11-23 22:52:19 +01:00
Rémi Bernon 8ff59986d5 include: Use nested namespaces in windows.system.userprofile.idl. 2023-11-23 22:52:19 +01:00
Rémi Bernon 76ac3850c7 twinapi.appcore: Succeed some EasClientDeviceInformation stub calls. 2023-11-23 22:52:19 +01:00
Rémi Bernon 977da40ae5 twinapi.appcore: Stub implement EasClientDeviceInformation runtimeclass. 2023-11-23 22:52:19 +01:00
Paul Gofman 8797c08c5a include: Add Windows.Security.ExchangeActiveSyncProvisioning.EasClientDeviceInformation runtimeclass. 2023-11-23 22:51:26 +01:00
Anton Baskanov 88c7e93575 dmsynth: Use time instead of position to order events.
Different time values can map to the same position.
2023-11-23 22:51:07 +01:00
Anton Baskanov 2c08013b8c dmsynth: Preserve event order when positions are equal.
Fixes hanging notes that occur when noteon gets reordered with noteoff.
2023-11-23 22:51:07 +01:00
Anton Baskanov bb7b49647b dmime: Requeue the note message instead of directly queueing MIDI note-off. 2023-11-23 22:51:07 +01:00
Anton Baskanov 433e0fc026 dmime/tests: Test output tool note requeueing. 2023-11-23 22:51:07 +01:00
Anton Baskanov fd3607ed57 dmime/tests: Move scale_music_time() and check_dmus_note_pmsg() up. 2023-11-23 22:51:07 +01:00
Anton Baskanov 00a77f0137 dmime: Correctly requeue messages with changed time. 2023-11-23 22:51:07 +01:00
Anton Baskanov fcf82e3352 dmime: Always queue messages with non-immediate delivery type. 2023-11-23 22:51:07 +01:00
Anton Baskanov be77443b7c dmime: Don't queue messages with immediate delivery type. 2023-11-23 22:51:07 +01:00
Anton Baskanov a6929a54ba dmime: Factor out timeout computation. 2023-11-23 22:51:07 +01:00
Alexandre Julliard a93e4cf644 secur32: Remove DECLSPEC_HIDDEN usage. 2023-11-23 22:51:07 +01:00
Alexandre Julliard 015c947c81 netapi32: Remove DECLSPEC_HIDDEN usage. 2023-11-23 22:51:07 +01:00
Alexandre Julliard d305d8676d mmdevapi: Remove DECLSPEC_HIDDEN usage. 2023-11-23 22:51:07 +01:00
Alexandre Julliard e7d3c4294f crypt32: Remove DECLSPEC_HIDDEN usage. 2023-11-23 22:51:07 +01:00
Alexandre Julliard f2451be041 bcrypt: Remove DECLSPEC_HIDDEN usage. 2023-11-23 22:51:07 +01:00
Alexandre Julliard 2863311d7c vkd3d: Disable printf format checks.
clang warns by default, and the existing printf formats assume Unix
type definitions.
2023-11-23 22:51:07 +01:00
Alexandre Julliard f76c3c6ce8 jxr: Fix some clang compiler warnings. 2023-11-23 22:51:07 +01:00
Alexandre Julliard 13d2bb57fe fluidsynth: Make glib replacement functions inline to avoid unused function warnings. 2023-11-23 22:51:07 +01:00
Alexandre Julliard 6d046dd988 nls: Update locale data to CLDR version 44. 2023-11-23 22:51:07 +01:00