- 10 Aug, 2022 5 commits
-
-
Tim Clem authored
NtQueryInformationProcess(ProcessImageFileNameWin32) may return an empty string in some circumstances, which leads QueryFullProcessImageNameW to crash if called with flags including PROCESS_NAME_NATIVE, as that path assumed the image name had a length of at least 2.
-
Zhiyi Zhang authored
Zuma's Revenge queries this interface. Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
-
Zhiyi Zhang authored
Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
-
David Gow authored
Some games (such as Digimon Survive) will delete a file while it's open as a FileSource. Signed-off-by: David Gow <david@ingeniumdigital.com>
-
David Gow authored
Some games (such as Digimon Survive) create temporary video files and will hang if deleting them fails. Open the files with FILE_SHARE_DELETE, which will allow this deletion to go ahead even if the FileSource hasn't yet been closed. Note that many windows codec packs do themselves open files without FILE_SHARE_DELETE, so a similar hang can be observed in some windows configurations. I haven't checked that this is the file share mode used on windows (alas, I don't have a windows machine available), so I haven't removed the FIXME comment. Equally, I also updated the CreateFileW() call in get_media_type(), but that _may_ be unnecessary. Signed-off-by: David Gow <david@ingeniumdigital.com>
-
- 09 Aug, 2022 20 commits
-
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Jacek Caban authored
Instead of leaking a kernel pointer.
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Hans Leidekker authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53499
-
Hans Leidekker authored
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Tim Clem authored
-
Tim Clem authored
-
Rémi Bernon authored
-
Rémi Bernon authored
And name pins accordingly.
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
- 08 Aug, 2022 15 commits
-
-
Paul Gofman authored
Fixes a regression introduced by commit 1e35966e. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52429
-
Angelo Haller authored
Signed-off-by: Angelo Haller <angelo@szanni.org>
-
Angelo Haller authored
Signed-off-by: Angelo Haller <angelo@szanni.org>
-
Angelo Haller authored
comctl32/listview: Send LVN_ODSTATECHANGED notification for LVS_OWNERDATA listview on selection changes. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52534Signed-off-by: Angelo Haller <angelo@szanni.org>
-
Angelo Haller authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53123Signed-off-by: Angelo Haller <angelo@szanni.org>
-
Angelo Haller authored
Signed-off-by: Angelo Haller <angelo@szanni.org>
-
Angelo Haller authored
Send one deselect all items notification on selection change for LVS_OWNERDATA listviews instead of notifying about each individual item change. Signed-off-by: Angelo Haller <angelo@szanni.org>
-
Brendan Shanks authored
Fixes exception handling stack unwinding under Wow64.
-
Nikolay Sivov authored
Picked fallback font often has wider character support than the ranges it's configured for. Desired behavior is to stop at the first character that doesn't belong to current mapping. For example, in texts like "abc<some CJK sequence>abc" we'd want the same for both "abc" sequences, as opposed to using fallback CJK font for trailing Latin range. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Rémi Bernon authored
-
Rémi Bernon authored
Instead of device_count which is the number of registration updates, and execute the request within the rawinput_mutex to ensure atomicity of the update and consistency between the client and the server state. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53468 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53487
-
Rémi Bernon authored
It actually frees the pointer.
-
Rémi Bernon authored
It actually frees the pointer.
-
Eric Pouech authored
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-