Sweden-Number/dlls/user/tests
Dmitry Timoshkov 7647cffbdf Add a test for ShowWindow(SW_SHOWMAXIMIZED) called for a not visible
overlapped window, which shows that WM_SHOWWINDOW is not sent in that
case and that it should activate a window and bring it to top.
2005-09-12 10:09:40 +00:00
..
.cvsignore Beginnings of support for window stations and desktops. 2005-06-08 18:44:50 +00:00
Makefile.in Explicitly import kernel32 in tests that use it. 2005-08-27 09:27:09 +00:00
class.c Use Get/SetWindowLongPtr instead of Get/SetWindowLong where 2005-09-09 15:20:04 +00:00
clipboard.c
dce.c Define DCX_USESTYLE if it is not defined already. Fixes the 2005-08-10 15:00:44 +00:00
dde.c Add DDE transaction test, make it pass under Wine. 2005-07-08 11:33:09 +00:00
dialog.c GetDlgItemText should always try to NULL terminate the string. 2005-07-01 15:38:39 +00:00
edit.c - Fix text placement. 2005-09-06 11:40:01 +00:00
generated.c Avoid warnings in generated tests by casting sizeof(x) to an int. 2005-07-03 11:23:30 +00:00
input.c
listbox.c Listbox delete string handling should validate the range of the 2005-08-27 09:24:14 +00:00
menu.c Use Get/SetWindowLongPtr instead of Get/SetWindowLong where 2005-09-09 15:20:04 +00:00
msg.c Add a test for ShowWindow(SW_SHOWMAXIMIZED) called for a not visible 2005-09-12 10:09:40 +00:00
resource.c
resource.rc
sysparams.c - remove return: now break loop if can't change state during test 2005-08-25 19:18:49 +00:00
text.c Use textlen instead of len. 2005-03-31 10:07:26 +00:00
win.c Use Get/SetWindowLongPtr instead of Get/SetWindowLong where 2005-09-09 15:20:04 +00:00
winstation.c Don't run tests on platforms that don't support WindowStation calls. 2005-07-18 09:08:58 +00:00
wsprintf.c