odbccu32: Remove an unnecessary source file.
[wine] / server / window.c
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.