user32: Rearrange ComboBox repositioning code.
[wine] / dlls / user32 / tests / msg.c
2012-07-26  Sergey Guralnikuser32: Rearrange ComboBox repositioning code.
2012-07-03  Sergey Guralnikuser32: Add test for ComboBox repositioning behavior.
2012-02-22  Thomas Faberuser32/tests: Do not depend on argument evaluation...
2012-01-09  Alexandre Julliarduser32/tests: Fix some test failures on Windows.
2012-01-05  Dmitry Timoshkovuser32: Add an invalid window check to SetActiveWindow.
2012-01-05  Dmitry Timoshkovuser32: Add an invalid window check to SetFocus.
2012-01-04  Dmitry Timoshkovuser32: Add some tests for SetFocus/SetActiveWindow...
2011-12-30  Dmitry Timoshkovuser32: Add some SetFocus message tests.
2011-12-30  Alexandre Julliarduser32/tests: Remove a crashing test.
2011-11-21  Michael Stefaniucuser32/tests: Drop superfluous function pointer casts.
2011-11-18  Erich Hooveruser32: Prioritize focus for dialog owner on EndDialog.
2011-11-08  Alexandre Julliarduser32/tests: Flush events before the key flags test.
2011-09-26  André Hentscheluser32/tests: Don't test function directly when reporti...
2011-08-23  Francois Gougetuser32: When destroying a window, preserve the first...
2011-08-23  Francois Gougetuser32/tests: Test what happens to a WM_QUIT posted...
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-07-25  Alexandre Julliarduser32/tests: Make hook messages optional in the SetPar...
2011-07-22  Alexandre Julliarduser32/tests: Fix test failures when the low-level...
2011-07-22  Alexandre Julliarduser32/tests: Fix some last error tests that fail on...
2011-07-22  Alexandre Julliarduser32/tests: Mark some messages optional in the SetPar...
2011-07-06  Vincent Povirkuser32: Test that QS_HOTKEY is properly set and cleared.
2011-06-21  Vincent Povirkserver: Post WM_HOTKEY when a hotkey is pressed.
2011-06-21  Vincent Povirkserver: Implement RegisterHotKey/UnregisterHotKey.
2011-06-21  Vincent Povirkuser32/tests: Test that hotkeys are really replaced...
2011-06-14  Vincent Povirkuser32: Add a test to find the queue containing hotkey...
2011-06-14  Vincent Povirkuser32: Ignore painting messages in the hotkey test...
2011-06-13  Marcus Meissneruser32: Initialize all of msg (Coverity).
2011-06-08  Vincent Povirkuser32/tests: Do not check the last error on succeeding...
2011-06-08  Vincent Povirkuser32/tests: Test registering the same hotkey hwnd...
2011-06-08  Vincent Povirkuser32/tests: Add test showing hotkeys change the async...
2011-06-08  Vincent Povirkuser32/tests: Ignore paint messages in hotkey tests.
2011-06-08  Vincent Povirkuser32/tests: Add test for flags on keyboard messages.
2011-05-26  Vincent Povirkuser32: Add message test for hotkeys.
2011-05-26  Vincent Povirkuser32: Add test for RegisterHotKey/UnregisterHotKey.
2011-04-12  Dmitry Timoshkovuser32: Fix the single menu item activation using a...
2011-04-06  Dmitry Timoshkovuser32: Add a test for activating a menu consisting...
2011-04-05  Dmitry Timoshkovuser32: DefDlgProc on WM_QUIT should repost it and...
2011-04-05  Dmitry Timoshkovuser32: Add a test for WM_QUIT handling by DefDlgProc.
2011-04-01  Austin Lunduser32/tests: Fixed SetParent test on 64bit Vista.
2011-02-25  Marcus Meissneruser32: Fixed some more side effect functions in assert...
2011-02-09  Dmitry Timoshkovuser32: Add message tests for SetParent().
2010-12-03  Austin Lunduser32/tests: Disable IME for msg tests.
2010-12-03  Austin Lunduser32/tests: Close second window in DBCS WM_CHAR tests.
2010-09-29  Louis Lendersuser32: UpdateWindow doesn't accept a NULL hwnd.
2010-09-22  Dmitry Timoshkovuser32: Uncomment the GetWindowPlacement() test, fill...
2010-09-01  Dmitry Timoshkovuser32: Add a bunch of GetWindowPlacement() tests,...
2010-06-30  André Hentscheluser32/tests: Use if(0) instead of a comment to make...
2010-06-17  Alexandre Julliarduser32/tests: Ignore repeat key flag that causes occasi...
2010-05-25  Alexandre Julliarduser32/tests: Fix a test failure in desktop mode.
2010-05-17  Dmitry Timoshkovuser32: Add BM_SETSTATE/BM_SETCHECK message tests for...
2010-05-04  Gerald Pfeiferuser32/tests: Destroy the window we created at the...
2010-03-03  Alexandre Julliardserver: Set the idle event when PeekMessage is called...
2010-02-08  Reece Dunnuser32/tests: Make the MDI client take up the whole...
2010-02-02  Alexandre Julliarduser32: Fix the WM_CONTEXTMENU parameter for 64-bit.
2010-01-14  Kusanagi Kouichiuser32/tests: Add test for Shift+F10.
2009-12-28  Michael Stefaniucuser32/tests: Remove some explicit LPARAM/WPARAM casts.
2009-12-16  Alexandre Julliardserver: Set the idle event when retrieving a timer...
2009-12-16  Alexandre Julliardserver: Don't set the idle event when waiting for a...
2009-12-16  Alexandre Julliardserver: Any thread can set the idle event, don't treat...
2009-12-16  Alexandre Julliardserver: Don't reset the idle event when the client...
2009-12-16  Alexandre Julliarduser32/tests: Always reset events when starting a WaitF...
2009-12-16  Alexandre Julliarduser32/tests: Fix a number of message test failures...
2009-12-15  Alexandre Julliarduser32/tests: Add a number of tests for WaitForInputIdle.
2009-10-14  Erich Hooveruser32: Test for 'F10' key events.
2009-10-02  Michael Stefaniucuser32/tests: Use LONG instead of long.
2009-10-01  Paul Vriensuser32/tests: Don't crash on Win9x/WinMe/NT4.
2009-09-30  Peter Dons Tychsenuser32: Add exception handling for timer callbacks.
2009-09-23  Alexander Scott... user32: Send a WM_DRAWCLIPBOARD message to the new...
2009-09-23  Alexander Scott... user32: When sending the WM_DRAWCLIPBOARD message,...
2009-09-23  Alexander Scott... user32/tests: Add some clipboard viewer tests.
2009-09-09  Alexandre Julliarduser32/tests: Use explicit prototypes for function...
2009-08-03  Henri Verbeetuser32: Send 0 as LPARAM for SIZE_MINIMIZED WM_SIZE...
2009-07-06  Dmitry Timoshkovuser32: Fix some BM_SETSTYLE test failres under Win9x.
2009-07-02  Dmitry Timoshkovuser32: Add a test for BM_SETSTYLE, make it pass under...
2009-06-18  Dmitry Timoshkovuser32: Invalidate button on WM_KILLFOCUS, like Windows...
2009-06-15  Paul Vriensuser32/tests: Skip some tests on Win9x/WinME.
2009-06-12  Dmitry Timoshkovuser32: Add a test for PeekMessage((HWND)-1), make...
2009-06-04  Alexandre Julliarduser32/tests: Add more synchronization in the exit...
2009-06-04  Paul Vriensuser32/tests: Remove a trace() message.
2009-06-03  Alexandre Julliarduser32/tests: Add tests for message sequence of window...
2009-06-02  Alexandre Julliarduser32/tests: Fix the listbox delete test on NT4.
2009-05-13  Alexandre Julliarduser32/tests: Add an optional message for Win95.
2009-05-12  Alexandre Julliarduser32/tests: Add more systematic support for ignoring...
2009-05-12  Alexandre Julliarduser32/tests: Fix the LB_DELETESTRING for older Windows...
2009-04-29  Dmitry Timoshkovuser32: Add the tests for LB_DELETESTRING, make them...
2009-04-22  Michael Stefaniucuser32/tests: Don't use the long type.
2009-03-13  Alexandre Julliarduser32/tests: Add optional restore sequence for Vista.
2009-03-11  Alexandre Julliarduser32/tests: Skip shift+button test if we don't receiv...
2009-03-10  Nikolay Sivovuser32: Button should get captured when highlighted...
2009-03-09  Alexandre Julliarduser32/tests: Fix some message sequences for Vista...
2009-03-09  Alexandre Julliarduser32/tests: Avoid snprintf, it's broken on Mingw.
2009-03-06  Alexandre Julliarduser32/tests: Add more optional messages for Vista...
2009-03-05  Alexandre Julliarduser32/tests: Mark a couple of painting messages as...
2009-03-03  Alexandre Julliarduser32/tests: Add some more optional messages.
2009-02-26  Alexandre Julliarduser32/tests: Fix some message sequences for Win9x.
2009-02-25  Alexandre Julliarduser32/tests: Add some more optional messages.
2009-02-24  Alexandre Julliarduser32/tests: Add a couple of optional messages.
2009-02-23  Francois Gougetuser32/tests: Use win_skip() to skip over unimplemented...
2009-02-21  Alexandre Julliarduser32/tests: Print all the unexpected messages we...
2009-02-20  Alexandre Julliarduser32/tests: Skip some message tests if we fail to...
next