list.winehq.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

Wine-gitlab

Thread Start a new thread
Download
Threads by month
  • ----- 2025 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
wine-gitlab@list.winehq.org

October 2025

  • 1 participants
  • 910 discussions
[PATCH v5 0/1] MR9097: imm32: Do not overwrite input context window with GetFocus() in ime_ui_update_window.
by zhengyong chen (@chenzhengyong) 06 Oct '25

06 Oct '25
Overwriting ctx->hWnd with the current focus window breaks the relationship between the HIMC handle and its associated window. This direct assignment does not update the corresponding state in the wine server, leading to inconsistencies between client and server. Signed-off-by: chenzhengyong <chenzhengyong(a)uniontech.com> -- v5: imm32: Do not overwrite input context window with GetFocus() in ime_ui_update_window. https://gitlab.winehq.org/wine/wine/-/merge_requests/9097
2 2
0 0
[PATCH v3 0/1] MR9097: imm32: Do not overwrite input context window with GetFocus() in ime_ui_update_window.
by zhengyong chen (@chenzhengyong) 06 Oct '25

06 Oct '25
Overwriting ctx->hWnd with the current focus window breaks the relationship between the HIMC handle and its associated window. This direct assignment does not update the corresponding state in the wine server, leading to inconsistencies between client and server. Signed-off-by: chenzhengyong <chenzhengyong(a)uniontech.com> -- v3: imm32: Do not overwrite input context window with GetFocus() in ime_ui_update_window. https://gitlab.winehq.org/wine/wine/-/merge_requests/9097
2 2
0 0
[PATCH 0/1] MR9107: winegcc: Forward large address aware flag with platform windows.
by Bernhard Übelacker 05 Oct '25

05 Oct '25
My llvm-mingw seem to ignore the `-Wl,--large-address-aware` flag e.g. in programs/iexplore/Makefile.in. I found `winegcc` takes for this toolchain the PLATFORM_WINDOWS branch which misses the large-address-aware lines. With this patch my build shows the flag also in the llvm-mingw build. ``` $ i686-w64-mingw32-objdump --private-headers programs/iexplore/i386-windows/iexplore.exe | grep -E "^Characteristics" -A6 Characteristics 0x122 executable large address aware 32 bit words ``` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9107
1 1
0 0
[PATCH 0/3] MR9106: odbc32: Implement SQLSpecialColumnsW() for ANSI win32 drivers.
by Nikolay Sivov (@nsivov) 05 Oct '25

05 Oct '25
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9106
2 3
0 0
[PATCH 0/1] MR9103: ntdll/unix: Explicitly cast to XSAVE_FORMAT* before dereferencing FPUX_sig
by Thibault Payet (@thpayet) 05 Oct '25

05 Oct '25
This will fixes build on FreeBSD targeting i386. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9103
3 2
0 0
[PATCH 0/2] MR9105: Revert "server: Return the NT file name in ObjectNameInformation for file objects."
by Alfred Agrell (@Alcaro) 05 Oct '25

05 Oct '25
This reverts commit af35741d3681f21222a85900b54d95ee422fe074. As reported on IRC by user supermario1313, and bisected by Rounin, this commit made Wine no longer follow symlinks in Z:, which the former needs for a Wine-aware sandboxing solution. I'm not a huge fan of the test, but I like leaving things untested even less. The Correct™ solution would be CreateSymbolicLink() or FSCTL_SET_REPARSE_POINT, but they're not implemented in Wine. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9105
2 2
0 0
Re: [PATCH v4 0/4] MR8991: iphlpapi: Implement GetBestRoute2() and GetBestInterfaceEx().
by Paul Gofman (@gofman) 04 Oct '25

04 Oct '25
On Sat Oct 4 09:17:56 2025 +0000, Bernhard Übelacker wrote: > Hello @gofman, I fear asan gets triggered by this assignment. > [This is the full output with a backtrace running the iphlpapi:iphlpapi test](https://gitlab.winehq.org/bernhardu/wine/-/blob/asan-pe_2025-09-13_wi… > If I understand it right, the size of `dst_addr` is 28 bytes, that much > it tries to read from the `dst` pointer. > Unfortunately this `dst` is reserved on the stack in `GetBestInterface` > as `struct sockaddr_in sa_in;` which is just 16 bytes. Thanks! I think it is already being addressed in https://gitlab.winehq.org/wine/wine/-/merge_requests/9085 -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8991#note_117618
1 0
0 0
[PATCH 0/6] MR9102: ddraw: Fixes for device enumeration.
by Elizabeth Figura (@zfigura) 04 Oct '25

04 Oct '25
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/9102
2 6
0 0
[PATCH v6 0/1] MR7339: ntdll: implement create_logical_proc_info on FreeBSD.
by Damjan Jovanovic (@dj) 04 Oct '25

04 Oct '25
Add Expat as a dependency, and use it to parse the XML returned from FreeBSD's kern.sched.topology_spec sysctl. -- v6: ntdll: implement create_logical_proc_info on FreeBSD. https://gitlab.winehq.org/wine/wine/-/merge_requests/7339
5 6
0 0
[PATCH 0/1] MR9101: netapi32: Add stubs for NetValidatePasswordPolicy and NetValidatePasswordPolicyFree
by Ugur Sari (@ugursss) 04 Oct '25

04 Oct '25
Implement NetValidatePasswordPolicy and NetValidatePasswordPolicyFree as stubs returning NERR_Success. This prevents crashes in some apps that probe password policy support. Fyi, this fixes a crash on Solidworks installer. Actual implementation requires LSASS and SAM and this stub is possibly the only feasible fix for years to come. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9101
2 1
0 0
  • ← Newer
  • 1
  • ...
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • ...
  • 91
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.