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

  • 1 participants
  • 37415 discussions
[PATCH v7 0/2] MR8258: comctl32/treeview: Return from TREEVIEW_LButtonDown when the treeview handle is invalid.
by Jacob Czekalla (@JacobCzekalla) June 30, 2025

June 30, 2025
comctl32/treeview: Return from TREEVIEW_LButtonDown when the treeview handle is invalid. LButtonDown should return when the treeview handle is invalid (e.g. destroyed) after NM_CLICK to prevent further message processing. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58211 -- v7: comctl32/treeview: Return from TREEVIEW_LButtonDown when the treeview handle is invalid. https://gitlab.winehq.org/wine/wine/-/merge_requests/8258
3 3
0 0
Re: [PATCH v2 0/2] MR8447: comctl32/listview: Test WM_PAINT with a subclassed header that paints without...
by Zhiyi Zhang (@zhiyi) June 30, 2025

June 30, 2025
On Fri Jun 27 09:11:38 2025 +0000, Nikolay Sivov wrote: > Thanks. This one will need a rebase after !8327. I will do that after MR8327 gets in. Thanks for the review. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8447#note_108191
1 0
0 0
Re: [PATCH v2 0/2] MR8447: comctl32/listview: Test WM_PAINT with a subclassed header that paints without... - approved
by Nikolay Sivov (@nsivov) June 30, 2025

June 30, 2025
This merge request was approved by Nikolay Sivov. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8447
1 0
0 0
Re: [PATCH v2 0/2] MR8447: comctl32/listview: Test WM_PAINT with a subclassed header that paints without...
by Nikolay Sivov (@nsivov) June 30, 2025

June 30, 2025
Thanks. This one will need a rebase after !8327. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8447#note_108188
1 0
0 0
Re: [PATCH v3 0/2] MR8327: comctl32/listview: Always set the initial background mode to TRANSPARENT. - approved
by Nikolay Sivov (@nsivov) June 30, 2025

June 30, 2025
This merge request was approved by Nikolay Sivov. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8327
1 0
0 0
Re: [PATCH v3 0/2] MR8327: comctl32/listview: Always set the initial background mode to TRANSPARENT.
by Zhiyi Zhang (@zhiyi) June 30, 2025

June 30, 2025
On Fri Jun 27 08:51:24 2025 +0000, Zhiyi Zhang wrote: > changed this line in [version 3 of the diff](/wine/wine/-/merge_requests/8327/diffs?diff_id=189184&start_sha=83d1eda3ee528f697e33607386e2aa259e7983a4#0251bfdc5c488ffd767c45cd3a965188becc33f7_2357_2284) v3: Added LVS_NOCOLUMNHEADER to make tests simpler. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8327#note_108185
1 0
0 0
Re: [PATCH 0/2] MR8447: comctl32/listview: Test WM_PAINT with a subclassed header that paints without...
by Zhiyi Zhang (@zhiyi) June 30, 2025

June 30, 2025
On Fri Jun 27 08:40:32 2025 +0000, Nikolay Sivov wrote: > I see, so validating header rect reduces following erase region and > preserves rendered header? Yes. Normally, the original header implementation uses BeginPaint() when handling WM_PAINT, which automatically removes the update region. In this case, an application subclasses the header class and handles WM_PAINT without validating the update region. Thus, the header region is not preserved after calling BeginPaint(listview). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8447#note_108180
1 0
0 0
Re: [PATCH 0/2] MR8447: comctl32/listview: Test WM_PAINT with a subclassed header that paints without...
by Nikolay Sivov (@nsivov) June 30, 2025

June 30, 2025
On Fri Jun 27 08:39:01 2025 +0000, Zhiyi Zhang wrote: > I added that message sequence to show that the header is painted before > WM_ERASEBKGND for the listview. Without the sequence, it might seem > there are other possibilities. For example, the BeginPaint(listview) > could be ahead of UpdateWindow(header), or maybe no WM_ERASEBKGND should > be sent. Even if it remains a todo after the fix, I think it provides > some insight about how it's supposed to work. So I would like to keep it > if that's okay. I see, so validating header rect reduces following erase region and preserves rendered header? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8447#note_108178
1 0
0 0
[PATCH 0/3] MR8443: comctl32: Implement OBJID_QUERYCLASSNAMEIDX for more controls.
by Esme Povirk (@madewokherd) June 30, 2025

June 30, 2025
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/8443
3 4
0 0
Re: [PATCH 0/2] MR8447: comctl32/listview: Test WM_PAINT with a subclassed header that paints without...
by Nikolay Sivov (@nsivov) June 30, 2025

June 30, 2025
Do we need to check message sequences if they are going to remain todo after the fix? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8447#note_108175
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 825
  • 826
  • 827
  • 828
  • 829
  • 830
  • 831
  • ...
  • 3742
  • Older →

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