- 17 Nov, 2022 40 commits
-
-
Zebediah Figura authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53387
-
Zebediah Figura authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Eric Pouech authored
This op is heavily used by clang with PDB debug info, while MSVC barely uses it. This fixes a bunch of problems when loading PDB files generated by clang (eg. the PDB files from wine-gecko). Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
Alex Henrie authored
DirectInputCreateEx is available on all versions of Windows since XP at least.
-
Nikolay Sivov authored
Described by Jason Millard. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53867Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Evan Tang authored
-
Evan Tang authored
PS Elements installer needs this, as it picks attachEvent over addEventListener if it exists, and then tries to use it with a function that only works with addEventListener (needs the event object passed)
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Rémi Bernon authored
Keeping the 32bit TEB context and private data in sync.
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Brendan Shanks authored
Building the loader targeting 10.7 (to generate an LC_UNIXTHREAD binary) seems to fix an issue in the Mac driver with 10.13 and earlier where window layers wouldn't update correctly. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52354
-
Zebediah Figura authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53387
-
Zebediah Figura authored
Don't include the null terminator twice.
-
Zebediah Figura authored
-
Alex Henrie authored
-
Zhiyi Zhang authored
Some applications use FindWindowA() with class Shell_TrayWnd to find the taskbar window on Windows. Then GetWindowRect() is called to get the taskbar window rectangle. Finally, the taskbar window rectangle is subtracted from the primary screen rectangle to calculate the work area. Without a valid taskbar window position, these applications end up getting an incorrect work area and going down the wrong path. So use the same position and size as the host system panel for explorer taskbar when it's hidden.
-
Zhiyi Zhang authored
-
Alex Henrie authored
-
Alex Henrie authored
-
Alex Henrie authored
-
Alex Henrie authored
-
Alex Henrie authored
-
Alex Henrie authored
-
Alex Henrie authored
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Nikolay Sivov authored
-
Alex Henrie authored
-
Alex Henrie authored
-