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
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
List overview
wine-gitlab
November 2022
----- 2025 -----
September 2025
August 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
5 participants
1327 discussions
Start a n
N
ew thread
[PATCH 0/3] MR1291: dwrite: fix get fontface frome cache is error.
by Jiajin Cui (@jin-king1)
08 Nov '22
08 Nov '22
Signed-off-by: Jiajin Cui <cuijiajin(a)uniontech.com> --
https://gitlab.winehq.org/wine/wine/-/merge_requests/1291
4
9
0
0
Re: [PATCH v2 0/1] MR1232: ntdll: Set the QoS class of the main Wine thread on macOS.
by Huw Davies (@huw)
08 Nov '22
08 Nov '22
@bshanks this is producing a compiler warning here: ``` gcc -m32 -c -o dlls/ntdll/unix/loader.o dlls/ntdll/unix/loader.c -Idlls/ntdll -Iinclude -D__WINESRC__ -DWINE_NO_LONG_TYPES \ -D_NTSYSTEM_ -D_ACRTIMP= -DWINBASEAPI= -D_MSVCR_VER=0 -DBINDIR=\"/usr/local/bin\" \ -DSYSTEMDLLPATH=\"\" -DDLL_TO_BINDIR=\"`tools/makedep -R /usr/local/lib/wine /usr/local/bin`\" \ -DBIN_TO_DATADIR=\"`tools/makedep -R /usr/local/bin /usr/local/share/wine`\" -DWINE_UNIX_LIB -Wall -pipe \ -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body \ -Wignored-qualifiers -Winit-self -Wno-pragma-pack -Wstrict-prototypes -Wtype-limits -Wvla \ -Wwrite-strings -Wpointer-arith -gdwarf-4 -fno-omit-frame-pointer -fPIC \ -fasynchronous-unwind-tables -O2 -g -Wno-deprecated-declarations -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 dlls/ntdll/unix/loader.c:2339:9: warning: address of function 'pthread_attr_set_qos_class_np' will always evaluate to 'true' [-Wpointer-bool-conversion] if (pthread_attr_set_qos_class_np) ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dlls/ntdll/unix/loader.c:2339:9: note: prefix with the address-of operator to silence this warning if (pthread_attr_set_qos_class_np) ^ & 1 warning generated. ``` Why do we need the test? --
https://gitlab.winehq.org/wine/wine/-/merge_requests/1232#note_13594
1
0
0
0
[PATCH 0/1] MR1289: uuid: Add propkey.h.
by Alex Henrie (@alexhenrie)
08 Nov '22
08 Nov '22
Needed to compile Tera Term. --
https://gitlab.winehq.org/wine/wine/-/merge_requests/1289
4
3
0
0
Re: [PATCH v4 0/8] MR1275: opengl32: Use the unixlib interface in more windows functions.
by Rémi Bernon (@rbernon)
08 Nov '22
08 Nov '22
Rebased and added a change for the macOS build that should solve the build failures. --
https://gitlab.winehq.org/wine/wine/-/merge_requests/1275#note_13590
1
0
0
0
[PATCH 0/1] MR1285: winealsa: Set name of internal threads.
by Brendan Shanks (@bshanks)
08 Nov '22
08 Nov '22
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/1285
3
2
0
0
[PATCH 0/1] MR1284: winepulse: Set name of internal threads.
by Brendan Shanks (@bshanks)
08 Nov '22
08 Nov '22
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/1284
3
2
0
0
[PATCH 0/1] MR1283: dsound: Set name of internal threads.
by Brendan Shanks (@bshanks)
08 Nov '22
08 Nov '22
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/1283
3
2
0
0
[PATCH 0/3] MR1280: riched20: Don't send EN_CHANGE events during window creation
by Evan Tang (@etang-cw)
08 Nov '22
08 Nov '22
Fixes an issue in GenoPro where existing data would be cleared whenever you went to edit it --
https://gitlab.winehq.org/wine/wine/-/merge_requests/1280
4
7
0
0
[PATCH 0/3] MR1292: uxtheme: Protect CloseThemeData() from invalid input.
by Zhiyi Zhang (@zhiyi)
08 Nov '22
08 Nov '22
The first patch is from Dmitry. I asked him before sending it. --
https://gitlab.winehq.org/wine/wine/-/merge_requests/1292
3
4
0
0
[PATCH 0/1] MR1255: gitlab: Run win64 tests instead of wow64.
by Rémi Bernon (@rbernon)
08 Nov '22
08 Nov '22
Split from
https://gitlab.winehq.org/wine/wine/-/merge_requests/1241
. --
https://gitlab.winehq.org/wine/wine/-/merge_requests/1255
4
4
0
0
← Newer
1
...
105
106
107
108
109
110
111
...
133
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
Results per page:
10
25
50
100
200