- adf9dcd user32: Fix Z-order handling of windows that have a top-most owner. by Alexandre Julliard · 15 years ago
- 5dcf157 server: Hide a window before destroying it if it was still visible. by Alexandre Julliard · 16 years ago
- f2c4e09 server: Make module handles always 64-bit. by Alexandre Julliard · 16 years ago
- cb2788e server: Add a module_handle_t type to represent client-side module handles. by Alexandre Julliard · 16 years ago
- 517b2f6 server: Windows properties are actually generic params, not handles. by Alexandre Julliard · 16 years ago
- 31282b3 server: Define an lparam_t type for message parameters that can hold all sorts of data. by Alexandre Julliard · 16 years ago
- d764107 server: Make user handles ints instead of pointers. by Alexandre Julliard · 16 years ago
- 05b4181 server: Implemented the server side of Get/SetLayeredWindowAttributes. by Alexandre Julliard · 17 years ago
- 0f9484a server: Set the visible rect in the set_window_pos request again. by Alexandre Julliard · 17 years ago
- 42e2c99 server: Fix a potential desktop reference leak. by Alexandre Julliard · 17 years ago
- 6536868 user32: Make sure that IsWindowVisible returns FALSE for HWND_MESSAGE windows. by Alexandre Julliard · 17 years ago
- 612c010 user32: Add support for finding HWND_MESSAGE windows in FindWindowEx. by Alexandre Julliard · 17 years ago
- 6b36e21 server: Also return the top-level message window in the get_desktop_window request. by Alexandre Julliard · 17 years ago
- 81e6edb server: Add support for a top-level message parent window in parallel to the desktop window. by Alexandre Julliard · 17 years ago
- 25e070c server: Use a unicode_str to represent atom names. by Alexandre Julliard · 17 years ago
- a82455e server: Remove superflous empty region allocation. by Marcus Meissner · 17 years ago
- 30c0639 server: Crop the invalidate region against the rectangles of all parents. by Alexandre Julliard · 17 years ago
- bc25119 server: Also crop the update region of children when moving a window. by Alexandre Julliard · 17 years ago
- e02969d server: When moving/resizing a window crop the update region against the new rectangle of the parents. by Alexandre Julliard · 17 years ago
- 34fe91b user32: Implemented EnumDesktopWindows. by Alexandre Julliard · 17 years ago
- b2ea572 server: Fix desktop window coordinates mapping in expose_window. by Alexandre Julliard · 17 years ago
- e42eaaa server: Invalidate the newly exposed child region on the parent too if it doesn't clip children. by Alexandre Julliard · 17 years ago
- 8ee07d4 winex11: Re-introduce a separate X11 window for the client area of top-level windows. by Alexandre Julliard · 17 years ago
- 2921f5c server: Invalidate the correct region when custom valid rects are specified. by Alexandre Julliard · 17 years ago
- 2f69329 server: Add a separate request to set the window visible rect. by Alexandre Julliard · 17 years ago
- 30d84fc user32,server: Set the initial window rectangles to 0,0-0,0. by Alexandre Julliard · 17 years ago
- a54a990 server: Allow to specify the class name instead of the atom to find a window. by Alexandre Julliard · 17 years ago
- 1fc461f server: Allow to specify the class name instead of the atom to create a window. by Alexandre Julliard · 17 years ago
- c183a9e server: Added support for HWND_TOPMOST and HWND_NOTOPMOST. by Alexandre Julliard · 17 years ago
- b843534 server: Fix get_next/prev_window behavior for unlinked windows. by Alexandre Julliard · 17 years ago
- 917f288 server: Also return the new extended style in the set_window_pos request. by Alexandre Julliard · 17 years ago
- a771c53 server: Don't expose the parent window in areas that are now part of the child visible region. by Alexandre Julliard · 17 years ago
- 952c82c server: Avoid refreshing areas of a window that have already been copied by the X server. by Alexandre Julliard · 17 years ago
- 5874b85 server: Clip the visible region of a window to the desktop window. by Alexandre Julliard · 18 years ago
- df13cee server: Store a separate flag for windows that need to be erased in WM_PAINT. by Alexandre Julliard · 18 years ago
- 5bd497f server: Moving a window should only expose the immediate parent. by Alexandre Julliard · 18 years ago
- 149cbb1 server: Validate the parents every time we paint a window instead of only on RDW_UPDATENOW. by Alexandre Julliard · 18 years ago
- dcdf7c5 server: Treat desktop as a top-level window. by Vitaliy Margolen · 18 years ago
- b1788c8 server: Replace inline static with static inline. by Andrew Talbot · 18 years ago
- 1767b45 server: Expose areas revealed by changes to the window region. by Alexandre Julliard · 18 years ago
- cae37b1 wineserver: Validate the children of windows being hidden. by Ulrich Czekalla · 18 years ago
- 4bdf434 winex11.drv: Store window and drawable rects in X11DRV_PDEVICE. by Ulrich Czekalla · 18 years ago
- 844374a server: Always ignore the root window position when computing coordinates offsets. by Alexandre Julliard · 18 years ago
- 5ceccec server: Remove redundant NULL check before free() (found by Smatch). by Michael Stefaniuc · 18 years ago
- 81c1472 user32: The per-window user data must be a DWORD_PTR. by Alexandre Julliard · 18 years ago
- 0f273c1 server: Added data_size_t type to represent sizes in the server protocol. by Alexandre Julliard · 19 years ago
- 19e7fab user: Improve SetActiveWindow test, add SetForegroundWindow test, make them pass under Wine. by Dmitry Timoshkov · 19 years ago
- 38e74b3 server: Don't attach the thread input when changing parents if the new by Robert Shearman · 19 years ago
- 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
- 0fab85a server: Don't attach thread input to the desktop. by Alexandre Julliard · 19 years ago
- 2eb46bb explorer: Don't use ExitWindows on shutdown. by Alexandre Julliard · 19 years ago
- 90af5a0 server: Connect to the window station and desktop specified by startup info. by Alexandre Julliard · 19 years ago
- 641e9e3 server: Store window properties in the global atom table instead of by Alexandre Julliard · 19 years ago
- 1a4f6e5 user: Launch explorer to manage the desktop window. by Alexandre Julliard · 19 years ago
- f978f61 server: Support for closing the desktop window. by Alexandre Julliard · 19 years ago
- 251be54 server: Infrastructure for having a thread own the desktop window. by Alexandre Julliard · 19 years ago
- 4be3d4c server: Return real parent and owner in the create_window request. by Alexandre Julliard · 19 years ago
- 1a1583a Match PSDK STATUS_* definitions. by Ge van Geldorp · 19 years ago
- 5ad90c0 Tie windows and thread input structures to a specific desktop. by Alexandre Julliard · 20 years ago
- c3ac57d Explicitly pass the winstation to the atom functions so that they can by Alexandre Julliard · 20 years ago
- 8c51880 Put in place the basic infrastructure to allow supporting multiple by Alexandre Julliard · 20 years ago
- 86af38c Make IsWindowUnicode work in the case when window belongs to another process. by Dmitry Timoshkov · 20 years ago
- 92fec7b Keep track of the windows and hooks used by a thread to properly by Alexandre Julliard · 20 years ago
- db412aa Added a from_child parameter to the get_update_region request to allow by Alexandre Julliard · 20 years ago
- 50dc5a3 Crop the update region to the new window rectangle when resizing a window. by Alexandre Julliard · 20 years ago
- b4b7f05 Fix several memory leaks. by Rob Shearman · 20 years ago
- 9e73cdd Allow passing a string to the window property server requests instead by Alexandre Julliard · 20 years ago
- d70a253 Make sure a thread has a queue as soon as it creates a window. by Alexandre Julliard · 20 years ago
- 962a5e7 Fix potential region leak. by Raphael Junqueira · 20 years ago
- bc75f2f Return the coordinates information needed to setup the DC parameters by Alexandre Julliard · 20 years ago
- eea7069 The update region passed in WM_NCPAINT and the clipping region passed by Alexandre Julliard · 20 years ago
- 4d32a47 Replace the link_window request by a set_parent request since that is by Alexandre Julliard · 20 years ago
- 5054c79 Try to always keep the server window Z-order in sync with the X11 one by Alexandre Julliard · 20 years ago
- f756090 Make the server know about the visible area of a window, which is the by Alexandre Julliard · 20 years ago
- 4e47afb Compute the top clipping window directly on the server side. by Alexandre Julliard · 20 years ago
- 705909a Converted the window children lists to standard lists. by Alexandre Julliard · 20 years ago
- b9a9de6 Clear the internal paint flag in the server before returning a by Alexandre Julliard · 20 years ago
- 1bc2caa Don't check children of minimized windows in get_update_region. by Alexandre Julliard · 20 years ago
- 548c973 Allow the client rectangle to be of arbitrary size and dimensions, by Alexandre Julliard · 20 years ago
- 04995ce Don't overwrite last byte of the window structure as we might not have by Robert Shearman · 20 years ago
- ae661da Properly compute the client area valid rects and pass them to the by Alexandre Julliard · 20 years ago
- 5620637 Desktop window is repainted on WM_ERASEBKGND, it must never get a WM_PAINT. by Alexandre Julliard · 20 years ago
- 5defa49 Moved update region handling to the server. by Alexandre Julliard · 20 years ago
- 085ef06 Added is_window_visible function. by Alexandre Julliard · 20 years ago
- 807fe07 Don't bother to return partial region data in get_window_region and by Alexandre Julliard · 21 years ago
- 4616dcb Moved the WindowFromPoint functionality to the server so that we can by Alexandre Julliard · 21 years ago
- 3365eb7 get_visible_region: do not clip out siblings of the top-level window. by Alexandre Julliard · 21 years ago
- 618a7e5 Added support for window regions in the server. by Alexandre Julliard · 21 years ago
- e8d86b7 Moved visible region calculation to the server. by Alexandre Julliard · 21 years ago
- bd13ab8 Store a pointer to the client-side class structure in the server and by Alexandre Julliard · 21 years ago
- bfce151 Added window classes in the server, and support for inter-process by Alexandre Julliard · 21 years ago
- ebf1243 Added support for inter-process GetWindowWord. by Alexandre Julliard · 21 years ago
- 97903d2 Added support for inter-process GetWindowLong on the window extra bytes. by Alexandre Julliard · 21 years ago
- 76adb1f - Move shell window into the background. - Add tests for Get/SetShellWindow(). by Martin Fuchs · 21 years ago
- 8d174d3 Store the global shell, progman and taskman windows in the server by Alexandre Julliard · 21 years ago
- e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
- 3783e49 Removed no longer used local variable (spotted by Dmitry Timoshkov). by Alexandre Julliard · 22 years ago
- 242e395 Store the hardware messages in the thread input structure, not in the by Alexandre Julliard · 22 years ago
- 5030bda Reimplemented Get/SetActiveWindow, Get/SetFocus and by Alexandre Julliard · 22 years ago
- ab5063b Added server-side infrastructure for the thread input structure. by Alexandre Julliard · 22 years ago