Get rid of W->A calls.
[wine] / dlls / user / tests /
2004-04-08  Dmitry TimoshkovAdd WM_SETREDRAW test.
2004-04-06  Dmitry TimoshkovMake use of the 'defwinproc' flag in the message test.
2004-04-02  Dmitry TimoshkovAdd new tests for various window creation/positioning...
2004-03-27  Dmitry TimoshkovWorkaround a msvcrt.realloc bug under Win9x by using...
2004-03-26  Dmitry TimoshkovAdd a procedure for logging WM_PARENTNOTIFY messages.
2004-03-26  Dmitry TimoshkovMake DestroyWindow() not mess with a window focus,...
2004-03-26  Dmitry TimoshkovAdd 'hook' flag for messages. Add a test for CBT hook...
2004-03-25  Dmitry TimoshkovAdd 'optional' flag for messages, make the test run...
2004-03-19  Dmitry TimoshkovAdd a test case which confirms that SetMenu implementat...
2004-03-19  Justin ChevrierImplemented SPI{GET,SET}MOUSEHOVERWIDTH, SPI{GET,SET...
2004-03-11  Dmitry TimoshkovWindows truncates windows coordinates at 16 bits when...
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-02-17  Huw DaviesSetMenu should always call SetWindowPos whether the...
2004-02-12  Bill MedlandAdded the automatic tabbing in IsDialogMessage.
2004-02-06  Dmitry TimoshkovAdd a test case and a fix for the window styles state...
2004-01-23  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-23  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-20  Dmitry TimoshkovMerge the MDI and common window creation code. Change...
2004-01-18  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-16  Francois GougetThe MSVC headers won't give a name to the nameless...
2004-01-16  Francois GougetWe need to set _WIN32_WINNT to 0x501 to get CS_DROPSHAD...
2004-01-09  Ferenc WagnerPin down LoadStringA behaviour on different buffer...
2003-12-31  Alexandre JulliardStore window icons in the window structure so that...
2003-12-30  Dmitry TimoshkovAdd MDI child creation tests.
2003-12-10  Alexandre JulliardAdded tests for class style and instance handling.
2003-11-18  Martin Fuchs- Move shell window into the background.
2003-10-28  Francois GougetWeekly spelling fixes.
2003-10-28  Rein KlazesTest WM_KEY* and WM_SYSKEY* messages generated by vario...
2003-10-24  Alexandre JulliardUpdated some of the generated tests.
2003-10-24  Dmitry TimoshkovMore tests for window creation parameters.
2003-10-06  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-10-02  Dimitrie O. PaunMove the message sequences documented in documentation...
2003-09-11  Francois GougetModify winetest_ok to only add a trailing '\n' if there...
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-07  Richard CohenSystemParametersInfo returning a value for Wallpaper...
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.
2003-04-26  Ferenc WagnerAdded listbox test.
2003-04-08  Alexandre JulliardAvoid warning.
2003-01-21  Marcus MeissnerChanged MONITORINFOEXA,W definition to the one in MSDN...
2003-01-20  Francois GougetCheck for sysparams keys in either the Win9x or NT...
2003-01-16  Francois GougetDon't use old_spacing-1 if old_spacing already has...
2003-01-13  Francois GougetUpdate the registry keys of SPI_ICONHORIZONTALSPACING,
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2003-01-05  Francois GougetFix signed/unsigned compilation warnings.
2003-01-03  Francois GougetWin9x does not support {Get,Set}WindowLongW. Use the...
2002-12-18  Francois GougetwsprintfW is not supported on Win9x platforms.
2002-12-12  Francois GougetSkip the Unicode tests (effectively all tests currently...
2002-11-15  Patrik StridvallMade tests compile on Windows.
2002-11-12  Patrik StridvallUpdated the generated tests.
2002-11-06  Patrik StridvallUpdated the generated tests.
2002-11-04  Patrik StridvallUpdated the generated tests.
2002-10-29  Patrik StridvallFixed tests to compile with MS C on Windows.
2002-10-29  Patrik StridvallUpdated the generated tests.
2002-10-23  Patrik StridvallUpdated the generated tests.
2002-10-15  Patrik StridvallUpdated the generated tests.
2002-10-04  Alexandre JulliardFixed printf formats for -DSTRICT handles.
2002-10-03  Alexandre JulliardBuild tests with -DSTRICT.
2002-10-02  Patrik StridvallAdded some more autogenerated tests.
2002-09-25  Alexandre JulliardFixed a number of bugs in the handling of window parent...
2002-09-17  Francois GougetIDI_APPLICATIONW does not exist on Windows. Use IDI_APP...
2002-08-09  Alexandre JulliardCreate separate makefiles for tests for more flexibility.
2002-06-28  Philipp WollermannImplemented SPI_GETDESKWALLPAPER action, fixed SPI_SETD...
2002-06-22  Alexandre JulliardAdded printf format checking to the ok() and trace...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-23  Francois GougetMake the tests compile with Visual C++.
2002-05-21  Alexandre JulliardRenamed Winelib apps to .exe.so to follow the dll namin...
2002-05-19  Francois GougetMake the 'error' string of a couple of checks consisten...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-04-24  Bill MedlandFirst regression test for wsprintf.
2002-04-21  Mike McCormackAdded a simple test set for window classes.
2002-04-02  François GougetInclude wine/test.h before windows headers.
2002-03-19  Francois GougetDon't show the window.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Andriy PalamarchukAdded SystemParametersInfo unit test.