Anatoly Lyutin
2aba9f7fcb
user32/tests:c Add msg tests for SetActiveWindow().
2008-06-26 13:30:39 +02:00
Vitaly Lipatov
c36b6f888e
user32: Add test for SPI_{GET/SET}WHEELSCROLLCHARS for SystemParametersInfo.
2008-06-26 13:16:12 +02:00
Vitaly Lipatov
7b1765c1cc
user32: Implemented processing SPI_{GET/SET}WHEELSCROLLCHARS for SystemParametersInfo.
2008-06-26 13:16:07 +02:00
Vitaly Lipatov
dfdb64c121
user32: Implemented processing SPI_{GET/SET}SNAPTODEFBUTTON for SystemParametersInfo.
2008-06-26 13:15:51 +02:00
Alexandre Julliard
6536868d07
user32: Make sure that IsWindowVisible returns FALSE for HWND_MESSAGE windows.
2008-06-25 15:49:44 +02:00
Alexandre Julliard
612c010431
user32: Add support for finding HWND_MESSAGE windows in FindWindowEx.
2008-06-25 15:30:22 +02:00
Alexandre Julliard
9b9dbb20f2
user32/tests: Add some more tests for HWND_MESSAGE windows.
2008-06-25 15:24:02 +02:00
Alexandre Julliard
782403085f
user32: Treat the top-level message window as a desktop window.
2008-06-25 15:20:26 +02:00
Alexandre Julliard
1abbe0dfe3
user32: Use the top-level message window as parent for HWND_MESSAGE windows.
2008-06-25 15:10:42 +02:00
Alexandre Julliard
6b36e2131d
server: Also return the top-level message window in the get_desktop_window request.
2008-06-25 14:44:06 +02:00
Alexandre Julliard
d71303e91c
user32: Add support for a top-level message parent window in parallel to the desktop window.
2008-06-25 14:44:06 +02:00
Alexandre Julliard
c9370c44ba
user32: Register the builtin 'Message' window class.
2008-06-25 14:44:06 +02:00
Dmitry Timoshkov
bb4e7832b4
user32: Make test_SetForegroundWindow() the last message test.
2008-06-24 12:45:16 +02:00
Dan Kegel
81fee5208b
user32: Fix buffer length thinko in dde_client.c.
2008-06-23 14:09:17 +02:00
Joris Huizer
85ac6a388b
user32/tests: Copy/paste fix.
2008-06-23 12:45:49 +02:00
Anatoly Lyutin
f567cb5878
user32/tests: Add two tests for ShowWindow(SW_RESTORE).
2008-06-23 12:45:42 +02:00
Anatoly Lyutin
8fb730543d
user32: Return at the end of processing (cmd == SW_HIDE).
2008-06-21 11:36:40 +02:00
Paul Vriens
5191f0f2fd
user32/tests: Skip tests if functions are not implemented.
2008-06-21 11:14:20 +02:00
Roy Shea
6cfc6bd4f3
user32: Initialize hdd HDDEDATA to NULL (valgrind).
2008-06-19 12:34:50 +02:00
Andrew Talbot
aceb12265f
user32: Dangling pointer fix.
2008-06-18 16:15:12 +02:00
Dmitry Timoshkov
2a98f9b0b0
kernel32: Make GetModuleFileName set ERROR_INSUFFICIENT_BUFFER like win2k3 and vista do.
2008-06-18 15:21:49 +02:00
Dmitry Timoshkov
bbd8ae4322
user32: Add a test for MNS_NOTIFYBYPOS, make it pass under Wine.
2008-06-18 15:21:49 +02:00
Francois Gouget
9d5d06cf45
user32: Remove spaces before '...'.
2008-06-12 12:03:41 +02:00
Alexandre Julliard
d93fa6a1e7
user32/tests: Fix a window style check on Vista.
2008-06-10 13:04:35 +02:00
Alexandre Julliard
90d46e3010
user32/tests: Fix formatting of a trace.
2008-06-10 11:34:40 +02:00
Francois Gouget
39cb432b68
Fix the resources to remove extraneous spaces in '...'.
2008-06-05 15:53:05 +02:00
Alexandre Julliard
14194452a8
user32/tests: Fix the dde test race correctly this time.
2008-06-05 12:43:17 +02:00
Alexandre Julliard
69414975e1
user32/tests: Abstract the printing of minmax info and do it all on one line.
2008-06-04 12:34:53 +02:00
Alexandre Julliard
3cc1270f99
user32/tests: Don't add a newline before dumping the flag values.
2008-06-04 12:34:27 +02:00
Vitaliy Margolen
e3fc64aaec
user32: Fix input tests failing on WinXP+.
2008-06-03 11:10:37 +02:00
Alexandre Julliard
e0c35a8582
user32/tests: Fix race condition in DDE server startup.
2008-06-02 14:13:01 +02:00
Dmitry Timoshkov
e6d9fc65a2
user32: CBT hook doesn't send window messages.
2008-05-30 11:05:16 +02:00
Alexandre Julliard
2c4a3c8ad6
user32: We no longer need to ensure that the BeginPaint window belongs to the current thread.
2008-05-30 10:03:30 +02:00
James Hawkins
2b19e35707
user32: win2k3's GetWindowModuleFileName does return ERROR_INSUFFICIENT_BUFFER.
2008-05-30 09:55:02 +02:00
James Hawkins
333f83ffd7
user32: Fix two tests that fail in win2k3 and above.
2008-05-29 12:12:47 +02:00
Alexandre Julliard
a6df5e7e1d
user32: Check for wraparound in the initial window coordinates.
2008-05-28 21:32:50 +02:00
Paul Vriens
c6fd6b6ab8
user32/tests: Prevent writing to not allocated memory.
2008-05-28 19:32:29 +02:00
Paul Vriens
d2d8d71e6b
user32/tests: Run tests on win95 again.
2008-05-28 19:32:25 +02:00
Michael Stefaniuc
3ca74bcbbf
user32: Fix the Chinese translations.
2008-05-28 11:31:01 +02:00
Igor Tarasov
356c47e89e
user32: Further implementation of MNS_NOTIFYBYPOS.
2008-05-28 11:30:01 +02:00
Dmitry Timoshkov
914cb22868
user32: Add the tests for GetWindowModuleFileName.
2008-05-27 12:57:29 +02:00
Dmitry Timoshkov
90f0795971
user32: Implement GetWindowModuleFileName.
2008-05-27 12:57:23 +02:00
Alexandre Julliard
688febb8ce
user32: Return reasonable values in GetWindowPlacement for the desktop window.
2008-05-22 17:04:22 +02:00
James Hawkins
458c729251
user32: Fix a test that fails in almost all reports.
2008-05-22 11:42:47 +02:00
Nikolay Sivov
87bb1cbcdc
user32: Correct termination of returning string in Text_Ellipsify.
2008-05-21 20:16:26 +02:00
Ken Thomases
c2bc0e21a2
winex11: Bias MapVirtualKeyEx(MAPVK_VSC_TO_VK) against numpad vkeys.
...
The scan codes for the numeric keypad keys and those for the arrow keys and
keys like Home, End, etc. often match (ignoring the extended key bit).
However, if you map from one of those scan codes to a vkey, Windows reliably
prefers the non-numpad vkey.
2008-05-21 14:26:13 +02:00
Alexandre Julliard
79b64fdc83
user32: Add an ASCII window procedure for scrollbars.
2008-05-21 11:44:05 +02:00
Alexandre Julliard
0528a2b660
user32: Support creating cursors and icons from DIB section bitmaps.
2008-05-21 11:39:38 +02:00
James Hawkins
c659ad36e8
user32: Fix the BSM_ALL_RECIPS test flag.
2008-05-21 11:37:02 +02:00
Andrew Talbot
2956605d61
user32: Remove unused function.
2008-05-21 11:36:53 +02:00