user32/tests: Fix compilation with gcc 2.95.
[wine] / dlls / user32 / tests /
2007-05-21  Francois Gougetuser32/tests: Fix compilation with gcc 2.95.
2007-05-15  Dmitry Timoshkovuser32: Add a test for the menu resource loader, make...
2007-05-15  Dmitry Timoshkovuser32: Add a test for CheckMenuRadioItem and make...
2007-05-08  Dmitry Timoshkovuser32: Windows doesn't send the initialization message...
2007-04-26  Dmitry Timoshkovuser32: Windows doesn't redraw a window if it is being...
2007-04-12  Lei Zhanguser32: WM_ACTIVATEAPP on minimize message test.
2007-04-06  Dmitry Timoshkovuser32: Windows uses ptMaxTrackSize to set an initial...
2007-04-05  Paul Vriensuser32/tests: Don't run unicode tests if not supported.
2007-03-28  Francois GougetRemove unneeded checks on the GetModuleHandle() return...
2007-03-27  Mikołaj Zalewskiuser32: combobox: The text area height should be font_h...
2007-03-20  Dmitry Timoshkovuser32: Avoid compiler specific code in the DefWindowPr...
2007-03-19  Mikołaj Zalewskiuser32: tests: Using DefWindowProcA with RegisterClassW...
2007-03-14  Rob Shearmanuser32: Add several more MsgWaitForMultipleObjects...
2007-03-13  Stefan HuehnerMark several functions as static.
2007-03-06  Dmitry Timoshkovuser32: Make the excessive scroll test pass under Windows.
2007-03-05  Dmitry Timoshkovuser32: win2k and XP return broken border info in GetWi...
2007-03-05  Dmitry Timoshkovuser32: Fix most of test failures when running message...
2007-03-02  Clinton Stimpsonuser32: Add another test for GetUpdateRect().
2007-02-28  Dmitry Timoshkovuser32: Fix a test failure when running under Windows...
2007-02-26  Fabian Bieleruser32: Do not call NULL message callback.
2007-02-23  Francois Gougetuser32/tests: Fix the ChangeDisplaySettingsEx() test...
2007-02-21  Alexandre Julliardserver: Added support for the PM_QS_* flags in PeekMessage.
2007-02-21  Dmitry Timoshkovuser32: Add a CreateIcon test, make it pass under Wine.
2007-02-20  Dmitry Timoshkovuser32: Add a test for DefDlgProc(WM_SETFOCUS), make...
2007-02-15  Louis Lendersuser32: Fix error return values in DialogBoxParam ...
2007-02-14  Aric Stewartuser32: Scroll window fix.
2007-02-14  Dmitry Timoshkovuser32: Avoid sending unwanted DM_GETDEFID/DM_SETDEFID...
2007-02-13  Kirill K. Smirnovuser32/tests: Add tests for WM_SETICON.
2007-02-07  Clinton Stimpsonuser32: Add test cases for update rects affected by...
2007-02-06  Clinton Stimpsonuser32: WM_SETFONT on button doesn't repaint directly.
2007-02-05  Dmitry Timoshkovuser32: Add the tests for minimize/restore MDI child...
2007-02-05  Dmitry Timoshkovuser32: Although Windows sends WM_GETMINMAXINFO at...
2007-01-18  Mike McCormackuser32: Add a test showing WM_GETTEXT doesn't crash...
2007-01-12  Paul Vriensuser32/tests: Cast-qual warning fixes.
2007-01-11  Dmitry Timoshkovuser32: Add a simple DrawState test, make it pass under...
2007-01-09  Michael Stefaniucjanitorial: Remove stray '\' at end of lines.
2007-01-08  Dmitry Timoshkovuser32: Add one more GetSystemMenu test.
2007-01-08  Dmitry Timoshkovuser32: Make message tests pass cleanly under XP SP2.
2007-01-06  Vitaliy Margolenwinex11drv/user32: Add ClipCursor to x11drv to pass...
2007-01-04  Dmitry Timoshkovuser32: Fix some failures in the MDI message test.
2007-01-04  Dmitry Timoshkovuser32: Fix some failures of the ShowWindow test under...
2007-01-01  Dmitry Timoshkovuser32: Make more ShowWindow tests pass under Wine.
2007-01-01  Dmitry Timoshkovuser32: Update the ShowWindow test to pass cleanly...
2006-12-27  Vitaliy Margolenuser32: Silence tests in default debug level.
2006-12-26  Dmitry Timoshkovuser32: Check lParam of the HCBT_MINMAX hook message...
2006-12-22  Dmitry Timoshkovuser32: Add a message test for various ShowWindow(...
2006-12-19  Juris Smotrovsuser32: Extend the support for SWP_STATECHANGED for...
2006-12-19  Vitaliy Margolenwinex11drv: Return cached cursor_pos in GetCursorPos().
2006-12-18  Paul Vriensuser32/tests: Make sure the tests run on NT4 again.
2006-12-15  Dmitry Timoshkovuser32: Add support for the VK_APPS (Menu) key.
2006-12-14  Vitaliy Margolenuser32: ClipCursor should use virtual screen resolution...
2006-12-14  Francois Gougetuser32/tests: Replace some '#if 0's with 'if (0)'s.
2006-12-13  Vitaliy Margolenwinex11.drv: Only events with MOUSEEVENTF_MOVE flag...
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
2006-12-05  Huw Daviesuser32: For LBS_OWNERDRAWVARIABLE listboxes return...
2006-12-04  Dmitry Timoshkovuser32: Add ShowWindow test, make it pass under Wine.
2006-12-01  Paul Vriensuser32: W2K3 returns ERROR_INVALID_PARAMETER.
2006-11-24  Francois Gougetuser32/tests: Remove unneeded NONAMELESS* macros.
2006-11-21  Dmitry Timoshkovuser32: Add a rudimentary WM_SETFONT message test for...
2006-11-21  Dmitry Timoshkovuser32: Add some optional messages to the button messag...
2006-11-16  Alexandre Julliarduser32: Renamed the user/ directory to user32.