Rob Shearman
ef1b0cacfa
msi: Reduce destination file name used in the MoveFiles action to the long file name.
...
Add a test for this behaviour.
2008-09-10 12:08:52 +02:00
Kai Blin
e738f6144e
dplayx: Fix possible NULL pointer deference in error path (Coverity).
2008-09-10 12:08:37 +02:00
Kai Blin
8348c9fa94
dplayx: Fix possible NULL pointer dereference (Coverity).
2008-09-10 12:07:40 +02:00
Henri Verbeet
8f07e99ec5
d3d8: Add a test for auto depth stencil reset.
2008-09-10 12:05:45 +02:00
Henri Verbeet
3783c5c029
d3d9: Add a test for auto depth stencil reset.
2008-09-10 12:05:41 +02:00
Henri Verbeet
8a77aa03e0
d3d9: Only run the reset test once.
2008-09-10 12:05:36 +02:00
Henri Verbeet
d51ea01159
wined3d: Reset the auto depth stencil.
2008-09-10 12:05:31 +02:00
Henri Verbeet
43f5d8e5ad
d3d8: Fix IDirect3DDevice8::SetRenderTarget().
...
The render target should be left alone if the render target argument is
NULL. WineD3D calls should be done inside the critical section.
2008-09-10 12:05:25 +02:00
Henri Verbeet
01539fb926
d3d8: GetDepthStencilSurface returns D3DERR_NOTFOUND when no depth stencil is present.
2008-09-10 12:05:10 +02:00
Henri Verbeet
c0d770de9e
d3d9: GetDepthStencilSurface returns D3DERR_NOTFOUND when no depth stencil is present.
2008-09-10 12:03:55 +02:00
Henri Verbeet
4987ffff1f
wined3d: Correct a comment.
2008-09-10 12:03:48 +02:00
Henri Verbeet
27b8f719ca
wined3d: Fix the half pixel offset.
...
Turns out the original fix was correct for fixed function, but for the
wrong reason. The shader path was already correct. This fixes a
regresssion introduced by 932e95c111
.
2008-09-10 12:03:42 +02:00
Kai Blin
d266abee14
dplayx: Fix static overrun of pDP array in test. (Coverity).
2008-09-10 11:20:31 +02:00
Kai Blin
6f8d1aa8c2
ws2_32: Fix the SO_REUSEADDR tests to work on Win2k3 and newer.
...
It seems that with Win2k3, the meaning of SO_REUSEADDR got closer to
BSD semantics. This is nice, as it allows us to finally work like some
version of Windows here.
2008-09-10 11:20:28 +02:00
Jeff Zaroyko
49d309804d
dsound: Fix a few failing tests and a crash on 2008 (revised).
2008-09-10 11:11:15 +02:00
Alexander Nicolaysen Sørnes
484421560b
regedit: Fix importing REG_MULTI_SZ values for ANSI files.
2008-09-10 11:08:30 +02:00
Detlef Riekenberg
3a2dfbd4e4
shlwapi: Add a stub for SHSetDefaultDialogFont.
2008-09-10 11:08:20 +02:00
Detlef Riekenberg
c51be54c79
oleaut32: Dump parameter and SYSKIND for LHashValOfNameSysA.
2008-09-10 11:08:06 +02:00
Jeff Zaroyko
15978ddc01
ws2_32: ioctlsocket should try to check if argp is valid.
2008-09-10 11:07:51 +02:00
Juan Lang
12c1e067c6
winhttp: Don't reference past the attribute array. Fixes Coverity item 710.
2008-09-10 11:06:57 +02:00
Alexander Dorofeyev
48865c9064
quartz/tests: Fix potential NULL dereference (Coverity).
2008-09-10 11:03:23 +02:00
Jacek Caban
67684c4850
jscript: Added typeof expression implementation.
2008-09-10 10:57:26 +02:00
Jacek Caban
083c95449e
jscript: Added Math object stub implementation.
2008-09-10 10:57:19 +02:00
Jacek Caban
e2f743fad8
jscript: Added RegExp constructor object implementation.
2008-09-10 10:57:09 +02:00
Jacek Caban
7a3d60e913
jscript: Added Number constructor object implementation.
2008-09-10 10:57:00 +02:00
Jacek Caban
f8be53fcf3
jscript: Added Boolean constructor object.
2008-09-10 10:56:47 +02:00
Jacek Caban
54d03ab857
jscript: Added Array constructor object implementation.
2008-09-10 10:56:29 +02:00
Jacek Caban
8482abe29c
jscript: Added String constructor object.
2008-09-10 10:56:21 +02:00
Jacek Caban
dd01f8b8f7
jscript: Added Object constructor object implementation.
2008-09-10 10:56:01 +02:00
Marcus Meissner
68f63689cb
include: Mark up with alloc_size attribute.
2008-09-10 10:55:50 +02:00
Rob Shearman
39978c68f9
widl: Fix the writing typedefs to dispinterfaces and pointers to interfaces.
...
Currently, stdole2.tlb isn't generated correctly and causes "<failed>"
to appear instead of "FontEvents" in the IFontEventsDisp typedef when
viewed with oleview.
The problem is that the typedef should just generate a VT_USERDEFINED
record, but ends up generating a VT_PTR -> VT_USERDEFINED. So remove
the extra writing of VT_PTR entries.
Fix the skipped pointers checks in encode_type and encode_type to
specifically detect VT_UNKNOWN and VT_DISPATCH types which don't need
one level of pointers, whereas interfaces encoded as VT_USERDEFINED
do.
2008-09-10 10:55:34 +02:00
Austin English
bfc34a3c9c
widl: Remove unreached code (Smatch).
2008-09-10 10:55:11 +02:00
Andrew Talbot
be759dddb8
msi: Uninitialized variable fix (Coverity).
2008-09-10 10:41:54 +02:00
Juan Lang
8ccd53dd7a
crypt32: Get rid of a magic number and a redundant assignment.
2008-09-10 10:41:03 +02:00
Juan Lang
e4a0633818
crypt32: Return FALSE rather than crash if memory allocation fails. Fixes Coverity id 135.
2008-09-10 10:40:46 +02:00
Juan Lang
71e394fb89
crypt32: Fix typo. Fixes Coverity item 605.
2008-09-10 10:40:43 +02:00
Juan Lang
78baaf932a
crypt32: Assert condition that can occur only in case of a bug.
2008-09-10 10:40:40 +02:00
Juan Lang
c479ea631f
cabinet: Use helper function to remove duplicate code.
2008-09-10 10:40:33 +02:00
Juan Lang
70cfa0c36e
cabinet: Use helper function to remove duplicate code.
2008-09-10 10:40:27 +02:00
Steven Edwards
6bdfc2fa2c
widl: Open files in binary mode to avoid corruption from text mode on Windows.
2008-09-10 10:40:18 +02:00
Hans Leidekker
3cfa9c626f
winhttp: Better diagnostics in the notification test.
2008-09-10 10:40:05 +02:00
Hans Leidekker
ddbe713e6b
winhttp: Increase sleep between two tests that connect to the same host.
2008-09-10 10:40:01 +02:00
Hans Leidekker
f8f9c4cb9c
winhttp: Don't loop on response codes other than 301 and 302.
2008-09-10 10:39:35 +02:00
Huw Davies
165b21dd2d
winex11.drv: Fix SetDIBits optimization to work with top-down dib sections.
2008-09-10 10:39:28 +02:00
Aric Stewart
38901f08c6
mlang: Expand stub of fnIMLangFontLink2_GetStrCodePages.
2008-09-10 10:39:17 +02:00
Alexandre Julliard
43048397d6
configure: Fixed the check for sigset_t on mingw.
2008-09-09 14:51:26 +02:00
Paul Vriens
c8aba692af
ws2_32/tests: Remove redundant NULL check before HeapFree.
2008-09-09 12:32:25 +02:00
Paul Vriens
ee14852ea9
quartz/tests: Fix the tests on several platforms.
2008-09-09 12:32:21 +02:00
Rob Shearman
60b4feedca
include: Fix function names in IVBSAXXMLReader interface in msxml2.idl.
2008-09-09 12:32:16 +02:00
Alistair Leslie-Hughes
0d50b33b17
mshtml: Implement IDispatch for IHTMLTable.
2008-09-09 11:46:18 +02:00