- 30 Jan, 2024 25 commits
-
-
Daniel Lehman authored
-
Rémi Bernon authored
-
Piotr Caban authored
-
Zhiyi Zhang authored
whole_rect is in win32 virtual screen coordinates. It needs to be converted to x11 root coordinates for XSetWMNormalHints().
-
Alexandre Julliard authored
This reverts commit 7a941fd5. It doesn't work properly since explorer fails to launch, and it breaks the tests.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Helix Graziani authored
-
Nikolay Sivov authored
-
Gabriel Ivăncescu authored
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Gabriel Ivăncescu authored
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Gabriel Ivăncescu authored
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Gabriel Ivăncescu authored
With IOleCommandTarget stub, since it's the interface used. Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Gabriel Ivăncescu authored
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Gabriel Ivăncescu authored
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Rémi Bernon authored
-
Rémi Bernon authored
And only if that fails try again by enumerating types.
-
Rémi Bernon authored
Otherwise the next topology_branch_connect call will fail when it will try to lookup the upstream element media type.
-
Rémi Bernon authored
It only succeeds with converters, or if a decoder can directly output the downstream media type. If it fails we may have to add a converter after the decoder, and we will call topology_branch_connect on the downstream branch for that.
-
Rémi Bernon authored
Instead of modifying the method_mask parameter, in case we need to retry with another transform.
-
Rémi Bernon authored
-
Jacek Caban authored
-
- 29 Jan, 2024 15 commits
-
-
Piotr Caban authored
-
Piotr Caban authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53934
-
Rémi Bernon authored
With a global fallback setting under HKCU\Software\Wine\Explorer. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56243
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Jacek Caban authored
-
David Kahurani authored
Shifting the rest of the variables by one towards indices of lesser value overwrites the variable being cleared and effectively leaks it. Signed-off-by: David Kahurani <k.kahurani@gmail.com>
-
David Kahurani authored
The data is the path is invalid and therefore caution has to be taken when adding data to this path to avoid lengthening it unnecessarily. Also, don't assume there's a head node on the list while counting number of nodes. Signed-off-by: David Kahurani <k.kahurani@gmail.com>
-
David Kahurani authored
This avoids a situation where the lengthening code, assuming the data in the path is valid proceeds to lengthen the path further while transforming data from a path_list into a path. Signed-off-by: David Kahurani <k.kahurani@gmail.com>
-
David Kahurani authored
This seems like a better interface and avoids duplicating code. Signed-off-by: David Kahurani <k.kahurani@gmail.com>
-
David Kahurani authored
This seems like a more effective interface and avoids code duplication. Signed-off-by: David Kahurani <k.kahurani@gmail.com>
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alex Henrie authored
Sega Bug uses it as a timer.
-