Commit graph

165515 commits

Author SHA1 Message Date
Victor Chiletto 72c3b8f3a0 msvcrt: Skip exhaustive locale search with valid snames. 2023-07-12 21:51:18 +02:00
Victor Chiletto 45dd09d0cf msvcrt: Convert locale_to_LCID to snames. 2023-07-12 21:51:18 +02:00
Victor Chiletto 24a2b62554 msvcrt: Use snames instead of LCIDs in create_locinfo. 2023-07-12 21:51:18 +02:00
Victor Chiletto 969e3626bb msvcr120/tests: Check ___lc_locale_name_func with neutral Chinese locales. 2023-07-12 21:51:18 +02:00
Victor Chiletto fbbe8e26be msvcr110/tests: Add tests for new setlocale behaviors.
A bunch of locales had changes >= msvcr 110.
2023-07-12 21:51:15 +02:00
Alexandre Julliard ac6a2f2c19 gitlab: Install the gstreamer packages from deb-multimedia.org.
The standard bookworm packages don't support multilib.
2023-07-12 19:01:13 +02:00
Alexandre Julliard 990000928f dxdiagn: Use nameless unions/structs. 2023-07-12 19:01:13 +02:00
Alexandre Julliard 43ed6c6d67 dmusic: Use nameless unions/structs. 2023-07-12 19:01:13 +02:00
Alexandre Julliard 2bf29480c5 dmsynth: Use nameless unions/structs. 2023-07-12 19:01:13 +02:00
Alexandre Julliard e0dd29fffe dmloader: Use nameless unions/structs. 2023-07-12 19:01:13 +02:00
Alexandre Julliard 68239c3bdf cryptui: Use nameless unions/structs. 2023-07-12 19:01:13 +02:00
Alexandre Julliard 2e0aa94192 cryptnet: Use nameless unions/structs. 2023-07-12 19:01:13 +02:00
Alexandre Julliard a5ab9465fd cryptdlg: Use nameless unions/structs. 2023-07-12 19:01:13 +02:00
Alexandre Julliard 25c70738fb appwiz.cpl: Use nameless unions/structs. 2023-07-12 19:01:13 +02:00
Alexandre Julliard 26d954678a amstream: Use nameless unions/structs. 2023-07-12 19:01:13 +02:00
Alexandre Julliard d37cf9b04a adsldp: Use nameless unions/structs. 2023-07-12 19:01:13 +02:00
Billy Laws 88e336214d ntdll: Fix NtContinue from within exception context on ARM64.
When handling an exception, NtContinue can be called from within the signal
handler, in which case the raise(SIGUSR2) call ends up getting eaten and
integer register context never ends up getting restored. Switch to the
method used on X86 to avoid these issues.
2023-07-12 19:01:13 +02:00
Nikolay Sivov ab296a305e windows.globalization: Use separate AddRef/Release methods for the language factory.
This currently works only because refcount field is at the same offset between structures.
2023-07-12 19:01:13 +02:00
Sven Baars 9559959f95 kernel32/tests: Update a todo that succeeds with the new wow64 architecture. 2023-07-12 10:55:10 +02:00
Alistair Leslie-Hughes 172c4daf33 msado15: Remove DECLSPEC_HIDDEN usage. 2023-07-12 10:55:10 +02:00
Alistair Leslie-Hughes 04bb050016 taskschd: Remove DECLSPEC_HIDDEN usage. 2023-07-12 10:55:10 +02:00
Alistair Leslie-Hughes 8c5cf9ce16 msctf: Remove DECLSPEC_HIDDEN usage. 2023-07-12 10:55:10 +02:00
Alistair Leslie-Hughes 73b914731c wnaspi32: Remove DECLSPEC_HIDDEN usage. 2023-07-12 10:55:10 +02:00
Alistair Leslie-Hughes 74942e2c75 fusion: Remove DECLSPEC_HIDDEN usage. 2023-07-12 10:55:10 +02:00
Alistair Leslie-Hughes b55cc1bf8a kernelbase: Remove DECLSPEC_HIDDEN usage. 2023-07-12 10:55:10 +02:00
Alistair Leslie-Hughes c2ac0500fa mfplat: Remove DECLSPEC_HIDDEN usage. 2023-07-12 10:54:56 +02:00
Alistair Leslie-Hughes 073f0af574 mfreadwrite: Remove DECLSPEC_HIDDEN usage. 2023-07-12 10:54:56 +02:00
Alistair Leslie-Hughes 31f9a85112 mf: Remove DECLSPEC_HIDDEN usage. 2023-07-12 10:54:56 +02:00
Alistair Leslie-Hughes da70183e4d wbemdisp: Remove DECLSPEC_HIDDEN usage. 2023-07-12 10:54:22 +02:00
Alistair Leslie-Hughes fb4d36c661 d3d9: Remove DECLSPEC_HIDDEN usage. 2023-07-11 22:39:35 +02:00
Alistair Leslie-Hughes 9891cfa9bd d3drm: Remove DECLSPEC_HIDDEN usage. 2023-07-11 22:39:35 +02:00
Alistair Leslie-Hughes 6f8be72bd8 d3d8: Remove DECLSPEC_HIDDEN usage. 2023-07-11 22:39:35 +02:00
Alistair Leslie-Hughes 178507f2f9 d3dcompiler_43: Remove DECLSPEC_HIDDEN usage. 2023-07-11 22:39:35 +02:00
Alistair Leslie-Hughes 0a2fca61ff d3d10: Remove DECLSPEC_HIDDEN usage. 2023-07-11 22:39:35 +02:00
Alistair Leslie-Hughes 982d528793 windowscodecs: Remove DECLSPEC_HIDDEN usage. 2023-07-11 22:39:35 +02:00
Alistair Leslie-Hughes 806330d157 windowscodecs: Remove misleading comment.
The libraries used are now staticly linked from the libs directory.
2023-07-11 22:39:35 +02:00
David Kahurani 6c1319e7ad gdiplus: Dump both variable address and internal values for matrices.
Dumping variable address by itself is barely useful.

