user32: Don't flush window surfaces while waiting for a sent message reply.
[wine] / dlls / user32 / winproc.c
2012-10-29  Alexandre Julliarduser32: Don't flush window surfaces while waiting for...
2012-10-01  Alexandre Julliarduser32: Add a driver entry point for UpdateLayeredWindow.
2012-09-06  Alexandre Julliarduser32: Maintain a list of active window surfaces and...
2010-02-08  Alexandre Julliarduser32: Store 32-bit and 16-bit cursors/icons in indepe...
2009-12-24  Alexandre Julliarduser32: Use the wait message handler for the yield...
2009-12-24  Alexandre Julliarduser32: Add a WoW wrapper for message waiting to allow...
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-22  Alexandre Julliarduser32: Allocate user handles for cursors/icons when...
2009-12-22  Alexandre Julliarduser32: Call the cursor/icon handle allocation function...
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: 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 the 16-bit message mapping functions to...
2009-12-15  Alexandre Julliarduser32: Move 16-bit winproc functions to msg16.c.
2009-12-15  Alexandre Julliarduser32: Store the 16-bit winproc in a different array...
2009-12-15  Alexandre Julliarduser32: Move more 16-bit winproc functions inside the...
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-12-14  Alexandre Julliarduser32: Remove the no longer used WINPROC_CallDlgProc16...
2009-06-25  Alexandre Julliarduser32: Add call frame annotations in x86 assembly...
2009-03-02  Michael Stefaniucuser32: Remove superfluous pointer casts.
2009-01-10  Alexandre Julliarduser32: Winproc handles do not get sign-extended on...
2008-08-27  Alexandre Julliarduser32: Apply the SendMessage recursion counter to...
2008-05-21  Alexandre Julliarduser32: Add an ASCII window procedure for scrollbars.
2008-04-22  Austin EnglishSpelling fixes.
2007-11-06  Alexandre Julliarduser32: Fixed A<->W translations of CREATESTRUCTs that...
2007-10-30  Mikolaj Zalewskiuser32: Better fix how to handle GetWindowLongPtr[AW...
2007-10-17  Alexandre Julliarduser32: Replace a pointer cast by FIELD_OFFSET.
2007-08-13  Detlef Riekenberguser32: Call a 16-Bit winproc again.
2007-08-10  Mikołaj Zalewskiuser32: CallWindowProc[AW] for mismatched built-in...
2007-08-08  Alexandre Julliarduser32: Added support for the magic WM_CHAR A->W conver...
2007-08-08  Alexandre Julliarduser32: Factor out the calling of a window's winproc...
2007-08-08  Alexandre Julliarduser32: Get rid of winproc.h and move definitions in...
2007-08-02  Alexandre Julliarduser32: Store all builtin winprocs at the start of...
2007-07-12  Alexandre Julliarduser32: Check both A and W proc for previously allocate...
2007-05-30  Dmitry Timoshkovuser32: Fix some compilation warnings in 64-bit mode.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-05-21  Andrew Talbotuser32: Exclude unused headers.
2007-03-22  Dmitry Timoshkovuser32: WM_GETTEXT message converters have to 0-termina...
2007-03-17  Andrew Talbotuser32: Replace inline static with static inline.
2007-01-17  Joel ParkerRemove redundant semicolons for ANSI compatibility.
2006-11-16  Alexandre Julliarduser32: Renamed the user/ directory to user32.