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 |
Chris Robinson
|
eaaa2a82f2
|
wined3d: Don't report filtering for WINED3DFMT_R32F.
|
2007-10-15 17:50:47 +02:00 |
Detlef Riekenberg
|
3fd7290d4f
|
localspl/tests: Spelling fix.
|
2007-10-15 17:50:42 +02:00 |
Gerald Pfeifer
|
2cb5298a4c
|
comctl32/tests: Avoid remove redundant invocation of MAKEINRESOURCEA for IDC_ARROW and IDC_IBEAM.
|
2007-10-15 17:50:35 +02:00 |
Gerald Pfeifer
|
4e60df85d8
|
gdi32: Avoid compiler warning in WineEngGetGlyphOutline().
|
2007-10-15 17:50:17 +02:00 |
Gerald Pfeifer
|
1a0f1bc6ce
|
kernel32: Use FIELD_OFFSET instead of pointer cast.
|
2007-10-15 17:50:07 +02:00 |
Gerald Pfeifer
|
3ab66cd00f
|
libwine: Conditionally provide reserve_area().
|
2007-10-15 17:49:56 +02:00 |
Jacek Caban
|
44a808fba5
|
msimtf: Added msimtf.dll.
|
2007-10-15 17:41:41 +02:00 |
Jacek Caban
|
db0b392dc2
|
include: Added dimm.idl.
|
2007-10-15 16:57:19 +02:00 |
Jacek Caban
|
a82428b112
|
imm.h: Added REGISTERWORD[AW] declaration.
|
2007-10-15 16:57:12 +02:00 |
Vincent Pelletier
|
d62da81251
|
user32: Implement SPI_GETMOUSESPEED in SystemParametersInfoW.
|
2007-10-15 16:57:06 +02:00 |
Allan Tong
|
155cd24fd5
|
shell32: Fix a memory leak.
|
2007-10-15 16:56:50 +02:00 |
Juan Lang
|
72ef8729e6
|
iphlpapi: Implement GetAdapterIndex.
|
2007-10-15 16:56:45 +02:00 |
Juan Lang
|
bceab86d35
|
iphlpapi: UINT and DWORD are now equivalent, even in 64-bit compiles, so remove unnecessary complication.
|
2007-10-15 16:56:38 +02:00 |
Juan Lang
|
519e8db1f3
|
iphlpapi: Use route table to find an adapter's default gateway in GetAdaptersInfo.
|
2007-10-15 16:56:24 +02:00 |
Andrew Talbot
|
11f5ed28cb
|
winmm: Fix some memory leaks.
|
2007-10-15 16:56:18 +02:00 |
Louis Lenders
|
22e9da0dd7
|
advapi32: Improve stub for EnumServicesStatusExA a bit.
|
2007-10-15 16:56:11 +02:00 |
Dmitry Potapov
|
f918d175af
|
cmd: copy: Fix "Path not found" error.
|
2007-10-15 16:56:03 +02:00 |
Dan Hipschman
|
e219087c65
|
rpcrt4/tests: Free memory from one of the tests.
|
2007-10-15 16:55:31 +02:00 |
Maarten Lankhorst
|
61862f9f2d
|
winealsa: Use S24_3LE instead of S24_LE.
S24_LE is aligned with 4 bytes instead of the expected 3.
|
2007-10-15 16:55:23 +02:00 |
Maarten Lankhorst
|
0595ed39f2
|
dsound: Remove a few null initializations in DirectSoundDevice_Create.
The memory is allocated with HEAP_ZERO_MEMORY.
|
2007-10-15 16:55:19 +02:00 |
Maarten Lankhorst
|
3230ea026a
|
dsound: Make sure device buflen is initially set to ds_hel_buflen.
|
2007-10-15 14:52:30 +02:00 |
Francois Gouget
|
d16a634c38
|
Better match the PSDK types and update win32.api to fix the winapi_check warnings.
|
2007-10-15 14:06:48 +02:00 |
Francois Gouget
|
f2b3843b5e
|
wtsapi32: Add a couple of related prototypes.
|
2007-10-15 14:06:42 +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
|
d223716b7b
|
msdmo: Fix the DMOGetName() prototype.
|
2007-10-15 14:06:30 +02:00 |
Francois Gouget
|
5e336f45d2
|
msdmo: Fix a winapi_check documentation warning and improve the documentation a bit.
|
2007-10-15 14:06:27 +02:00 |
Francois Gouget
|
f76bea09d4
|
ole32: Fix the CoCreateGuid() ordinal in the documentation.
|
2007-10-15 14:06:25 +02:00 |
Francois Gouget
|
015844a63c
|
msvcrt: Fix the calling convention of _wsearchenv() and _wspawnv*().
|
2007-10-15 14:05:28 +02:00 |
Francois Gouget
|
f4bb8209f2
|
mshtml: Check for HAVE_UNISTD_H before including unistd.h.
|
2007-10-15 14:05:11 +02:00 |
Francois Gouget
|
3265f2d7c4
|
crypt32/tests: Fix compilation on systems that don't support nameless unions.
|
2007-10-15 14:05:08 +02:00 |
Francois Gouget
|
1766918dda
|
oleaut32/tests: Fix compilation on systems that don't support nameless unions.
|
2007-10-15 14:05:05 +02:00 |
Francois Gouget
|
7785c93b02
|
wined3d: Fix the d3dfmt_p8_init_palette() prototype.
|
2007-10-15 14:04:54 +02:00 |
Jacek Caban
|
d6ccaa43a6
|
mshtml: Added ref counting to node object.
|
2007-10-15 13:46:51 +02:00 |
Jacek Caban
|
71894ead1f
|
mshtml: Try installing Gecko from local file in DllRegisterServer.
|
2007-10-15 13:46:42 +02:00 |
Jacek Caban
|
2cb3c5de90
|
mshtml: Added IHTMLTxtRange::moveStart("character") implementation.
|
2007-10-15 13:46:27 +02:00 |
Jacek Caban
|
07dfef53bc
|
mshtml: Added more range tests and fixes.
|
2007-10-15 13:46:19 +02:00 |
Jacek Caban
|
924b667821
|
mshtml: Added more DOM tests.
|
2007-10-15 13:46:13 +02:00 |
Jacek Caban
|
a468ec5747
|
mshtml: Added IHTMLSelectElement::selectedIndex property implementation.
|
2007-10-15 13:46:05 +02:00 |
Jacek Caban
|
8bfc6f7594
|
mshtml: Added IHTMLOptionElementFactory::create implementation.
|
2007-10-15 13:46:00 +02:00 |
Jacek Caban
|
0466542a7e
|
mshtml: Added IHTMLOptionElement::get_text implementation.
|
2007-10-15 13:45:48 +02:00 |
Jacek Caban
|
fa2f0665b5
|
mshtml: Added IHTMLOptionElement::put_text implementation.
|
2007-10-15 13:45:43 +02:00 |
Jacek Caban
|
108bb7af2f
|
mshtml: Added IHTMLOptionElement::put_value implementation.
|
2007-10-15 13:45:38 +02:00 |