- 01 Jan, 2024 1 commit
-
-
Alexandre Julliard authored
-
- 27 Dec, 2023 6 commits
-
-
Yuxuan Shui authored
DMUS_PMSG::dwType is the type of the message, but we are comparing it to curve types. We should be using DMUS_CURVE_PMSG::bType instead.
-
Lauri Kenttä authored
-
Lauri Kenttä authored
-
Brendan Shanks authored
F_GETPATH is currently only implemented on macOS. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56047
-
Brendan Shanks authored
-
Fan WenJie authored
Signed-off-by: Fan WenJie <fanwj@mail.ustc.edu.cn>
-
- 22 Dec, 2023 9 commits
-
-
Alexandre Julliard authored
-
Paul Gofman authored
-
Eric Pouech authored
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Rémi Bernon authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55637
-
Rémi Bernon authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55637
-
Rémi Bernon authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55637
-
Rémi Bernon authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55637
-
Rémi Bernon authored
Renaming check_music_time to check_reference_time, as it's truly reference time values that are passed. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55637
-
Paul Gofman authored
-
- 21 Dec, 2023 7 commits
-
-
Eric Pouech authored
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Rémi Bernon authored
Getting rid of the desktop cursor handle at the same time. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55961
-
Rémi Bernon authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55961
-
Brendan McGrath authored
-
Huw Davies authored
-
Huw Davies authored
Fixes a regression caused by da65aa5b.
-
Eric Pouech authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55942Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
- 20 Dec, 2023 6 commits
-
-
Zebediah Figura authored
-
Rémi Bernon authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55773
-
Rémi Bernon authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55773
-
Alex Henrie authored
Based on simliar patch for comctl32/treeview: 231199bc WM_PRINTCLIENT paints the items of a listview, including the item backgrounds, but never the listview background. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54878 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55005Co-authored-by: Bernhard Übelacker <bernhardu@mailbox.org>
-
Alistair Leslie-Hughes authored
-
Alexandre Julliard authored
Same as 343398d2. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55446
-
- 19 Dec, 2023 10 commits
-
-
Bernhard Übelacker authored
This should avoid getting i386 when the process really is x86_64, with just a single i386 module loaded. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56048
-
Rémi Bernon authored
-
Zhiyi Zhang authored
TightVNC viewer passes the bitmap object from display DCs to GetDIBits() and expect it to succeed. So merely a bitmap handle no longer suffices. Thus create a real bitmap instead. Fix a regression from 546cbdc2. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54381
-
Zhiyi Zhang authored
Test that passing the bitmap object from display DCs to GetDIBits() should succeed. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54381
-
Fabian Maurer authored
-
Alex Henrie authored
-
Alexandre Julliard authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56039
-
Alexandre Julliard authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56039
-
Alexandre Julliard authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55446
-
Alexandre Julliard authored
-
- 18 Dec, 2023 1 commit
-
-
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>
-