Rob Shearman
0e6d5202c8
rpcrt4: Don't set Buffer to NULL in I_RpcFreeBuffer.
2008-01-07 12:04:31 +01:00
Rob Shearman
1bb6c1b4d1
rpcrt4: Add some tests for NdrGetBuffer and NdrFreeBuffer.
2008-01-07 12:04:28 +01:00
Rob Shearman
cf8da82ad3
ole32: Clear the RPC_MESSAGE structure before using it.
...
The RPC runtime could use some of the parameters, expecting them to be
initialised.
2008-01-07 12:04:15 +01:00
Rob Shearman
628a515b83
kernel32: Implement RegisterWaitForSingleObjectEx.
2008-01-07 12:04:07 +01:00
Rob Shearman
3a0e472ada
svchost: Add a FIXME for an undocumented function (SvchostPushServiceGlobals) that some native services expect to be called by native svchost.
2008-01-07 12:04:03 +01:00
Rob Shearman
d84f0abb70
ole32: Determine the destination for the COM call and initialise the necessary parameters in ClientRpcChannelBuffer_GetBuffer instead of ClientRpcChannelBuffer_SendReceive.
...
The parameters are then freed in the matching
ClientRpcChannelBuffer_FreeBuffer function.
2008-01-07 12:03:03 +01:00
Rob Shearman
13f9c71960
widl: Make the offset of conformant string types point to the start of the conformant string format chars, not the pointer type.
...
Otherwise, writing a type at top-level could cause the pointer format
string to be used in non-top-level places which may cause memory
corruption during freeing.
2008-01-07 12:02:57 +01:00
Rob Shearman
c8b3dc40a4
rpcrt4: Update todos.
2008-01-07 12:02:52 +01:00
Hans Leidekker
e6455c601b
tools/wine.desktop: Add Dutch translation.
2008-01-07 12:02:33 +01:00
Hans Leidekker
16d5be1f2f
kernel32: Add Surinam Dutch and Belgian Dutch translations of language group names.
2008-01-07 12:02:26 +01:00
Hans Leidekker
b7917bcfda
kernel32: Fix two test failures on Win98 due to missing GetTempPathW.
2008-01-07 12:02:19 +01:00
Hans Leidekker
4d84eb26d0
wininet: Fix handling of host and referrer headers in HttpOpenRequest.
2008-01-07 12:02:12 +01:00
Alexandre Julliard
d17b29303c
kernel32/tests: Added tests for FindFirstVolume/FindNextVolume.
2008-01-04 14:31:55 +01:00
Alexandre Julliard
7f508df25b
kernel32: Implemented FindFirstVolume/FindNextVolume using the mount point manager.
2008-01-04 14:31:40 +01:00
Alexandre Julliard
838f12539b
mountmgr.sys: Implemented the IOCTL_MOUNTMGR_QUERY_POINTS request.
2008-01-04 14:28:47 +01:00
Alexandre Julliard
6befc98dba
mountmgr.sys: Add devices to the MountedDevices registry key.
2008-01-04 14:27:53 +01:00
Alexandre Julliard
2143dee78a
mountmgr.sys: Create disk devices for all configured drives.
2008-01-04 14:24:59 +01:00
Alexandre Julliard
07e92a7dad
mountmgr.sys: Create a hard disk device for PhysicalDrive0.
2008-01-04 14:21:27 +01:00
Peter Dons Tychsen
6e8b7c4cef
ddraw: Add missing pitch in callback from EnumDisplayModes().
2008-01-04 13:55:12 +01:00
Kirill K. Smirnov
24f78d7366
kernel32: Convert newborn wineserver handle to kernel32 console handle.
2008-01-04 13:46:13 +01:00
Alexandre Julliard
43dc80e623
mountmgr.sys: Added initial stub for the mount point manager device.
2008-01-04 13:07:05 +01:00
Austin English
79c0bc28ff
More spelling fixes.
2008-01-04 12:55:45 +01:00
Jonathan Ernst
4cf157d20b
server: New French man page for wineserver.
2008-01-04 12:51:09 +01:00
Alexandre Julliard
d55b2de574
kernel32: Launch wineboot on first startup of a wine process.
2008-01-04 12:51:04 +01:00
Alexandre Julliard
3133280d08
advapi32: Don't wait for 20 seconds if a service fails to start.
2008-01-04 12:50:11 +01:00
Lance Jackson
d56217e98e
cmd: Fix some unclosed file and registry handles.
2008-01-04 12:12:51 +01:00
Gerald Pfeifer
2b1e487d36
msi: Adjust the types of loop variables.
2008-01-04 12:12:43 +01:00
Gerald Pfeifer
0060027e4b
d3d9: Fix type of loop variable.
2008-01-04 12:12:34 +01:00
Gerald Pfeifer
55e92b9410
d3d8: Fix type of loop variable.
2008-01-04 12:12:31 +01:00
Dmitry Timoshkov
4bb1c18835
gdi32: Remove redundant indentation levels in CreateFontIndirectA and CreateFontIndirectW.
2008-01-04 12:12:14 +01:00
Jacek Caban
62b8439484
mshtml: Don't assume that end_pos.node is text node in range_to_string.
2008-01-04 12:01:06 +01:00
Jacek Caban
0cf629b81a
mshtml: Fixed Read implementations.
2008-01-04 12:01:04 +01:00
Jacek Caban
c6ac960f4a
mshtml: Added Invoke(DISPID_READYSTATE) implementation.
2008-01-04 12:00:54 +01:00
Alistair Leslie-Hughes
667df8e47f
msxml3: Tests for get_xml, createAttribute, CreateComment, setNamedItem.
2008-01-04 12:00:41 +01:00
Alistair Leslie-Hughes
11331847ac
msxml3: Implement get_xml.
2008-01-04 12:00:04 +01:00
Alistair Leslie-Hughes
cdac6b5005
msxml3: Cannot add an attribute with appendChild.
2008-01-04 11:59:29 +01:00
Alistair Leslie-Hughes
0a80e7c04e
msxml3: Add missing values for get_nodeName.
2008-01-04 11:59:04 +01:00
Alistair Leslie-Hughes
300191d58c
msxml3: Implement createAttribute.
2008-01-04 11:58:39 +01:00
Alistair Leslie-Hughes
2e3f5243ca
msxml3: Implement createComment.
2008-01-04 11:58:16 +01:00
Alistair Leslie-Hughes
48c0e684cb
msxml3: Implement setNamedItem.
2008-01-04 11:57:32 +01:00
Jacek Caban
f427951d04
shdocvw: Call try_application_url after BindToObject failure.
2008-01-04 11:57:09 +01:00
Jacek Caban
b5f387997c
shdocvw: Use BindToObject to load document (except for http, https and ftp protocols).
2008-01-04 11:57:05 +01:00
Jacek Caban
e5321be5a3
shdocvw.5: Move on_before_navigate2 call to navigate_mon.
2008-01-04 11:56:59 +01:00
Jacek Caban
cc8ed9a371
shdocvw: Added OnStopBinding implementation and use it in http_load_hack.
2008-01-04 11:56:53 +01:00
Jacek Caban
f79771cb6c
shdocvw: Added OnProgress implementation.
2008-01-04 11:56:47 +01:00
Jacek Caban
6f1c3f3613
shdocvw: Use OnObjectAvailable in http_load_hack.
2008-01-04 11:56:43 +01:00
Jacek Caban
e3fb7ba8a9
shdocvw: Added OnObjectAvailable implementation.
2008-01-04 11:56:38 +01:00
Jacek Caban
6a4c916716
shdocvw: Always create BindStatusCallback object.
2008-01-04 11:56:34 +01:00
Jacek Caban
d273150b69
shdocvw: Return correct variables in GetBindInfo.
2008-01-04 11:56:26 +01:00
Jacek Caban
c42a778932
shdocvw: Return S_OK in OnStartBinding.
2008-01-04 11:56:22 +01:00