Release 1.5.29.
[wine] / server / queue.c
2012-09-13  Henri Verbeetserver: Only remove WM_INPUT messages from the queue...
2012-09-12  Henri Verbeetuser32: Add rawinput keyboard support.
2012-09-11  Henri Verbeetuser32: Add rawinput mouse support.
2012-09-10  Henri Verbeetuser32: Implement RegisterRawInputDevices().
2012-02-02  Alexandre Julliardwinex11: Update only the key state on KeymapNotify...
2012-01-09  Alexandre Julliarduser32: Return the cursor position in send_hardware_mes...
2011-12-15  Alexandre Julliardserver: Optionally return the global key state when...
2011-09-23  Marcus Meissnerserver: Removed NULL check after usage (Coverity).
2011-08-23  Francois Gougetuser32: When destroying a window, preserve the first...
2011-07-06  Vincent Povirkserver: Implement QS_HOTKEY.
2011-06-28  Marcus Meissnerserver: Do not promote lparam to signed int (Coverity).
2011-06-21  Alexandre Julliardserver: Allow setting a zero-size clip rectangle.
2011-06-21  Vincent Povirkserver: Post WM_HOTKEY when a hotkey is pressed.
2011-06-21  Vincent Povirkserver: Implement RegisterHotKey/UnregisterHotKey.
2011-06-17  Alexandre Julliardserver: Don't queue low-level hooks to a hung queue.
2011-04-22  Alexandre Julliarduser32: Pass a NULL rectangle in the ClipCursor entry...
2011-04-20  Alexandre Julliardserver: Also return the previous cursor position in...
2011-04-06  Alexandre Julliardserver: Don't queue a hardware WM_MOUSEMOVE if the...
2011-04-06  Alexandre Julliardserver: Warp the mouse inside the clipping rectangle...
2011-04-06  Alexandre Julliardserver: Queue a WM_MOUSEMOVE message when the cursor...
2011-04-06  Alexandre Julliardserver: Fix a memory leak.
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.
next