winehq.org
Sign In
Sign Up
Sign In
Sign Up
Manage this list
×
Keyboard Shortcuts
Thread View
j
: Next unread message
k
: Previous unread message
j a
: Jump to all threads
j l
: Jump to MailingList overview
2025
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
List overview
wine-gitlab
October 2024
----- 2025 -----
July 2025
June 2025
May 2025
April 2025
March 2025
February 2025
January 2025
----- 2024 -----
December 2024
November 2024
October 2024
September 2024
August 2024
July 2024
June 2024
May 2024
April 2024
March 2024
February 2024
January 2024
----- 2023 -----
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
----- 2022 -----
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
wine-gitlab@winehq.org
2 participants
635 discussions
Start a n
N
ew thread
Re: [PATCH v5 0/2] MR6737: comctl32/toolbar: forward unhandled WM_NOTIFY
by Zhiyi Zhang (@zhiyi)
31 Oct '24
31 Oct '24
Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/tests/toolbar.c: > > static void *alloced_str; > > -static LRESULT parent_wnd_notify(LPARAM lParam) > +#define forward_test_idFrom 0xabcd0002 > +#define forward_test_code 0xabcd0003 > +#define forward_test_return 0xabcd0004 > +static _Bool forward_test; > +static const NMHDR forward_test_nmhdr = { Rename forward_test_nmhdr to test_WM_NOTIFY_forwarding_nmhdr. And put the `{` on a newline. --
https://gitlab.winehq.org/wine/wine/-/merge_requests/6737#note_86357
1
0
0
0
Re: [PATCH v5 0/2] MR6737: comctl32/toolbar: forward unhandled WM_NOTIFY
by Zhiyi Zhang (@zhiyi)
31 Oct '24
31 Oct '24
Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/tests/toolbar.c: > > static void *alloced_str; > > -static LRESULT parent_wnd_notify(LPARAM lParam) > +#define forward_test_idFrom 0xabcd0002 > +#define forward_test_code 0xabcd0003 > +#define forward_test_return 0xabcd0004 > +static _Bool forward_test; We usually use the win32 BOOL instead of _Bool. And let's rename the variable to test_WM_NOTIFY_forwarding. --
https://gitlab.winehq.org/wine/wine/-/merge_requests/6737#note_86356
1
0
0
0
Re: [PATCH v5 0/2] MR6737: comctl32/toolbar: forward unhandled WM_NOTIFY
by Zhiyi Zhang (@zhiyi)
31 Oct '24
31 Oct '24
Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/tests/toolbar.c: > > static void *alloced_str; > > -static LRESULT parent_wnd_notify(LPARAM lParam) > +#define forward_test_idFrom 0xabcd0002 Let's use capitals for these definitions. For example, WM_NOTIFY_FORWARD_ID, WM_NOTIFY_FORWARD_HWND, WM_NOTIFY_FORWARD_CODE, and WM_NOTIFY_FORWARD_RETURN. --
https://gitlab.winehq.org/wine/wine/-/merge_requests/6737#note_86355
1
0
0
0
Re: [PATCH v5 0/2] MR6737: comctl32/toolbar: forward unhandled WM_NOTIFY
by Zhiyi Zhang (@zhiyi)
31 Oct '24
31 Oct '24
Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/tests/toolbar.c: > Let's rename the patch subject to "comctl32/tests: Test WM_NOTIFY forwarding for toolbars." --
https://gitlab.winehq.org/wine/wine/-/merge_requests/6737#note_86354
1
0
0
0
[PATCH 0/7] MR6753: dataexchange: Make core_dragdrop_manager_add_TargetRequested() return S_OK.
by Zhiyi Zhang (@zhiyi)
31 Oct '24
31 Oct '24
React Native applications checks the return value from core_dragdrop_manager_add_TargetRequested(). --
https://gitlab.winehq.org/wine/wine/-/merge_requests/6753
2
7
0
0
[PATCH 0/2] MR6750: user32/edit: multiple edits control also can set passwords.
by Haoyang Chen (@chenhaoyang)
31 Oct '24
31 Oct '24
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/6750
2
2
0
0
Re: [PATCH v2 0/1] MR6748: include: Move ISAXXMLFilter interface to after base ISAXXMLReader - approved
by Alexandre Julliard (@julliard)
30 Oct '24
30 Oct '24
This merge request was approved by Alexandre Julliard. --
https://gitlab.winehq.org/wine/wine/-/merge_requests/6748
1
0
0
0
Re: [PATCH v2 0/3] MR6747: include: Add windows.applicationmodel.datatransfer.dragdrop.idl. - approved
by Alexandre Julliard (@julliard)
30 Oct '24
30 Oct '24
This merge request was approved by Alexandre Julliard. --
https://gitlab.winehq.org/wine/wine/-/merge_requests/6747
1
0
0
0
Re: [PATCH v35 0/2] MR4661: gdiplus: Implement Gdiplus GetParameterSize - approved
by Alexandre Julliard (@julliard)
30 Oct '24
30 Oct '24
This merge request was approved by Alexandre Julliard. --
https://gitlab.winehq.org/wine/wine/-/merge_requests/4661
1
0
0
0
Re: [PATCH v2 0/7] MR6745: include: More fixes to build libc++. - approved
by Alexandre Julliard (@julliard)
30 Oct '24
30 Oct '24
This merge request was approved by Alexandre Julliard. --
https://gitlab.winehq.org/wine/wine/-/merge_requests/6745
1
0
0
0
← Newer
1
...
12
13
14
15
16
17
18
...
64
Older →
Jump to page:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Results per page:
10
25
50
100
200