Alexandre Julliard pushed to branch master at wine / wine
Commits:
2e1bd0b3 by Dmitry Timoshkov at 2024-08-20T16:32:16+02:00
kernel32/tests: Fix compilation with a PSDK compiler.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
4ba7115e by Dmitry Timoshkov at 2024-08-20T16:38:17+02:00
kernel32: EnumCalendarInfo() should ignore CAL_RETURN_NUMBER flag.
MSDN states that CAL_RETURN_NUMBER is valid for GetCalendarInfo().
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
2 changed files:
- dlls/kernel32/tests/locale.c
- dlls/kernelbase/locale.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e929c73d3f3f211401c10785b7995…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e929c73d3f3f211401c10785b7995…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
30c655df by Alexandre Julliard at 2024-08-20T12:51:34+02:00
ntdll: Allocate the ARM64EC code map in high memory.
- - - - -
448f062a by Alexandre Julliard at 2024-08-20T12:58:40+02:00
ntdll: Allocate the x64 context on the asm side of KiUserExceptionDispatcher.
To get the proper stack layout.
- - - - -
2 changed files:
- dlls/ntdll/signal_arm64ec.c
- dlls/ntdll/unix/virtual.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b908c6913968f241d2c4e60ce3c5b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b908c6913968f241d2c4e60ce3c5b…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
f3d6ad60 by Hans Leidekker at 2024-08-20T12:50:54+02:00
odbc32: Set initial login timeout to 15 seconds.
- - - - -
c0e61c5d by Hans Leidekker at 2024-08-20T12:50:54+02:00
odbc32: Map SQLColAttributes() to SQLColAttribute().
- - - - -
b908c691 by Hans Leidekker at 2024-08-20T12:50:54+02:00
odbc32: Map SQLGetDiagRec() to SQLError().
- - - - -
2 changed files:
- dlls/odbc32/proxyodbc.c
- dlls/odbc32/tests/odbc32.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ef6b0896965fe6bcb5c0f1dbaa4a2…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ef6b0896965fe6bcb5c0f1dbaa4a2…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
c8ddbe3e by Zhiyi Zhang at 2024-08-20T12:49:47+02:00
win32u: Support setting host IME composition window position for ImmSetCompositionWindow().
Based on the wine-staging patch winex11-CandidateWindowPos from Felix Yan with work from
Muneyuki Noguchi and Sebastian Lackner.
- - - - -
d70fac3e by Zhiyi Zhang at 2024-08-20T12:49:51+02:00
win32u: Set host IME composition window position in set_caret_pos().
- - - - -
a90ddea5 by Zhiyi Zhang at 2024-08-20T12:49:51+02:00
win32u: Set host IME composition window position in NtUserShowCaret().
- - - - -
10 changed files:
- dlls/imm32/imm.c
- dlls/win32u/driver.c
- dlls/win32u/input.c
- dlls/win32u/sysparams.c
- dlls/win32u/win32u_private.h
- dlls/winex11.drv/init.c
- dlls/winex11.drv/x11drv.h
- dlls/winex11.drv/xim.c
- include/ntuser.h
- include/wine/gdi_driver.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ba66d9c71519176bd499eb846ed11…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ba66d9c71519176bd499eb846ed11…
You're receiving this email because of your account on gitlab.winehq.org.