Commit graph

165491 commits

Author SHA1 Message Date
Ekaterine Papava 36b715c5c0 po: Add Georgian translation. 2023-07-10 20:33:24 +02:00
Kurt Kartaltepe 3347af2e7c winegstreamer: Implement Wow64 entrypoints in the Unix library. 2023-07-10 20:33:24 +02:00
Kurt Kartaltepe 6987f565e0 winegstreamer: Replace ambiguously sized/aligned elements.
Replaces bool and enum elements in syscalls with fixed sized UINT64 and UINT8 to avoid ambiguity in
size or alignment in future wow64 thunks.
2023-07-10 20:33:24 +02:00
Kurt Kartaltepe 18e79f813b winegstreamer: Replace pointers with handles in PE->Unix transition.
Converts struct pointers in syscalls to 64bit opaque handles. This makes future wow64 thunking
simpler and should avoid dereferencing Unix pointers in the PE code.
2023-07-10 20:33:24 +02:00
Jeff Smith abdde73a1c gdiplus: Dash pattern scaling does not shrink below line width 1.0.
Signed-off-by: Jeff Smith <whydoubt@gmail.com>
2023-07-10 20:33:24 +02:00
Torge Matthies 7026effe95 ntdll: Implement efficiency class reporting for Intel hybrid CPUs.
Signed-off-by: Torge Matthies <tmatthies@codeweavers.com>
2023-07-10 20:33:21 +02:00
Jacek Caban e0d62e8569 user32: Always use NtCallbackReturn in User32DrawText. 2023-07-10 20:27:35 +02:00
Jacek Caban 0aa36a8314 win32u: Always use result returned directly from call_window_proc. 2023-07-10 16:24:32 +02:00
Jacek Caban 2d7465eb60 win32u: Remove no longer needed result pointer from win_proc_params.
We may always use NtCallbackReturn now.
2023-07-10 16:24:30 +02:00
Jacek Caban 0958278fc7 win32u: Return result from dispatch_win_proc_params. 2023-07-10 16:24:30 +02:00
Jacek Caban 84acfd9166 user32: Return result from dispatch_win_proc_params. 2023-07-10 16:24:30 +02:00
Sven Baars b96f70a9a0 wow64: Return STATUS_NOT_IMPLEMENTED from wow64_NtSetInformationToken(). 2023-07-10 15:59:33 +02:00
Sven Baars 7a2e61aad8 wow64win: Call NtUserSetClassLongPtr() from wow64_NtUserSetClassLongPtr(). 2023-07-10 15:56:16 +02:00
Chris Denton 83d4075202 bcryptprimitives: ProcessPrng stub.
ProcessPrng is the only publicly documented function exported by bcryptprimitives. This stub simply forwards it to RtlGenRandom in advapi32.
2023-07-10 15:56:07 +02:00
Alistair Leslie-Hughes cdf325c735 shlwapi: Remove DECLSPEC_HIDDEN usage. 2023-07-10 15:55:31 +02:00
Alistair Leslie-Hughes ec39a367ea mscms: Remove DECLSPEC_HIDDEN usage. 2023-07-10 15:55:31 +02:00
Alistair Leslie-Hughes a8428e8efa msdaps: Remove DECLSPEC_HIDDEN usage. 2023-07-10 15:55:31 +02:00
Alistair Leslie-Hughes 24e93f29d0 wintab32: Remove DECLSPEC_HIDDEN usage. 2023-07-10 15:55:31 +02:00
Alistair Leslie-Hughes 086e54320b explorerframe: Remove DECLSPEC_HIDDEN usage. 2023-07-10 15:55:31 +02:00
Alistair Leslie-Hughes ba0841defa adsldp: Remove DECLSPEC_HIDDEN usage. 2023-07-10 15:55:31 +02:00
Alistair Leslie-Hughes 314f113cba netprofm: Remove DECLSPEC_HIDDEN usage. 2023-07-10 15:55:31 +02:00
Alistair Leslie-Hughes 4a83ffa45d sxs: Remove DECLSPEC_HIDDEN usage. 2023-07-10 15:55:31 +02:00
Alistair Leslie-Hughes 4bcaedb0f7 appwiz: Remove DECLSPEC_HIDDEN usage. 2023-07-10 15:55:31 +02:00
Brendan Shanks 726472fef6 win32u: Set zero_bits correctly for large address aware applications on Wow64. 2023-07-10 12:20:18 +02:00
Piotr Caban d5373ef6f9 wineps: Buffer data sent to printer port. 2023-07-10 12:19:49 +02:00
Piotr Caban 75e87c30ad wineps: Fix SetTextJustification playback with 0 count parameter.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55078
2023-07-10 12:19:40 +02:00
Fabian Maurer 029bac07e9 user32/tests: Remove DrawTextEx tests that overrun stack variable.
Fixes regression introduced by 35c8f15bc6

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55215
2023-07-10 12:19:32 +02:00
Fabian Maurer 54e38a95fc geolocation: Rename from windows.devices.geolocation.geolocator. 2023-07-10 12:19:09 +02:00
Connor McAdams 2622745083 uiautomationcore: Add support for matching serverside events through navigation.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
2023-07-10 12:18:34 +02:00
Connor McAdams 68d0c88b06 uiautomationcore: Allow for refusal of HWND providers on node creation by non-nested node providers.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
2023-07-10 12:18:32 +02:00
Alexandre Julliard aaf304f244 Release 8.12. 2023-07-07 22:20:15 +02:00
Gabriel Ivăncescu 815d0f1d24 mshtml/tests: Fix image element leaks in test helpers.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-07-07 19:56:23 +02:00
Gabriel Ivăncescu 26e5166c9d mshtml/tests: Fix area element leaks in test helpers.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-07-07 19:56:22 +02:00
Gabriel Ivăncescu 4fc1d8ee36 mshtml/tests: Fix anchor element leaks in test helpers.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-07-07 19:56:22 +02:00
Gabriel Ivăncescu e7f19883b3 mshtml/tests: Fix DispatchEx leak in test set_dispex_value.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-07-07 19:56:22 +02:00
Gabriel Ivăncescu 675e32c3fd mshtml/tests: Fix element leak in get_elem_doc.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-07-07 19:56:22 +02:00
Gabriel Ivăncescu aeab112a97 mshtml/tests: Fix performance leak in test_window.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-07-07 19:56:22 +02:00
Gabriel Ivăncescu a8889b9d30 mshtml/tests: Fix node leak in test_replacechild_elems.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-07-07 19:56:22 +02:00
Gabriel Ivăncescu 1915d6568b mshtml/tests: Fix element leak in test_frameset.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-07-07 19:56:22 +02:00
Gabriel Ivăncescu 2a9944c136 mshtml/tests: Fix performance leaks in test_document_mode_lock.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-07-07 19:56:22 +02:00
Gabriel Ivăncescu f17f7df5c7 mshtml/tests: Fix node leaks in test_docfrag.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-07-07 19:56:22 +02:00
Gabriel Ivăncescu 129482f886 mshtml/tests: Fix node leak in test_create_elems.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-07-07 19:56:22 +02:00
Gabriel Ivăncescu 5a1da7334a mshtml/tests: Fix attribute leak in test_attr.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-07-07 19:56:22 +02:00
Gabriel Ivăncescu f4f8799557 mshtml/tests: Fix form element leak in test_form_item.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-07-07 19:56:22 +02:00
Gabriel Ivăncescu dcd364609b mshtml/tests: Fix element leak in test_elems.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-07-07 19:56:22 +02:00
Zebediah Figura 45d271beed wined3d: Move struct wined3d_adapter_vk to wined3d_vk.h. 2023-07-07 19:56:00 +02:00
Zebediah Figura 6698ec90aa wined3d: Move struct wined3d_context_vk to wined3d_vk.h. 2023-07-07 19:56:00 +02:00
Zebediah Figura 0768013327 wined3d: Move struct wined3d_query_vk to wined3d_vk.h. 2023-07-07 19:56:00 +02:00
Zebediah Figura 972a782fd0 wined3d: Move struct wined3d_image_vk to wined3d_vk.h. 2023-07-07 19:56:00 +02:00
Zebediah Figura 24ad12f322 wined3d: Move struct wined3d_bo_vk to wined3d_vk.h. 2023-07-07 19:56:00 +02:00