Dmitry Timoshkov [Thu, 11 Sep 2008 04:20:15 +0000 (13:20 +0900)]
user32: Implement SystemParametersInfo(SPI_GETWORKAREA) properly.
Dmitry Timoshkov [Thu, 11 Sep 2008 04:13:14 +0000 (13:13 +0900)]
user32: Make GetMonitorInfoW print the monitor properties.
Dmitry Timoshkov [Thu, 11 Sep 2008 04:00:40 +0000 (13:00 +0900)]
winedevice: Wine PE loader is able to resolve forwards to not yet loaded modules.
Dmitry Timoshkov [Thu, 11 Sep 2008 03:55:09 +0000 (12:55 +0900)]
kernel32: Use a kernel error code.
Dmitry Timoshkov [Thu, 11 Sep 2008 02:59:32 +0000 (11:59 +0900)]
winex11.drv: Fix the scan codes keypad keys section to match the vkeys one.
Roy Shea [Wed, 10 Sep 2008 21:33:02 +0000 (14:33 -0700)]
shell32: Use default system icons if PrivateExtractIconsW in SHGetFileInfoW fails.
Rob Shearman [Wed, 10 Sep 2008 21:31:39 +0000 (22:31 +0100)]
widl: Remove redundant code.
dispinterfaces now have a type of RPC_FC_IP instead of 0, so this code
will never be reached.
Juan Lang [Wed, 10 Sep 2008 18:08:46 +0000 (11:08 -0700)]
riched20: Use helper function rather than goto to return found position.
Juan Lang [Wed, 10 Sep 2008 17:14:13 +0000 (10:14 -0700)]
user32: Return error if memory allocation fails. Fixes Coverity id 115.
Juan Lang [Wed, 10 Sep 2008 16:39:23 +0000 (09:39 -0700)]
crypt32: Don't set salt's cbData unless allocation succeeds. Fixes Coverity id 133.
Paul Vriens [Wed, 10 Sep 2008 15:49:52 +0000 (17:49 +0200)]
gdi32/tests: Skip some failing tests on NT4.
Paul Vriens [Wed, 10 Sep 2008 15:47:49 +0000 (17:47 +0200)]
gdi32/tests: Prevent a crash on win95.
Stefan Dösinger [Mon, 8 Sep 2008 01:04:34 +0000 (20:04 -0500)]
wined3d: Add a test for zenable=false, zwriteenable=false.
I suspected that in this situation d3d writes to the z buffer, but the
test shows that I was mistaken
Stefan Dösinger [Fri, 5 Sep 2008 18:45:38 +0000 (13:45 -0500)]
wined3d: Some ARB code fixes.
Stefan Dösinger [Fri, 5 Sep 2008 17:58:58 +0000 (12:58 -0500)]
wined3d: Don't disable arbfp if the pipeline replacement is in.
Kai Blin [Wed, 10 Sep 2008 14:35:04 +0000 (16:35 +0200)]
dpnet: Fix initialisation of This pointer (Coverity).
Paul Vriens [Wed, 10 Sep 2008 14:00:40 +0000 (16:00 +0200)]
rpcrt4/tests: Fix some failures on XP-SP3.
Paul Vriens [Wed, 10 Sep 2008 12:34:13 +0000 (14:34 +0200)]
msi/tests: Create only one log file and delete it afterwards.
Dmitry Timoshkov [Wed, 10 Sep 2008 11:58:13 +0000 (20:58 +0900)]
gdi32: Don't use pOS2->usWeightClass, some fonts don't set it correctly.
Hirofumi Katayama [Tue, 9 Sep 2008 03:44:36 +0000 (12:44 +0900)]
notepad: Cancel closing window by cancelling "Save As" dialog box.
Rob Shearman [Wed, 10 Sep 2008 10:01:26 +0000 (11:01 +0100)]
winhttp: Add version resource.
Rob Shearman [Wed, 10 Sep 2008 10:01:15 +0000 (11:01 +0100)]
msi: Reduce destination file name used in the MoveFiles action to the long file name.
Add a test for this behaviour.
Kai Blin [Wed, 10 Sep 2008 10:03:29 +0000 (12:03 +0200)]
dplayx: Fix possible NULL pointer deference in error path (Coverity).
Kai Blin [Wed, 10 Sep 2008 09:20:09 +0000 (11:20 +0200)]
dplayx: Fix possible NULL pointer dereference (Coverity).
Henri Verbeet [Wed, 10 Sep 2008 09:08:58 +0000 (11:08 +0200)]
d3d8: Add a test for auto depth stencil reset.
Henri Verbeet [Wed, 10 Sep 2008 09:08:58 +0000 (11:08 +0200)]
d3d9: Add a test for auto depth stencil reset.
Henri Verbeet [Wed, 10 Sep 2008 09:08:58 +0000 (11:08 +0200)]
d3d9: Only run the reset test once.
Henri Verbeet [Wed, 10 Sep 2008 09:08:58 +0000 (11:08 +0200)]
wined3d: Reset the auto depth stencil.
Henri Verbeet [Wed, 10 Sep 2008 09:08:58 +0000 (11:08 +0200)]
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.
Henri Verbeet [Wed, 10 Sep 2008 09:08:58 +0000 (11:08 +0200)]
d3d8: GetDepthStencilSurface returns D3DERR_NOTFOUND when no depth stencil is present.
Henri Verbeet [Wed, 10 Sep 2008 09:08:51 +0000 (11:08 +0200)]
d3d9: GetDepthStencilSurface returns D3DERR_NOTFOUND when no depth stencil is present.
Henri Verbeet [Wed, 10 Sep 2008 09:08:40 +0000 (11:08 +0200)]
wined3d: Correct a comment.
Henri Verbeet [Wed, 10 Sep 2008 09:08:10 +0000 (11:08 +0200)]
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
932e95c111118b643650d6643e47be0ddb5528a1.
Kai Blin [Wed, 10 Sep 2008 08:58:52 +0000 (10:58 +0200)]
dplayx: Fix static overrun of pDP array in test. (Coverity).
Kai Blin [Wed, 10 Sep 2008 08:57:47 +0000 (10:57 +0200)]
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.
Jeff Zaroyko [Tue, 9 Sep 2008 18:44:46 +0000 (04:44 +1000)]
dsound: Fix a few failing tests and a crash on 2008 (revised).
Alexander Nicolaysen Sørnes [Tue, 9 Sep 2008 19:48:33 +0000 (21:48 +0200)]
regedit: Fix importing REG_MULTI_SZ values for ANSI files.
Detlef Riekenberg [Tue, 9 Sep 2008 21:04:14 +0000 (23:04 +0200)]
shlwapi: Add a stub for SHSetDefaultDialogFont.
Detlef Riekenberg [Tue, 9 Sep 2008 20:16:13 +0000 (22:16 +0200)]
oleaut32: Dump parameter and SYSKIND for LHashValOfNameSysA.
Jeff Zaroyko [Tue, 9 Sep 2008 19:34:41 +0000 (05:34 +1000)]
ws2_32: ioctlsocket should try to check if argp is valid.
Juan Lang [Tue, 9 Sep 2008 18:51:34 +0000 (11:51 -0700)]
winhttp: Don't reference past the attribute array. Fixes Coverity item 710.
Alexander Dorofeyev [Tue, 9 Sep 2008 17:34:59 +0000 (20:34 +0300)]
quartz/tests: Fix potential NULL dereference (Coverity).
Jacek Caban [Wed, 10 Sep 2008 00:36:03 +0000 (02:36 +0200)]
jscript: Added typeof expression implementation.
Jacek Caban [Wed, 10 Sep 2008 00:35:43 +0000 (02:35 +0200)]
jscript: Added Math object stub implementation.
Jacek Caban [Wed, 10 Sep 2008 00:34:54 +0000 (02:34 +0200)]
jscript: Added RegExp constructor object implementation.
Jacek Caban [Wed, 10 Sep 2008 00:34:33 +0000 (02:34 +0200)]
jscript: Added Number constructor object implementation.
Jacek Caban [Wed, 10 Sep 2008 00:34:16 +0000 (02:34 +0200)]
jscript: Added Boolean constructor object.
Jacek Caban [Wed, 10 Sep 2008 00:33:57 +0000 (02:33 +0200)]
jscript: Added Array constructor object implementation.
Jacek Caban [Wed, 10 Sep 2008 00:33:37 +0000 (02:33 +0200)]
jscript: Added String constructor object.
Jacek Caban [Wed, 10 Sep 2008 00:33:15 +0000 (02:33 +0200)]
jscript: Added Object constructor object implementation.
Marcus Meissner [Tue, 9 Sep 2008 11:49:58 +0000 (13:49 +0200)]
include: Mark up with alloc_size attribute.
Rob Shearman [Wed, 10 Sep 2008 07:00:27 +0000 (08:00 +0100)]
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.
Austin English [Tue, 9 Sep 2008 06:21:53 +0000 (01:21 -0500)]
widl: Remove unreached code (Smatch).
Andrew Talbot [Tue, 9 Sep 2008 21:50:39 +0000 (22:50 +0100)]
msi: Uninitialized variable fix (Coverity).
Juan Lang [Tue, 9 Sep 2008 19:26:31 +0000 (12:26 -0700)]
crypt32: Get rid of a magic number and a redundant assignment.
Juan Lang [Tue, 9 Sep 2008 17:22:59 +0000 (10:22 -0700)]
crypt32: Return FALSE rather than crash if memory allocation fails. Fixes Coverity id 135.
Juan Lang [Tue, 9 Sep 2008 17:17:11 +0000 (10:17 -0700)]
crypt32: Fix typo. Fixes Coverity item 605.
Juan Lang [Tue, 9 Sep 2008 16:18:14 +0000 (09:18 -0700)]
crypt32: Assert condition that can occur only in case of a bug.
Juan Lang [Wed, 6 Aug 2008 21:09:39 +0000 (14:09 -0700)]
cabinet: Use helper function to remove duplicate code.
Juan Lang [Wed, 6 Aug 2008 21:09:19 +0000 (14:09 -0700)]
cabinet: Use helper function to remove duplicate code.
Steven Edwards [Wed, 10 Sep 2008 13:18:14 +0000 (09:18 -0400)]
widl: Open files in binary mode to avoid corruption from text mode on Windows.
Hans Leidekker [Tue, 9 Sep 2008 14:45:04 +0000 (16:45 +0200)]
winhttp: Better diagnostics in the notification test.
Hans Leidekker [Tue, 9 Sep 2008 14:43:57 +0000 (16:43 +0200)]
winhttp: Increase sleep between two tests that connect to the same host.
Hans Leidekker [Tue, 9 Sep 2008 14:42:11 +0000 (16:42 +0200)]
winhttp: Don't loop on response codes other than 301 and 302.
Huw Davies [Tue, 9 Sep 2008 11:33:37 +0000 (12:33 +0100)]
winex11.drv: Fix SetDIBits optimization to work with top-down dib sections.
Aric Stewart [Tue, 9 Sep 2008 12:12:36 +0000 (07:12 -0500)]
mlang: Expand stub of fnIMLangFontLink2_GetStrCodePages.
Alexandre Julliard [Tue, 9 Sep 2008 12:47:47 +0000 (14:47 +0200)]
configure: Fixed the check for sigset_t on mingw.
Paul Vriens [Tue, 9 Sep 2008 09:45:40 +0000 (11:45 +0200)]
ws2_32/tests: Remove redundant NULL check before HeapFree.
Paul Vriens [Tue, 9 Sep 2008 08:50:51 +0000 (10:50 +0200)]
quartz/tests: Fix the tests on several platforms.
Rob Shearman [Tue, 9 Sep 2008 09:26:51 +0000 (10:26 +0100)]
include: Fix function names in IVBSAXXMLReader interface in msxml2.idl.
Alistair Leslie-Hughes [Mon, 8 Sep 2008 11:14:32 +0000 (21:14 +1000)]
mshtml: Implement IDispatch for IHTMLTable.
Alistair Leslie-Hughes [Mon, 8 Sep 2008 11:16:37 +0000 (21:16 +1000)]
mshtml: Implement IDispatch for IHTMLDocument5.
Alistair Leslie-Hughes [Mon, 8 Sep 2008 11:12:54 +0000 (21:12 +1000)]
mshtml: Implement IDispatch for IHTMLInputElement.
Alistair Leslie-Hughes [Mon, 8 Sep 2008 11:14:59 +0000 (21:14 +1000)]
mshtml: Implement IDispatch for IHTMLTextAreaElement.
Alistair Leslie-Hughes [Mon, 8 Sep 2008 11:13:36 +0000 (21:13 +1000)]
mshtml: Implement IDispatch for IHTMLOptionElement.
Alistair Leslie-Hughes [Mon, 8 Sep 2008 11:11:53 +0000 (21:11 +1000)]
mshtml: Implement IDispatch for IHTMLGenericElement.
Alistair Leslie-Hughes [Mon, 8 Sep 2008 11:14:02 +0000 (21:14 +1000)]
mshtml: Implement IDispatch for IHTMLScriptElement.
Alistair Leslie-Hughes [Mon, 8 Sep 2008 11:15:26 +0000 (21:15 +1000)]
mshtml: Implement IDispatch for IHTMLTextContainer.
Alistair Leslie-Hughes [Mon, 8 Sep 2008 11:12:25 +0000 (21:12 +1000)]
mshtml: Implement IDispatch for IHTMLImgElement.
Alistair Leslie-Hughes [Mon, 8 Sep 2008 11:15:42 +0000 (21:15 +1000)]
mshtml: Implement IDispatch for IHTMLDOMTextNode.
Alistair Leslie-Hughes [Mon, 8 Sep 2008 11:21:11 +0000 (21:21 +1000)]
mshtml: Implement IDispatch for IHTMLDocument4.
Alistair Leslie-Hughes [Mon, 8 Sep 2008 11:18:43 +0000 (21:18 +1000)]
mshtml: Implement IDispatch for IHTMLDocument3.
Alexandre Julliard [Tue, 9 Sep 2008 09:33:06 +0000 (11:33 +0200)]
user32: Fix DeferWindowPos to work on windows belonging to other processes.
Andrew Talbot [Mon, 8 Sep 2008 18:29:55 +0000 (19:29 +0100)]
shdocvw: Sign-compare warnings fix.
Piotr Caban [Mon, 8 Sep 2008 13:07:46 +0000 (15:07 +0200)]
msxml3: Change SAX IStream parser implementation.
James Hawkins [Mon, 8 Sep 2008 10:38:33 +0000 (05:38 -0500)]
comctl32: Store the previous timeout value to test with.
Peter Dons Tychsen [Sun, 7 Sep 2008 23:01:55 +0000 (01:01 +0200)]
ntoskrnl: Implement partial stub for IoGetConfigurationInformation().
James Hawkins [Tue, 9 Sep 2008 03:49:51 +0000 (22:49 -0500)]
ole32: Fix a few file access discrepancies between platforms.
James Hawkins [Tue, 9 Sep 2008 03:18:41 +0000 (22:18 -0500)]
urlmon: Fix several failing tests with IE7.
James Hawkins [Tue, 9 Sep 2008 03:12:48 +0000 (22:12 -0500)]
urlmon: Fix a failing test with IE7.
James Hawkins [Tue, 9 Sep 2008 02:53:09 +0000 (21:53 -0500)]
msi: Fix a few file access discrepancies between platforms.
Jacek Caban [Mon, 8 Sep 2008 23:27:57 +0000 (01:27 +0200)]
jscript: Add static functions to variable objects.
Jacek Caban [Mon, 8 Sep 2008 23:27:38 +0000 (01:27 +0200)]
jscript: Added Function.length implementation.
Jacek Caban [Mon, 8 Sep 2008 23:27:18 +0000 (01:27 +0200)]
jscript: Added member expression implementation.
Jacek Caban [Mon, 8 Sep 2008 23:27:01 +0000 (01:27 +0200)]
jscript: Added function object stub implementation.
Jacek Caban [Mon, 8 Sep 2008 23:26:37 +0000 (01:26 +0200)]
jscript: Added '!==' expression implementation.
Jacek Caban [Mon, 8 Sep 2008 23:26:20 +0000 (01:26 +0200)]
jscript: Added '===' expression implementation.
Jacek Caban [Mon, 8 Sep 2008 23:25:59 +0000 (01:25 +0200)]
jscript: Added var statement implementation.
Jacek Caban [Mon, 8 Sep 2008 23:25:40 +0000 (01:25 +0200)]
jscript: Added logical negation implementation.
Jacek Caban [Mon, 8 Sep 2008 23:25:23 +0000 (01:25 +0200)]
jscript: Added infrastructure for test scripts.