Only add Tahoma to the System font's link list if we can actually find
[wine] / dlls / user / tests /
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-20  Justin Chevrier- Implemented SPI_SETICONMETRICS.
2005-01-14  Justin ChevrierCreated unit test for SPI_{GET,SET}MINIMIZEDMETRICS.
2005-01-11  Dmitry TimoshkovFix WmCreateCustomDialogSeq message sequence for 256...
2005-01-11  Dmitry TimoshkovAdd more tests for keyboard/menu activation behaviour...
2005-01-10  Lauri TulminFixes to the handling of LBS_EXTENDEDSEL style, with...
2005-01-06  Dmitry TimoshkovAdd a windows events hook to the message test.
2005-01-03  Dimitrie O. PaunAdd test for the listbox item height.
2004-12-27  Rein KlazesCorrect cases where arguments of ok() calls depend...
2004-12-21  Ulrich CzekallaIf a dialog with the DS_CONTROL style is not visible...
2004-12-21  Rein KlazesYou can make an invisible window the active window.
2004-12-20  Rein Klazes- make sure that tests marked as todo_wine and actually...
2004-12-17  Dmitry TimoshkovAdd a mouse input test case, make the test pass under...
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-12-06  Robert ShearmanRemove unnecessary WNDPROC casts.
2004-11-29  Mike McCormackAdded some tests for timer functions.
2004-11-28  Ge van Geldorp- Fix vertical position of text in single-line edit...
2004-11-23  Alexandre JulliardFixed handling of NULL pointer in PeekMessageW, with...
2004-11-08  Vitaliy Margolen- return "want all keys" for WM_GETDLGCODE when multi...
2004-10-29  Dmitry TimoshkovClean up user32/input.c test, remove the wrong assumpti...
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  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.
next