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
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
List overview
wine-gitlab
February 2025
----- 2025 -----
October 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
4 participants
847 discussions
Start a n
N
ew thread
Re: [PATCH v4 0/2] MR7312: msvcp: Avoid explicitly aligning fpos_mbstatet. - approved
by Alexandre Julliard (@julliard)
12 Feb '25
12 Feb '25
This merge request was approved by Alexandre Julliard. --
https://gitlab.winehq.org/wine/wine/-/merge_requests/7312
1
0
0
0
Re: [PATCH v4 0/1] MR7154: dlls/mshtml/mshtml.inf: add registry associations for .log files - approved
by Alexandre Julliard (@julliard)
12 Feb '25
12 Feb '25
This merge request was approved by Alexandre Julliard. --
https://gitlab.winehq.org/wine/wine/-/merge_requests/7154
1
0
0
0
Re: [PATCH v18 0/4] MR4551: Server-side thread priorities implementation (Part 1)
by Jinoh Kang (@iamahuman)
12 Feb '25
12 Feb '25
On Wed Feb 12 22:26:29 2025 +0000, Marc-Aurel Zent wrote: > Ah I see, thanks for spotting this. I assume this was already fixed by >
https://gitlab.winehq.org/wine/wine/-/merge_requests/7310
? Yes. --
https://gitlab.winehq.org/wine/wine/-/merge_requests/4551#note_94393
1
0
0
0
Re: [PATCH v2 0/1] MR7314: configure: macOS is always darwin*. - approved
by Alexandre Julliard (@julliard)
12 Feb '25
12 Feb '25
This merge request was approved by Alexandre Julliard. --
https://gitlab.winehq.org/wine/wine/-/merge_requests/7314
1
0
0
0
Re: [PATCH v2 0/1] MR7309: windowscodecs: Simplify a bit FlipRotator_CopyPixels() implementation. - approved
by Alexandre Julliard (@julliard)
12 Feb '25
12 Feb '25
This merge request was approved by Alexandre Julliard. --
https://gitlab.winehq.org/wine/wine/-/merge_requests/7309
1
0
0
0
Re: [PATCH v2 0/8] MR7305: windowscodecs/tests: Add some tests for handler objects enumerator. - approved
by Alexandre Julliard (@julliard)
12 Feb '25
12 Feb '25
This merge request was approved by Alexandre Julliard. --
https://gitlab.winehq.org/wine/wine/-/merge_requests/7305
1
0
0
0
Re: [PATCH v2 0/2] MR7311: mshtml: Clear the documents list when detaching inner window. - approved
by Alexandre Julliard (@julliard)
12 Feb '25
12 Feb '25
This merge request was approved by Alexandre Julliard. --
https://gitlab.winehq.org/wine/wine/-/merge_requests/7311
1
0
0
0
[PATCH 0/2] MR7318: gdiplus: Use correct format guid for .ico files.
by Fabian Maurer (@DarkShadow44)
12 Feb '25
12 Feb '25
Adapted from
https://github.com/reactos/reactos/pull/7714
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/7318
3
3
0
0
[PATCH v5 0/10] MR6966: windows.web: Partially implement IJsonValueStatics::Parse().
by Mohamad Al-Jaf (@maljaf)
12 Feb '25
12 Feb '25
Wine-Bug:
https://bugs.winehq.org/show_bug.cgi?id=56914
A full implementation should ideally use a JSON library. -- v5: windows.web/tests: Add IJsonValueStatics::Parse() tests. windows.web: Implement IJsonValue::GetBoolean(). windows.web: Implement IJsonValue::GetNumber(). windows.web: Implement IJsonValue::GetString(). windows.web: Add error handling in IJsonValue::GetObject(). windows.web: Add error handling in IJsonValue::GetArray(). windows.web: Partially implement IJsonValueStatics::Parse(). windows.web: Implement IJsonValue::get_ValueType(). windows.web/tests: Add IJsonValue::get_ValueType() tests. windows.web/tests: Remove superfluous cast.
https://gitlab.winehq.org/wine/wine/-/merge_requests/6966
3
12
0
0
[PATCH v3 0/2] MR7312: msvcp: Avoid explicitly aligning fpos_mbstatet.
by Jacek Caban (@jacek)
12 Feb '25
12 Feb '25
Based on Piotr's findings. On MSVC i386 targets, structs requiring alignment greater than 4 are never passed by value. Clang follows the same behavior in MSVC mode (see [1] for details and [2] for a follow-up that applies this logic when fields, not necessarily the entire struct, are aligned). A number of ios functions take fpos_mbstatet as an argument and expect it to be passed by value. [1]
https://reviews.llvm.org/D72114
[2]
https://github.com/llvm/llvm-project/issues/63257
Wine-Bug:
https://bugs.winehq.org/show_bug.cgi?id=57817
-- v3: msvcp60: Avoid explicitly aligning structs passed by value. msvcp: Avoid explicitly aligning structs passed by value.
https://gitlab.winehq.org/wine/wine/-/merge_requests/7312
3
4
0
0
← Newer
1
...
57
58
59
60
61
62
63
...
85
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
Results per page:
10
25
50
100
200