oleaut: Reduce an ERR down to a WARN since a NULL interface pointer
[wine] / dlls / user / tests / win.c
2005-12-19  Rein Klazesuser: Fix hrgn leaks in win.c test.
2005-12-19  Rein Klazesx11drv: Do not use the scroll rectangle for clipping...
2005-12-17  Dmitry Timoshkovx11drv: ScrollDC should not clip output if a clipping...
2005-11-29  Vitaliy MargolenEnumChildWindows should return result from the callback.
2005-11-18  Dmitry TimoshkovAdd another test for Z order of child windows.
2005-10-03  Marcus MeissnerReleaseCapture should return TRUE.
2005-09-29  Jason EdmeadesAlways return MA_ACTIVATE for WM_MOUSEACTIVATE in DefWi...
2005-09-26  Alexandre JulliardAdded a test to confirm the behavior of GetRandomRgn.
2005-09-09  Alexandre JulliardUse Get/SetWindowLongPtr instead of Get/SetWindowLong...
2005-08-09  Dmitry TimoshkovMake CreateWindow with invalid menu handle test pass...
2005-08-08  Francois GougetCreateWindow(parent=NULL, ctlid!=0) should fail.
2005-08-02  Lauri TulminAdd tests for repainting windows with CS_PARENTDC class...
2005-07-06  Francois GougetAdd trailing '\n's to ok() calls.
2005-07-05  Dmitry TimoshkovAdd a test case for IsWindowUnicode.
2005-06-17  Stefan HuehnerRemove some -Wstrict-prototypes warnings.
2005-06-15  Dmitry TimoshkovAdd a test case for WM_[L|R|M|X]BUTTONDBLCLK generation...
2005-06-15  Mike McCormackFix declarations.
2005-05-31  Jason EdmeadesAdded test case for infinite loops on RDW_REDRAWNOW.
2005-05-24  Richard CohenFix off-by-one in menu height calculation (& therefore
2005-05-14  Paul VriensCheck for a NULL pointer in GetWindowTextA/W.
2005-04-26  Ulrich CzekallaSetParent should not remove menu from non-child windows.
2005-04-11  Rein KlazesIn ScrollWindowEx, if the window already has an update...
2005-03-31  Rein KlazesFix some incorrect uses of the ok macro where the resul...
2005-03-31  Rein KlazesIf ScrollWindowEx do not use the DCX_USESTYLE to get...
2005-03-29  Rein Klazes- GetScrollRange should return an empty range, both...
2005-03-25  Ulrich CzekallaChild windows with the WS_POPUP style are allowed to...
2005-03-25  Rein KlazesScrollDC and X11DRV_SCROLLDC should scroll only pixels...
2005-03-23  Robert Shearman- Window styles passed to CreateWindowEx must the same...
2005-03-16  Dmitry TimoshkovActually print dwExStyle in case of a mismatch.
2005-03-14  Dmitry TimoshkovDo not release capture before sending WM_NCDESTROY...
2005-03-14  Dmitry TimoshkovFix some msg.c and win.c failures running on NT4 and XP.
2005-03-07  Dmitry Timoshkov- Call SetCursorPos for an injected mouse message only...
2005-03-02  Dmitry TimoshkovProtect SetParent from creating circular window depende...
2005-02-24  Dmitry TimoshkovGetWindowRect and GetClientRect do not change RECT...
2005-02-22  Alexandre JulliardAllow the client rectangle to be of arbitrary size...
2005-02-22  Rein KlazesDefWindowProc's WM_NCCALC handler must not subtract...
2005-02-16  Rein KlazesCalling ValidateRect or ValidateRgn on a windows also...
2005-02-02  Dmitry TimoshkovUse the idFirstChild specified in the MDIClient's CLIEN...
2004-12-27  Rein KlazesCorrect cases where arguments of ok() calls depend...
2004-12-21  Rein KlazesYou can make an invisible window the active window.
2004-12-17  Dmitry TimoshkovAdd a mouse input test case, make the test pass under...
2004-10-11  Dmitry Timoshkov- WM_MDISETMENU handler should update new frame menu...
2004-09-23  Dmitry Timoshkov- Skip shell window test on Win9x and restore its funct...
2004-09-16  Dmitry TimoshkovAdd a test case for WM_KEY* to WM_SYSKEY* message conve...
2004-08-26  Dmitry TimoshkovButton should do ReleaseCapture() on WM_KILLFOCUS if...
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...