2005-09-13 |
Alexandre Julliard | Timeout 0 means infinite wait for SendMessageTimeout. |
blob | commitdiff | raw |
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 |
2004-06-03 |
Mike Hearn | Ignore attempts to hide an already invisible window... |
blob | commitdiff | raw | diff to current |
2004-06-03 |
Ulrich Czekalla | EnableWindow should not remove the focus of child windows. |
blob | commitdiff | raw | diff to current |
2004-06-01 |
Dmitry Timoshkov | Add dialog class name to the list of classes handled... |
blob | commitdiff | raw | diff to current |
2004-05-24 |
Dmitry Timoshkov | Add message test for DrawMenuBar. |
blob | commitdiff | raw | diff to current |
2004-05-20 |
Dmitry Timoshkov | - Make new tests pass on win2k SP4 and win95 OSR2. |
blob | commitdiff | raw | diff to current |
2004-05-18 |
Alexandre Julliard | Added some optional messages to make all tests succeed... |
blob | commitdiff | raw | diff to current |
2004-05-10 |
Dmitry Timoshkov | Add more ShowWindow/SetWindowPos tests. |
blob | commitdiff | raw | diff to current |
2004-05-05 |
Alexandre Julliard | A couple of changes to avoid some failures on XP. |
blob | commitdiff | raw | diff to current |
2004-05-05 |
Francois Gouget | Add trailing '\n's to ok() calls. |
blob | commitdiff | raw | diff to current |
2004-04-30 |
Dmitry Timoshkov | Replace wParam values for WM_PARENTNOTIFY message by... |
blob | commitdiff | raw | diff to current |
2004-04-29 |
Dmitry Timoshkov | Add a test for creation of a maximized child window. |
blob | commitdiff | raw | diff to current |
2004-04-20 |
Dmitry Timoshkov | Add a message test for custom dialog initialization. |
blob | commitdiff | raw | diff to current |
2004-04-12 |
Dmitry Timoshkov | Add WM_QUERYNEWPALETTE in appropriate places of the... |
blob | commitdiff | raw | diff to current |
2004-04-08 |
Dmitry Timoshkov | Add WM_SETREDRAW test. |
blob | commitdiff | raw | diff to current |
2004-04-06 |
Dmitry Timoshkov | Make use of the 'defwinproc' flag in the message test. |
blob | commitdiff | raw | diff to current |
2004-04-02 |
Dmitry Timoshkov | Add new tests for various window creation/positioning... |
blob | commitdiff | raw | diff to current |
2004-03-27 |
Dmitry Timoshkov | Workaround a msvcrt.realloc bug under Win9x by using... |
blob | commitdiff | raw | diff to current |
2004-03-26 |
Dmitry Timoshkov | Add a procedure for logging WM_PARENTNOTIFY messages. |
blob | commitdiff | raw | diff to current |
2004-03-26 |
Dmitry Timoshkov | Make DestroyWindow() not mess with a window focus,... |
blob | commitdiff | raw | diff to current |
2004-03-26 |
Dmitry Timoshkov | Add 'hook' flag for messages. Add a test for CBT hook... |
blob | commitdiff | raw | diff to current |
2004-03-25 |
Dmitry Timoshkov | Add 'optional' flag for messages, make the test run... |
blob | commitdiff | raw | diff to current |
2004-02-17 |
Huw Davies | SetMenu should always call SetWindowPos whether the... |
blob | commitdiff | raw | diff to current |
2003-10-02 |
Dimitrie O. Paun | Move the message sequences documented in documentation... |
blob | commitdiff | raw | diff to current |
|