- 12 Feb, 2024 1 commit
-
-
Yuxuan Shui authored
-
- 09 Feb, 2024 16 commits
-
-
Alexandre Julliard authored
-
Gabriel Ivăncescu authored
Fixes a regression introduced by 229b4561, which caused the icons to not be visible initially in the virtual desktop systray. Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Gabriel Ivăncescu authored
Fixes a regression introduced by 62c6646d, because SetParent will unconditionally activate the window, causing newly added icons to deactivate the foreground window. Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Shaun Ren authored
-
Shaun Ren authored
-
Shaun Ren authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
This should fix test failures on Windows.
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
Appending the entire RAWMOUSE / RAWKEYBOARD / RAWHID + report structs after the hardware message data, instead of using a custom intermediate structure.
-
Ivo Ivanov authored
-
- 08 Feb, 2024 18 commits
-
-
Hans Leidekker authored
This gives a 30% performance increase in a local test with a very large document.
-
Yuxuan Shui authored
Stream sink such as evr can't be prerolled a second time, and when we are restarting from a paused state, those stream sink will already be prerolled so don't preroll them again. Otherwise we will be waiting for Prerolled events that will never come.
-
Marc-Aurel Zent authored
-
Alex Henrie authored
-
Alexandros Frantzis authored
Most paths that hold both the display_lock and the display_devices_init mutex acquire them in the order just mentioned. However, there are two cases where these are acquired in the opposite order, which with unfortunate thread interactions and timings can lead to a deadlock. Fix these cases to use the same order as the rest of the code.
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
mfreadwrite/tests: Test source reader transforms with MF_SOURCE_READER_ENABLE_ADVANCED_VIDEO_PROCESSING.
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 07 Feb, 2024 5 commits
-
-
Esme Povirk authored
I missed that a few of these had the defwinproc flag when initially adding them.
-
Arkadiusz Hiler authored
Current implementation handles correctly % only at the end of the string. Nothing else matches. The new implementation while naïve and recursive handles both _ and * correctly.
-
Arkadiusz Hiler authored
-
Helix Graziani authored
-
Louis Lenders authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56291
-