2005-09-26 |
Dmitry Timoshkov | Calling DdeUninitialize hangs DDE test on XP SP1, so... |
tree | commitdiff |
2005-09-13 |
Alexandre Julliard | Timeout 0 means infinite wait for SendMessageTimeout. |
tree | commitdiff |
2005-09-12 |
Alexandre Julliard | Use Get/SetClassLongPtr to access the module handle. |
tree | commitdiff |
2005-09-12 |
Dmitry Timoshkov | Add a test for ShowWindow(SW_SHOWMAXIMIZED) called... |
tree | commitdiff |
2005-09-09 |
Alexandre Julliard | Use Get/SetWindowLongPtr instead of Get/SetWindowLong... |
tree | commitdiff |
2005-09-06 |
Michael Kaufmann | - Fix text placement. |
tree | commitdiff |
2005-08-27 |
Alexandre Julliard | Explicitly import kernel32 in tests that use it. |
tree | commitdiff |
2005-08-27 |
Jason Edmeades | Listbox delete string handling should validate the... |
tree | commitdiff |
2005-08-25 |
Vitaly Lipatov | - remove return: now break loop if can't change state... |
tree | commitdiff |
2005-08-10 |
Francois Gouget | Define DCX_USESTYLE if it is not defined already. Fixes the |
tree | commitdiff |
2005-08-09 |
Dmitry Timoshkov | Make CreateWindow with invalid menu handle test pass... |
tree | commitdiff |
2005-08-08 |
Francois Gouget | CreateWindow(parent=NULL, ctlid!=0) should fail. |
tree | commitdiff |
2005-08-08 |
Francois Gouget | The listbox test shows that the control id must be... |
tree | commitdiff |
2005-08-02 |
Lauri Tulmin | Add tests for repainting windows with CS_PARENTDC class... |
tree | commitdiff |
2005-07-29 |
Dmitry Timoshkov | - Add an ownerdrawn listbox test, which confirms that... |
tree | commitdiff |
2005-07-18 |
Paul Vriens | Don't run tests on platforms that don't support WindowS... |
tree | commitdiff |
2005-07-08 |
Dmitry Timoshkov | Add DDE transaction test, make it pass under Wine. |
tree | commitdiff |
2005-07-07 |
Dmitry Timoshkov | Add a MsgWaitForMultipleObjects test. |
tree | commitdiff |
2005-07-06 |
Mike McCormack | gcc 4.0 -Wpointer-sign fixes (Reg* functions). |
tree | commitdiff |
2005-07-06 |
Alexandre Julliard | Restore the clip region after GetDCEx in send_erase... |
tree | commitdiff |
2005-07-06 |
Francois Gouget | Add trailing '\n's to ok() calls. |
tree | commitdiff |
2005-07-05 |
Vitaliy Margolen | Fix some failing tests. |
tree | commitdiff |
2005-07-05 |
Dmitry Timoshkov | Add a test case for IsWindowUnicode. |
tree | commitdiff |
2005-07-03 |
Mike McCormack | Avoid warnings in generated tests by casting sizeof... |
tree | commitdiff |
2005-07-01 |
Robert Shearman | GetDlgItemText should always try to NULL terminate... |
tree | commitdiff |
2005-06-30 |
Alexandre Julliard | Revert SPI_SETMOUSEBUTTONSWAP changes. |
tree | commitdiff |
2005-06-28 |
Alexandre Julliard | Keep track of the windows and hooks used by a thread... |
tree | commitdiff |
2005-06-27 |
Stefan Huehner | Fix some -Wstrict-prototypes warnings. |
tree | commitdiff |
2005-06-25 |
Michael Kaufmann | - Remove the old margins from the format rectangle... |
tree | commitdiff |
2005-06-21 |
Stefan Huehner | Fix some more -Wstrict-prototypes warnings. |
tree | commitdiff |
2005-06-20 |
Vitaly Lipatov | Fix returned value for SPI_SETMOUSEBUTTONSWAP. |
tree | commitdiff |
2005-06-20 |
Stefan Huehner | Fix more -Wstrict-prototypes warnings. |
tree | commitdiff |
2005-06-20 |
Rein Klazes | Owner drawn menu item size calculation fixes: |
tree | commitdiff |
2005-06-17 |
Vitaliy Margolen | Deactivate active window in ShowWindow(,SW_HIDE). |
tree | commitdiff |
2005-06-17 |
Stefan Huehner | Remove some -Wstrict-prototypes warnings. |
tree | commitdiff |
2005-06-15 |
Dmitry Timoshkov | Add a test case for WM_[L|R|M|X]BUTTONDBLCLK generation... |
tree | commitdiff |
2005-06-15 |
Mike McCormack | Fix declarations. |
tree | commitdiff |
2005-06-14 |
Lauri Tulmin | - EM_CHARFROMPOS should return the closest char (clicki... |
tree | commitdiff |
2005-06-09 |
Lauri Tulmin | Add more tests for text placement in single and multili... |
tree | commitdiff |
2005-06-09 |
Alexandre Julliard | Added a close_handle method to the object operations... |
tree | commitdiff |
2005-06-09 |
Alexandre Julliard | The desktop of a new thread should be set from the... |
tree | commitdiff |
2005-06-09 |
Dmitry Timoshkov | Added a couple of CloseHandle calls. |
tree | commitdiff |
2005-06-08 |
Alexandre Julliard | Beginnings of support for window stations and desktops. |
tree | commitdiff |
2005-06-07 |
Dmitry Timoshkov | Add a test for window state when a window receives... |
tree | commitdiff |
2005-06-05 |
Lauri Tulmin | Don't truncate text on WM_SETTEXT and send EN_MAXTEXT. |
tree | commitdiff |
2005-05-31 |
Jason Edmeades | Added test case for infinite loops on RDW_REDRAWNOW. |
tree | commitdiff |
2005-05-24 |
Richard Cohen | Fix off-by-one in menu height calculation (& therefore |
tree | commitdiff |
2005-05-14 |
Paul Vriens | Check for a NULL pointer in GetWindowTextA/W. |
tree | commitdiff |
2005-05-10 |
Rein Klazes | Multi column popup menus have 4 pixel space between... |
tree | commitdiff |
2005-04-26 |
Ulrich Czekalla | SetParent should not remove menu from non-child windows. |
tree | commitdiff |
2005-04-19 |
Francois Gouget | Add trailing '\n's to ok() calls. |
tree | commitdiff |
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 |
next |