Add support for winevent hooks.
[wine] / dlls / user / tests / msg.c
2005-02-03  Dmitry TimoshkovAdd support for winevent hooks.
2005-01-27  Dmitry TimoshkovAdd more tests for old style hooks and winevent hooks...
2005-01-25  Alexandre JulliardAdded a couple of SetWindowPos tests.
2005-01-25  Rein KlazesMake ShowWindow(...,SW_SHOWNA) also work on already...
2005-01-21  Alexandre JulliardTweak SetWindowPos flags handling to make a few more...
2005-01-11  Dmitry TimoshkovFix WmCreateCustomDialogSeq message sequence for 256...
2005-01-11  Dmitry TimoshkovAdd more tests for keyboard/menu activation behaviour...
2005-01-06  Dmitry TimoshkovAdd a windows events hook to the message test.
2004-12-27  Rein KlazesCorrect cases where arguments of ok() calls depend...
2004-12-20  Rein Klazes- make sure that tests marked as todo_wine and actually...
2004-12-14  Francois GougetAdd trailing '\n's to ok() calls.
2004-12-07  Alexandre JulliardAdded a bunch of tests for various behaviors of RedrawW...
2004-12-06  Dmitry TimoshkovShowWindow activates only a being maximized child windo...
2004-11-29  Mike McCormackAdded some tests for timer functions.
2004-11-23  Alexandre JulliardFixed handling of NULL pointer in PeekMessageW, with...
2004-10-27  Dmitry TimoshkovFlush pending messages before testing painting message...
2004-10-26  Dmitry TimoshkovMake button return exactly the same dialog codes as...
2004-10-22  Alexandre JulliardVK_0-9 and VK_A-Z are not defined in the Windows header...
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  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-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-21  Dmitry TimoshkovMake message flow for MDI creation/activation/destructi...
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-08  Alexandre JulliardFixed some message sequences to succeed on XP.
2004-09-02  Alexandre JulliardGetUpdateRect should return TRUE even if only the non...
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-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-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-23  Dmitry TimoshkovAdd a prototype for MDI message tests.
2004-06-18  Dmitry TimoshkovAdd tests for child activation by ShowWindow/SetWindowPos.
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 TimoshkovAdd dialog class name to the list of classes handled...
2004-05-24  Dmitry TimoshkovAdd message test for DrawMenuBar.
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-10  Dmitry TimoshkovAdd more ShowWindow/SetWindowPos tests.
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-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-20  Dmitry TimoshkovAdd a message test for custom dialog initialization.
2004-04-12  Dmitry TimoshkovAdd WM_QUERYNEWPALETTE in appropriate places of the...
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-02-17  Huw DaviesSetMenu should always call SetWindowPos whether the...
2003-10-02  Dimitrie O. PaunMove the message sequences documented in documentation...