Commit graph

163337 commits

Author SHA1 Message Date
Alexandre Julliard
438553e923 libs: Import the math library from upstream musl 1.2.3. 2023-04-04 09:43:51 +02:00
Paul Gofman
35f9091bee winegstreamer: Fix check for non-zero padding in h264 transform. 2023-04-04 09:43:46 +02:00
Rémi Bernon
64cca15329 winex11: Cleanup XIM initialization traces. 2023-04-03 16:56:18 +02:00
Rémi Bernon
f1f0386c1e winex11: Set thread data XIM pointer outside of open_xim. 2023-04-03 16:56:18 +02:00
Rémi Bernon
4390b01176 winex11: Create the thread XFontSet on thread attach. 2023-04-03 16:56:18 +02:00
Rémi Bernon
cc8a6b1384 winex11: Remove unnecessary else control flow. 2023-04-03 16:56:18 +02:00
Rémi Bernon
b91774a1ee winex11: Pass hwnd parameter to all XIC callbacks. 2023-04-03 16:56:18 +02:00
Rémi Bernon
a1f5def2dc winex11: Always create XIC preedit and status attributes. 2023-04-03 16:56:18 +02:00
Rémi Bernon
41fa67c69e winex11: Remove non-CJK specific XIC creation logic. 2023-04-03 16:56:18 +02:00
Alex Henrie
654651bf23 wintrust: Annotate WINTRUST_Alloc with __WINE_(DEALLOC|MALLOC). 2023-04-03 16:52:01 +02:00
Hugh McMaster
d350af2455 kernel32/tests: Test GetConsoleOriginalTitleW() with an empty title. 2023-04-03 16:52:01 +02:00
Hugh McMaster
30f1c1be74 kernelbase: Implement GetConsoleOriginalTitleA(). 2023-04-03 16:52:01 +02:00
Hugh McMaster
887aa70e08 kernelbase: Implement GetConsoleOriginalTitleW(). 2023-04-03 16:52:01 +02:00
Hugh McMaster
6891faf454 conhost: Save original console title on initialization. 2023-04-03 16:52:01 +02:00
Hugh McMaster
b1dc5a533b kernel32/tests: Check return length of GetConsoleOriginalTitleA/W(). 2023-04-03 16:52:01 +02:00
Daniel Tang
9a49c0a655 wintypes: Declare exported functions in rometadataresolution.h. 2023-04-03 16:52:01 +02:00
Aurimas Fišeras
18358c474d po: Update Lithuanian translation. 2023-04-03 16:52:01 +02:00
Mohamad Al-Jaf
712f87ee8e widl: Add support for composable attribute.
Needed to build windows.ui.composition.idl.
2023-04-03 16:52:01 +02:00
Mohamad Al-Jaf
a7e1c707f1 widl: Add support for protected attribute. 2023-04-03 16:52:01 +02:00
Mohamad Al-Jaf
781b8b0e99 widl: Add support for inherited runtime classes.
Needed to build windows.ui.composition.idl.
2023-04-03 16:52:01 +02:00
Alex Henrie
42d0fa8b13 wldap32: Allow LDAP_OPT_REFERRALS to be set from a pointer. 2023-04-03 16:52:01 +02:00
Alex Henrie
e2ead2fbfe wldap32/tests: Name option test functions after the option being tested. 2023-04-03 16:52:01 +02:00
Florian Will
dcb84a45f6 dinput: Fix EnumObjects callback return value handling.
This solves an issue in ZUSI 3 settings for DirectInput devices. Delphi
defines the True value of the "C-compatible" LongBool type as -1, which
wine interpreted to mean DIENUM_STOP because it is != DIENUM_CONTINUE.
Change that logic so only an explicit DIENUM_STOP (= 0) return value
stops the enumeration of objects.
2023-04-03 16:52:01 +02:00
Florian Will
c04319e5a0 dinput/tests: Add EnumObjects callback return value test. 2023-04-03 16:52:01 +02:00
Alexandre Julliard
02876a4b13 Release 8.5. 2023-03-31 23:18:31 +02:00
Connor McAdams
6f2aa68e9f uiautomationcore: Implement ILegacyIAccessibleProvider::get_Role for MSAA providers.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
2023-03-31 23:12:43 +02:00
Connor McAdams
74f06be676 uiautomationcore: Add support for UIA_LegacyIAccessibleRolePropertyId.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
2023-03-31 23:12:42 +02:00
Connor McAdams
fc3b0d3392 uiautomationcore: Add support for UIA_LegacyIAccessibleChildIdPropertyId.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
2023-03-31 23:12:42 +02:00
Connor McAdams
77fa740398 uiautomationcore: Add support for UIA_IsOffscreenPropertyId to MSAA providers.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
2023-03-31 23:12:42 +02:00
Rémi Bernon
19186b5063 imm32/tests: Add some ImmGetCandidateWindow tests. 2023-03-31 19:15:32 +02:00
Rémi Bernon
91bb0bf545 imm32/tests: Add some ImmGetCandidateListCount(W|A) tests. 2023-03-31 19:15:32 +02:00
Rémi Bernon
18d7be24ce imm32/tests: Add some ImmGetCandidateList(W|A) tests. 2023-03-31 19:15:31 +02:00
Rémi Bernon
e6e63828d3 imm32/tests: Add some ImmRequestMessageW tests. 2023-03-31 19:15:31 +02:00
Rémi Bernon
4a52781ec9 imm32/tests: Add some spurious IME select calls.
Seen with the Korean locale from time to time, probably caused by some
uninitialized input context data.
2023-03-31 19:15:28 +02:00
Rémi Bernon
3ed1bb2464 imm32/tests: Add some ImeSetActiveContext tests. 2023-03-31 19:15:28 +02:00
Rémi Bernon
7d03937abe imm32/tests: Init INPUTCONTEXT status in ImeSelect. 2023-03-31 19:15:28 +02:00
Rémi Bernon
ddfbc66fcf imm32: Avoid recursing into ImeSelect calls. 2023-03-31 19:15:28 +02:00
Rémi Bernon
feb427db1a imm32/tests: Add some ImmSetOpenStatus tests. 2023-03-31 19:15:28 +02:00
Rémi Bernon
13f0b5c9c6 imm32/tests: Add some ImmSetConversionStatus tests. 2023-03-31 19:15:28 +02:00
Zebediah Figura
3cb0b6c3f3 winedevice: Use the ntoskrnl channel. 2023-03-31 19:10:38 +02:00
Etaash Mathamsetty
2a069e4a91 kernel32: Add semi-stub for RemoveDirectoryTransactedA/W(). 2023-03-31 19:10:38 +02:00
Etaash Mathamsetty
121ab8bf83 kernel32: Add semi-stub for GetFileAttributesTransactedA/W(). 2023-03-31 19:10:38 +02:00
Etaash Mathamsetty
e89ee645b3 kernel32: Add semi-stub for FindFirstFileTransactedA/W(). 2023-03-31 19:10:38 +02:00
Etaash Mathamsetty
4de32bc980 kernel32: Add semi-stub for DeleteFileTransactedA/W(). 2023-03-31 19:10:38 +02:00
Etaash Mathamsetty
960526dad1 kernel32: Add semi-stub for CreateDirectoryTransactedA/W(). 2023-03-31 19:10:38 +02:00
Etaash Mathamsetty
dc938571d6 kernel32: Add semi-stub for CreateFileTransactedA/W(). 2023-03-31 19:10:38 +02:00
Georg Lehmann
36f5da51d0 winevulkan: Update to VK spec version 1.3.246. 2023-03-31 19:10:38 +02:00
Floris Renaud
c1a40a9c31 po: Update Dutch translation. 2023-03-31 19:10:38 +02:00
Zhiyi Zhang
f2df5a6c5d dwrite: Use cache when font transform matrix contains only translation offsets.
Word 2016 queries a lot of font glyph bounding boxes and bitmaps with translation matrices. The
result of these queries is not cached because the transform matrix is not the identity matrix.
However, the translation offsets don't affect FreeType font operations at all, which can be
verified in ft_matrix_from_dwrite_matrix() called by get_glyph_transform(). So these results with
translation matrices can be cached as well. With this patch, Word 2016 stuttering is reduced
significantly.
2023-03-31 19:00:30 +02:00
Michael Stefaniuc
e4512287a0 mfplat/tests: Remove duplicated ok() call. 2023-03-31 19:00:04 +02:00