user32: Don't flush window surfaces while waiting for a sent message reply.
[wine] / dlls / user32 / driver.c
2012-10-22  Alexandre Julliarduser32: Retrieve the graphics driver module from gdi32.
2012-10-01  Alexandre Julliarduser32: Add a driver entry point for UpdateLayeredWindow.
2012-09-06  Alexandre Julliarduser32: Add support for managing a DIB surface for...
2011-07-05  Vincent Povirkuser32: Notify the user driver of hotkey changes.
2011-03-07  Alexandre Julliarduser32: Get rid of the RegisterClipboardFormat driver...
2011-03-04  Alexandre Julliarduser32: Remove GetClipboardFormatName from the user...
2011-03-02  Alexandre Julliarduser32: Handle input injected through SendInput entirel...
2011-02-28  Alexandre Julliarduser32: Retrieve the key state for GetAsyncKeyState...
2011-02-10  Ken Thomasesuser32: Rename GetKeyboardLayout param; it's a thread...
2010-05-21  Alexandre Julliarduser32: Remove the CURSORICONINFO parameter in the...
2010-04-21  Alexandre Julliarduser32: Remove the CURSORICON parameter in the SetCurso...
2010-04-20  Alexandre Julliarduser32: Add driver entry points for cursor creation...
2009-12-23  Alexandre Julliarduser32: Get rid of 16-bit handles in the driver clipboa...
2009-10-23  Alexandre Julliarduser32: Don't print CreateWindow warning for HWND_MESSA...
2009-01-12  Rob Shearmanuser32: Free allocated memory in USER_unload_driver.
2008-12-23  Maarten Lankhorstuser32/winex11.drv: Change all user32 operations to...
2008-12-18  Aric Stewartuser32: Remove the driver call for GetKeyboardLayoutLis...
2008-10-27  Dmitry Timoshkovuser32: Make ToAscii(Ex) and ToUnicode(Ex) prototypes...
2008-09-12  Alexandre Julliarduser32: Add a SetLayeredWindowAttributes driver entry...
2008-09-12  Alexandre Julliarduser32: Notify the user driver about window extended...
2008-07-30  Alexandre Julliarduser32: Add an entry point for ShowWindow to the driver...
2008-07-02  Alexandre Julliarduser32: Split the SetWindowPos driver backend in Window...
2008-04-24  Alexandre Julliarduser32: Make drivers non-const to avoid a compiler...
2008-04-10  Alexandre Julliarduser32: Forward all WM_SYSCOMMAND messages to the drive...
2008-03-31  Andrew Talbotuser32: Void functions should not return a value.
2008-03-20  Andrew Talbotuser32: Assign to structs instead of using memcpy.
2008-03-12  Alexandre Julliardwinex11: Moved support for window moving/resizing back...
2008-03-12  Alexandre Julliarduser32: Add a SetCapture function to the driver interface.
2008-02-28  Alexandre Julliarduser32: Moved the ShowWindow implementation from winex1...
2008-02-25  Alexandre Julliarduser32: Moved the DCE support from winex11 back to...
2008-01-24  Alexandre Julliarduser32: Moved the bulk of CreateWindow and SetWindowPos...
2007-01-06  Vitaliy Margolenwinex11drv/user32: Add ClipCursor to x11drv to pass...
2006-12-12  Pierre d'Herbemontuser32: Factorize graphics driver SetParent into user32.
2006-11-29  Pierre d'Herbemontuser32: Factorize driver's SetWindowPos in user32.
2006-11-16  Alexandre Julliarduser32: Renamed the user/ directory to user32.