user32/tests: Don't use 0x55 to avoid any confusion when running with +heap.
[wine] / dlls / user32 / tests / msg.c
2008-03-04  Alexandre Julliarduser32: Fix a couple of message test failures.
2008-03-04  Alexandre Julliarduser32/tests: Fix most message tests to pass on Vista.
2008-03-03  Alexandre Julliarduser32/tests: Skip tests instead of crashing if global...
2008-02-18  Maarten Lankhorstuser32: Fix a message test that would only pass on...
2008-01-23  Paul Vriensuser32/tests: Run full test again on win95 and NT4.
2007-12-07  Francois GougetAssorted spelling fixes.
2007-11-13  Francois Gougetuser32/tests/msg: Don't mess up lParam as it is passed...
2007-10-26  James Hawkinsuser32: Define WM_LBTRACKPOINT if it's not previously...
2007-10-18  Dmitry Timoshkovuser32: Add more listbox message tests, make them pass...
2007-10-11  Francois Gougetuser32/tests: Don't use nameless unions where they...
2007-10-10  Karl Reltonwineserver: Allow already peeked messages to merge.
2007-10-02  Dmitry Timoshkovuser32: Add a message test for ownerdrawn listbox,...
2007-10-01  Rob Shearmanuser32: Add tests for DefWindowProc processing the...
2007-10-01  Dmitry Timoshkovuser32: WM_IME_SETCONTEXT messages are optional.
2007-09-25  Dmitry Timoshkovuser32: Make message test pass cleanly under XP SP2.
2007-09-24  Anatoly Lyutinuser32/tests: Fix test for switch maximized MDI children.
2007-08-30  Trent Waddingtonserver: Handle existing timer replacement when no windo...
2007-08-27  Alexandre Julliarduser32: SetWindowPos should erase the parent also for...
2007-08-24  Alexandre Julliarduser32: IsChild must not consider the desktop window.
2007-08-20  Alexandre Julliardwinex11: Force a window to managed mode when it is...
2007-08-20  Alexandre Julliarduser32/tests: Allow WM_MOUSEACTIVATE in the mouse hover...
2007-08-20  Alexandre Julliarduser32/tests: Use flush_events more consistently in...
2007-08-16  Paul Vriensuser32/tests: Run tests on win95 again.
2007-08-09  Alexandre Julliarduser32: Support for the magic WM_CHAR W->A conversion...
2007-08-08  Alexandre Julliarduser32/tests: Added test cases for WM_CHAR conversions.
2007-07-31  Alexandre Julliarduser32: Erase parent window when child is hidden. From...
2007-07-30  Clinton Stimpsonuser32: Also test parent messages when hiding child...
2007-07-23  Vitaliy Margolenserver: Treat desktop as a top-level window.
2007-07-19  Vitaliy Margolenuser32/test: Destroy no longer needed test dialog windows.
2007-07-11  Alexandre Julliarduser32/tests: Flush messages more aggressively in a...
2007-06-21  Paul Vriensuser32/tests: Only do the GetProcAddress once.
2007-06-13  Anatoly Lyutinuser32: tests:msg Add test for switching MDI children.
2007-06-01  Vitaliy Margolenuser32/test: Add few tests for messages sent from SetFo...
2007-05-29  Francois Gougetuser32/tests: SWP_STATECHANGED is an undocumented flag...
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
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-03-14  Rob Shearmanuser32: Add several more MsgWaitForMultipleObjects...
2007-03-05  Dmitry Timoshkovuser32: Fix most of test failures when running message...
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-21  Alexandre Julliardserver: Added support for the PM_QS_* flags in PeekMessage.
2007-02-20  Dmitry Timoshkovuser32: Add a test for DefDlgProc(WM_SETFOCUS), make...
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-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-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-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-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-15  Dmitry Timoshkovuser32: Add support for the VK_APPS (Menu) key.
2006-12-14  Francois Gougetuser32/tests: Replace some '#if 0's with 'if (0)'s.
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.