server: Only call gettimeofday once per poll loop.
[wine] / server / queue.c
2006-08-10  Alexandre Julliardserver: Only call gettimeofday once per poll loop.
2006-08-09  Alexandre Julliardserver: Make the message extra info 64 bits on Win64.
2006-08-09  Alexandre Julliardserver: Split the queuing of hardware messages into...
2006-07-26  Michael Stefaniucserver: Fix some comparisons between signed and unsigned.
2006-07-26  Alexandre Julliardserver: Added data_size_t type to represent sizes in...
2006-07-11  Ge van Geldorpserver: Widen lparam for timers.
2006-07-10  Dmitry Timoshkovuser: Improve SetActiveWindow test, add SetForegroundWi...
2006-06-08  Mike McCormackserver: Make wparam and lparam values unsigned long...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-23  Robert Shearmanserver: Don't clear the QS_POSTMESSAGE flag if there...
2006-04-14  Thomas Khox11drv: Properly handle VK_LMENU input.
2006-04-07  Robert Shearmanserver: Should use release_object on an object instead...
2006-02-14  Alexandre Julliardserver: Try to update the input key state even when...
2006-01-17  Robert Shearmanuser: Fix WM_QUIT message ordering from PostQuitMessage.
2005-12-12  Alexandre Julliardserver: Added infrastructure for access rights mapping.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-22  Vitaliy MargolenAdd name_lookup function in object_ops.
2005-11-14  Alexandre JulliardAdded support for the QS_ALLPOSTMESSAGE flag.
2005-09-13  Alexandre JulliardTimeout 0 means infinite wait for SendMessageTimeout.
2005-08-16  Alexandre JulliardAvoid a crash in find_hardware_message_window when...
2005-07-29  Alexandre JulliardRemoved a no longer used variable.
2005-07-11  Alexandre JulliardTie windows and thread input structures to a specific...
2005-06-09  Alexandre JulliardAdded a close_handle method to the object operations...
2005-05-25  Robert Shearman- Use NULL instead of 0 for all non-handle pointers.
2005-05-14  Alexandre JulliardFixed another case where a mouse message could get...
2005-05-13  Alexandre JulliardOnly set the new window of a hardware message if the...
2005-05-11  Alexandre JulliardStore a bitmap of active hooks on the client side to...
2005-04-28  Mike McCormackImplemented GetLastInputInfo.
2005-04-26  Alexandre JulliardMake sure a thread has a queue as soon as it creates...
2005-04-24  Mike McCormackImplemented NtSignalAndWaitForSingleObject.
2005-04-20  Alexandre JulliardAllow nested hardware message processing by storing...
2005-03-24  Alexandre JulliardAdded support for xbuttons.
2005-03-23  Alexandre JulliardCreate a new server request for accepting hardware...
2005-03-17  Alexandre JulliardRevert the previous change, this is not working right...
2005-03-16  Alexandre JulliardQueue hardware messages even if we don't find a window...
2005-03-14  Alexandre JulliardAvoid returning hardware messages if they have no chanc...
2005-03-10  Alexandre JulliardProperly cope with get_message being called recursively...
2005-03-05  Alexandre JulliardAvoid potential crash when freeing a message queue.
2005-03-01  Alexandre JulliardConvert the object wait queue to a standard list.
2005-02-25  Alexandre JulliardReplaced the message_list structure by a standard list.
2005-02-18  Krzysztof FoltmanEnsure that caret position is not reset to (0, 0) when...
2005-02-03  Dmitry TimoshkovAdd support for winevent hooks.
2004-11-29  Alexandre JulliardConverted the timer list to use standard list functions.
2004-10-27  Dmitry TimoshkovTake into account window visibility when searching...
2004-06-17  Alexandre JulliardProperly reset msg_thread when releasing the thread...
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.