Francois Gouget
|
5f7a9cea38
|
Assorted spelling fixes.
|
2007-12-07 16:35:32 +01:00 |
Francois Gouget
|
b0afca5704
|
user32/tests/msg: Don't mess up lParam as it is passed on to DefWindowProcA().
|
2007-11-13 23:28:06 +01:00 |
James Hawkins
|
e6b658c4bf
|
user32: Define WM_LBTRACKPOINT if it's not previously defined.
|
2007-10-26 14:03:47 +02:00 |
Dmitry Timoshkov
|
566ce8f5ed
|
user32: Add more listbox message tests, make them pass under Wine.
|
2007-10-18 14:09:42 +02:00 |
Francois Gouget
|
6fc6b23287
|
user32/tests: Don't use nameless unions where they are not needed.
|
2007-10-11 19:52:36 +02:00 |
Karl Relton
|
e764e61369
|
wineserver: Allow already peeked messages to merge.
|
2007-10-10 12:37:01 +02:00 |
Dmitry Timoshkov
|
5a218e97af
|
user32: Add a message test for ownerdrawn listbox, make it pass under Wine.
|
2007-10-02 13:31:46 +02:00 |
Rob Shearman
|
dbfb6b0414
|
user32: Add tests for DefWindowProc processing the undocumented 0x3B message.
|
2007-10-01 12:44:10 +02:00 |
Dmitry Timoshkov
|
4830966498
|
user32: WM_IME_SETCONTEXT messages are optional.
|
2007-10-01 12:25:50 +02:00 |
Dmitry Timoshkov
|
d4193a94e4
|
user32: Make message test pass cleanly under XP SP2.
|
2007-09-25 14:28:33 +02:00 |
Anatoly Lyutin
|
6858ce73b6
|
user32/tests: Fix test for switch maximized MDI children.
|
2007-09-24 13:45:07 +02:00 |
Trent Waddington
|
fc635fa827
|
server: Handle existing timer replacement when no window handle specified.
|
2007-08-30 19:08:16 +02:00 |
Alexandre Julliard
|
a887a64c17
|
user32: SetWindowPos should erase the parent also for child moves.
|
2007-08-27 15:13:51 +02:00 |
Alexandre Julliard
|
8bbeadf565
|
user32: IsChild must not consider the desktop window.
|
2007-08-24 10:56:51 +02:00 |
Alexandre Julliard
|
f48eb1581d
|
winex11: Force a window to managed mode when it is activated.
|
2007-08-20 22:06:50 +02:00 |
Alexandre Julliard
|
f09bcc3eef
|
user32/tests: Allow WM_MOUSEACTIVATE in the mouse hover test for compatibility with X11 focus policy.
|
2007-08-20 22:03:06 +02:00 |
Alexandre Julliard
|
1b6533bc2c
|
user32/tests: Use flush_events more consistently in the message tests.
|
2007-08-20 22:01:55 +02:00 |
Paul Vriens
|
5748f15826
|
user32/tests: Run tests on win95 again.
|
2007-08-16 11:08:13 +02:00 |
Alexandre Julliard
|
2ce799c4f6
|
user32: Support for the magic WM_CHAR W->A conversion in Get/PeekMessage.
|
2007-08-09 13:13:00 +02:00 |
Alexandre Julliard
|
b9540cf9e7
|
user32/tests: Added test cases for WM_CHAR conversions.
|
2007-08-08 18:25:57 +02:00 |
Alexandre Julliard
|
ce7bfd6a3f
|
user32: Erase parent window when child is hidden. From a patch by Clinton Stimpson.
|
2007-07-31 20:32:15 +02:00 |
Clinton Stimpson
|
f4af6455a8
|
user32: Also test parent messages when hiding child window.
|
2007-07-30 15:27:18 +02:00 |
Vitaliy Margolen
|
dcdf7c55d6
|
server: Treat desktop as a top-level window.
|
2007-07-23 11:53:06 +02:00 |
Vitaliy Margolen
|
9c9174efac
|
user32/test: Destroy no longer needed test dialog windows.
|
2007-07-19 11:53:58 +02:00 |
Alexandre Julliard
|
ec5e295ef2
|
user32/tests: Flush messages more aggressively in a couple of tests.
|
2007-07-11 14:40:19 +02:00 |
Paul Vriens
|
027afb495a
|
user32/tests: Only do the GetProcAddress once.
|
2007-06-21 15:37:49 +02:00 |
Anatoly Lyutin
|
c2bf60b004
|
user32: tests:msg Add test for switching MDI children.
|
2007-06-13 13:37:49 +02:00 |
Vitaliy Margolen
|
d4fc05a9b7
|
user32/test: Add few tests for messages sent from SetForegroundWindow().
|
2007-06-01 12:51:10 +02:00 |
Francois Gouget
|
1ecd90a222
|
user32/tests: SWP_STATECHANGED is an undocumented flag so define it ourselves. Fixes compilation with the PSDK.
|
2007-05-29 12:12:14 +02:00 |
Dmitry Timoshkov
|
3c9e7a7f33
|
wine: Switch to using 'long' for INT_PTR type for 64-bit compatibility.
|
2007-05-25 20:37:56 +02:00 |
Dmitry Timoshkov
|
1eea906dad
|
user32: Windows doesn't send the initialization messages to a dialog if a passed in dlgProc is NULL.
|
2007-05-08 13:26:01 +02:00 |
Dmitry Timoshkov
|
8723b12f98
|
user32: Windows doesn't redraw a window if it is being just moved.
|
2007-04-26 16:57:46 +02:00 |
Lei Zhang
|
c569ab2a67
|
user32: WM_ACTIVATEAPP on minimize message test.
|
2007-04-12 16:18:27 +02:00 |
Rob Shearman
|
c3b30e5351
|
user32: Add several more MsgWaitForMultipleObjects tests and split them out from the main message tests.
|
2007-03-14 18:49:55 +01:00 |
Dmitry Timoshkov
|
47661ce088
|
user32: Fix most of test failures when running message test under win2k and XP.
|
2007-03-05 12:07:35 +01:00 |
Dmitry Timoshkov
|
2d87a7bb7b
|
user32: Fix a test failure when running under Windows 2003.
|
2007-02-28 14:40:10 +01:00 |
Fabian Bieler
|
311423242b
|
user32: Do not call NULL message callback.
|
2007-02-26 13:39:48 +01:00 |
Alexandre Julliard
|
89faee0194
|
server: Added support for the PM_QS_* flags in PeekMessage.
|
2007-02-21 15:21:05 +01:00 |
Dmitry Timoshkov
|
8c5d169a20
|
user32: Add a test for DefDlgProc(WM_SETFOCUS), make the test pass under Wine.
|
2007-02-20 12:24:09 +01:00 |
Dmitry Timoshkov
|
f407e9a05d
|
user32: Avoid sending unwanted DM_GETDEFID/DM_SETDEFID messages.
|
2007-02-14 14:06:27 +01:00 |
Kirill K. Smirnov
|
5ccc6380fc
|
user32/tests: Add tests for WM_SETICON.
|
2007-02-13 17:33:36 +01:00 |
Clinton Stimpson
|
f3bcc0c4f8
|
user32: WM_SETFONT on button doesn't repaint directly.
|
2007-02-06 20:23:33 +01:00 |
Dmitry Timoshkov
|
65681a0e18
|
user32: Add the tests for minimize/restore MDI child sequence, fix some failures.
|
2007-02-05 21:04:20 +01:00 |
Michael Stefaniuc
|
22684cc767
|
janitorial: Remove stray '\' at end of lines.
|
2007-01-09 12:04:26 +01:00 |
Dmitry Timoshkov
|
ccd60c1915
|
user32: Add one more GetSystemMenu test.
|
2007-01-08 12:51:27 +01:00 |
Dmitry Timoshkov
|
b8c72fdf7c
|
user32: Make message tests pass cleanly under XP SP2.
|
2007-01-08 12:51:20 +01:00 |
Dmitry Timoshkov
|
d57dc9da0a
|
user32: Fix some failures in the MDI message test.
|
2007-01-04 21:12:26 +01:00 |
Dmitry Timoshkov
|
688d9af61d
|
user32: Fix some failures of the ShowWindow test under Windows 2003.
|
2007-01-04 20:59:43 +01:00 |
Dmitry Timoshkov
|
92faf7aa96
|
user32: Make more ShowWindow tests pass under Wine.
|
2007-01-01 17:15:30 +01:00 |
Dmitry Timoshkov
|
bc2a0ca50f
|
user32: Update the ShowWindow test to pass cleanly under Windows 2000.
|
2007-01-01 17:03:14 +01:00 |