Dmitry Timoshkov
|
752de682c9
|
Set last DDE error in XTYP_EXECUTE handler according to the value
returned by an application.
|
2004-06-14 16:58:19 +00:00 |
Dimitrie O. Paun
|
6d53c65048
|
Win 2000, XP, etc. fail the sysparams tests when run
non-interactively, so avoid running the tests in that case.
|
2004-06-04 19:36:43 +00:00 |
Mike Hearn
|
eff34efcf8
|
Ignore attempts to hide an already invisible window. Add a test case
for this behaviour, passes on Wine and Windows 2000.
|
2004-06-03 23:26:35 +00:00 |
Ulrich Czekalla
|
e32e1f0598
|
EnableWindow should not remove the focus of child windows.
|
2004-06-03 00:08:55 +00:00 |
Dmitry Timoshkov
|
4f9ebc471f
|
Test whether we can destroy a menu assigned to a window.
|
2004-06-01 19:46:23 +00:00 |
Dmitry Timoshkov
|
5079a41ed8
|
Add dialog class name to the list of classes handled by hook, add hook
messages to the modal dialog message test.
|
2004-06-01 19:39:26 +00:00 |
Dmitry Timoshkov
|
cdeeb84822
|
Add a test for accessing classes from another thread.
Fix UnregisterClass behaviour with NULL hInstance.
|
2004-05-28 19:27:17 +00:00 |
Ivan Leo Puoti
|
3e42f6953e
|
Changed my name, so update copyright info.
|
2004-05-27 02:25:13 +00:00 |
Kevin Koltzau
|
0a5ad9eb0f
|
Remove part of test that crashes win95.
|
2004-05-27 01:56:04 +00:00 |
Dmitry Timoshkov
|
97ea6fffde
|
Add message test for DrawMenuBar.
|
2004-05-24 19:08:54 +00:00 |
Dmitry Timoshkov
|
9df137b84a
|
Add a test for focus change on ShowWindow(child, SW_HIDE).
|
2004-05-24 19:08:41 +00:00 |
Dmitry Timoshkov
|
e4dfaab29e
|
Add a test for window's hinstance.
|
2004-05-21 20:50:55 +00:00 |
Dmitry Timoshkov
|
d8e990c1e4
|
- Make new tests pass on win2k SP4 and win95 OSR2.
- Add logging of some useful messages in the parent window.
- Add logging of wparam for WM_IME_SETCONTEXT.
|
2004-05-20 01:17:28 +00:00 |
Eric Pouech
|
df93f2eeee
|
GetModuleFileName[AW] doesn't terminate the string if the buffer is
too small.
|
2004-05-19 03:22:55 +00:00 |
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 |
Ilya Korniyko
|
4943881d28
|
Encoding fixes in Ukrainian translation.
|
2004-05-10 19:54:10 +00:00 |
Dmitry Timoshkov
|
80422fb830
|
Make WM_GETMINMAXINFO default behaviour more like the Windows one.
|
2004-05-07 00:41:32 +00:00 |
Andrey Panov
|
f4a535d61e
|
In get_buffer_space() function, HeapReAlloc() will not allocate memory
if passed *buffer value is NULL.
|
2004-05-06 23:41:15 +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 |
Ilya Korniyko
|
1c279bfd89
|
Added Ukrainian translations.
|
2004-04-26 23:35:17 +00:00 |
Dmitry Timoshkov
|
85ef456512
|
Fix the DDE PFNCALLBACK prototype.
|
2004-04-26 23:29:44 +00:00 |
Dmitry Timoshkov
|
48eae0bbe8
|
Call appropriate DefWindowProc in DDE client/server window procs
depending on whether a window proc is unicode or ANSI.
|
2004-04-26 20:01:20 +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
|
476ac454ee
|
Unicode version of DdeCreateStringHandle should ignore codepage parameter.
|
2004-04-22 23:46:21 +00:00 |
Alexandre Julliard
|
f1e755db4b
|
Preload keyboard.drv when Windows version is Win9x.
|
2004-04-21 22:30:08 +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 |
Sami Aario
|
78f1224fd9
|
Stubs to prevent taskmgr.exe from crashing or aborting during
startup.
|
2004-04-07 19:41:21 +00:00 |
Alexandre Julliard
|
bb133bd596
|
Fixed a couple of header files ordering issues.
|
2004-04-07 03:59:41 +00:00 |
Dmitry Timoshkov
|
a6b405d6f4
|
Make use of the 'defwinproc' flag in the message test.
|
2004-04-06 20:09:59 +00:00 |
José Manuel Ferrer Ortiz
|
24dd96a907
|
Updated Spanish translations.
|
2004-04-06 03:24:19 +00:00 |
Sami Aario
|
dd0a1f944b
|
Fix return types of GetThreadDesktop and OpenDesktopA.
|
2004-04-06 03:21:13 +00:00 |
Dmitry Timoshkov
|
2d91357831
|
Add new tests for various window creation/positioning behaviours.
|
2004-04-02 20:22:53 +00:00 |
Dimitrie O. Paun
|
abe9c975a8
|
Remove the rest of the Tweak look hack.
|
2004-04-01 21:06:14 +00:00 |
Dimitrie O. Paun
|
126227a55a
|
Remove the support for the Win 3.1 Look.
|
2004-04-01 04:57:12 +00:00 |