2005-04-14 |
Robert Shearman | Add a test for a menu problem I found. |
tree | commitdiff |
2005-04-11 |
Rein Klazes | In ScrollWindowEx, if the window already has an update... |
tree | commitdiff |
2005-03-31 |
Rein Klazes | Fix some incorrect uses of the ok macro where the resul... |
tree | commitdiff |
2005-03-31 |
Rein Klazes | If ScrollWindowEx do not use the DCX_USESTYLE to get... |
tree | commitdiff |
2005-03-31 |
Paul Vriens | Use textlen instead of len. |
tree | commitdiff |
2005-03-30 |
Dmitry Timoshkov | - Make GetSystemMenu respect CS_NOCLOSE. |
tree | commitdiff |
2005-03-30 |
Alexandre Julliard | The update region passed in WM_NCPAINT and the clipping... |
tree | commitdiff |
2005-03-30 |
Alexandre Julliard | Only reset the clip region in GetDC() if a new region... |
tree | commitdiff |
2005-03-29 |
Alexandre Julliard | Only restore the DC attributes on the next GetDC, and... |
tree | commitdiff |
2005-03-29 |
Rein Klazes | ScrollWindow should call ScrollWindowEx with the SW_ERA... |
tree | commitdiff |
2005-03-29 |
Rein Klazes | - GetScrollRange should return an empty range, both... |
tree | commitdiff |
2005-03-25 |
Ulrich Czekalla | Child windows with the WS_POPUP style are allowed to... |
tree | commitdiff |
2005-03-25 |
Rein Klazes | ScrollDC and X11DRV_SCROLLDC should scroll only pixels... |
tree | commitdiff |
2005-03-23 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-03-23 |
Robert Shearman | - Window styles passed to CreateWindowEx must the same... |
tree | commitdiff |
2005-03-22 |
Dmitry Timoshkov | If an MDI child becomes active restore previously maxim... |
tree | commitdiff |
2005-03-22 |
C. Scott Ananian | EDIT_EM_SetSel: Old/new selection range ordering code... |
tree | commitdiff |
2005-03-16 |
Dmitry Timoshkov | Actually print dwExStyle in case of a mismatch. |
tree | commitdiff |
2005-03-14 |
Dmitry Timoshkov | Do not release capture before sending WM_NCDESTROY... |
tree | commitdiff |
2005-03-14 |
Dmitry Timoshkov | Fix some msg.c and win.c failures running on NT4 and XP. |
tree | commitdiff |
2005-03-10 |
Marcus Meissner | Use 512 byte buffer for buffer of LB_GETTEXT and CB_GET... |
tree | commitdiff |
2005-03-07 |
Alexandre Julliard | Authors: Justin Chevrier <jchevrier@nexicom.net>, Paul... |
tree | commitdiff |
2005-03-07 |
Dmitry Timoshkov | - Call SetCursorPos for an injected mouse message only... |
tree | commitdiff |
2005-03-05 |
Paul Vriens | LastError is not set on failure for *MOUSEHOVER* on... |
tree | commitdiff |
2005-03-04 |
Justin Chevrier | Expand conformance registry entry test to handle regist... |
tree | commitdiff |
2005-03-04 |
Paul Vriens | Better way of handling non-existent SystemParametersInfoW. |
tree | commitdiff |
2005-03-02 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-03-02 |
Dmitry Timoshkov | Protect SetParent from creating circular window depende... |
tree | commitdiff |
2005-03-01 |
Justin Chevrier | - Created SPI_{GET,SET}KEYBOARDPREF and SPI_{GET,SET... |
tree | commitdiff |
2005-02-24 |
Alexandre Julliard | Authors: Mike McCormack <mike@codeweavers.com>, Dmitry... |
tree | commitdiff |
2005-02-24 |
Dmitry Timoshkov | GetWindowRect and GetClientRect do not change RECT... |
tree | commitdiff |
2005-02-23 |
Dmitry Timoshkov | - Pass original wParam to CallNextHookEx. |
tree | commitdiff |
2005-02-22 |
Alexandre Julliard | Allow the client rectangle to be of arbitrary size... |
tree | commitdiff |
2005-02-22 |
Alexandre Julliard | Cosmetic fixes. |
tree | commitdiff |
2005-02-22 |
Rein Klazes | DefWindowProc's WM_NCCALC handler must not subtract... |
tree | commitdiff |
2005-02-22 |
Stefan Leichter | Make user32_crosstest.exe loadable on NT 3.51. |
tree | commitdiff |
2005-02-22 |
Alexandre Julliard | DispatchMessage needs to repaint the non-client area... |
tree | commitdiff |
2005-02-22 |
Jason Edmeades | Make RegisterClassExA check that reserved bytes is... |
tree | commitdiff |
2005-02-21 |
Justin Chevrier | - Implement SPI_{GET,SET}POWEROFFACTIVE and SPI_SETLOWP... |
tree | commitdiff |
2005-02-21 |
Dmitry Timoshkov | Take Shift key state into account while processing... |
tree | commitdiff |
2005-02-18 |
Dmitry Timoshkov | - Always unlink children before sending WM_NCDESTROY... |
tree | commitdiff |
2005-02-16 |
Rein Klazes | Calling ValidateRect or ValidateRgn on a windows also... |
tree | commitdiff |
2005-02-14 |
Francois Gouget | ES_COMBO is not defined in the Windows headers. So... |
tree | commitdiff |
2005-02-08 |
Rein Klazes | ScrollWindowEx when called with the SW_ERASE flag does... |
tree | commitdiff |
2005-02-08 |
Paul Vriens | Extra tracing for SPI_GETICONTITLEWRAP. |
tree | commitdiff |
2005-02-03 |
Dmitry Timoshkov | Add support for winevent hooks. |
tree | commitdiff |
2005-02-02 |
Lauri Tulmin | Add test for LB_SELITEMRANGE and make it pass. |
tree | commitdiff |
2005-02-02 |
Dmitry Timoshkov | Use the idFirstChild specified in the MDIClient's CLIEN... |
tree | commitdiff |
2005-01-27 |
Dmitry Timoshkov | Add more tests for old style hooks and winevent hooks... |
tree | commitdiff |
2005-01-27 |
Paul Vriens | Check for availability of SPI_GETICONTITLEWRAP. |
tree | commitdiff |
2005-01-25 |
Alexandre Julliard | Added a couple of SetWindowPos tests. |
tree | commitdiff |
2005-01-25 |
Rein Klazes | Make ShowWindow(...,SW_SHOWNA) also work on already... |
tree | commitdiff |
2005-01-21 |
Alexandre Julliard | Tweak SetWindowPos flags handling to make a few more... |
tree | commitdiff |
2005-01-20 |
Justin Chevrier | - Implemented SPI_SETICONMETRICS. |
tree | commitdiff |
2005-01-14 |
Justin Chevrier | Created unit test for SPI_{GET,SET}MINIMIZEDMETRICS. |
tree | commitdiff |
2005-01-11 |
Dmitry Timoshkov | Fix WmCreateCustomDialogSeq message sequence for 256... |
tree | commitdiff |
2005-01-11 |
Dmitry Timoshkov | Add more tests for keyboard/menu activation behaviour... |
tree | commitdiff |
2005-01-10 |
Lauri Tulmin | Fixes to the handling of LBS_EXTENDEDSEL style, with... |
tree | commitdiff |
2005-01-06 |
Dmitry Timoshkov | Add a windows events hook to the message test. |
tree | commitdiff |
2005-01-03 |
Dimitrie O. Paun | Add test for the listbox item height. |
tree | commitdiff |
2004-12-27 |
Rein Klazes | Correct cases where arguments of ok() calls depend... |
tree | commitdiff |
2004-12-21 |
Ulrich Czekalla | If a dialog with the DS_CONTROL style is not visible... |
tree | commitdiff |
2004-12-21 |
Rein Klazes | You can make an invisible window the active window. |
tree | commitdiff |
2004-12-20 |
Rein Klazes | - make sure that tests marked as todo_wine and actually... |
tree | commitdiff |
2004-12-17 |
Dmitry Timoshkov | Add a mouse input test case, make the test pass under... |
tree | commitdiff |
2004-12-14 |
Francois Gouget | Add trailing '\n's to ok() calls. |
tree | commitdiff |
2004-12-07 |
Alexandre Julliard | Added a bunch of tests for various behaviors of RedrawW... |
tree | commitdiff |
2004-12-06 |
Dmitry Timoshkov | ShowWindow activates only a being maximized child windo... |
tree | commitdiff |
2004-12-06 |
Robert Shearman | Remove unnecessary WNDPROC casts. |
tree | commitdiff |
2004-11-29 |
Mike McCormack | Added some tests for timer functions. |
tree | commitdiff |
2004-11-28 |
Ge van Geldorp | - Fix vertical position of text in single-line edit... |
tree | commitdiff |
2004-11-23 |
Alexandre Julliard | Fixed handling of NULL pointer in PeekMessageW, with... |
tree | commitdiff |
2004-11-08 |
Vitaliy Margolen | - return "want all keys" for WM_GETDLGCODE when multi... |
tree | commitdiff |
2004-10-29 |
Dmitry Timoshkov | Clean up user32/input.c test, remove the wrong assumpti... |
tree | commitdiff |
2004-10-27 |
Dmitry Timoshkov | Flush pending messages before testing painting message... |
tree | commitdiff |
2004-10-26 |
Dmitry Timoshkov | Make button return exactly the same dialog codes as... |
tree | commitdiff |
2004-10-22 |
Alexandre Julliard | VK_0-9 and VK_A-Z are not defined in the Windows header... |
tree | commitdiff |
2004-10-11 |
Dmitry Timoshkov | - WM_MDISETMENU handler should update new frame menu... |
tree | commitdiff |
2004-10-08 |
Dmitry Timoshkov | Properly handle the case when last MDI child is being... |
tree | commitdiff |
2004-10-06 |
Dmitry Timoshkov | Skip interthread message test under win9x, it causes... |
tree | commitdiff |
2004-10-05 |
Dmitry Timoshkov | Add a test case for accelerators, make the test pass... |
tree | commitdiff |
2004-10-05 |
Dmitry Timoshkov | Added a test case for inter-thread DispatchMessage. |
tree | commitdiff |
2004-10-05 |
Jon Griffiths | Draw background of the empty selected item in empty... |
tree | commitdiff |
2004-10-05 |
Dmitry Timoshkov | If there no MDI child to activate set hwndActiveChild... |
tree | commitdiff |
2004-10-04 |
Dmitry Timoshkov | Add more message conversion tests, make the tests pass... |
tree | commitdiff |
2004-10-04 |
Robert Shearman | Add tests for conversion of message parameters. |
tree | commitdiff |
2004-09-23 |
Dmitry Timoshkov | - Skip shell window test on Win9x and restore its funct... |
tree | commitdiff |
2004-09-22 |
Hans Leidekker | Fix signed/unsigned comparison warnings. |
tree | commitdiff |
2004-09-21 |
Dmitry Timoshkov | Make message flow for MDI creation/activation/destructi... |
tree | commitdiff |
2004-09-16 |
Dmitry Timoshkov | Add a test case for WM_KEY* to WM_SYSKEY* message conve... |
tree | commitdiff |
2004-09-14 |
Alexandre Julliard | Stop testing a sequence upon the first expected error... |
tree | commitdiff |
2004-09-13 |
Dmitry Timoshkov | Add support for HCBT_SYSCOMMAND hook, add logging for... |
tree | commitdiff |
2004-09-13 |
Dmitry Timoshkov | Add a bunch of new MDI tests. |
tree | commitdiff |
2004-09-13 |
Dmitry Timoshkov | Log flags for WM_WINDOWPOSCHANGING/WM_WINDOWPOSCHANGED... |
tree | commitdiff |
2004-09-10 |
Zach Gorman | The initial dialog focus should be established by the... |
tree | commitdiff |
2004-09-10 |
Zach Gorman | Modal dialogs should not be shown via ShowWindow until... |
tree | commitdiff |
2004-09-10 |
Zach Gorman | Added tests for default focus assignment in dialogs. |
tree | commitdiff |
2004-09-08 |
Alexandre Julliard | Fixed some message sequences to succeed on XP. |
tree | commitdiff |
2004-09-06 |
Francois Gouget | Disable MSVC warning 4116 to avoid the 'unnamed type... |
tree | commitdiff |
2004-09-02 |
Alexandre Julliard | GetUpdateRect should return TRUE even if only the non... |
tree | commitdiff |
next |