Signed-off-by: David Kahurani <k.kahurani@gmail.com>
2023-07-11 22:39:35 +02:00
Billy Laws b233cfb33e wineboot: Always attempt setup for all machine types.
Without this, wineboot would bail out on ARM64 in the case where x86_64 WOW is
not available but i386 is. Leaving an incomplete prefix without any clear error.
2023-07-11 20:28:35 +02:00
Paul Gofman 4021dde40d kernelbase: Add stub for QueryIoRingCapabilities(). 2023-07-11 20:23:08 +02:00
Paul Gofman 27fc318161 include: Add initial ioring definitions. 2023-07-11 20:23:08 +02:00
Nikolay Sivov cdeeffb90a d3dcompiler/tests: Add some tests for matrix packing order compile flags. 2023-07-11 20:17:57 +02:00
Paul Gofman 4de67d8771 d3d11/tests: Add basic test for shared resources. 2023-07-11 18:34:17 +02:00
Sven Baars 1663454c4b ntdll/tests: Update some more todos that succeed with the new wow64 architecture. 2023-07-11 18:34:17 +02:00
Zebediah Figura 06b958d5d3 wined3d: Move struct wined3d_shader_resource_view_vk to wined3d_vk.h. 2023-07-11 18:34:17 +02:00
Zebediah Figura 07283df79a wined3d: Move struct wined3d_rendertarget_view_vk to wined3d_vk.h. 2023-07-11 18:34:17 +02:00
Zebediah Figura 97548eb4c9 wined3d: Move struct wined3d_buffer_vk to wined3d_vk.h. 2023-07-11 18:34:17 +02:00
Zebediah Figura 80667b9f3c wined3d: Move struct wined3d_sampler_vk to wined3d_vk.h. 2023-07-11 18:34:17 +02:00
Zebediah Figura 0559f440d6 wined3d: Move struct wined3d_texture_vk to wined3d_vk.h. 2023-07-11 18:34:17 +02:00
Zebediah Figura 37752cb6f7 wined3d: Move struct wined3d_device_vk to wined3d_vk.h. 2023-07-11 18:34:17 +02:00
Sven Baars 235e3e522e ntdll: Test against the correct limit in get_extended_params(). 2023-07-11 18:34:17 +02:00