- Mar 18, 2025
-
-
-
Also don't use MWM_DECOR_RESIZEH, window resizing is controlled by MWM_FUNC_RESIZE. This patch fixes double caption observed under some WMs (Metacity, its successor Mate, and XFCE), they always treat such windows as requesting the caption decoration. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=42117 Signed-off-by:
Dmitry Timoshkov <dmitry@baikal.ru>
-
-
-
Signed-off-by:
Nikolay Sivov <nsivov@codeweavers.com>
-
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57746 Signed-off-by:
Nikolay Sivov <nsivov@codeweavers.com>
-
msvcrt: Add MSVCRT__NOBUF flag check in _filbuf to avoid dead loop in application which sets the flag. Signed-off-by:
Kun Yang <yangkun@uniontech.com>
-
Signed-off-by:
Eric Pouech <epouech@codeweavers.com>
-
Signed-off-by:
Eric Pouech <epouech@codeweavers.com>
-
As they can represent constant values, use largest possible integral type. Signed-off-by:
Eric Pouech <epouech@codeweavers.com>
-
Signed-off-by:
Eric Pouech <epouech@codeweavers.com>
-
Signed-off-by:
Eric Pouech <epouech@codeweavers.com>
-
Signed-off-by:
Eric Pouech <epouech@codeweavers.com>
-
PathRemoveFileSpecW keeps only the drive if the path contains all forward slashes as shown in tests. But then the temporary file is created in the root folder which fails for drive Z:.
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
It's only used while parsing the options.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
For consistency with the other tools.
-
Alexandre Julliard authored
-
Signed-off-by:
Dmitry Timoshkov <dmitry@baikal.ru>
-
-
Signed-off-by:
Nikolay Sivov <nsivov@codeweavers.com>
-
Signed-off-by:
Nikolay Sivov <nsivov@codeweavers.com>
-
- Mar 17, 2025
-
-
Signed-off-by:
Eric Pouech <epouech@codeweavers.com>
-
Signed-off-by:
Eric Pouech <epouech@codeweavers.com>
-
Enumeration only report types with name, so we can get rid of module's vtype vector and only the use the types' hash table. Signed-off-by:
Eric Pouech <epouech@codeweavers.com>
-
Signed-off-by:
Eric Pouech <epouech@codeweavers.com>
-
Signed-off-by:
Eric Pouech <epouech@codeweavers.com>
-
-
-
-
Multiple threads could be modifying it simultaneously through nt_to_unix_file_name_no_root().
-
-
ntdll: Return STATUS_ACCESS_VIOLATION from NtQueryInformationThread ThreadHideFromDebugger if *ret_len is not writable.
-
-
-
-