user32: Pre-allocate the window procedure for the message class.
[wine] / dlls / user32 / controls.h
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.