James Hawkins
|
e6b658c4bf
|
user32: Define WM_LBTRACKPOINT if it's not previously defined.
|
2007-10-26 14:03:47 +02:00 |
James Hawkins
|
0c22e54059
|
user32: Fix a test that now passes in Windows.
|
2007-10-26 14:03:47 +02:00 |
Lei Zhang
|
7c2263ddc4
|
user32: Do not send button click to dialog with disabled default button.
|
2007-10-25 13:52:09 +02:00 |
Alex Villacís Lasso
|
c67d0122db
|
user32: Tests for fix EM_SETLIMITTEXT with zeroed args.
|
2007-10-18 14:10:53 +02:00 |
Dmitry Timoshkov
|
566ce8f5ed
|
user32: Add more listbox message tests, make them pass under Wine.
|
2007-10-18 14:09:42 +02:00 |
James Hawkins
|
9fd2d443fe
|
user32: Convert an HDDEDATA handle to a DDEPOKE structure for WM_DDE_POKE.
|
2007-10-15 22:23:11 +02:00 |
James Hawkins
|
88913f094b
|
user32: Add tests for DdeCreateDataHandle.
|
2007-10-15 22:23:11 +02:00 |
James Hawkins
|
4fb3518e2a
|
user32: Return DMLERR_INVALIDPARAMETER if hszItem is NULL.
|
2007-10-15 22:23:11 +02:00 |
James Hawkins
|
ccabbeed60
|
user32: Return DMLERR_MEMORY_ERROR instead of posting an ACK when fAckReq is returned by the server for WM_DDE_DATA.
|
2007-10-15 22:23:11 +02:00 |
James Hawkins
|
97dc032161
|
user32: Return DMLERR_INVALIDPARAMETER if hszItem is NULL.
|
2007-10-15 22:23:10 +02:00 |
James Hawkins
|
dbad0ee626
|
user32: The server should release data sent with WM_DDE_POKE.
|
2007-10-15 22:23:10 +02:00 |
Alexandre Julliard
|
9f3f51bad7
|
user32: Fix message processing in dde test and go back to more reasonable timeouts.
|
2007-10-15 22:23:10 +02:00 |
James Hawkins
|
8725b39003
|
user32: Increase the message timeout.
|
2007-10-15 22:23:10 +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 |
James Hawkins
|
9cf7f8c3e2
|
user32: Test the ddeml server interface.
|
2007-10-09 20:19:42 +02:00 |
James Hawkins
|
3349afdbc0
|
user32: Move the test_ddeml_client function closer to the other ddeml client test functions.
|
2007-10-09 20:18:54 +02:00 |
James Hawkins
|
c26a745444
|
user32: Set client_pid to zero before initializing dde.
|
2007-10-09 20:18:34 +02:00 |
Francois Gouget
|
81c4b91cb2
|
user32/tests: Remove an unneeded cast.
|
2007-10-09 12:31:28 +02:00 |
James Hawkins
|
58639cc814
|
user32: Test the ddeml client interface.
|
2007-10-04 12:03:36 +02:00 |
Alexandre Julliard
|
5bd4038f6e
|
user32/tests: Replace GWL_WNDPROC by GWLP_WNDPROC.
|
2007-10-02 15:01:29 +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 |
Alexandre Julliard
|
78af9e6d01
|
user32/tests: Compare against ASCII string first since it may not be a valid Unicode string in that case.
|
2007-10-01 18:08:21 +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 |
Francois Gouget
|
b2bc712323
|
Assorted spelling fixes.
|
2007-09-27 20:12:53 +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 |
Peter Oberndorfer
|
1fce55410e
|
user32/tests: Fix dialog proc prototypes.
|
2007-09-21 11:51:51 +02:00 |
James Hawkins
|
c8fb8c0201
|
user32: Add a test that shows ddeml string handles use local atoms.
|
2007-09-20 14:27:13 +02:00 |
Alexandre Julliard
|
2018b18638
|
user32/tests: We can now store binary files in the repository.
|
2007-09-17 16:12:03 +02:00 |
Alexandre Julliard
|
9c27ed21a2
|
user32/tests: Properly flush events in the update rect tests.
|
2007-09-17 14:13:37 +02:00 |
James Hawkins
|
72a3f18338
|
kernel32: Return TRUE for all pointer params in GlobalUnlock.
|
2007-09-17 13:41:53 +02:00 |
James Hawkins
|
40dff81b5a
|
kernel32: Fix the case where memory is freed twice in GlobalFree.
|
2007-09-17 13:41:49 +02:00 |
James Hawkins
|
2cd2f12256
|
user32: Set uiLo and uiHi to zero on error.
|
2007-09-17 13:28:23 +02:00 |
James Hawkins
|
1eaeb3e0cd
|
user32: Add tests for the DDE pack functions.
|
2007-09-17 13:28:19 +02:00 |
Lei Zhang
|
5079d20ffe
|
user32: Edit control should respond to ctrl + z.
|
2007-09-13 13:36:23 +02:00 |
Dmitry Timoshkov
|
3de83dcb34
|
user32: Add more tests for GetUpdateRect.
|
2007-09-10 15:29:46 +02:00 |
Mikolaj Zalewski
|
71d77d98e2
|
user32: combo: CB_SETITEMHEIGHT should make the edit area 2px higher than the item (with testcase).
|
2007-08-31 13:24:13 +02:00 |
Trent Waddington
|
fc635fa827
|
server: Handle existing timer replacement when no window handle specified.
|
2007-08-30 19:08:16 +02:00 |
Mikolaj Zalewski
|
613cfc2870
|
user32: Static controls should have a clipping region set while sending the WM_CTLCOLORSTATIC.
|
2007-08-30 12:34:31 +02:00 |
Francois Gouget
|
2993785f3a
|
Assorted non-ANSI function declaration fixes (missing void).
|
2007-08-30 11:57:18 +02:00 |
Alexandre Julliard
|
5bd497f3ca
|
server: Moving a window should only expose the immediate parent.
|
2007-08-27 15:21:19 +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 |
Peter Verthez
|
13b376df73
|
user32: LB_SETITEMDATA should return 1 on success, not 0.
|
2007-08-14 20:29:21 +02:00 |