- 09 May, 2023 2 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 22 Mar, 2023 1 commit
-
-
Eric Pouech authored
Code is duplicated in ntdll.dll (for 32bit only and old Wow configuration) and wow64.dll for new Wow64 configurations. Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
- 08 Mar, 2023 1 commit
-
-
Alexandre Julliard authored
-
- 02 Mar, 2023 1 commit
-
-
Henry Goffin authored
This patch addresses an issue in Second Life and potentially other multi-threaded applications which process WM_KEYDOWN in one thread and then verify that the key is "still down" with GetAsyncKeyState from another thread. Wine uses a per-thread key cache, resulting in inconsistent views of key status. Caches are now invalidated when an input event is injected by the driver or via SendInput.
-
- 01 Mar, 2023 2 commits
-
-
Alex Henrie authored
-
Alexandre Julliard authored
-
- 21 Feb, 2023 4 commits
-
-
Paul Gofman authored
-
Paul Gofman authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 17 Feb, 2023 1 commit
-
-
Brendan Shanks authored
Based on a patch by Tim Clem <tclem@codeweavers.com>. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54367
-
- 01 Feb, 2023 1 commit
-
-
Alex Henrie authored
Because of padding at the end of the struct, sizeof(*view) is greater than offsetof(struct memory_view, name[0]). Change the allocation to overallocate slightly instead of underallocating slightly.
-
- 25 Jan, 2023 2 commits
-
-
Eric Pouech authored
Let conhost handle ctrl-\ instead of Unix tty, and pretend it's a ctrl-pause/break key stroke. This allows CUI application in processed input mode not to close upon ctrl-\. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54141Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
Eric Pouech authored
Note: this patch should be extended by adding insertion of the CTRL_BREAK_EVENT into processes' crtl handler (as it's done for CTRL_C_EVENT). Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
- 13 Dec, 2022 5 commits
-
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53911
-
Zebediah Figura authored
-
Zebediah Figura authored
-
- 22 Nov, 2022 1 commit
-
-
Rémi Bernon authored
-
- 18 Nov, 2022 2 commits
-
-
Sven Baars authored
-
Sven Baars authored
-
- 17 Nov, 2022 1 commit
-
-
Aric Stewart authored
-
- 14 Nov, 2022 1 commit
-
-
Rémi Bernon authored
It's previously set to NULL and never updated.
-
- 11 Nov, 2022 1 commit
-
-
Paul Gofman authored
-
- 10 Nov, 2022 1 commit
-
-
Paul Gofman authored
-
- 04 Nov, 2022 10 commits
-
-
Jinoh Kang authored
This partly reverts e42eaaaf. Signed-off-by: Jinoh Kang <jinoh.kang.kr@gmail.com>
-
Jinoh Kang authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53153Signed-off-by: Jinoh Kang <jinoh.kang.kr@gmail.com>
-
Jinoh Kang authored
Skip redrawing the composited child window when the window rect and visible region stays the same, since we're taking the union of the old and new visible regions. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53153Signed-off-by: Jinoh Kang <jinoh.kang.kr@gmail.com>
-
Paul Gofman authored
-
Paul Gofman authored
-
Paul Gofman authored
-
Paul Gofman authored
-
Paul Gofman authored
-
Paul Gofman authored
-
Paul Gofman authored
-
- 31 Oct, 2022 3 commits
-
-
Paul Gofman authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50955
-
Paul Gofman authored
-
Paul Gofman authored
-