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