Release 1.5.29.
[wine] / server / window.c
2013-02-11  Alexandre Julliardserver: Return the window paint flags in the get_visibl...
2013-02-11  Alexandre Julliardserver: Also exclude the top-level client rectangle...
2012-11-27  Alexandre Julliardserver: Don't expose the desktop on window resizes.
2012-11-06  Alexandre Julliarduser32: Force refreshing the non-client area when the...
2012-10-17  Alexandre Julliardserver: Fix propagation of the pixel format flag when...
2012-10-09  Alexandre Julliardserver: Add a heuristic to avoid computing surface...
2012-10-09  Alexandre Julliardserver: Add a request to compute the clipping region...
2012-10-09  Alexandre Julliardserver: Add flags in the set_window_pos request to...
2012-09-13  Alexandre Julliardserver: Don't trigger repaints on position changes...
2012-09-11  Alexandre Julliardserver: Ignore color-keyed windows when updating the...
2012-09-04  Alexandre Julliardserver: Always repaint the whole non-client area if...
2012-08-30  Alexandre Julliardwinex11: Always paint to the whole window.
2012-07-17  Alexandre Julliardserver: Subtract the current update region from the...
2012-06-06  Dmitry Timoshkovserver: Make sure that region and rectangle have the...
2011-06-21  Vincent Povirkserver: Implement RegisterHotKey/UnregisterHotKey.
2011-04-05  Alexandre Julliardserver: Add a more general way of posting messages...
2011-03-31  Alexandre Julliardserver: Store all desktop cursor information in a separ...
2011-02-25  Alexandre Julliardserver: Store the cursor clip rectangle in the server.
2010-10-18  Vladimir Panteleevuser32: Update last active popup for all parents.
2010-10-07  Alexandre Julliardserver: Valid rects are in parent coordinates.
2010-10-05  Alexandre Julliardserver: Update child window positions when resizing...
2010-09-27  Alexandre Julliardserver: Pass the rectangle in client coordinates for...
2010-09-27  Alexandre Julliardserver: Mirror the window region for RTL windows in...
2010-09-23  Alexandre Julliardserver: Mirror the rectangles for RTL windows in set_wi...
2010-09-22  Alexandre Julliarduser32: Add support for RTL window layouts in WIN_GetRe...
2010-09-22  Alexandre Julliarduser32: Add support for RTL window layouts in MapWindow...
2010-09-07  Alexandre Julliarduser32: Add support for fetching window rectangles...
2010-08-04  Dmitry Timoshkovuser32: Protect from setting as a window owner one...
2010-06-11  Dmitry Timoshkovserver: Make layered windows transparent for mouse...
2010-02-19  Alexandre Julliarduser32: Fix Z-order handling of windows that have a...
2009-06-03  Alexandre Julliardserver: Hide a window before destroying it if it was...
2008-12-29  Alexandre Julliardserver: Make module handles always 64-bit.
2008-12-29  Alexandre Julliardserver: Add a module_handle_t type to represent client...
2008-12-10  Alexandre Julliardserver: Windows properties are actually generic params...
2008-12-10  Alexandre Julliardserver: Define an lparam_t type for message parameters...
2008-12-08  Alexandre Julliardserver: Make user handles ints instead of pointers.
2008-09-12  Alexandre Julliardserver: Implemented the server side of Get/SetLayeredWi...
2008-07-03  Alexandre Julliardserver: Set the visible rect in the set_window_pos...
2008-06-26  Alexandre Julliardserver: Fix a potential desktop reference leak.
2008-06-25  Alexandre Julliarduser32: Make sure that IsWindowVisible returns FALSE...
2008-06-25  Alexandre Julliarduser32: Add support for finding HWND_MESSAGE windows...
2008-06-25  Alexandre Julliardserver: Also return the top-level message window in...
2008-06-25  Alexandre Julliardserver: Add support for a top-level message parent...
2008-06-25  Alexandre Julliardserver: Use a unicode_str to represent atom names.
2008-05-14  Marcus Meissnerserver: Remove superflous empty region allocation.
2008-05-12  Alexandre Julliardserver: Crop the invalidate region against the rectangl...
2008-05-12  Alexandre Julliardserver: Also crop the update region of children when...
2008-05-12  Alexandre Julliardserver: When moving/resizing a window crop the update...
2008-03-19  Alexandre Julliarduser32: Implemented EnumDesktopWindows.
2008-03-18  Alexandre Julliardserver: Fix desktop window coordinates mapping in expos...
2008-03-03  Alexandre Julliardserver: Invalidate the newly exposed child region on...
2008-02-21  Alexandre Julliardwinex11: Re-introduce a separate X11 window for the...
2008-01-22  Alexandre Julliardserver: Invalidate the correct region when custom valid...
2008-01-22  Alexandre Julliardserver: Add a separate request to set the window visibl...
2008-01-22  Alexandre Julliarduser32,server: Set the initial window rectangles to...
2007-11-02  Alexandre Julliardserver: Allow to specify the class name instead of...
2007-11-02  Alexandre Julliardserver: Allow to specify the class name instead of...
2007-10-31  Alexandre Julliardserver: Added support for HWND_TOPMOST and HWND_NOTOPMOST.
2007-10-31  Alexandre Julliardserver: Fix get_next/prev_window behavior for unlinked...
2007-10-31  Alexandre Julliardserver: Also return the new extended style in the set_w...
2007-10-17  Alexandre Julliardserver: Don't expose the parent window in areas that...
2007-10-17  Alexandre Julliardserver: Avoid refreshing areas of a window that have...
2007-09-20  Alexandre Julliardserver: Clip the visible region of a window to the...
2007-08-27  Alexandre Julliardserver: Store a separate flag for windows that need...
2007-08-27  Alexandre Julliardserver: Moving a window should only expose the immediat...
2007-08-23  Alexandre Julliardserver: Validate the parents every time we paint a...
2007-07-23  Vitaliy Margolenserver: Treat desktop as a top-level window.
2007-03-17  Andrew Talbotserver: Replace inline static with static inline.
2007-03-05  Alexandre Julliardserver: Expose areas revealed by changes to the window...
2007-01-26  Ulrich Czekallawineserver: Validate the children of windows being...
2006-12-12  Ulrich Czekallawinex11.drv: Store window and drawable rects in X11DRV_...
2006-10-26  Alexandre Julliardserver: Always ignore the root window position when...
2006-10-10  Michael Stefaniucserver: Remove redundant NULL check before free() ...
2006-10-04  Alexandre Julliarduser32: The per-window user data must be a DWORD_PTR.
2006-07-26  Alexandre Julliardserver: Added data_size_t type to represent sizes in...
2006-07-10  Dmitry Timoshkovuser: Improve SetActiveWindow test, add SetForegroundWi...
2006-06-08  Robert Shearmanserver: Don't attach the thread input when changing...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-12  Alexandre Julliardserver: Don't attach thread input to the desktop.
2006-04-07  Alexandre Julliardexplorer: Don't use ExitWindows on shutdown.
2006-03-27  Alexandre Julliardserver: Connect to the window station and desktop speci...
2006-03-27  Alexandre Julliardserver: Store window properties in the global atom...
2006-03-07  Alexandre Julliarduser: Launch explorer to manage the desktop window.
2006-03-06  Alexandre Julliardserver: Support for closing the desktop window.
2006-03-06  Alexandre Julliardserver: Infrastructure for having a thread own the...
2006-03-06  Alexandre Julliardserver: Return real parent and owner in the create_wind...
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-07-11  Alexandre JulliardTie windows and thread input structures to a specific...
2005-07-08  Alexandre JulliardExplicitly pass the winstation to the atom functions...
2005-07-08  Alexandre JulliardPut in place the basic infrastructure to allow supporti...
2005-07-07  Dmitry TimoshkovMake IsWindowUnicode work in the case when window belon...
2005-06-28  Alexandre JulliardKeep track of the windows and hooks used by a thread...
2005-05-31  Alexandre JulliardAdded a from_child parameter to the get_update_region...
2005-05-26  Alexandre JulliardCrop the update region to the new window rectangle...
2005-05-23  Rob ShearmanFix several memory leaks.
2005-05-11  Alexandre JulliardAllow passing a string to the window property server...
2005-04-26  Alexandre JulliardMake sure a thread has a queue as soon as it creates...
2005-04-11  Raphael JunqueiraFix potential region leak.
2005-03-31  Alexandre JulliardReturn the coordinates information needed to setup...
2005-03-30  Alexandre JulliardThe update region passed in WM_NCPAINT and the clipping...
next