Vincent Povirk
|
4c83138f72
|
server: Implement RegisterHotKey/UnregisterHotKey.
|
2011-06-21 14:51:08 +02:00 |
Alexandre Julliard
|
85358b10f3
|
server: Add a more general way of posting messages to the desktop window.
|
2011-04-05 13:36:56 +02:00 |
Alexandre Julliard
|
c64c36f573
|
server: Store all desktop cursor information in a separate structure.
|
2011-03-31 19:54:22 +02:00 |
Alexandre Julliard
|
02e8174067
|
server: Store the cursor clip rectangle in the server.
|
2011-02-25 13:50:19 +01:00 |
Vladimir Panteleev
|
824c5089d2
|
user32: Update last active popup for all parents.
|
2010-10-18 19:47:58 +02:00 |
Alexandre Julliard
|
fcd685977d
|
server: Valid rects are in parent coordinates.
|
2010-10-07 15:58:10 +02:00 |
Alexandre Julliard
|
d076dfa8e8
|
server: Update child window positions when resizing a mirrored parent.
|
2010-10-05 11:01:21 +02:00 |
Alexandre Julliard
|
6ee4521886
|
server: Pass the rectangle in client coordinates for update_window_zorder.
|
2010-09-27 21:12:49 +02:00 |
Alexandre Julliard
|
d56ac06260
|
server: Mirror the window region for RTL windows in get/set_window_region and redraw_window.
|
2010-09-27 21:07:11 +02:00 |
Alexandre Julliard
|
bc20ff50b6
|
server: Mirror the rectangles for RTL windows in set_window_pos.
|
2010-09-23 17:50:10 +02:00 |
Alexandre Julliard
|
3f026cafa5
|
user32: Add support for RTL window layouts in WIN_GetRectangles.
|
2010-09-22 20:28:20 +02:00 |
Alexandre Julliard
|
5702324b37
|
user32: Add support for RTL window layouts in MapWindowPoints.
|
2010-09-22 20:27:52 +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
|
dfe6ae58af
|
user32: Protect from setting as a window owner one of its successors.
|
2010-08-04 17:35:22 +02:00 |
Dmitry Timoshkov
|
66e981ec8d
|
server: Make layered windows transparent for mouse messages.
|
2010-06-11 14:16:03 +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
|
5dcf157b5b
|
server: Hide a window before destroying it if it was still visible.
|
2009-06-03 11:29:15 +02:00 |
Alexandre Julliard
|
f2c4e09e80
|
server: Make module handles always 64-bit.
|
2008-12-29 16:47:51 +01:00 |
Alexandre Julliard
|
cb2788efaf
|
server: Add a module_handle_t type to represent client-side module handles.
|
2008-12-29 16:41:44 +01:00 |
Alexandre Julliard
|
517b2f624d
|
server: Windows properties are actually generic params, not handles.
|
2008-12-10 16:21:32 +01:00 |
Alexandre Julliard
|
31282b3f63
|
server: Define an lparam_t type for message parameters that can hold all sorts of data.
|
2008-12-10 16:01:50 +01:00 |
Alexandre Julliard
|
d764107434
|
server: Make user handles ints instead of pointers.
|
2008-12-08 16:57:38 +01:00 |
Alexandre Julliard
|
05b4181cac
|
server: Implemented the server side of Get/SetLayeredWindowAttributes.
|
2008-09-12 15:30:47 +02:00 |
Alexandre Julliard
|
0f9484a124
|
server: Set the visible rect in the set_window_pos request again.
This essentially reverts 2f69329a37 .
We really need the visible rect to be set atomically with the rest of
the window position info.
|
2008-07-03 20:33:12 +02:00 |
Alexandre Julliard
|
42e2c99ce2
|
server: Fix a potential desktop reference leak.
|
2008-06-26 16:49:23 +02:00 |
Alexandre Julliard
|
6536868d07
|
user32: Make sure that IsWindowVisible returns FALSE for HWND_MESSAGE windows.
|
2008-06-25 15:49:44 +02:00 |
Alexandre Julliard
|
612c010431
|
user32: Add support for finding HWND_MESSAGE windows in FindWindowEx.
|
2008-06-25 15:30:22 +02:00 |
Alexandre Julliard
|
6b36e2131d
|
server: Also return the top-level message window in the get_desktop_window request.
|
2008-06-25 14:44:06 +02:00 |
Alexandre Julliard
|
81e6edbda9
|
server: Add support for a top-level message parent window in parallel to the desktop window.
|
2008-06-25 14:43:39 +02:00 |
Alexandre Julliard
|
25e070c0ac
|
server: Use a unicode_str to represent atom names.
|
2008-06-25 14:03:08 +02:00 |
Marcus Meissner
|
a82455e627
|
server: Remove superflous empty region allocation.
|
2008-05-14 16:02:32 +02:00 |
Alexandre Julliard
|
30c0639b5a
|
server: Crop the invalidate region against the rectangles of all parents.
|
2008-05-12 12:44:10 +02:00 |
Alexandre Julliard
|
bc25119c6e
|
server: Also crop the update region of children when moving a window.
|
2008-05-12 12:44:10 +02:00 |
Alexandre Julliard
|
e02969ddf0
|
server: When moving/resizing a window crop the update region against the new rectangle of the parents.
|
2008-05-12 12:41:17 +02:00 |
Alexandre Julliard
|
34fe91bf2b
|
user32: Implemented EnumDesktopWindows.
|
2008-03-19 11:13:46 +01:00 |
Alexandre Julliard
|
b2ea572352
|
server: Fix desktop window coordinates mapping in expose_window.
|
2008-03-18 12:22:53 +01:00 |
Alexandre Julliard
|
e42eaaaf3a
|
server: Invalidate the newly exposed child region on the parent too if it doesn't clip children.
|
2008-03-03 17:52:18 +01:00 |
Alexandre Julliard
|
8ee07d49ae
|
winex11: Re-introduce a separate X11 window for the client area of top-level windows.
|
2008-02-21 12:53:00 +01:00 |
Alexandre Julliard
|
2921f5c156
|
server: Invalidate the correct region when custom valid rects are specified.
|
2008-01-22 20:06:35 +01:00 |
Alexandre Julliard
|
2f69329a37
|
server: Add a separate request to set the window visible rect.
|
2008-01-22 20:01:21 +01:00 |
Alexandre Julliard
|
30d84fcd77
|
user32,server: Set the initial window rectangles to 0,0-0,0.
|
2008-01-22 10:15:38 +01:00 |
Alexandre Julliard
|
a54a990b3b
|
server: Allow to specify the class name instead of the atom to find a window.
|
2007-11-02 15:26:49 +01:00 |
Alexandre Julliard
|
1fc461f98b
|
server: Allow to specify the class name instead of the atom to create a window.
|
2007-11-02 15:16:25 +01:00 |
Alexandre Julliard
|
c183a9e6e7
|
server: Added support for HWND_TOPMOST and HWND_NOTOPMOST.
|
2007-10-31 18:12:56 +01:00 |
Alexandre Julliard
|
b843534357
|
server: Fix get_next/prev_window behavior for unlinked windows.
|
2007-10-31 18:08:19 +01:00 |
Alexandre Julliard
|
917f288f1b
|
server: Also return the new extended style in the set_window_pos request.
|
2007-10-31 17:51:05 +01:00 |
Alexandre Julliard
|
a771c53e27
|
server: Don't expose the parent window in areas that are now part of the child visible region.
|
2007-10-17 17:43:06 +02:00 |
Alexandre Julliard
|
952c82c271
|
server: Avoid refreshing areas of a window that have already been copied by the X server.
|
2007-10-17 17:28:04 +02:00 |
Alexandre Julliard
|
5874b854ee
|
server: Clip the visible region of a window to the desktop window.
|
2007-09-20 19:38:50 +02:00 |
Alexandre Julliard
|
df13cee288
|
server: Store a separate flag for windows that need to be erased in WM_PAINT.
This avoids the need to invalidate the window after WM_ERASEBKGND.
|
2007-08-27 16:41:08 +02:00 |