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

Thread Start a new thread
Download
Threads by month
  • ----- 2026 -----
  • 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

March 2025

  • 3 participants
  • 966 discussions
Re: [PATCH v2 0/1] MR7582: comctl32: Implement EVENT_OBJECT_VALUECHANGE for datetime control. - approved
by Alexandre Julliard (@julliard) 18 Mar '25

18 Mar '25
This merge request was approved by Alexandre Julliard. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7582
1 0
0 0
Re: [PATCH v2 0/2] MR7602: comctl32/tests: Add a LVN_ENDLABELEDIT test with empty text. - approved
by Alexandre Julliard (@julliard) 18 Mar '25

18 Mar '25
This merge request was approved by Alexandre Julliard. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7602
1 0
0 0
[PATCH v9 0/1] MR7607: win32u: Add stub for NtUserSetAdditionalForegroundBoostProcesses.
by Louis Lenders (@xe) 18 Mar '25

18 Mar '25
Microsoft Edge worked if windows version is set to win8.1 (or win7) but now crashes in current wine due to this unimplemented function. This patch makes it work again in win8.1 mode; (It's still broken in win10 mode, see https://bugs.winehq.org/show_bug.cgi?id=56378 for more info) -- v9: win32u: Add stub for NtUserSetAdditionalForegroundBoostProcesses. https://gitlab.winehq.org/wine/wine/-/merge_requests/7607
2 1
0 0
[PATCH v7 0/1] MR7607: win32u: Add stub for NtUserSetAdditionalForegroundBoostProcesses.
by Louis Lenders (@xe) 18 Mar '25

18 Mar '25
Microsoft Edge worked if windows version is set to win8.1 (or win7) but now crashes in current wine due to this unimplemented function. This patch makes it work again in win8.1 mode; (It's still broken in win10 mode, see https://bugs.winehq.org/show_bug.cgi?id=56378 for more info) -- v7: win32u: Add stub for NtUserSetAdditionalForegroundBoostProcesses. https://gitlab.winehq.org/wine/wine/-/merge_requests/7607
2 1
0 0
[PATCH v6 0/2] MR7607: win32u: Add stub for NtUserSetAdditionalForegroundBoostProcesses.
by Louis Lenders (@xe) 18 Mar '25

18 Mar '25
Microsoft Edge worked if windows version is set to win8.1 (or win7) but now crashes in current wine due to this unimplemented function. This patch makes it work again in win8.1 mode; (It's still broken in win10 mode, see https://bugs.winehq.org/show_bug.cgi?id=56378 for more info) -- v6: Fix format string try3 https://gitlab.winehq.org/wine/wine/-/merge_requests/7607
2 2
0 0
[PATCH v5 0/1] MR7607: win32u: Add stub for NtUserSetAdditionalForegroundBoostProcesses.
by Louis Lenders (@xe) 18 Mar '25

18 Mar '25
Microsoft Edge worked if windows version is set to win8.1 (or win7) but now crashes in current wine due to this unimplemented function. This patch makes it work again in win8.1 mode; (It's still broken in win10 mode, see https://bugs.winehq.org/show_bug.cgi?id=56378 for more info) -- v5: win32u: Add stub for NtUserSetAdditionalForegroundBoostProcesses. https://gitlab.winehq.org/wine/wine/-/merge_requests/7607
4 6
0 0
[PATCH v3 0/1] MR7607: win32u: Add stub for NtUserSetAdditionalForegroundBoostProcesses.
by Louis Lenders (@xe) 18 Mar '25

18 Mar '25
Microsoft Edge worked if windows version is set to win8.1 (or win7) but now crashes in current wine due to this unimplemented function. This patch makes it work again in win8.1 mode; (It's still broken in win10 mode, see https://bugs.winehq.org/show_bug.cgi?id=56378 for more info) -- v3: win32u: Add stub for NtUserSetAdditionalForegroundBoostProcesses. https://gitlab.winehq.org/wine/wine/-/merge_requests/7607
2 1
0 0
[PATCH 0/1] MR7607: win32u: Add stub for NtUserSetAdditionalForegroundBoostProcesses.
by Louis Lenders (@xe) 18 Mar '25

18 Mar '25
Microsoft Edge worked if windows version is set to win8.1 (or win7) but now crashes in current wine due to this unimplemented function. This patch makes it work again in win8.1 mode; (It's still broken in win10 mode, see https://bugs.winehq.org/show_bug.cgi?id=56378 for more info) -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7607
2 1
0 0
Re: [PATCH v7 0/15] MR7516: Server-side thread priorities implementation (Part 3)
by Rémi Bernon 18 Mar '25

18 Mar '25
Rémi Bernon (@rbernon) commented about include/winternl.h: > UINT64 InheritedFromUniqueProcessId; > } PROCESS_BASIC_INFORMATION64; > > -#define PROCESS_PRIOCLASS_IDLE 1 > -#define PROCESS_PRIOCLASS_NORMAL 2 > -#define PROCESS_PRIOCLASS_HIGH 3 > -#define PROCESS_PRIOCLASS_REALTIME 4 > -#define PROCESS_PRIOCLASS_BELOW_NORMAL 5 > -#define PROCESS_PRIOCLASS_ABOVE_NORMAL 6 > +#define PROCESS_PRIORITY_CLASS_UNKNOWN 0 > +#define PROCESS_PRIORITY_CLASS_IDLE 1 > +#define PROCESS_PRIORITY_CLASS_NORMAL 2 > +#define PROCESS_PRIORITY_CLASS_HIGH 3 > +#define PROCESS_PRIORITY_CLASS_REALTIME 4 > +#define PROCESS_PRIORITY_CLASS_BELOW_NORMAL 5 > +#define PROCESS_PRIORITY_CLASS_ABOVE_NORMAL 6 I haven't found neither the PROCESS_PRIOCLASS nor the PROCESS_PRIORITY_CLASS constants in the SDK headers, where are you seeing them? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7516#note_98242
1 0
0 0
Re: [PATCH v7 0/15] MR7516: Server-side thread priorities implementation (Part 3)
by Rémi Bernon 18 Mar '25

18 Mar '25
Rémi Bernon (@rbernon) commented about include/winnt.h: > #define THREAD_BASE_PRIORITY_MIN -2 > #define THREAD_BASE_PRIORITY_IDLE -15 > > +#define LOW_PRIORITY 0 /* Lowest thread priority level */ > +#define LOW_REALTIME_PRIORITY 16 /* Lowest realtime priority level */ > +#define HIGH_PRIORITY 31 /* Highest thread priority level */ > +#define MAXIMUM_PRIORITY 32 /* Number of thread priority levels */ > + This should be in `ddk/wdm.h`. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7516#note_98241
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • ...
  • 97
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.