Alexandre Julliard
|
47a1df45b2
|
Added some optional messages to make all tests succeed on XP.
Added tests for EndDialog and a simple modal dialog.
|
2004-05-18 20:44:23 +00:00 |
Alexandre Julliard
|
447e647716
|
Added a couple of tests for SetActiveWindow.
|
2004-05-18 00:48:09 +00:00 |
Dmitry Timoshkov
|
f74516843f
|
- Add a test for GetWindowInfo, it should not check cbSize member of
the WINDOWINFO structure.
- Add tests for window state at the time the system calls
HCBT_CREATEWND (failing under Wine at the moment).
|
2004-05-11 22:17:19 +00:00 |
Dmitry Timoshkov
|
683ea2f2b7
|
Add more ShowWindow/SetWindowPos tests.
|
2004-05-10 19:59:20 +00:00 |
Dmitry Timoshkov
|
80422fb830
|
Make WM_GETMINMAXINFO default behaviour more like the Windows one.
|
2004-05-07 00:41:32 +00:00 |
Alexandre Julliard
|
900492a69c
|
A couple of changes to avoid some failures on XP.
|
2004-05-05 22:01:49 +00:00 |
Francois Gouget
|
bc8007fb1a
|
Add trailing '\n's to ok() calls.
|
2004-05-05 01:35:37 +00:00 |
Jakob Eriksson
|
9e19e3f81e
|
Prevent Windows 95 from blocking on linking issue.
|
2004-05-05 01:07:04 +00:00 |
Alexandre Julliard
|
319fa1c31e
|
Some more tests for focus behavior when hiding/showing windows.
|
2004-05-04 04:18:29 +00:00 |
Francois Gouget
|
cfc3943c5f
|
Make our ascii strings static const.
Remove a couple string variables that were used only once and use the
string literal directly.
|
2004-05-04 04:13:05 +00:00 |
Alexandre Julliard
|
a11b2bbafb
|
Updated the auto-generated tests.
|
2004-05-04 00:41:11 +00:00 |
Dmitry Timoshkov
|
c5524e1e6b
|
Replace wParam values for WM_PARENTNOTIFY message by appropriate
symbolic names.
|
2004-04-30 04:15:13 +00:00 |
Dmitry Timoshkov
|
9634233407
|
Add a test for creation of a maximized child window.
|
2004-04-29 20:00:40 +00:00 |
Alexandre Julliard
|
57b0cbff26
|
Added test for setting focus to an invisible window.
|
2004-04-28 03:52:27 +00:00 |
Dmitry Timoshkov
|
61daaf8bd3
|
Fix a bug in ShellExecute which called DdeCreateStringHandleW with a
wrong parameter. Revert previous erroneous fix.
|
2004-04-23 21:32:17 +00:00 |
Dmitry Timoshkov
|
f04b9d0b07
|
Add a message test for custom dialog initialization.
|
2004-04-20 04:02:50 +00:00 |
Francois Gouget
|
52c0832161
|
Make Unicode strings static const.
|
2004-04-20 01:12:17 +00:00 |
Dmitry Timoshkov
|
6ba0d27e45
|
Add a test for GW_HWNDLAST.
|
2004-04-13 21:15:51 +00:00 |
Dmitry Timoshkov
|
7104df5d0d
|
Add WM_QUERYNEWPALETTE in appropriate places of the message test.
|
2004-04-12 23:13:14 +00:00 |
Dmitry Timoshkov
|
e1d413da84
|
Add a test case for children Z ordering at window creation time.
|
2004-04-12 22:05:53 +00:00 |
Dmitry Timoshkov
|
b53f87865c
|
Add WM_SETREDRAW test.
|
2004-04-08 19:07:06 +00:00 |
Dmitry Timoshkov
|
a6b405d6f4
|
Make use of the 'defwinproc' flag in the message test.
|
2004-04-06 20:09:59 +00:00 |
Dmitry Timoshkov
|
2d91357831
|
Add new tests for various window creation/positioning behaviours.
|
2004-04-02 20:22:53 +00:00 |
Dmitry Timoshkov
|
c7d9f75eeb
|
Workaround a msvcrt.realloc bug under Win9x by using Win32 APIs instead.
Take into account that HeapRealloc may move the allocated memory block.
|
2004-03-27 20:41:43 +00:00 |
Dmitry Timoshkov
|
f38a07b205
|
Add a procedure for logging WM_PARENTNOTIFY messages.
|
2004-03-26 02:28:28 +00:00 |
Dmitry Timoshkov
|
d5a1e761ee
|
Make DestroyWindow() not mess with a window focus, this should be
taken care of by ShowWindow(SW_HIDE).
Add a test for DestroyWindow() on a focused child.
|
2004-03-26 01:06:15 +00:00 |
Dmitry Timoshkov
|
6a203fb885
|
Add 'hook' flag for messages. Add a test for CBT hook messages.
|
2004-03-26 00:18:20 +00:00 |
Dmitry Timoshkov
|
bb1df89a2f
|
Add 'optional' flag for messages, make the test run under win2k.
|
2004-03-25 23:35:52 +00:00 |
Dmitry Timoshkov
|
946cd3c117
|
Add a test case which confirms that SetMenu implementation in Wine is
correct.
|
2004-03-19 19:14:45 +00:00 |
Justin Chevrier
|
7e997ef081
|
Implemented SPI{GET,SET}MOUSEHOVERWIDTH, SPI{GET,SET}MOUSEHOVERHEIGHT,
SPI{GET,SET}MOUSEHOVERTIME, SPI{GET,SET}MOUSESCROLLLINES,
SPI{GET,SET}MENUSHOWDELAY.
|
2004-03-19 01:16:12 +00:00 |
Dmitry Timoshkov
|
4edbbbd8ea
|
Windows truncates windows coordinates at 16 bits when moving or
resizing a window.
|
2004-03-11 03:51:46 +00:00 |
Alexandre Julliard
|
589e115233
|
We no longer use the .exe.spec.c files.
|
2004-03-02 21:16:37 +00:00 |
Huw Davies
|
14743a0f3b
|
SetMenu should always call SetWindowPos whether the window is visible
or not. However we shouldn't call SWP from CreateWindowEx.
Added a test for this behaviour.
|
2004-02-17 20:29:05 +00:00 |
Bill Medland
|
df0916b494
|
Added the automatic tabbing in IsDialogMessage.
Added corrections to GetNextTab/GroupItem.
Included tests.
|
2004-02-12 02:16:33 +00:00 |
Dmitry Timoshkov
|
9b24af8acb
|
Add a test case and a fix for the window styles state at the window
creation time.
|
2004-02-06 05:18:56 +00:00 |
Francois Gouget
|
47e116225a
|
Add trailing '\n's to ok() calls.
|
2004-01-23 20:50:35 +00:00 |
Francois Gouget
|
7494b5b980
|
Add trailing '\n's to ok() calls.
Check whether _MSC_VER is defined.
|
2004-01-23 02:11:12 +00:00 |
Dmitry Timoshkov
|
dc70553cae
|
Merge the MDI and common window creation code. Change the way MDI
children are managed in MDIClient.
Add support for MDICREATESTRUCT A<->W conversions.
Add support for WM_MDIREFRESHMENU.
|
2004-01-20 04:29:20 +00:00 |
Francois Gouget
|
30acf519b6
|
Add trailing '\n's to ok() calls.
|
2004-01-18 22:10:55 +00:00 |
Francois Gouget
|
83795a7530
|
The MSVC headers won't give a name to the nameless union of INPUT
despite our request (NONAMELESSUNION). So define our own type and use
it instead.
Remove useless NONAMELESSSTRUCT.
Fix signed/unsigned warning.
|
2004-01-16 02:02:38 +00:00 |
Francois Gouget
|
79495fe5a9
|
We need to set _WIN32_WINNT to 0x501 to get CS_DROPSHADOW and
ICON_SMALL2.
|
2004-01-16 02:02:19 +00:00 |
Ferenc Wagner
|
88bc174873
|
Pin down LoadStringA behaviour on different buffer lengths.
|
2004-01-09 00:36:51 +00:00 |
Alexandre Julliard
|
446d8321a7
|
Store window icons in the window structure so that WM_SETICON can do
the right thing (based on a patch by Aric Stewart).
|
2003-12-31 23:51:52 +00:00 |
Dmitry Timoshkov
|
1a620f29d2
|
Add MDI child creation tests.
|
2003-12-30 21:54:54 +00:00 |
Alexandre Julliard
|
ca10d8a5bd
|
Added tests for class style and instance handling.
|
2003-12-10 04:25:48 +00:00 |
Martin Fuchs
|
76adb1ff0d
|
- Move shell window into the background.
- Add tests for Get/SetShellWindow().
|
2003-11-18 00:13:34 +00:00 |
Francois Gouget
|
f405629e8e
|
Weekly spelling fixes.
|
2003-10-28 21:45:30 +00:00 |
Rein Klazes
|
7ee2ed5a39
|
Test WM_KEY* and WM_SYSKEY* messages generated by various keyboard
events.
|
2003-10-28 00:18:40 +00:00 |
Alexandre Julliard
|
b83789fdc3
|
Updated some of the generated tests.
|
2003-10-24 04:45:35 +00:00 |
Dmitry Timoshkov
|
88de9ef068
|
More tests for window creation parameters.
|
2003-10-24 04:22:24 +00:00 |