Alexandre Julliard
|
49a5db3869
|
user32: Don't show the icon title for off-screen icons.
|
2012-10-15 16:17:46 +02:00 |
Alexandre Julliard
|
cc7bf355c5
|
user32: Add support for setting the window surface visible region.
|
2012-10-09 15:22:56 +02:00 |
Alexandre Julliard
|
20768173ba
|
server: Add flags in the set_window_pos request to inform the server about the window surface.
|
2012-10-09 15:22:14 +02:00 |
Alexandre Julliard
|
ddf41276e1
|
user32: Invalid DCEs when the window surface changes.
|
2012-10-01 13:17:53 +02:00 |
Alexandre Julliard
|
91b0ee56cf
|
user32: Default to the dummy surface if the driver doesn't provide something else.
|
2012-10-01 13:09:27 +02:00 |
Alexandre Julliard
|
7304445a7e
|
user32: Maintain a list of active window surfaces and flush them periodically.
|
2012-09-06 12:38:13 +02:00 |
Alexandre Julliard
|
a5ef549c6e
|
user32: Add support for managing a DIB surface for a window.
|
2012-09-06 12:35:32 +02:00 |
Alexandre Julliard
|
75b641fc75
|
user32: Add a helper function to retrieve the virtual screen rectangle.
|
2012-09-05 21:56:55 +02:00 |
Alexandre Julliard
|
2dc234d923
|
user32: Only show a window the first time WS_VISIBLE is toggled, to work around Steam's WM_SETREDRAW usage.
|
2012-09-04 12:38:33 +02:00 |
Alexandre Julliard
|
85fed5b194
|
user32: Invalidate the DCEs while still holding the window lock in SetWindowPos.
|
2012-08-29 20:10:56 +02:00 |
Alexandre Julliard
|
4890964e31
|
user32: Rely on SetWindowPos to invalidate the DCEs when the window region is changed.
|
2012-08-29 18:08:10 +02:00 |
Dmitry Timoshkov
|
38a76ecb03
|
user32: SetWindowPos() should check the final window position in screen coords before adding SWP_NOMOVE.
|
2012-04-02 18:35:55 +02:00 |
Dmitry Timoshkov
|
ea7e9ed2eb
|
user32: RealChildWindowFromPoint should skip invisible windows.
|
2012-02-06 10:23:27 -06:00 |
David Hedberg
|
c764210731
|
user32: Fix return value when passing a non-sibling preceding window to SetWindowPos.
Acrobat Reader relies on SetWindowPos, with hwndInsertAfter set to a
non-sibling window and no SWP_NOZORDER passed, to return true.
|
2011-03-30 15:03:44 +02:00 |
Alexandre Julliard
|
2f368cfad2
|
user32: Reset the cursor clip rectangle before moving a window.
|
2011-03-30 13:28:04 +02:00 |
Dmitry Timoshkov
|
5fea02e8c2
|
user32: Add the SW_SHOWDEFAULT case to WINPOS_MinMaximize().
|
2011-03-29 12:58:24 +02:00 |
Alexandre Julliard
|
ee44c7c0f4
|
user32: Fix coordinates mapping for the desktop window in the explorer process.
|
2010-12-13 12:43:34 +01:00 |
Alexandre Julliard
|
1829fc51c1
|
user32: Return some fake information for an inter-process GetWindowPlacement.
|
2010-12-09 20:43:26 +01:00 |
Alexandre Julliard
|
377820e313
|
user32: Don't rely on the cached position for windows that have a mirrored parent.
|
2010-10-05 11:01:21 +02:00 |
Alexandre Julliard
|
2f6d41de46
|
user32: Free the window region once it has been set.
|
2010-09-27 21:06:43 +02:00 |
Alexandre Julliard
|
d43cc0cd82
|
user32: Fix the window positions when moving a child window for a RTL window.
|
2010-09-24 15:45:54 +02:00 |
Alexandre Julliard
|
9bbfcb5b07
|
user32: Add support for RTL window layouts in GetUpdateRgn and GetUpdateRect.
|
2010-09-23 17:50:11 +02:00 |
Alexandre Julliard
|
024521190a
|
user32: Always store the window rectangles unmirrored after SetWindowPos.
|
2010-09-23 17:50:10 +02:00 |
Alexandre Julliard
|
5702324b37
|
user32: Add support for RTL window layouts in MapWindowPoints.
|
2010-09-22 20:27:52 +02:00 |
Alexandre Julliard
|
9b693ddadb
|
user32: Use WIN_GetRectangles where possible instead of mapping coordinates explicitly.
|
2010-09-07 15:11:24 +02:00 |
Alexandre Julliard
|
141defbd54
|
user32: Use WIN_GetRectangles where possible instead of accessing the window structure.
|
2010-09-07 14:55:42 +02:00 |
Alexandre Julliard
|
7295b6746d
|
user32: Add support for fetching window rectangles relative to various origins.
|
2010-09-07 14:31:30 +02:00 |
Dmitry Timoshkov
|
38b8805c0c
|
user32: Add a bunch of GetWindowPlacement() tests, fix some simple cases.
|
2010-09-01 17:07:35 +02:00 |
Dylan Smith
|
9f32d6d6a9
|
user32: Prevent resize of minimized windows from SetWindowPos.
|
2010-07-22 12:57:04 +02:00 |
Alexandre Julliard
|
b6765134a3
|
user32: The Z-order of owned windows doesn't depend on them having the WS_POPUP style.
|
2010-04-13 21:10:00 +02:00 |
Alexandre Julliard
|
adf9dcd6a7
|
user32: Fix Z-order handling of windows that have a top-most owner.
|
2010-02-19 13:05:08 +01:00 |
Alexandre Julliard
|
df3e5a8762
|
user32: Reimplement MapWindowPoints16 and move it to wnd16.c.
|
2009-12-22 13:48:24 +01:00 |
Ilya Shpigor
|
e6f0404076
|
user32: Fix switching focus to parent after child hiding.
|
2009-11-05 14:45:33 +01:00 |
Alexandre Julliard
|
4bb95f4d0f
|
user32: Use the generic handle functions for windows too.
|
2009-10-12 17:07:04 +02:00 |
Alexandre Julliard
|
da3c4c995a
|
user32: Use client-side user handles for DeferWindowPos.
|
2009-10-12 17:07:04 +02:00 |
Alexandre Julliard
|
b464f9cacb
|
user32: Bring SwitchToThisWindow a bit more in line with the now documented behavior.
|
2009-08-31 16:37:19 +02:00 |
Henri Verbeet
|
b31f0f24ff
|
user32: Send 0 as LPARAM for SIZE_MINIMIZED WM_SIZE messages.
|
2009-08-03 15:02:51 +02:00 |
Nikolay Sivov
|
a2b7aafdae
|
user32: Implemented GetWindowRgnBox with some tests.
|
2009-04-02 15:09:55 +02:00 |
Michael Stefaniuc
|
214b40b109
|
user32: Remove superfluous pointer casts.
|
2009-03-02 12:11:38 +01:00 |
Austin English
|
f1ea9f6e79
|
user32: Add a missing HeapFree.
|
2009-02-23 12:19:38 +01:00 |
Florian Köberle
|
640d2e029a
|
user32: Unify handling of child and normal windows in getMinMaxInfo.
The code for the child windows works now for the standalone windows as well.
|
2009-01-27 15:20:01 +01:00 |
Florian Köberle
|
8afc5fe6d5
|
user32: Fix maximized child windows.
|
2009-01-27 15:18:56 +01:00 |
Florian Köberle
|
a50deff4be
|
user32: Fix thick child minTrack and size.
|
2009-01-27 15:18:10 +01:00 |
Florian Köberle
|
ce119daf3e
|
user32: Fix maxPosition of thick child windows.
|
2009-01-27 15:18:00 +01:00 |
Florian Köberle
|
4487f85e58
|
user32: Removed code without effect.
|
2009-01-23 15:39:44 +01:00 |
Florian Köberle
|
8784702d1f
|
user32: Fixed max size of child with exStyle WS_EX_DGLMODALFRAME.
|
2009-01-23 15:39:39 +01:00 |
Florian Köberle
|
aaddefff53
|
user32: Refactor of WINPOS_GetMinMaxInfo.
Moved and duplicated the code below the "if child" statement into the
if and else block.
|
2009-01-23 15:38:52 +01:00 |
Alexandre Julliard
|
7fdadbb377
|
server: Add functions for conversions between server user handles and pointer-style handles.
|
2008-12-08 16:58:20 +01:00 |
Dmitry Timoshkov
|
922dc31224
|
user32: Add a test for fullscreen window sizing, make it pass under Wine.
It appears that Windows doesn't always restrict the window size by
the monitor work area. The tests pass under XP SP3 and Win98.
|
2008-10-17 11:42:31 +02:00 |
Alexandre Julliard
|
aef7723c3e
|
user32: Don't reinitialize the window placement even if the window rect is empty.
|
2008-09-16 16:29:26 +02:00 |