The desktop process is not automatically restarted under Win95, so
[wine] / dlls / user / tests / win.c
2004-08-16  Ferenc WagnerThe desktop process is not automatically restarted...
2004-08-09  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-06-17  Dmitry TimoshkovMake user/tests/win.c tests pass under Windows98.
2004-06-15  Dmitry TimoshkovAdd a test for client/nonclient window dimensions calcu...
2004-06-03  Ulrich CzekallaEnableWindow should not remove the focus of child windows.
2004-06-01  Dmitry TimoshkovTest whether we can destroy a menu assigned to a window.
2004-05-24  Dmitry TimoshkovAdd a test for focus change on ShowWindow(child, SW_HIDE).
2004-05-18  Alexandre JulliardAdded a couple of tests for SetActiveWindow.
2004-05-11  Dmitry Timoshkov- Add a test for GetWindowInfo, it should not check...
2004-05-07  Dmitry TimoshkovMake WM_GETMINMAXINFO default behaviour more like the...
2004-05-04  Alexandre JulliardSome more tests for focus behavior when hiding/showing...
2004-04-28  Alexandre JulliardAdded test for setting focus to an invisible window.
2004-04-13  Dmitry TimoshkovAdd a test for GW_HWNDLAST.
2004-04-12  Dmitry TimoshkovAdd a test case for children Z ordering at window creat...
2004-03-19  Dmitry TimoshkovAdd a test case which confirms that SetMenu implementat...
2004-03-11  Dmitry TimoshkovWindows truncates windows coordinates at 16 bits when...
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-20  Dmitry TimoshkovMerge the MDI and common window creation code. Change...
2004-01-16  Francois GougetWe need to set _WIN32_WINNT to 0x501 to get CS_DROPSHAD...
2003-12-31  Alexandre JulliardStore window icons in the window structure so that...
2003-12-30  Dmitry TimoshkovAdd MDI child creation tests.
2003-11-18  Martin Fuchs- Move shell window into the background.
2003-10-24  Dmitry TimoshkovMore tests for window creation parameters.
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-01-03  Francois GougetWin9x does not support {Get,Set}WindowLongW. Use the...
2002-11-15  Patrik StridvallMade tests compile on Windows.
2002-10-29  Patrik StridvallFixed tests to compile with MS C on Windows.
2002-10-04  Alexandre JulliardFixed printf formats for -DSTRICT handles.
2002-10-03  Alexandre JulliardBuild tests with -DSTRICT.
2002-09-25  Alexandre JulliardFixed a number of bugs in the handling of window parent...