- 19 Dec, 2023 2 commits
-
-
Alexandre Julliard authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55446
-
Alexandre Julliard authored
-
- 18 Dec, 2023 14 commits
-
-
Eric Pouech authored
On top of being closer to native behavior, this helps some games where: - they use dbghelp to gather information of where they generate exceptions, - they generate exception in the game play, - and refresh their list of loaded modules in dbghelp. This can generate some delays (~2ms per module), which affects game play (freeze, slugginess...). Credit to Paul Gofman for triaging this. Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Eric Pouech authored
Basically, showing specific behavior when calling SymLoadModule() with a non-null base address, and that address is already the exact base address of a loaded module. Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Rémi Bernon authored
This partially reverts commit c3dcf1e2. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55306 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56046
-
Rémi Bernon authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55306
-
Jacek Caban authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55582
-
Eric Pouech authored
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Eric Pouech authored
This was generating a lot of crashes in riched20 tests. Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Rémi Bernon authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51478
-
Rémi Bernon authored
This seems to later mess up with the preload keyboard list and GetKeyboardLayoutNameW. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51478
-
Rémi Bernon authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55327 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55328
-
Rémi Bernon authored
-
Akihiro Sagawa authored
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Georg Lehmann authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51314
-
- 17 Dec, 2023 1 commit
-
-
Paul Gofman authored
Fixes a regression introduced by commit efd03f40. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55967
-
- 15 Dec, 2023 14 commits
-
-
Alexandre Julliard authored
-
Alexandros Frantzis authored
Map linux mouse buttons to win32 XBUTTON1 and XBUTTON2. Although BTN_SIDE and BTN_EXTRA are the typical event codes for these buttons, some drivers use BTN_BACK and BTN_FORWARD, so map both pairs. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56026
-
Alexandros Frantzis authored
The Wayland specification states about the keyboard leave event: After this event client must assume that all keys, including modifiers, are lifted and also it must stop key repeating if there's some going on. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56001
-
Rémi Bernon authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55306
-
Rémi Bernon authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55306
-
Hans Leidekker authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55962
-
Alexandre Julliard authored
This reverts commit 43e5f9e4. The proper fix is more complicated. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55962
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55655
-
Alexandre Julliard authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55578
-
Alexandre Julliard authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55667
-
Jactry Zeng authored
-
- 14 Dec, 2023 8 commits
-
-
Alexandros Frantzis authored
If the foreground window is fullscreen on the whole virtual screen, allow the pointer to be locked (if the cursor is hidden), even if we don't have an explicit fullscreen clip. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56022
-
Biswapriyo Nath authored
-
Sven Baars authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55288
-
Alexandre Julliard authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54402
-
Alexandre Julliard authored
To avoid triggering more pointer-truncation bugs in applications.
-
Alexandre Julliard authored
Based on a patch by Rémi Bernon.
-
Alexandre Julliard authored
Based on a patch by Rémi Bernon.
-
Bernhard Übelacker authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56006
-
- 13 Dec, 2023 1 commit
-
-
Rémi Bernon authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55774
-