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
March 2023
----- 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
941 discussions
Start a n
N
ew thread
[PATCH 0/11] MR2484: wineps: Initial work on writing ps data in print processor
by Piotr Caban (@piotr)
23 Mar '23
23 Mar '23
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/2484
2
12
0
0
[PATCH v4 0/3] MR1895: Fixes for NtOpenFile of read-only files with FILE_WRITE_ATTRIBUTES
by Joel Holdsworth (@jhol)
23 Mar '23
23 Mar '23
Previously, the Wine implementation of `NtOpenFile` would fail to open read-only files for `FILE_WRITE_ATTRIBUTES` access in wine-server, because it would attempt to open the file with `O_RDWR` or `O_WRONLY` access. This patch-set adds test cases to highlight the issue, and solves it by only opening the file with write access where necessary. * Wine Bug: [#50771](https://bugs.winehq.org/show_bug.cgi?id=50771) * Related Wine-Staging Patches: * [
0002-server-Allow-to-open-files-without-any-permission-bi.patch](https://gi…
* [
0006-ntdll-tests-Added-tests-for-open-behaviour-on-readon.patch](https://gi…
* [
0007-server-FILE_WRITE_ATTRIBUTES-should-succeed-for-read.patch](https://gi…
-- v4: server: Allow to open read-only files with FILE_WRITE_ATTRIBUTES server: Open code FILE_UNIX_{READ,WRITE}_ACCESS ntdll/tests: Added tests for attributes access on read-only files.
https://gitlab.winehq.org/wine/wine/-/merge_requests/1895
2
3
0
0
Re: [PATCH v10 0/1] MR2183: winecfg: Add an option to set WinRT app dark theme.
by Alexandre Julliard (@julliard)
23 Mar '23
23 Mar '23
> How's this? > > Thanks for the review! :smiley: Actually thinking some more about this, a simple check mark may be better than a drop-down. It's not like there would be other possible options. --
https://gitlab.winehq.org/wine/wine/-/merge_requests/2183#note_27620
1
0
0
0
[PATCH 0/3] MR2483: kernelbase: Refactor create_key() in the same way as open_key().
by Sven Baars (@sbaars)
23 Mar '23
23 Mar '23
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/2483
2
3
0
0
[PATCH v2 0/5] MR2452: imm32: Implement ImmEnumInputContext.
by Rémi Bernon (@rbernon)
23 Mar '23
23 Mar '23
-- v2: imm32: Rename InputContextData to struct imc. imm32: Use NtUserQueryInputContext to check cross-thread access. imm32: Remove unused IMM_IsCrossThreadAccess hwnd parameter. imm32: Remove unnecessary threadDefault InputContextData member. imm32: Implement ImmEnumInputContext.
https://gitlab.winehq.org/wine/wine/-/merge_requests/2452
2
6
0
0
Re: [PATCH v2 0/4] MR2364: wine{alsa,coreaudio,oss,pulse}: Use GetModuleFileName() instead of hardcoded module filename for registry key.
by Huw Davies (@huw)
23 Mar '23
23 Mar '23
On Thu Mar 23 03:02:29 2023 +0000, Davide Beatrici wrote: > How should we proceed then? Well, let's leave the default endpoints in pulse for now, but don't add them to any other drivers. --
https://gitlab.winehq.org/wine/wine/-/merge_requests/2364#note_27609
1
0
0
0
Re: [PATCH v10 0/1] MR2183: winecfg: Add an option to set WinRT app dark theme.
by Mohamad Al-Jaf (@maljaf)
23 Mar '23
23 Mar '23
On Wed Mar 22 08:48:00 2023 +0000, Alexandre Julliard wrote: > These strings should be translatable. How's this? Thanks for the review! :smiley: --
https://gitlab.winehq.org/wine/wine/-/merge_requests/2183#note_27604
1
0
0
0
Re: [PATCH v10 0/1] MR2183: winecfg: Add an option to set WinRT app dark theme.
by Mohamad Al-Jaf (@maljaf)
23 Mar '23
23 Mar '23
On Wed Mar 22 08:48:00 2023 +0000, Alexandre Julliard wrote: > It's a dword key, treating it as a string is ugly. I agree. --
https://gitlab.winehq.org/wine/wine/-/merge_requests/2183#note_27603
1
0
0
0
Re: [PATCH v10 0/1] MR2183: winecfg: Add an option to set WinRT app dark theme.
by Mohamad Al-Jaf (@maljaf)
23 Mar '23
23 Mar '23
On Wed Mar 22 08:47:59 2023 +0000, Alexandre Julliard wrote: > This shouldn't be necessary, unless there's an app that explicitly > checks the value. None that I know of, removed. --
https://gitlab.winehq.org/wine/wine/-/merge_requests/2183#note_27602
1
0
0
0
[PATCH v9 0/1] MR2183: winecfg: Add an option to set WinRT app dark theme.
by Mohamad Al-Jaf (@maljaf)
23 Mar '23
23 Mar '23
This is what it looks like:  -- v9: winecfg: Add an option to set WinRT app dark theme.
https://gitlab.winehq.org/wine/wine/-/merge_requests/2183
2
1
0
0
← Newer
1
...
34
35
36
37
38
39
40
...
95
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
Results per page:
10
25
50
100
200