Dan Kegel
|
aaa93200ad
|
user32: Implement return value for DdeClientTransaction for XTYP_EXECUTE.
|
2007-11-12 14:13:02 +01:00 |
Alexandre Julliard
|
6ff78347e2
|
user32: Remove a few traces that only duplicate the relay information.
|
2007-11-12 14:03:45 +01:00 |
Andrew Talbot
|
5f4f0fa04d
|
user32: Constify some variables.
|
2007-11-12 11:41:32 +01:00 |
Alexandre Julliard
|
5fa4e85ad6
|
user32/tests: Fix access to an uninitialized variable.
|
2007-11-09 13:14:37 +01:00 |
Dmitry Timoshkov
|
5722660758
|
user32: Simplify some code.
|
2007-11-09 13:10:34 +01:00 |
Francois Gouget
|
2b6abd5f85
|
user32/tests: Skip some tests when DdeClientTransaction() returns NULL. This avoids some crashes on Win9x.
|
2007-11-09 13:06:43 +01:00 |
Andrew Talbot
|
d98b83bed5
|
user32: Constify some variables.
|
2007-11-09 12:26:23 +01:00 |
Alex Villacís Lasso
|
188610e603
|
user32: Fix for failing tests of LB_GETTEXT on listbox on Win98.
|
2007-11-08 11:48:33 +01:00 |
Alex Villacís Lasso
|
5f603f823e
|
user32: Fix LB_ITEMFROMPOINT tests for listbox control.
|
2007-11-08 11:48:26 +01:00 |
Alexandre Julliard
|
4f5c61ac7c
|
user32: Removed unused NC_DrawGrayButton function.
|
2007-11-07 19:46:34 +01:00 |
Alexandre Julliard
|
c57b5057db
|
user32: Make all internal user32 functions and variables hidden.
|
2007-11-07 19:46:29 +01:00 |
Alexandre Julliard
|
2b77fed4cd
|
user32: Fixed A<->W translations of CREATESTRUCTs that contain atoms.
|
2007-11-06 13:58:05 +01:00 |
Francois Gouget
|
7b00b60cf5
|
user32: Fix compilation on systems that don't support either nameless unions or nameless structs.
|
2007-11-05 15:06:31 +01:00 |
Alexandre Julliard
|
a54a990b3b
|
server: Allow to specify the class name instead of the atom to find a window.
|
2007-11-02 15:26:49 +01:00 |
Alexandre Julliard
|
1fc461f98b
|
server: Allow to specify the class name instead of the atom to create a window.
|
2007-11-02 15:16:25 +01:00 |
Gerald Pfeifer
|
c7adf5f4b2
|
user32: Don't check unsigned types for >= 0.
|
2007-11-02 12:36:55 +01:00 |
Alexandre Julliard
|
5c5e333284
|
user32/tests: Don't test the contents of uninitialized buffers.
|
2007-11-02 12:27:27 +01:00 |
Alexandre Julliard
|
8b42238b5b
|
user32: Cache the window class name on the client side.
|
2007-11-02 11:57:35 +01:00 |
Alexandre Julliard
|
1ee62a8d72
|
user32: Properly handle integer atoms specified as strings in class names.
|
2007-11-02 11:42:53 +01:00 |
Alexandre Julliard
|
b9b940fab9
|
server: Support using a name to destroy a window class too.
|
2007-11-01 15:28:30 +01:00 |
Alexandre Julliard
|
0762d98f7c
|
server: Allow to send a name instead of an atom when creating a window class.
|
2007-11-01 13:02:01 +01:00 |
Alexandre Julliard
|
bfe88a00f8
|
user32: Store the builtin class names in Unicode.
|
2007-11-01 12:55:00 +01:00 |
Dmitry Timoshkov
|
2712eb50b1
|
user32: Initialize more fields in the DEVMODE structure.
|
2007-11-01 12:41:30 +01:00 |
Alexandre Julliard
|
c183a9e6e7
|
server: Added support for HWND_TOPMOST and HWND_NOTOPMOST.
|
2007-10-31 18:12:56 +01:00 |
Alexandre Julliard
|
86c8860d62
|
user32: SetParent should not make the window topmost.
|
2007-10-31 18:00:53 +01:00 |
Alexandre Julliard
|
ebc6864953
|
user32: Don't allow changing the WS_EX_TOPMOST style with SetWindowLong.
|
2007-10-31 17:53:58 +01:00 |
Hwang YunSong(황윤성)
|
6aadc86297
|
user32: Updated Korean resource.
|
2007-10-31 14:09:25 +01:00 |
Alexandre Julliard
|
e2b5227b65
|
user32: Fix a slightly incorrect assert.
|
2007-10-30 14:11:44 +01:00 |
Mikolaj Zalewski
|
585329ed13
|
user32: Better fix how to handle GetWindowLongPtr[AW](..., GWLP_WNDPROC) for builtin winprocs.
|
2007-10-30 14:08:50 +01:00 |
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 Busenius
|
ca625836de
|
user32: Fix segfault when combobox contains a longer text than buffer_limit.
|
2007-10-22 16:30:53 +02:00 |
Alex Villacís Lasso
|
c67d0122db
|
user32: Tests for fix EM_SETLIMITTEXT with zeroed args.
|
2007-10-18 14:10:53 +02:00 |
Alex Villacís Lasso
|
48fd106ea1
|
user32: Fix EM_SETLIMITTEXT with zeroed args.
|
2007-10-18 14:10: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 |
Alexandre Julliard
|
07bf51efbd
|
user32: Replace a pointer cast by FIELD_OFFSET.
|
2007-10-17 14:18:06 +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 |
Vincent Pelletier
|
d62da81251
|
user32: Implement SPI_GETMOUSESPEED in SystemParametersInfoW.
|
2007-10-15 16:57:06 +02:00 |
Francois Gouget
|
1a75b5d49c
|
user32: Fix the HRAWINPUT definition and the GetRawInputData() prototype. Update win32.api to fix the winapi_check warnings.
|
2007-10-15 14:06:35 +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 |