server: Replace inline static with static inline.
[wine] / server / window.c
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...
2005-03-25  Alexandre JulliardReplace the link_window request by a set_parent request...
2005-03-21  Alexandre JulliardTry to always keep the server window Z-order in sync...
2005-03-17  Alexandre JulliardMake the server know about the visible area of a window...
2005-03-17  Alexandre JulliardCompute the top clipping window directly on the server...
2005-03-16  Alexandre JulliardConverted the window children lists to standard lists.
2005-03-10  Alexandre JulliardClear the internal paint flag in the server before...
2005-03-09  Alexandre JulliardDon't check children of minimized windows in get_update...
2005-02-22  Alexandre JulliardAllow the client rectangle to be of arbitrary size...
2005-02-08  Robert ShearmanDon't overwrite last byte of the window structure as...
2005-02-03  Alexandre JulliardProperly compute the client area valid rects and pass...
2005-01-11  Alexandre JulliardDesktop window is repainted on WM_ERASEBKGND, it must...
2004-12-07  Alexandre JulliardMoved update region handling to the server.
2004-10-27  Alexandre JulliardAdded is_window_visible function.
2004-09-17  Alexandre JulliardDon't bother to return partial region data in get_windo...
2004-07-20  Alexandre JulliardMoved the WindowFromPoint functionality to the server...
2004-07-06  Alexandre Julliardget_visible_region: do not clip out siblings of the...
2004-06-29  Alexandre JulliardAdded support for window regions in the server.
2004-06-23  Alexandre JulliardMoved visible region calculation to the server.
2003-12-11  Alexandre JulliardStore a pointer to the client-side class structure...
2003-12-10  Alexandre JulliardAdded window classes in the server, and support for...
2003-12-10  Alexandre JulliardAdded support for inter-process GetWindowWord.
2003-11-26  Alexandre JulliardAdded support for inter-process GetWindowLong on the...
2003-11-18  Martin Fuchs- Move shell window into the background.
2003-10-07  Alexandre JulliardStore the global shell, progman and taskman windows...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-01-08  Alexandre JulliardRemoved no longer used local variable (spotted by Dmitr...
2003-01-08  Alexandre JulliardStore the hardware messages in the thread input structu...
2002-10-11  Alexandre JulliardReimplemented Get/SetActiveWindow, Get/SetFocus and
2002-10-11  Alexandre JulliardAdded server-side infrastructure for the thread input...
2002-09-25  Alexandre JulliardFixed a number of bugs in the handling of window parent...
2002-05-30  Alexandre JulliardRenamed handle_t to obj_handle_t to avoid conflict...
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-04-11  Uwe Bonnesget_window_children: only decrement available size...
2002-03-23  Alexandre JulliardSend message for WSAAsyncSelect sockets directly from...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-24  Alexandre JulliardSkip queue cleanups if queue has been destroyed already.
2001-11-14  Alexandre JulliardMoved WIN_FindWinToRepaint functionality to the server.
2001-11-13  Alexandre JulliardStore the window caption text in the server.
2001-11-06  Alexandre JulliardAllow owner to be the desktop window.
2001-10-22  Alexandre JulliardStore in the server all the window information accessib...
2001-10-16  Alexandre JulliardAdded requests to store window rectangles in the server.
2001-10-12  Alexandre JulliardStore window properties in the server. Moved property...
2001-10-09  Alexandre JulliardStore window class atom in the server.
2001-09-24  Alexandre JulliardAvoid list corruption when linking window with HWND_BOT...
2001-09-21  Alexandre JulliardAdded proper support for storing window parents in...
2001-08-28  Alexandre JulliardAdded global management of user handles in the server.