- 31 Jan, 2024 9 commits
-
-
Daniel Lehman authored
-
Daniel Lehman authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Shaun Ren authored
Instead of creating the TTS voice engine directly in SetVoice, we save the specified voice token, and only create them in ISpVoice::Speak when necessary.
-
Louis Lenders authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56259
-
- 30 Jan, 2024 29 commits
-
-
Arkadiusz Hiler authored
Declaring them as 8 bits crashes game due to how Unity's native hid support parses the data.
-
Arkadiusz Hiler authored
The 0xe nibble value is reserved and makes hid-decode from hid-tools crash while tryign to parse the descriptor. 0x0 is the correct way of expressing no special units are used.
-
Daniel Lehman authored
-
Daniel Lehman authored
-
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 2 commits
-
-
Piotr Caban authored
-
Piotr Caban authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53934
-