2006-06-02 |
Juris Smotrovs | user32: Send WM_SIZE when window changes state between... |
blob | commitdiff | raw |
2006-06-02 |
Dmitry Timoshkov | user32: Replace PeekMessage loops in the PeekMessage... |
blob | commitdiff | raw | diff to current |
2006-05-24 |
Dmitry Timoshkov | user: Add a test to check the queue status if there... |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Jonathan Ernst | Update the address of the Free Software Foundation. |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Dmitry Timoshkov | user/tests: Don't generate a mouse click message in... |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Dmitry Timoshkov | user/tests: Add lparam to all HCBT_MINMAX hook messages. |
blob | commitdiff | raw | diff to current |
2006-05-17 |
Dmitry Timoshkov | user32: Make all the recently added ShowWindow tests... |
blob | commitdiff | raw | diff to current |
2006-05-16 |
Dmitry Timoshkov | user32: Add more ShowWindow tests. |
blob | commitdiff | raw | diff to current |
2006-05-07 |
Juris Smotrovs | user: Test cases demonstrating position changes for... |
blob | commitdiff | raw | diff to current |
2006-03-15 |
Alexandre Julliard | user/tests: Try harder to flush X events before running... |
blob | commitdiff | raw | diff to current |
2006-02-24 |
Francois Gouget | user: Give meaningful names to the structures used... |
blob | commitdiff | raw | diff to current |
2006-01-30 |
Vitaliy Margolen | user/tests: Add test for low level mouse hooks. |
blob | commitdiff | raw | diff to current |
2006-01-17 |
Robert Shearman | user: Fix WM_QUIT message ordering from PostQuitMessage. |
blob | commitdiff | raw | diff to current |
2005-12-22 |
Alexandre Julliard | user/tests: Remove todo_wine from a few tests that... |
blob | commitdiff | raw | diff to current |
2005-12-22 |
Dmitry Timoshkov | user32/tests: Add a PeekMessage test. |
blob | commitdiff | raw | diff to current |
2005-11-30 |
Dmitry Timoshkov | Add a test for RedrawWindow with an empty region/rectan... |
blob | commitdiff | raw | diff to current |
2005-11-30 |
Vitaliy Margolen | ShowWindows(SW_SHOWMAXIMIZED) should ignore WS_MAXIMIZE... |
blob | commitdiff | raw | diff to current |
2005-11-30 |
Vitaliy Margolen | New maximized visible window should be shown with |
blob | commitdiff | raw | diff to current |
2005-11-30 |
Vitaliy Margolen | CreateWindow should not activate invisible minimized... |
blob | commitdiff | raw | diff to current |
2005-11-16 |
Dmitry Timoshkov | Add a test for some edit control behaviours, make it... |
blob | commitdiff | raw | diff to current |
2005-11-14 |
Dmitry Timoshkov | Fix message tests to run cleanly on Windows XP SP1. |
blob | commitdiff | raw | diff to current |
2005-11-10 |
Francois Gouget | Add trailing '\n's to ok() and TRACE() calls. |
blob | commitdiff | raw | diff to current |
2005-11-09 |
Alexandre Julliard | Don't call SetWindowPos in ShowWindow if a parent windo... |
blob | commitdiff | raw | diff to current |
2005-10-31 |
Dmitry Timoshkov | Add the tests for behaviour of [In]validateRect and... |
blob | commitdiff | raw | diff to current |
2005-10-28 |
Saulius Krasuckas | Don't pass CreateThread() with a NULL pointer to TID... |
blob | commitdiff | raw | diff to current |
2005-10-27 |
Vitaliy Margolen | Add test for undocumented 0x4D message sent on F1. |
blob | commitdiff | raw | diff to current |
2005-10-26 |
Vitaliy Margolen | Silently ignore WM_PAINT in msg tests. |
blob | commitdiff | raw | diff to current |
2005-10-19 |
Vitaliy Margolen | Fix a number of tests failing on windows. |
blob | commitdiff | raw | diff to current |
2005-10-18 |
Frank Richter | When doing A->W WM_GETTEXTLENGTH, use WM_GETTEXT behind... |
blob | commitdiff | raw | diff to current |
2005-10-17 |
Vitaliy Margolen | Fix one test failing on all windows versions. |
blob | commitdiff | raw | diff to current |
2005-09-28 |
Dmitry Timoshkov | Explicitly ignore WM_GETICON message in the message... |
blob | commitdiff | raw | diff to current |
2005-09-28 |
Dmitry Timoshkov | Make DrawMenuBar and SetMenu tests pass under Wine. |
blob | commitdiff | raw | diff to current |
2005-09-13 |
Alexandre Julliard | Timeout 0 means infinite wait for SendMessageTimeout. |
blob | commitdiff | raw | diff to current |
2005-09-12 |
Dmitry Timoshkov | Add a test for ShowWindow(SW_SHOWMAXIMIZED) called... |
blob | commitdiff | raw | diff to current |
2005-09-09 |
Alexandre Julliard | Use Get/SetWindowLongPtr instead of Get/SetWindowLong... |
blob | commitdiff | raw | diff to current |
2005-07-07 |
Dmitry Timoshkov | Add a MsgWaitForMultipleObjects test. |
blob | commitdiff | raw | diff to current |
2005-06-21 |
Stefan Huehner | Fix some more -Wstrict-prototypes warnings. |
blob | commitdiff | raw | diff to current |
2005-06-17 |
Vitaliy Margolen | Deactivate active window in ShowWindow(,SW_HIDE). |
blob | commitdiff | raw | diff to current |
2005-06-07 |
Dmitry Timoshkov | Add a test for window state when a window receives... |
blob | commitdiff | raw | diff to current |
2005-04-19 |
Francois Gouget | Add trailing '\n's to ok() calls. |
blob | commitdiff | raw | diff to current |
2005-03-31 |
Rein Klazes | Fix some incorrect uses of the ok macro where the resul... |
blob | commitdiff | raw | diff to current |
2005-03-30 |
Dmitry Timoshkov | - Make GetSystemMenu respect CS_NOCLOSE. |
blob | commitdiff | raw | diff to current |
2005-03-29 |
Rein Klazes | ScrollWindow should call ScrollWindowEx with the SW_ERA... |
blob | commitdiff | raw | diff to current |
2005-03-25 |
Rein Klazes | ScrollDC and X11DRV_SCROLLDC should scroll only pixels... |
blob | commitdiff | raw | diff to current |
2005-03-22 |
Dmitry Timoshkov | If an MDI child becomes active restore previously maxim... |
blob | commitdiff | raw | diff to current |
2005-03-14 |
Dmitry Timoshkov | Do not release capture before sending WM_NCDESTROY... |
blob | commitdiff | raw | diff to current |
2005-03-14 |
Dmitry Timoshkov | Fix some msg.c and win.c failures running on NT4 and XP. |
blob | commitdiff | raw | diff to current |
2005-03-02 |
Dmitry Timoshkov | Protect SetParent from creating circular window depende... |
blob | commitdiff | raw | diff to current |
2005-02-24 |
Alexandre Julliard | Authors: Mike McCormack <mike@codeweavers.com>, Dmitry... |
blob | commitdiff | raw | diff to current |
2005-02-23 |
Dmitry Timoshkov | - Pass original wParam to CallNextHookEx. |
blob | commitdiff | raw | diff to current |
2005-02-22 |
Alexandre Julliard | Cosmetic fixes. |
blob | commitdiff | raw | diff to current |
2005-02-22 |
Stefan Leichter | Make user32_crosstest.exe loadable on NT 3.51. |
blob | commitdiff | raw | diff to current |
2005-02-22 |
Alexandre Julliard | DispatchMessage needs to repaint the non-client area... |
blob | commitdiff | raw | diff to current |
2005-02-21 |
Dmitry Timoshkov | Take Shift key state into account while processing... |
blob | commitdiff | raw | diff to current |
2005-02-18 |
Dmitry Timoshkov | - Always unlink children before sending WM_NCDESTROY... |
blob | commitdiff | raw | diff to current |
2005-02-08 |
Rein Klazes | ScrollWindowEx when called with the SW_ERASE flag does... |
blob | commitdiff | raw | diff to current |
2005-02-03 |
Dmitry Timoshkov | Add support for winevent hooks. |
blob | commitdiff | raw | diff to current |
2005-01-27 |
Dmitry Timoshkov | Add more tests for old style hooks and winevent hooks... |
blob | commitdiff | raw | diff to current |
2005-01-25 |
Alexandre Julliard | Added a couple of SetWindowPos tests. |
blob | commitdiff | raw | diff to current |
2005-01-25 |
Rein Klazes | Make ShowWindow(...,SW_SHOWNA) also work on already... |
blob | commitdiff | raw | diff to current |
2005-01-21 |
Alexandre Julliard | Tweak SetWindowPos flags handling to make a few more... |
blob | commitdiff | raw | diff to current |
2005-01-11 |
Dmitry Timoshkov | Fix WmCreateCustomDialogSeq message sequence for 256... |
blob | commitdiff | raw | diff to current |
2005-01-11 |
Dmitry Timoshkov | Add more tests for keyboard/menu activation behaviour... |
blob | commitdiff | raw | diff to current |
2005-01-06 |
Dmitry Timoshkov | Add a windows events hook to the message test. |
blob | commitdiff | raw | diff to current |
2004-12-27 |
Rein Klazes | Correct cases where arguments of ok() calls depend... |
blob | commitdiff | raw | diff to current |
2004-12-20 |
Rein Klazes | - make sure that tests marked as todo_wine and actually... |
blob | commitdiff | raw | diff to current |
2004-12-14 |
Francois Gouget | Add trailing '\n's to ok() calls. |
blob | commitdiff | raw | diff to current |
2004-12-07 |
Alexandre Julliard | Added a bunch of tests for various behaviors of RedrawW... |
blob | commitdiff | raw | diff to current |
2004-12-06 |
Dmitry Timoshkov | ShowWindow activates only a being maximized child windo... |
blob | commitdiff | raw | diff to current |
2004-11-29 |
Mike McCormack | Added some tests for timer functions. |
blob | commitdiff | raw | diff to current |
2004-11-23 |
Alexandre Julliard | Fixed handling of NULL pointer in PeekMessageW, with... |
blob | commitdiff | raw | diff to current |
2004-10-27 |
Dmitry Timoshkov | Flush pending messages before testing painting message... |
blob | commitdiff | raw | diff to current |
2004-10-26 |
Dmitry Timoshkov | Make button return exactly the same dialog codes as... |
blob | commitdiff | raw | diff to current |
2004-10-22 |
Alexandre Julliard | VK_0-9 and VK_A-Z are not defined in the Windows header... |
blob | commitdiff | raw | diff to current |
2004-10-11 |
Dmitry Timoshkov | - WM_MDISETMENU handler should update new frame menu... |
blob | commitdiff | raw | diff to current |
2004-10-08 |
Dmitry Timoshkov | Properly handle the case when last MDI child is being... |
blob | commitdiff | raw | diff to current |
2004-10-06 |
Dmitry Timoshkov | Skip interthread message test under win9x, it causes... |
blob | commitdiff | raw | diff to current |
2004-10-05 |
Dmitry Timoshkov | Add a test case for accelerators, make the test pass... |
blob | commitdiff | raw | diff to current |
2004-10-05 |
Dmitry Timoshkov | Added a test case for inter-thread DispatchMessage. |
blob | commitdiff | raw | diff to current |
2004-10-05 |
Dmitry Timoshkov | If there no MDI child to activate set hwndActiveChild... |
blob | commitdiff | raw | diff to current |
2004-10-04 |
Dmitry Timoshkov | Add more message conversion tests, make the tests pass... |
blob | commitdiff | raw | diff to current |
2004-10-04 |
Robert Shearman | Add tests for conversion of message parameters. |
blob | commitdiff | raw | diff to current |
2004-09-22 |
Hans Leidekker | Fix signed/unsigned comparison warnings. |
blob | commitdiff | raw | diff to current |
2004-09-21 |
Dmitry Timoshkov | Make message flow for MDI creation/activation/destructi... |
blob | commitdiff | raw | diff to current |
2004-09-14 |
Alexandre Julliard | Stop testing a sequence upon the first expected error... |
blob | commitdiff | raw | diff to current |
2004-09-13 |
Dmitry Timoshkov | Add support for HCBT_SYSCOMMAND hook, add logging for... |
blob | commitdiff | raw | diff to current |
2004-09-13 |
Dmitry Timoshkov | Add a bunch of new MDI tests. |
blob | commitdiff | raw | diff to current |
2004-09-13 |
Dmitry Timoshkov | Log flags for WM_WINDOWPOSCHANGING/WM_WINDOWPOSCHANGED... |
blob | commitdiff | raw | diff to current |
2004-09-08 |
Alexandre Julliard | Fixed some message sequences to succeed on XP. |
blob | commitdiff | raw | diff to current |
2004-09-02 |
Alexandre Julliard | GetUpdateRect should return TRUE even if only the non... |
blob | commitdiff | raw | diff to current |
2004-08-26 |
Dmitry Timoshkov | Button should send BM_SETSTATE message after it has... |
blob | commitdiff | raw | diff to current |
2004-08-26 |
Dmitry Timoshkov | Fix msg test failures when run under win2k. |
blob | commitdiff | raw | diff to current |
2004-08-26 |
Alexandre Julliard | Added some tests for paint messages and update regions. |
blob | commitdiff | raw | diff to current |
2004-08-25 |
Alexandre Julliard | Allow enabling or disabling todo_wine for each message... |
blob | commitdiff | raw | diff to current |
2004-08-11 |
Francois Gouget | Define _WIN32_WINNT otherwise we are missing some defin... |
blob | commitdiff | raw | diff to current |
2004-08-09 |
Dmitry Timoshkov | Fix button behaviour on WM_SETFOCUS/WM_KILLFOCUS with... |
blob | commitdiff | raw | diff to current |
2004-07-09 |
Dmitry Timoshkov | Add a test case for scroll APIs, fix a few bugs spotted... |
blob | commitdiff | raw | diff to current |
2004-06-30 |
Dmitry Timoshkov | Add more MDI message tests. |
blob | commitdiff | raw | diff to current |
2004-06-23 |
Dmitry Timoshkov | Add a prototype for MDI message tests. |
blob | commitdiff | raw | diff to current |
2004-06-18 |
Dmitry Timoshkov | Add tests for child activation by ShowWindow/SetWindowPos. |
blob | commitdiff | raw | diff to current |
next |