wineqtdecoder: Add processing for audio in the movie.
[wine] / server / queue.c
2011-04-05  Alexandre Julliardserver: Post a message to the desktop window when the...
2011-03-31  Alexandre Julliardserver: Return the time of last change along with the...
2011-03-31  Alexandre Julliardserver: Store all desktop cursor information in a separ...
2011-03-30  Alexandre Julliardserver: Reset the cursor clip rectangle when the foregr...
2011-03-07  Alexandre Julliardserver: Fix checking of X button flags when updating...
2011-03-07  Alexandre Julliardserver: Fix the contents of the mouse data for the...
2011-03-02  Alexandre Julliardserver: Invoke low-level hardware hooks directly from...
2011-03-02  Alexandre Julliardserver: Set the message code for mouse input on the...
2011-03-02  Alexandre Julliardserver: Set the message code for keyboard input on...
2011-03-02  Alexandre Julliardserver: Pass the original hardware input data to the...
2011-03-01  Alexandre Julliardserver: Don't pass a thread id to send_hardware_message...
2011-02-28  Alexandre Julliardserver: Maintain the "set since last time" bit for...
2011-02-28  Alexandre Julliardserver: Fill the key state in mouse events from the...
2011-02-25  Alexandre Julliardserver: Store the global key state in the server.
2011-02-25  Alexandre Julliardserver: Store the cursor clip rectangle in the server.
2011-02-25  Alexandre Julliardserver: Store the global cursor position in the server.
2011-02-25  Alexandre Julliardserver: Make the foreground thread input per-desktop...
2010-06-11  Dmitry Timoshkovserver: Make layered windows transparent for mouse...
2010-05-12  Alexandre Julliardwinex11: Update the cursor also for events ignored...
2010-05-11  Alexandre Julliardserver: Return the cursor information for a thread...
2010-04-21  Alexandre Julliardserver: Return the current cursor when queuing a hardwa...
2010-03-22  Alexandre Julliardserver: Add support for storing the cursor and show...
2010-03-22  Alexandre Julliardserver: Add a helper function to change a queue thread...
2010-03-03  Alexandre Julliardserver: Set the idle event when PeekMessage is called...
2010-03-03  Alexandre Julliarduser32: Pass HWND_BOTTOM unmodified to the server in...
2010-01-14  Peter Dons Tychsenuser32: Do not allow a change of capture if the current...
2009-12-16  Alexandre Julliardserver: Set the idle event when retrieving a timer...
2009-12-16  Alexandre Julliardserver: Don't set the idle event when waiting for a...
2009-12-16  Alexandre Julliardserver: Any thread can set the idle event, don't treat...
2009-12-16  Alexandre Julliardserver: Don't reset the idle event when the client...
2009-12-16  Alexandre Julliardserver: Don't set the idle event when a queue is destro...
2009-06-12  Dmitry Timoshkovuser32: Add a test for PeekMessage((HWND)-1), make...
2009-06-03  Alexandre Julliardserver: Reset events on the message queue fd to avoid...
2009-01-29  Marcus Meissnerserver: Handle NULL thread in send_hardware_message...
2008-12-31  Alexandre Julliardserver: Reorganize some requests to avoid padding,...
2008-12-29  Alexandre Julliardserver: Make hook procedures client_ptr_t instead of...
2008-12-24  Alexandre Julliardserver: Store data for hardware messages in the message...
2008-12-10  Alexandre Julliardserver: Define an lparam_t type for message parameters...
2008-12-08  Alexandre Julliardserver: Make user handles ints instead of pointers.
2008-04-02  Vitaliy Margolenwinex11drv: Distinguish left and right keys for shift...
2007-12-28  Dmitry Timoshkovuser32: Reimplement IsHungAppWindow.
2007-12-05  Alexandre Julliardserver: Return correct object types in the get_director...
2007-11-27  Alexandre Julliardserver: When merging mouse messages ignore the window...
2007-11-13  Dmitry Timoshkovserver: Make timer id allocation algorithm conform...
2007-11-08  Alexandre Julliardserver: Don't drop mouse messages that should go to...
2007-10-10  Karl Reltonwineserver: Allow already peeked messages to merge.
2007-10-04  Rob Shearmanserver: Add get_sd and set_sd object operations to...
2007-08-30  Trent Waddingtonserver: Handle existing timer replacement when no windo...
2007-08-29  Alexandre Julliardserver: Set the queue mask directly in get_message...
2007-08-29  Alexandre Julliardserver: Message results should be stored as longs,...
2007-04-17  Alexandre Julliardserver: Change the timeout handling to use NT-style...
2007-04-16  Alexandre Julliardserver: Add infrastructure for ioctl server request.
2007-04-12  Alexandre Julliardserver: Don't bother with default entry points for...
2007-04-10  Alexandre Julliardserver: Rename the get_file_info function to get_fd_typ...
2007-04-10  Alexandre Julliardserver: Store the opening options in the file descripto...
2007-04-10  Alexandre Julliardserver: Add support for restarting an async I/O when...
2007-04-04  Alexandre Julliardserver: Add support for associating a file descriptor...
2007-03-22  Alexandre Julliardserver: Add an open_file() function to the object opera...
2007-03-17  Andrew Talbotserver: Replace inline static with static inline.
2007-02-21  Alexandre Julliardserver: Added support for the PM_QS_* flags in PeekMessage.
2006-10-16  Alexandre Julliardserver: A window timer id should be an unsigned long.
2006-10-10  Michael Stefaniucserver: Remove redundant NULL check before free() ...
2006-10-04  Alexandre Julliardserver: Pass the data for message callbacks as vararg...
2006-10-04  Alexandre Julliardserver: Return the data for callback results in the...
2006-10-04  Alexandre Julliardserver: Return the data for winevent hooks in the varar...
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...
next