- 16 Jun, 2023 1 commit
-
-
Rémi Bernon authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55047
-
- 13 Jun, 2023 1 commit
-
-
Rémi Bernon authored
-
- 07 Jun, 2023 2 commits
-
-
Rémi Bernon authored
When applying a new cursor clipping rect, or to the previous foreground thread when foreground changes, to notify it of the cursor clipping rect being reset.
-
Rémi Bernon authored
-
- 30 May, 2023 1 commit
-
-
Rémi Bernon authored
-
- 04 Nov, 2022 1 commit
-
-
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>
-
- 09 Feb, 2022 1 commit
-
-
Jacek Caban authored
Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 21 Apr, 2021 1 commit
-
-
Rémi Bernon authored
As some thread may use a different desktop from their process. This fixes the user32 win tests, which leaks a desktop that never gets closed. The test_shell_window test creates a new desktop, which spawns explorer.exe process, incrementing the desktop user count to 1, then associates the desktop to a thread, which closes it on exit. Never the user count is incremented to 2, and closing the thread desktop doesn't either check whether the desktop process should be terminated. Reversely, it is possible to create a desktop, associate it with a thread /and/ a process, and this time the desktop process would be terminated when the process exits, although the thread may still be using it. Tracking the users per thread is more robust and fixes the problem as set_thread_desktop increments the desktop user count, and thread exit decrements it. Signed-off-by: Rémi Bernon <rbernon@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 13 Dec, 2019 1 commit
-
-
Paul Gofman authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47817Signed-off-by: Paul Gofman <gofmanp@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 24 Aug, 2018 2 commits
-
-
Alexandre Julliard authored
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Alexandre Julliard authored
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 05 Jul, 2018 1 commit
-
-
Alexandre Julliard authored
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 30 Aug, 2016 2 commits
-
-
Alexandre Julliard authored
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Alexandre Julliard authored
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 23 Aug, 2016 1 commit
-
-
Alexandre Julliard authored
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 20 Jan, 2016 1 commit
-
-
Alexandre Julliard authored
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 17 Oct, 2014 1 commit
-
-
Piotr Caban authored
Also don't limit mouse message scope to top-most window when message comes from SendInput or window that generated the event is minimized/transparent.
-
- 27 Mar, 2014 1 commit
-
-
Piotr Caban authored
-
- 21 Jun, 2011 1 commit
-
-
Vincent Povirk authored
-
- 06 Apr, 2011 1 commit
-
-
Alexandre Julliard authored
-
- 05 Apr, 2011 2 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 31 Mar, 2011 2 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 02 Mar, 2011 1 commit
-
-
Alexandre Julliard authored
-
- 25 Feb, 2011 4 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 27 Sep, 2010 1 commit
-
-
Alexandre Julliard authored
-
- 11 Jun, 2010 1 commit
-
-
Dmitry Timoshkov authored
-
- 15 Oct, 2009 1 commit
-
-
Alexandre Julliard authored
-
- 12 Oct, 2009 1 commit
-
-
Alexandre Julliard authored
-
- 29 Dec, 2008 3 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 10 Dec, 2008 1 commit
-
-
Alexandre Julliard authored
-
- 25 Jun, 2008 1 commit
-
-
Alexandre Julliard authored
-
- 19 Mar, 2008 1 commit
-
-
Alexandre Julliard authored
-
- 26 Jul, 2006 1 commit
-
-
Alexandre Julliard authored
Make it an unsigned int to save some space on Win64, if we need to transfer more than 4Gb over the server pipe something is seriously wrong.
-