Alexandre Julliard
|
dc26f27835
|
winex11: Moved support for window moving/resizing back to user32.
|
2008-03-12 15:01:24 +01:00 |
Alexandre Julliard
|
b7d103b634
|
user32: Force the window position to be on-screen in SetWindowPlacement.
|
2008-03-07 11:01:07 +01:00 |
Alexandre Julliard
|
a5b887a8c2
|
user32: Moved Cascade/TileChildWindows16 to wnd16.c.
|
2008-03-05 19:20:43 +01:00 |
Alexandre Julliard
|
e6a3d80828
|
user32: Store the window placement information directly in the main window structure.
|
2008-03-04 20:45:40 +01:00 |
Alexandre Julliard
|
accfce21d3
|
user32: Fix a couple of message test failures.
|
2008-03-04 20:01:41 +01:00 |
Alexandre Julliard
|
c0e10d2b97
|
user32: Hide the icon title when hiding a window.
|
2008-02-28 17:01:30 +01:00 |
Alexandre Julliard
|
936ab3a644
|
user32: Moved the ShowWindow implementation from winex11 back to user32.
|
2008-02-28 17:01:30 +01:00 |
Alexandre Julliard
|
1642fbcbc2
|
user32: Moved the DCE support from winex11 back to user32.
Window and class DCEs are now allocated lazily.
|
2008-02-25 15:59:19 +01:00 |
Alexandre Julliard
|
55165f87cc
|
user32: Pass the modified SetWindowPos flags to the set_window_pos server request.
|
2008-02-20 14:41:09 +01:00 |
Alexandre Julliard
|
8f15dd4d4e
|
user32: Rewrite SWP_DoOwnedPopups to take into account topmost windows.
|
2008-02-18 15:00:38 +01:00 |
Maarten Lankhorst
|
c6e61fbf89
|
user32: Fix a message test that would only pass on wine.
|
2008-02-18 14:11:17 +01:00 |
Lei Zhang
|
6c1cdc7186
|
user32: Use wine_dbgstr_rect() in traces.
|
2008-02-07 11:59:53 +01:00 |
Alexandre Julliard
|
d6f6745c9c
|
user32: Moved the bulk of CreateWindow and SetWindowPos from the driver back into user32.
|
2008-01-24 11:23:09 +01:00 |
Michael Stefaniuc
|
3e8970602c
|
dlls: Remove duplicate includes.
|
2007-11-19 13:54:46 +01:00 |
Alexandre Julliard
|
c183a9e6e7
|
server: Added support for HWND_TOPMOST and HWND_NOTOPMOST.
|
2007-10-31 18:12:56 +01:00 |
Steven Edwards
|
a725826ada
|
user32: Remove some no longer needed wine 16bit headers.
|
2007-08-29 12:31:34 +02:00 |
Alexandre Julliard
|
a887a64c17
|
user32: SetWindowPos should erase the parent also for child moves.
|
2007-08-27 15:13:51 +02:00 |
Alexandre Julliard
|
ce7bfd6a3f
|
user32: Erase parent window when child is hidden. From a patch by Clinton Stimpson.
|
2007-07-31 20:32:15 +02:00 |
Dmitry Timoshkov
|
8723b12f98
|
user32: Windows doesn't redraw a window if it is being just moved.
|
2007-04-26 16:57:46 +02:00 |
Louis Lenders
|
2ca1ddd8f0
|
user32: Add RealChildWindowFromPoint.
|
2007-04-12 16:33:52 +02:00 |
Alexandre Julliard
|
1767b4558a
|
server: Expose areas revealed by changes to the window region.
|
2007-03-05 16:43:27 +01:00 |
Pierre d'Herbemont
|
e5e58a6b13
|
user32: Factorize driver's SetWindowPos in user32.
|
2006-11-29 14:05:33 +01:00 |
Alexandre Julliard
|
b8a2e3b8a4
|
user32: Renamed the user/ directory to user32.
|
2006-11-16 14:49:25 +01:00 |