RegQueryValueW must return count in bytes for empty string too.
[wine] / dlls / user / tests /
2004-10-11  Dmitry Timoshkov- WM_MDISETMENU handler should update new frame menu...
2004-10-08  Dmitry TimoshkovProperly handle the case when last MDI child is being...
2004-10-06  Dmitry TimoshkovSkip interthread message test under win9x, it causes...
2004-10-05  Dmitry TimoshkovAdd a test case for accelerators, make the test pass...
2004-10-05  Dmitry TimoshkovAdded a test case for inter-thread DispatchMessage.
2004-10-05  Jon GriffithsDraw background of the empty selected item in empty...
2004-10-05  Dmitry TimoshkovIf there no MDI child to activate set hwndActiveChild...
2004-10-04  Dmitry TimoshkovAdd more message conversion tests, make the tests pass...
2004-10-04  Robert ShearmanAdd tests for conversion of message parameters.
2004-09-23  Dmitry Timoshkov- Skip shell window test on Win9x and restore its funct...
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-21  Dmitry TimoshkovMake message flow for MDI creation/activation/destructi...
2004-09-16  Dmitry TimoshkovAdd a test case for WM_KEY* to WM_SYSKEY* message conve...
2004-09-14  Alexandre JulliardStop testing a sequence upon the first expected error...
2004-09-13  Dmitry TimoshkovAdd support for HCBT_SYSCOMMAND hook, add logging for...
2004-09-13  Dmitry TimoshkovAdd a bunch of new MDI tests.
2004-09-13  Dmitry TimoshkovLog flags for WM_WINDOWPOSCHANGING/WM_WINDOWPOSCHANGED...
2004-09-10  Zach GormanThe initial dialog focus should be established by the...
2004-09-10  Zach GormanModal dialogs should not be shown via ShowWindow until...
2004-09-10  Zach GormanAdded tests for default focus assignment in dialogs.
2004-09-08  Alexandre JulliardFixed some message sequences to succeed on XP.
2004-09-06  Francois GougetDisable MSVC warning 4116 to avoid the 'unnamed type...
2004-09-02  Alexandre JulliardGetUpdateRect should return TRUE even if only the non...
2004-09-02  Francois GougetAdded missing trailing '\n's to ok() calls.
2004-08-26  Dmitry TimoshkovButton should do ReleaseCapture() on WM_KILLFOCUS if...
2004-08-26  Dmitry TimoshkovButton should send BM_SETSTATE message after it has...
2004-08-26  Dmitry TimoshkovFix msg test failures when run under win2k.
2004-08-26  Alexandre JulliardAdded some tests for paint messages and update regions.
2004-08-25  Alexandre JulliardAllow enabling or disabling todo_wine for each message...
2004-08-25  Francois GougetEnable the disabled tests in tests.data or add a commen...
2004-08-24  Huw DaviesChange dialogs to use MS Shell Dlg rather than Helv...
2004-08-16  Ferenc WagnerThe desktop process is not automatically restarted...
2004-08-16  Francois GougetAdd the CCHILDREN_TITLEBAR+1 and NUM_POINTS macros.
2004-08-14  Alexandre JulliardWM_NEXTDLGCTL should not change the default button...
2004-08-11  Francois GougetDefine _WIN32_WINNT otherwise we are missing some defin...
2004-08-09  Dmitry TimoshkovFix button behaviour on WM_SETFOCUS/WM_KILLFOCUS with...
2004-08-09  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-07-20  Zach GormanAdd test to demonstrate DrawText() with DT_CALCRECT...
2004-07-16  Krishna MurthyAdded regression test for WM_NEXTDLGCTL and default...
2004-07-14  Sami AarioAdded tests for registering a dialog box created by...
2004-07-12  Mike McCormackAdd a regression test for accelerators.
2004-07-09  Dmitry TimoshkovAdd a test case for scroll APIs, fix a few bugs spotted...
2004-06-30  Dmitry TimoshkovAdd more MDI message tests.
2004-06-25  Dmitry TimoshkovAdd a test case for clipboard functionality and fix...
2004-06-23  Dmitry TimoshkovAdd a prototype for MDI message tests.
2004-06-18  Dmitry TimoshkovAdd tests for child activation by ShowWindow/SetWindowPos.
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-04  Dimitrie O. PaunWin 2000, XP, etc. fail the sysparams tests when run
2004-06-03  Mike HearnIgnore attempts to hide an already invisible window...
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-06-01  Dmitry TimoshkovAdd dialog class name to the list of classes handled...
2004-05-28  Dmitry TimoshkovAdd a test for accessing classes from another thread.
2004-05-27  Kevin KoltzauRemove part of test that crashes win95.
2004-05-24  Dmitry TimoshkovAdd message test for DrawMenuBar.
2004-05-24  Dmitry TimoshkovAdd a test for focus change on ShowWindow(child, SW_HIDE).
2004-05-21  Dmitry TimoshkovAdd a test for window's hinstance.
2004-05-20  Dmitry Timoshkov- Make new tests pass on win2k SP4 and win95 OSR2.
2004-05-18  Alexandre JulliardAdded some optional messages to make all tests succeed...
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-10  Dmitry TimoshkovAdd more ShowWindow/SetWindowPos tests.
2004-05-07  Dmitry TimoshkovMake WM_GETMINMAXINFO default behaviour more like the...
2004-05-05  Alexandre JulliardA couple of changes to avoid some failures on XP.
2004-05-05  Francois GougetAdd trailing '\n's to ok() calls.
2004-05-05  Jakob ErikssonPrevent Windows 95 from blocking on linking issue.
2004-05-04  Alexandre JulliardSome more tests for focus behavior when hiding/showing...
2004-05-04  Francois GougetMake our ascii strings static const.
2004-05-04  Alexandre JulliardUpdated the auto-generated tests.
2004-04-30  Dmitry TimoshkovReplace wParam values for WM_PARENTNOTIFY message by...
2004-04-29  Dmitry TimoshkovAdd a test for creation of a maximized child window.
2004-04-28  Alexandre JulliardAdded test for setting focus to an invisible window.
2004-04-23  Dmitry TimoshkovFix a bug in ShellExecute which called DdeCreateStringH...
2004-04-20  Dmitry TimoshkovAdd a message test for custom dialog initialization.
2004-04-20  Francois GougetMake Unicode strings static const.
2004-04-13  Dmitry TimoshkovAdd a test for GW_HWNDLAST.
2004-04-12  Dmitry TimoshkovAdd WM_QUERYNEWPALETTE in appropriate places of the...
2004-04-12  Dmitry TimoshkovAdd a test case for children Z ordering at window creat...
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...
next