ddraw: Separate IDirectDrawSurface4 vtable.
[wine] / dlls / user32 / tests / class.c
2011-01-03  Greg Geldorpuser32/tests: Skip DefWindowProc tests on Vista+.
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-06-17  Alexandre Julliarduser32/tests: Fix some class tests that behave differen...
2009-12-03  Nikolay Sivovuser32/tests: Free window after use.
2009-12-03  Nikolay Sivovuser32/tests: Restore original procedure to let control...
2009-10-22  Julius Schwartzenberguser32/tests: Test extra value of standard dialog and...
2009-10-06  Alexandre Julliardtests: Build all tests with strict prototypes.
2009-05-07  Alexandre Julliarduser32/tests: Fix the window creation on Win64.
2009-03-13  Alexandre Julliarduser32/tests: Print a more useful line number in check_...
2009-02-13  Alexandre Julliarduser32/tests: GetClassInfo doesn't set last error relia...
2009-02-05  Michael Stefaniucuser32/tests: Remove superfluous pointer casts.
2009-01-10  Alexandre Julliarduser32: Winproc handles do not get sign-extended on...
2008-11-25  Francois Gougetuser32: Remove WINAPI/CALLBACK on static functions...
2008-10-27  Michael Stefaniucuser32: HGDIOBJ is interchangeable with other handle...
2008-05-21  Alexandre Julliarduser32: Add an ASCII window procedure for scrollbars.
2008-04-22  Austin EnglishSpelling fixes.
2008-02-25  Rob Shearmanuser32: Fix the number of characters passed to GetClass...
2008-01-25  Reece H. Dunnuser32: Make the class tests pass on Vista.
2007-10-30  Mikolaj Zalewskiuser32: Better fix how to handle GetWindowLongPtr[AW...
2007-10-02  Alexandre Julliarduser32/tests: Replace GWL_WNDPROC by GWLP_WNDPROC.
2007-08-30  Francois GougetAssorted non-ANSI function declaration fixes (missing...
2007-08-10  Mikołaj Zalewskiuser32: CallWindowProc[AW] for mismatched built-in...
2007-07-20  Mikołaj Zalewskiuser32/tests: Simplify a test.
2007-07-12  Alexandre Julliarduser32: Allocate a dual A/W winproc for DefWindowProc.
2007-03-20  Dmitry Timoshkovuser32: Avoid compiler specific code in the DefWindowPr...
2007-03-19  Mikołaj Zalewskiuser32: tests: Using DefWindowProcA with RegisterClassW...
2006-12-14  Francois Gougetuser32/tests: Replace some '#if 0's with 'if (0)'s.
2006-12-01  Paul Vriensuser32: W2K3 returns ERROR_INVALID_PARAMETER.
2006-11-16  Alexandre Julliarduser32: Renamed the user/ directory to user32.