msvcr80: Add some 64-bit only exports.
[wine] / dlls / user32 / class.c
2012-10-15  Sergey Guralnikuser32: Add internal class small icons.
2011-03-28  Marcus Meissneruser32: Added missing break.
2010-08-03  Dmitry Timoshkovuser32: Add a test for GetClassInfo, make it pass under...
2010-07-19  Dylan Smithuser32: RegisterClassEx should check for invalid cbSize...
2010-02-04  Michael Stefaniucuser32: Avoid using HIWORD() on atoms/resources.
2009-12-22  Alexandre Julliarduser32: Move freeing of a 16-bit module's classes to...
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-17  Alexandre Julliarduser32: Pre-allocate the window procedure for DefWindow...
2009-12-17  Alexandre Julliarduser32: Get rid of the EDIT_winproc_handle variable.
2009-03-02  Michael Stefaniucuser32: Remove superfluous pointer casts.
2008-12-31  Alexandre Julliardserver: Make atom_t an unsigned int to avoid padding...
2008-12-29  Alexandre Julliardserver: Make the class opaque data a client_ptr_t inste...
2008-12-29  Alexandre Julliardserver: Make module handles always 64-bit.
2008-12-08  Alexandre Julliardserver: Add functions for conversions between server...
2008-06-25  Alexandre Julliarduser32: Register the builtin 'Message' window class.
2008-05-19  Alexandre Julliarduser32: Moved the class extra bytes check to catch...
2008-02-25  Alexandre Julliarduser32: Moved the DCE support from winex11 back to...
2008-02-25  Alexandre Julliarduser32: Simplify the window structure creation. Get...
2008-01-22  Andrew Talbotuser32: Remove unneeded casts.
2007-11-12  Alexandre Julliarduser32: Remove a few traces that only duplicate the...
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-02  Alexandre Julliarduser32: Cache the window class name on the client side.
2007-11-02  Alexandre Julliarduser32: Properly handle integer atoms specified as...
2007-11-01  Alexandre Julliardserver: Support using a name to destroy a window class...
2007-11-01  Alexandre Julliardserver: Allow to send a name instead of an atom when...
2007-11-01  Alexandre Julliarduser32: Store the builtin class names in Unicode.
2007-10-30  Mikolaj Zalewskiuser32: Better fix how to handle GetWindowLongPtr[AW...
2007-08-29  Steven Edwardsuser32: Remove some no longer needed wine 16bit headers.
2007-08-08  Alexandre Julliarduser32: Get rid of winproc.h and move definitions in...
2007-07-12  Alexandre Julliarduser32: Allocate a dual A/W winproc for DefWindowProc.
2007-03-17  Andrew Talbotuser32: Replace inline static with static inline.
2006-12-24  Patrik Stridvalluser32: Show the GCL{,P}_* constant names in debug...
2006-11-16  Alexandre Julliarduser32: Renamed the user/ directory to user32.