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 |
Peter Verthez
|
13b376df73
|
user32: LB_SETITEMDATA should return 1 on success, not 0.
|
2007-08-14 20:29:21 +02:00 |
Mikołaj Zalewski
|
5e9ced90f7
|
user32: CallWindowProc[AW] for mismatched built-in winprocs should take into account if the window is Unicode.
|
2007-08-10 13:53:35 +02:00 |
Dmitry Timoshkov
|
ce1ab638da
|
user32: CBN_SELCHANGE notification should be sent before an edit update.
|
2007-08-09 14:40:59 +02:00 |
Francois Gouget
|
ebadbd4bd5
|
Assorted spelling fixes.
|
2007-08-09 14:13:07 +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 |
Alexandre Julliard
|
809d47839d
|
user32/tests: Flush events more aggressively in mouse input test.
|
2007-07-25 13:46:42 +02:00 |
Vitaliy Margolen
|
dcdf7c55d6
|
server: Treat desktop as a top-level window.
|
2007-07-23 11:53:06 +02:00 |
Vitaliy Margolen
|
9380eb3127
|
user32: Add test for SetForegroundWindow(desktop).
|
2007-07-23 11:49:46 +02:00 |
Mikołaj Zalewski
|
46a48c40ad
|
user32/tests: Simplify a test.
|
2007-07-20 11:40:44 +02:00 |
Michael Stefaniuc
|
02933a11de
|
dlls: Remove unreachable break after return/break. Found by Smatch.
|
2007-07-19 11:57:49 +02:00 |
Vitaliy Margolen
|
9c9174efac
|
user32/test: Destroy no longer needed test dialog windows.
|
2007-07-19 11:53:58 +02:00 |
Alexandre Julliard
|
4688389d74
|
user32: Allocate a dual A/W winproc for DefWindowProc.
|
2007-07-12 15:45:19 +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
|
24123e8603
|
user32/tests: Use skip.
|
2007-07-03 20:39:32 +02:00 |
Paul Vriens
|
918a2911bf
|
user32/tests: Use skip.
|
2007-07-03 20:39:31 +02:00 |
Michael Stefaniuc
|
0152ec0375
|
janitorial: Remove superfluous casts of void pointers to other pointer types.
|
2007-06-27 12:53:50 +02:00 |
Paul Vriens
|
027afb495a
|
user32/tests: Only do the GetProcAddress once.
|
2007-06-21 15:37:49 +02:00 |
Dmitry Timoshkov
|
4d8f84cbdd
|
user32: When inserting a menu item make sure that MDI system buttons stay on the right side.
|
2007-06-20 15:10:58 +02:00 |
Alexandre Julliard
|
bd8a4e3aae
|
user32/tests: Avoid strlen in trace.
|
2007-06-15 12:43:31 +02:00 |
Lei Zhang
|
dd88237d3e
|
user32: Remove a unused variable from ES_PASSWORD test.
|
2007-06-15 12:40:34 +02:00 |
Lei Zhang
|
7dd98bb993
|
user32: Improve cut/copy/paste behavior of password edit boxes.
|
2007-06-14 13:54:34 +02:00 |
Anatoly Lyutin
|
c2bf60b004
|
user32: tests:msg Add test for switching MDI children.
|
2007-06-13 13:37:49 +02:00 |
Alexandre Julliard
|
6797f15a64
|
user32: Fix a printf format warning.
|
2007-06-01 13:42:37 +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
|
141673c222
|
user32/tests: Fix a problem revealed by compilation in 64-bit mode.
|
2007-05-24 11:36:31 +02:00 |
Francois Gouget
|
a3c0d9a643
|
user32/tests: Fix compilation with gcc 2.95.
|
2007-05-21 12:38:55 +02:00 |
Dmitry Timoshkov
|
34015b93a4
|
user32: Add a test for the menu resource loader, make it pass under Wine.
|
2007-05-15 12:28:17 +02:00 |
Dmitry Timoshkov
|
7f189eccb9
|
user32: Add a test for CheckMenuRadioItem and make it pass under Wine.
|
2007-05-15 12:28:03 +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 |
Dmitry Timoshkov
|
56852a5eac
|
user32: Windows uses ptMaxTrackSize to set an initial window size not ptMaxSize.
|
2007-04-06 12:37:53 +02:00 |
Paul Vriens
|
9707a2de58
|
user32/tests: Don't run unicode tests if not supported.
|
2007-04-05 11:56:24 +02:00 |
Francois Gouget
|
d9e8a0f63e
|
Remove unneeded checks on the GetModuleHandle() return value for cases where we are linked with the dll.
|
2007-03-28 12:36:13 +02:00 |
Mikołaj Zalewski
|
4043b007fe
|
user32: combobox: The text area height should be font_height+4.
The tests shows that CBGetTextAreaHeight was using a bad formula.
|
2007-03-27 12:31:31 +02:00 |
Dmitry Timoshkov
|
6e5b36d4dc
|
user32: Avoid compiler specific code in the DefWindowProc test.
|
2007-03-20 13:00:20 +01:00 |
Mikołaj Zalewski
|
4893b157e2
|
user32: tests: Using DefWindowProcA with RegisterClassW works under Windows.
|
2007-03-19 13:07:26 +01: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 |
Stefan Huehner
|
4d1d01f266
|
Mark several functions as static.
|
2007-03-13 13:35:12 +01:00 |
Dmitry Timoshkov
|
7f7d858596
|
user32: Make the excessive scroll test pass under Windows.
|
2007-03-06 12:25:15 +01:00 |
Dmitry Timoshkov
|
6f7a212ce3
|
user32: win2k and XP return broken border info in GetWindowInfo most of the time, so there is no point in testing it.
|
2007-03-05 12:07:50 +01:00 |