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

Threads by month
  • ----- 2026 -----
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 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

February 2026

  • 1 participants
  • 789 discussions
[PATCH 0/1] MR10206: comctl32/treeview: Fixed missing redraw of item being unfocused
by Piotr Pawłowski March 3, 2026

March 3, 2026
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10206
1 2
0 0
[PATCH 0/1] MR10205: comctl32/treeview: Fixed wrong check for currently edited item
by Piotr Pawłowski March 3, 2026

March 3, 2026
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=59455 -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10205
2 4
0 0
[PATCH 0/1] MR10207: comctl32/treeview: Cycle all state images from custom image list when toggling checkboxes
by Piotr Pawłowski March 3, 2026

March 3, 2026
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10207
1 3
0 0
[PATCH v3 0/2] MR10008: start: Fix arg parsing for quoted paths ending with backslash.
by Yeshun Ye (@yeyeshun) March 3, 2026

March 3, 2026
When using the `start` command with a `/d` switch specifying a quoted path that ends with a backslash (e.g., `start /d "c:\path\" app.exe`), subsequent arguments were incorrectly concatenated into the path string due to parsing ambiguity. The error I encountered was with `start /d "c:\temp\" test.exe`, which was parsed into the arguments `/d` and `"c:\temp\" test.exe`. The path and the executable were merged into a single argument as a new path, preventing the child process from launching. In my first patch, I attempted to identify and split this combined argument, but this caused test failures in `kernel32`. I then retested on Windows and found that Windows also parses it as `/d` and `"c:\temp\" test.exe`—Wine's parsing is consistent with Windows. However, `start` works correctly on Windows because it is a built-in command, whereas in Wine, `start` is an external executable, leading to different behavior. Signed-off-by: YeshunYe yeyeshun(a)uniontech.com -- v3: start: Re-parsing the command line. https://gitlab.winehq.org/wine/wine/-/merge_requests/10008
3 5
0 0
[PATCH 0/1] MR7419: wininet: Fix crash when connection is null in NETCON_secure_connect
by Yongjie Yao (@yaoyongjie) March 2, 2026

March 2, 2026
There will be crashed when connect is null, so we need avoid crash by checking connect value. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7419
4 3
0 0
[PATCH 0/2] MR9740: kernel32/tests: Add a test to show that GetNativeSystemInfo() returns PROCESSOR_AMD_X8664 on ARM64.
by Hans Leidekker (@hans) March 2, 2026

March 2, 2026
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/9740
5 10
0 0
[PATCH 0/2] MR10215: Improve mouse in pointer message flags
by Huw Davies (@huw) March 2, 2026

March 2, 2026
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10215
4 4
0 0
[PATCH v4 0/8] MR10090: kernelbase/loader.c: Include rudimentary support for multilanguage resource inclusion.
by Craig Schulstad (@NoDakker) March 1, 2026

March 1, 2026
For programs that rely on language specific data for resources such as menus and text, attempt to search for and associated "mui" file. For example, if program "myapp.exe" is executed and resources are not found, and the user's language ID is "ENU", search for file "myapp.ENU", and if found, utilize that file for the source of resource data. -- v4: kernelbase/loader.c: Add rudimentary support for multilanguage resource retrieval. https://gitlab.winehq.org/wine/wine/-/merge_requests/10090
2 9
0 0
[PATCH 0/5] MR10208: winebth.sys part 15: Add support for reading/caching GATT characteristic value
by Vibhav Pant (@vibhavp) March 1, 2026

March 1, 2026
Characteristic values represent data that can either read from or written to. The `winebluetooth_gatt_characteristic_value` struct gets used to send the buffer from Unix to PE land, and has the following structure: ```c #define WINEBLUETOOTH_CHARACTERISTIC_INLINE_SIZE 256 struct winebluetooth_gatt_characteristic_value { UINT32 size; union { BYTE buf[WINEBLUETOOTH_CHARACTERISTIC_INLINE_SIZE]; UINT_PTR handle; }; }; ``` For values <= 256 bytes, the value gets stored inline in `buf`, and copying is trivial. Otherwise, `handle` stores the DBus message containing the value and the `bluetooth_gatt_characteristic_value_move` unixlib function performs a copy and frees the associated DBus message. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10208
3 7
0 0
[PATCH 0/1] MR10218: po: Update Lithuanian translation.
by Aurimas Fišeras Feb. 28, 2026

Feb. 28, 2026
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10218
1 1
0 0
  • ← Newer
  • 1
  • ...
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • ...
  • 79
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.
Hosted in Mailman3.com