A couple of changes to avoid some failures on XP.
[wine] / server / queue.c
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-26  Alexandre JulliardImplemented inter-thread SendMessageCallback.
2003-07-11  Alexandre JulliardRun WH_KEYBOARD_LL and WH_MOUSE_LL hooks in the context...
2003-07-11  Alexandre JulliardImplemented the SMTO_ABORTIFHUNG flag of SendMessageTim...
2003-07-03  Alexandre JulliardStore the hook table in the thread queue instead of...
2003-03-19  Alexandre JulliardFixed bug that could cause SendMessage to return too...
2003-02-19  Mike McCormackAdded missing release_object.
2003-02-19  Alexandre JulliardMoved all references to file descriptors out of the...
2003-02-14  Alexandre JulliardChanged fd operations to take a struct fd instead of...
2003-01-30  Alexandre JulliardStarted moving functions that deal with Unix file descr...
2003-01-08  Alexandre JulliardStore the keyboard state in the thread input structure...
2003-01-08  Alexandre JulliardStore the hardware messages in the thread input structu...
2002-10-19  Alexandre JulliardConverted the server to -DSTRICT.
2002-10-17  Alexandre JulliardRewrote caret implementation to store the information...
2002-10-12  Alexandre JulliardMoved mouse capture handling into the server.
2002-10-11  Alexandre JulliardReimplemented Get/SetActiveWindow, Get/SetFocus and
2002-10-11  Alexandre JulliardAdded server-side infrastructure for the thread input...
2002-08-16  Alexandre JulliardSignal and release the idle event when the process...
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-03-23  Alexandre JulliardSend message for WSAAsyncSelect sockets directly from...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-18  Eric PouechImplemented interprocess DDE message posting.
2001-12-20  Mike McCormack- move async activation into the server
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-14  Alexandre JulliardMoved WIN_FindWinToRepaint functionality to the server.
2001-11-13  Alexandre JulliardStore the window caption text in the server.
2001-10-17  Alexandre JulliardMake sure that GetMessagePos and GetMessageTime return...
2001-10-11  Alexandre JulliardRemoved the cleanup_window_queue request.
2001-09-21  Alexandre JulliardAdded proper support for storing window parents in...
2001-09-12  Alexandre JulliardConvert user handles received from client to full handles.
2001-08-28  Alexandre JulliardAdded global management of user handles in the server.
2001-08-07  Alexandre JulliardRewrote most of SendMessage/PeekMessage.
2001-07-11  Alexandre JulliardMerge WM_MOUSEMOVE messages.
2001-06-28  Alexandre Julliard- Remove cooked hardware messages when they are dropped...
2001-06-20  Alexandre JulliardMoved queue paint count to the server. Removed a few...
2001-06-19  Alexandre JulliardMoved hardware message queue handling to the server.
2001-05-21  Gerard PatelTake message filters into account for WM_PAINT too.
2001-05-19  Eric PouechFixed reply_message when there is no received message.
2001-05-18  Alexandre JulliardFixed typo in message filter check.
2001-05-18  Alexandre JulliardMoved the major part of message queue and window timer...
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-19  Alexandre JulliardMerged the get_read_fd and get_write_fd requests.
2000-05-30  Alexandre JulliardMoved idle event handling to the server.