Add a test for some edit control behaviours, make it pass under Wine.
[wine] / dlls / user / tests / class.c
2005-09-12  Alexandre JulliardUse Get/SetClassLongPtr to access the module handle.
2005-09-09  Alexandre JulliardUse Get/SetWindowLongPtr instead of Get/SetWindowLong...
2005-06-15  Mike McCormackFix declarations.
2005-02-22  Jason EdmeadesMake RegisterClassExA check that reserved bytes is...
2004-08-09  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-07-14  Sami AarioAdded tests for registering a dialog box created by...
2004-05-28  Dmitry TimoshkovAdd a test for accessing classes from another thread.
2004-05-21  Dmitry TimoshkovAdd a test for window's hinstance.
2004-04-20  Francois GougetMake Unicode strings static const.
2004-01-23  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-16  Francois GougetWe need to set _WIN32_WINNT to 0x501 to get CS_DROPSHAD...
2003-12-10  Alexandre JulliardAdded tests for class style and instance handling.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-05-19  Dmitry TimoshkovGetClassInfo returns class atom on success.
2002-12-12  Francois GougetSkip the Unicode tests (effectively all tests currently...
2002-10-04  Alexandre JulliardFixed printf formats for -DSTRICT handles.
2002-09-17  Francois GougetIDI_APPLICATIONW does not exist on Windows. Use IDI_APP...
2002-06-22  Alexandre JulliardAdded printf format checking to the ok() and trace...
2002-05-23  Francois GougetMake the tests compile with Visual C++.
2002-04-21  Mike McCormackAdded a simple test set for window classes.