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 |
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 |
Dimitrie O. Paun
|
9eedca2b05
|
Move the message sequences documented in documentation/gui into a unit
test.
|
2003-10-02 04:32:56 +00:00 |