Huw Davies [Wed, 10 Sep 2008 13:51:45 +0000 (14:51 +0100)]
inetcomm/tests: Add a test for IMimeInternational_SetDefaultCharset.
Huw Davies [Wed, 10 Sep 2008 13:46:16 +0000 (14:46 +0100)]
inetcomm: Implement IMimeInternational_SetDefaultCharset.
Huw Davies [Wed, 10 Sep 2008 13:42:42 +0000 (14:42 +0100)]
inetcomm/tests: Add test for IMimeInternational_GetDefaultCharset.
Huw Davies [Wed, 10 Sep 2008 13:38:11 +0000 (14:38 +0100)]
inetcomm: Implement IMimeInternational_GetDefaultCharset.
Huw Davies [Wed, 10 Sep 2008 13:34:30 +0000 (14:34 +0100)]
inetcomm/tests: Add tests for IMimeInternational_GetCodePageCharset.
Huw Davies [Wed, 10 Sep 2008 13:17:35 +0000 (14:17 +0100)]
inetcomm: Implement IMimeInternational_GetCodePageCharset.
Huw Davies [Wed, 10 Sep 2008 13:12:07 +0000 (14:12 +0100)]
inetcomm/tests: Add tests for IMimeInternational_GetCharsetInfo.
Huw Davies [Wed, 10 Sep 2008 13:11:29 +0000 (14:11 +0100)]
inetcomm: Implement IMimeInternational_GetCharsetInfo.
Huw Davies [Wed, 10 Sep 2008 11:38:41 +0000 (12:38 +0100)]
inetcomm/tests: Tests for IMimeInternational_FindCharset.
Huw Davies [Wed, 10 Sep 2008 11:37:40 +0000 (12:37 +0100)]
inetcomm: Implement IMimeInternational_FindCharset.
Huw Davies [Wed, 10 Sep 2008 11:36:41 +0000 (12:36 +0100)]
mlang: Forward IMultiLanguage_GetCharsetInfo to IMultiLanguage3_GetCharsetInfo.
Huw Davies [Wed, 10 Sep 2008 11:06:46 +0000 (12:06 +0100)]
inetcomm/tests: Start of IMimeInternational tests.
Huw Davies [Wed, 10 Sep 2008 11:05:37 +0000 (12:05 +0100)]
inetcomm: Add a stub MimeInternational object.
Alexandre Julliard [Thu, 11 Sep 2008 12:32:30 +0000 (14:32 +0200)]
rpcrt4/tests: Fix a couple of test failures on Windows.
Alexandre Julliard [Thu, 11 Sep 2008 12:18:46 +0000 (14:18 +0200)]
ntdll/tests: Fix the async I/O test on Vista.
Alexandre Julliard [Thu, 11 Sep 2008 12:10:35 +0000 (14:10 +0200)]
kernel32/tests: Fix the ResumeThread on win9x.
Alexandre Julliard [Thu, 11 Sep 2008 12:07:54 +0000 (14:07 +0200)]
kernel32/tests: Fix the BindIoCompletionCallback test on Vista.
Alexandre Julliard [Thu, 11 Sep 2008 11:49:16 +0000 (13:49 +0200)]
kernel32/tests: Fix the async I/O test to handle errors properly.
Hans Leidekker [Thu, 11 Sep 2008 09:49:56 +0000 (11:49 +0200)]
winhttp: Redirects are always GET requests.
Hans Leidekker [Thu, 11 Sep 2008 09:49:29 +0000 (11:49 +0200)]
winhttp: Handle relative redirects.
Spotted by Jeremy White.
Hans Leidekker [Thu, 11 Sep 2008 09:47:14 +0000 (11:47 +0200)]
cryptui: Add a stub implementation of CryptUIDlgViewCertificateW.
Alistair Leslie-Hughes [Wed, 10 Sep 2008 23:46:32 +0000 (09:46 +1000)]
mshtml: Implement get/put margin.
Alistair Leslie-Hughes [Thu, 11 Sep 2008 01:19:23 +0000 (11:19 +1000)]
hlink: Mark Get/Set AdditionalParams as Unimplemented.
Dylan Smith [Thu, 11 Sep 2008 02:54:12 +0000 (22:54 -0400)]
richedit: Avoid acting on control words in skipped RTF groups.
Previously the control words in skipped groups were being processed by
the read hook on the RTF parser. By moving this code into the class
callbacks for the parser, the skipped groups actually remain skipped.
Lei Zhang [Wed, 10 Sep 2008 23:45:13 +0000 (16:45 -0700)]
comctl32: Handle listview dragging better.
Lei Zhang [Wed, 10 Sep 2008 23:43:43 +0000 (16:43 -0700)]
comctl32: listview: Prevent DragDetect from removing WM_LBUTTONUP messages.
Nikolay Sivov [Wed, 10 Sep 2008 20:20:42 +0000 (00:20 +0400)]
gdiplus: Some TRACE(..) for Image calls.
Alistair Leslie-Hughes [Wed, 10 Sep 2008 10:55:33 +0000 (20:55 +1000)]
mshtml: Add tests for get_scrollLeft.
Alistair Leslie-Hughes [Wed, 10 Sep 2008 10:51:29 +0000 (20:51 +1000)]
mshtml: Implement IHTMLTextContainer get_scrollLeft.
Alistair Leslie-Hughes [Wed, 10 Sep 2008 10:50:13 +0000 (20:50 +1000)]
mshtml: Implement HTMLElement2 get_scrollLeft.
Juan Lang [Wed, 10 Sep 2008 18:31:50 +0000 (11:31 -0700)]
devenum: Fix order of operations bug (Coverity id 709).
Alexandre Julliard [Thu, 11 Sep 2008 10:12:23 +0000 (12:12 +0200)]
jscript: Add necessary dependencies for the bison file.
Jacek Caban [Wed, 10 Sep 2008 19:12:45 +0000 (21:12 +0200)]
jscript: Added add expression implementation.
Jacek Caban [Wed, 10 Sep 2008 19:12:19 +0000 (21:12 +0200)]
jscript: Added script types tests.
Jacek Caban [Wed, 10 Sep 2008 19:11:15 +0000 (21:11 +0200)]
jscript: Added conditional expression implementation.
Jacek Caban [Wed, 10 Sep 2008 19:10:41 +0000 (21:10 +0200)]
jscript: Added block statement implementation.
Jacek Caban [Wed, 10 Sep 2008 19:10:23 +0000 (21:10 +0200)]
jscript: Added object initialiser expression implementation.
Jacek Caban [Wed, 10 Sep 2008 19:10:06 +0000 (21:10 +0200)]
jscript: Added if statement implementation.
Jacek Caban [Wed, 10 Sep 2008 19:09:48 +0000 (21:09 +0200)]
jscript: Added IActiveScriptParseProcedure2::ParseProcedureText implementation.
Jacek Caban [Wed, 10 Sep 2008 19:09:29 +0000 (21:09 +0200)]
jscript: Release named items in IActiveScript::Close.
Jacek Caban [Wed, 10 Sep 2008 19:09:04 +0000 (21:09 +0200)]
jscript: Added initial prototype of functions.
Jacek Caban [Wed, 10 Sep 2008 19:08:46 +0000 (21:08 +0200)]
jscript: Added function expression implementation.
Jacek Caban [Wed, 10 Sep 2008 19:08:26 +0000 (21:08 +0200)]
jscript: Added constructor invokation from Function object support.
Jacek Caban [Wed, 10 Sep 2008 19:08:09 +0000 (21:08 +0200)]
jscript: Added Object constructor implementation.
Jacek Caban [Wed, 10 Sep 2008 19:07:35 +0000 (21:07 +0200)]
jscript: Added 'new' expression implementation.
Jacek Caban [Wed, 10 Sep 2008 19:07:06 +0000 (21:07 +0200)]
jscript: Added array expression implementation.
Jacek Caban [Wed, 10 Sep 2008 19:06:43 +0000 (21:06 +0200)]
jscript: Set arguments object on function call.
Jacek Caban [Wed, 10 Sep 2008 19:06:25 +0000 (21:06 +0200)]
jscript: Set parameters on function call.
Jacek Caban [Wed, 10 Sep 2008 19:06:09 +0000 (21:06 +0200)]
jscript: Added Function.[[call]] implementation.
Jacek Caban [Wed, 10 Sep 2008 19:05:37 +0000 (21:05 +0200)]
jscript: Added return statement implementation.
Jacek Caban [Wed, 10 Sep 2008 19:05:14 +0000 (21:05 +0200)]
jscript: Added this expression implementation.
Huw Davies [Wed, 10 Sep 2008 09:42:08 +0000 (10:42 +0100)]
include: Add some more mimeole errors.
James Hawkins [Thu, 11 Sep 2008 04:01:52 +0000 (23:01 -0500)]
setupapi: Remove a test of an undocumented function that is inconsistent across platforms.
James Hawkins [Thu, 11 Sep 2008 04:01:25 +0000 (23:01 -0500)]
setupapi: Fix a failing test in Vista.
James Hawkins [Thu, 11 Sep 2008 04:00:53 +0000 (23:00 -0500)]
crypt32: Fix a failing test in Vista.
James Hawkins [Thu, 11 Sep 2008 04:00:17 +0000 (23:00 -0500)]
crypt32: Fix a failing test in Vista.
James Hawkins [Thu, 11 Sep 2008 03:59:43 +0000 (22:59 -0500)]
crypt32: Fix a failing test in win9x.
James Hawkins [Thu, 11 Sep 2008 07:42:30 +0000 (02:42 -0500)]
mstask: Fix a few failing tests in win2k.
James Hawkins [Thu, 11 Sep 2008 07:37:28 +0000 (02:37 -0500)]
shell32: Fix two failing tests in win2k.
James Hawkins [Thu, 11 Sep 2008 07:34:01 +0000 (02:34 -0500)]
secur32: Fix two failing tests in win2k.
Alexandre Julliard [Thu, 11 Sep 2008 09:49:40 +0000 (11:49 +0200)]
kernel32: Added implementation for UnregisterWaitEx.
Alexandre Julliard [Thu, 11 Sep 2008 09:49:27 +0000 (11:49 +0200)]
mstask/tests: Use case-insensitive compare for file names.
Dmitry Timoshkov [Thu, 11 Sep 2008 04:38:21 +0000 (13:38 +0900)]
user32: Fix the work area test to pass on Windows when the taskbar is on top.
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.