gdi32: Let user32 specify the device rectangle when setting the visible region.
[wine] / dlls / user32 / input.c
2012-02-15  Alexandre Julliarduser32: Fix GetKeyNameText returned length.
2012-01-17  Alexandre Julliarduser32: Always query actual key state from the server...
2012-01-16  Alexandre Julliarduser32: Fix a pointer cast warning.
2012-01-09  Alexandre Julliarduser32: Return the cursor position in send_hardware_mes...
2011-12-15  Alexandre Julliarduser32: Cache the global key state to avoid performance...
2011-07-05  Vincent Povirkuser32: Notify the user driver of hotkey changes.
2011-06-21  Vincent Povirkserver: Implement RegisterHotKey/UnregisterHotKey.
2011-04-20  Alexandre Julliarduser32: Only call the driver when the cursor position...
2011-03-31  Alexandre Julliardserver: Return the time of last change along with the...
2011-03-07  Alexandre Julliarduser32: Set the last mouse event timestamp before calli...
2011-03-02  Alexandre Julliarduser32: Handle input injected through SendInput entirel...
2011-03-02  Alexandre Julliarduser32: Export a Wine-specific function to send hardwar...
2011-03-01  Alexandre Julliarduser32: Retrieve the current cursor position from the...
2011-02-28  Alexandre Julliarduser32: Retrieve the key state for GetAsyncKeyState...
2011-02-25  Alexandre Julliardserver: Store the global cursor position in the server.
2011-02-17  Alexander Scott... user32: Fix read of uninitialized data and a couple...
2011-02-14  Ken Thomasesuser32: Remove wrong parameter name from comment.
2011-02-10  Ken Thomasesuser32: Rename GetKeyboardLayout param; it's a thread...
2010-09-22  Dmitry Timoshkovuser32: Make sure that SendInput always initializes...
2010-05-11  Alexandre Julliardserver: Return the cursor information for a thread...
2010-03-19  Alexandre Julliarduser32: Return fake global information in GetCursorInfo...
2010-03-04  Jörg Höhlewinex11: Log keycode decimal <-> hex for keysym & MS...
2010-01-14  Peter Dons Tychsenuser32: Do not allow a change of capture if the current...
2009-10-14  Stefan Dösingeruser32: Make some functions hookable.
2009-02-25  Alexandre Julliarduser32/tests: Fix a few more input test failures on...
2008-12-18  Aric Stewartuser32: Remove the driver call for GetKeyboardLayoutLis...
2008-12-08  Lei Zhanguser32: Check input to GetAsyncKeyState().
2008-12-08  Alexandre Julliardserver: Add functions for conversions between server...
2008-10-27  Dmitry Timoshkovuser32: Make ToAscii(Ex) and ToUnicode(Ex) prototypes...
2008-03-12  Alexandre Julliarduser32: Add a SetCapture function to the driver interface.
2008-03-12  Alexandre Julliarduser32: Add a helper function to set the capture window.
2008-02-25  Stefan Leichteruser32: Added stub for GetMouseMovePointsEx.
2008-01-23  Dmitry Timoshkovuser32: Make MapVirtualKeyEx(MAPVK_VK_TO_CHAR) behave...
2007-12-13  Alexandre Julliarduser32: Print the RegisterHotKey fixme only once.
2007-11-12  Alexandre Julliarduser32: Remove a few traces that only duplicate the...
2007-10-15  Francois Gougetuser32: Fix the HRAWINPUT definition and the GetRawInpu...
2007-09-25  L. Rahyenuser32: Implement initial stubs for all raw input funct...
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2006-11-16  Alexandre Julliarduser32: Renamed the user/ directory to user32.