user32: Don't flush window surfaces while waiting for a sent message reply.
[wine] / dlls / user32 / controls.h
2012-02-15  Alexandre Julliarduser32: Add mouse tracking on caption right-clicks...
2011-05-03  Francois Gougetuser32: SCROLL_SetNCSbState() is not used anymore so...
2010-09-24  Alexandre Julliarduser32: Fix initial computation of client area in WM_NC...
2010-09-02  Alexandre Julliarduser32: Add a common helper to set controls clip region...
2010-02-08  Alexandre Julliarduser32: Store 32-bit and 16-bit cursors/icons in indepe...
2010-01-25  Jason Edmeadesuser32: Preselect all editbox text when combo gets...
2009-12-24  Alexandre Julliarduser32: Make user.exe into a stand-alone 16-bit module.
2009-12-24  Alexandre Julliarduser32: Add a WoW wrapper for message waiting to allow...
2009-12-23  Alexandre Julliarduser32: Remove the no longer used WIN_ISWIN32 flag.
2009-12-23  Alexandre Julliarduser32: Export the WIN_GetFullHandle function through...
2009-12-23  Alexandre Julliarduser32: Export DIALOG_get_info and DIALOG_DoDialogBox...
2009-12-23  Alexandre Julliarduser32: Duplicate DIALOG_Enable/DisableOwner implementa...
2009-12-22  Alexandre Julliarduser32: Call the cursor/icon handle allocation function...
2009-12-22  Alexandre Julliarduser32: Reimplement MENU_FindSubMenu on the 16-bit...
2009-12-22  Alexandre Julliarduser32: Get rid of the 16-bit dialog heap.
2009-12-22  Alexandre Julliarduser32: Move freeing of a 16-bit module's classes to...
2009-12-21  Alexandre Julliarduser32: Send all CreateWindow calls through the WoW...
2009-12-18  Alexandre Julliarduser32: Make WINPROC_AllocProc take a unicode flag...
2009-12-18  Alexandre Julliarduser32: Simplify window procedure allocation for the...
2009-12-18  Alexandre Julliarduser32: Pre-allocate the window procedure for the messa...
2009-12-18  Alexandre Julliarduser32: Pre-allocate the window procedure for the menu...
2009-12-18  Alexandre Julliarduser32: Pre-allocate the window procedure for the icon...
2009-12-18  Alexandre Julliarduser32: Pre-allocate the window procedure for the deskt...
2009-12-17  Alexandre Julliarduser32: Move 16-bit window creation functions to 16...
2009-12-17  Alexandre Julliarduser32: Pre-allocate the window procedure for DefWindow...
2009-12-17  Alexandre Julliarduser32: Pre-allocate the window procedure for the MDI...
2009-12-17  Alexandre Julliarduser32: Pre-allocate the window procedure for the dialo...
2009-12-17  Alexandre Julliarduser32: Pre-allocate the window procedure for the stati...
2009-12-17  Alexandre Julliarduser32: Pre-allocate the window procedure for the scrol...
2009-12-17  Alexandre Julliarduser32: Pre-allocate the window procedure for the listb...
2009-12-17  Alexandre Julliarduser32: Get rid of the EDIT_winproc_handle variable.
2009-12-17  Alexandre Julliarduser32: Pre-allocate the window procedure for the edit...
2009-12-17  Alexandre Julliarduser32: Pre-allocate the window procedure for the combo...
2009-12-17  Alexandre Julliarduser32: Pre-allocate the window procedure for the butto...
2009-12-16  Alexandre Julliarduser32: Add a Wow handler for the mdi client class.
2009-12-15  Alexandre Julliarduser32: Move 16-bit winproc functions to msg16.c.
2009-12-15  Alexandre Julliarduser32: Turn the static winproc into a Wow handler.
2009-12-15  Alexandre Julliarduser32: Turn the scrollbar winproc into a Wow handler.
2009-12-15  Alexandre Julliarduser32: Turn the edit winproc into a Wow handler.
2009-12-15  Alexandre Julliarduser32: Turn the listbox winproc into a Wow handler.
2009-12-15  Alexandre Julliarduser32: Turn the combobox winproc into a Wow handler.
2009-12-15  Alexandre Julliarduser32: Implement UserRegisterWowHandlers function...
2009-04-03  Rein Klazesuser32: Fix for the ending of menu tracking in the...
2008-12-03  Maarten Lankhorstuser32: Fix dialogs for 64-bits wine.
2008-06-25  Alexandre Julliarduser32: Register the builtin 'Message' window class.
2008-03-19  Rob Shearmanuser32: Handle the undocumented behaviour in DefWindowP...
2008-02-25  Alexandre Julliarduser32: Moved the DCE support from winex11 back to...
2008-02-25  Alexandre Julliarduser32: Simplify the window structure creation. Get...
2007-11-07  Alexandre Julliarduser32: Make all internal user32 functions and variable...
2007-11-02  Alexandre Julliardserver: Allow to specify the class name instead of...
2007-11-01  Alexandre Julliarduser32: Store the builtin class names in Unicode.
2007-10-30  Mikolaj Zalewskiuser32: Better fix how to handle GetWindowLongPtr[AW...
2006-11-16  Alexandre Julliarduser32: Renamed the user/ directory to user32.