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
  • ----- 2026 -----
  • 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

  • 1 participants
  • 35888 discussions
[PATCH v2 0/3] MR9427: combobox: Adjust MEASUREITEMSTRUCT.itemHeight by 2 instead of 6.
by Paul Gofman (@gofman) 17 Nov '25

17 Nov '25
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58932 -- v2: user32/combo: Adjust MEASUREITEMSTRUCT.itemHeight by 2 instead of 6. comctl32/combo: Adjust MEASUREITEMSTRUCT.itemHeight by 2 instead of 6. comctl32/tests: Add tests for WM_MEASUREITEM with combobox. https://gitlab.winehq.org/wine/wine/-/merge_requests/9427
3 5
0 0
Re: [PATCH v3 0/1] MR9431: ole32: implement proper file flushing in FileLockBytes
by Jiajin Cui (@jin-king1) 17 Nov '25

17 Nov '25
On Thu Nov 13 17:08:33 2025 +0000, Esme Povirk wrote: > According to MSDN, this will fail if the file isn't opened with write > permission (which, I think, shows that the tests aren't testing what you want). Yes, I need to spend some time rewriting new test cases to test the Flush method of ILockBytes. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9431#note_122495
1 0
0 0
Re: [PATCH v5 0/1] MR9418: winex11.drv: use proper timestamp for X11 clipboard selection
by Jiajin Cui (@jin-king1) 17 Nov '25

17 Nov '25
On Fri Nov 14 08:13:36 2025 +0000, Rémi Bernon wrote: > This looks complicated and we probably don't want to touch the X11 event > queue outside of ProcessEvents. There's already > `EVENT_x11_time_to_win32_time` which estimates the X server time, and it > is used in `set_input_focus` for the same kind of purpose as you need here. > It might not be very accurate though, and if you need it to be, maybe it > would be better to find a way to detect remote vs local X server and > check / assume that a local server uses `clock_gettime` / > `CLOCK_MONOTONIC` for its time which I believe most if not all > implementations do (or some other clock, I'm not 100% confident). Yes, I need to take some time to figure out the best way to implement this. The timestamp property of the clipboard may be modified by different applications, so I need to find a more precise method to set it. This is to prevent incorrect settings that could cause VMware to use this timestamp for judgment, leading to errors and the inability to paste. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9418#note_122494
1 0
0 0
[PATCH 0/1] MR9487: winemac: Silence OpenGL-related warnings.
by Brendan Shanks (@bshanks) 17 Nov '25

17 Nov '25
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/9487
2 1
0 0
[PATCH 0/1] MR9482: vcomp: Add omp_get_wtick() implementation.
by Vijay Kiran Kamuju (@infyquest) 16 Nov '25

16 Nov '25
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/9482
2 1
0 0
[PATCH 0/1] MR9481: cmd: Force flushing the prompt in SET /P command.
by eric pouech (@epo) 16 Nov '25

16 Nov '25
regression likely introduced by fc70990d579a74974c6e4f1550f892188114f5cf Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58998 Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9481
2 1
0 0
[PATCH v11 0/4] MR9383: appbar: SHAppBarMessage: silence warnings about unknown message types
by Matthias Schwarzott (@zzam) 16 Nov '25

16 Nov '25
rate-limit these warnings: 0078:fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETSTATE): stub 0078:fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETTASKBARPOS, hwnd=...): stub silence these warnings: 0024:fixme:appbar:SHAppBarMessage unknown msg: 4 0024:fixme:appbar:SHAppBarMessage unknown msg: 1 -- v11: shell32/systray: Mark NIM_ADD tests as flaky https://gitlab.winehq.org/wine/wine/-/merge_requests/9383
2 4
0 0
[PATCH v10 0/4] MR9383: appbar: SHAppBarMessage: silence warnings about unknown message types
by Matthias Schwarzott (@zzam) 16 Nov '25

16 Nov '25
rate-limit these warnings: 0078:fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETSTATE): stub 0078:fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETTASKBARPOS, hwnd=...): stub silence these warnings: 0024:fixme:appbar:SHAppBarMessage unknown msg: 4 0024:fixme:appbar:SHAppBarMessage unknown msg: 1 -- v10: shell32/systray: Mark NIM_ADD test as flaky https://gitlab.winehq.org/wine/wine/-/merge_requests/9383
2 4
0 0
[PATCH v2 0/2] MR8449: Draft: wininet: Improve invalid parameter handling.
by Bernhard Übelacker 16 Nov '25

16 Nov '25
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58418 -- v2: wininet: Improve invalid parameter handling in HTTPREQ_QueryOption. wininet: Improve invalid parameter handling in APPINFO_QueryOption. https://gitlab.winehq.org/wine/wine/-/merge_requests/8449
2 5
0 0
[PATCH v6 0/6] MR9470: rometadata/tests: Add some tests for IMetaDataImport
by Vibhav Pant (@vibhavp) 16 Nov '25

16 Nov '25
-- v6: rometadata/tests: Add tests for IMetaDataImport::{EnumProperties, GetPropertyProps}. rometadata/tests: Add tests for IMetaDataImport::GetCustomAttributeByName. rometadata/tests: Add tests for IMetaDataImport::{EnumFields, GetFieldProps}. rometadata/tests: Add tests for IMetaDataImport::{EnumMethods, GetMethodProps, GetNativeCallConvFromSig}. https://gitlab.winehq.org/wine/wine/-/merge_requests/9470
2 6
0 0
  • ← Newer
  • 1
  • ...
  • 297
  • 298
  • 299
  • 300
  • 301
  • 302
  • 303
  • ...
  • 3589
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.