Fixed a number of bugs in the handling of window parent and owner and
[wine] / server / window.c
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.