Henri Verbeet [Mon, 22 Sep 2008 12:52:52 +0000 (14:52 +0200)]
wined3d: Skip copying the depth stencil if it's discarded.
This gives a small performance improvement for applications that are
smart enough to set the D3DPRESENTFLAG_DISCARD_DEPTHSTENCIL flag, or
to create depth stencils with Discard set to TRUE.
Henri Verbeet [Mon, 22 Sep 2008 12:52:42 +0000 (14:52 +0200)]
wined3d: Add/update the D3DPRESENTFLAG constants.
Henri Verbeet [Mon, 22 Sep 2008 12:52:36 +0000 (14:52 +0200)]
wined3d: Get rid of the wantsDepthStencilBuffer in IWineD3DSwapChainImpl.
Austin English [Mon, 22 Sep 2008 21:26:42 +0000 (17:26 -0400)]
mscms: Undefine HIWORD to avoid a conflict.
Paul Vriens [Mon, 22 Sep 2008 20:44:25 +0000 (22:44 +0200)]
kernel32/tests: Add a skip.
Paul Vriens [Mon, 22 Sep 2008 20:42:24 +0000 (22:42 +0200)]
kernel32/tests: Add a skip.
Juan Lang [Mon, 22 Sep 2008 20:09:56 +0000 (13:09 -0700)]
cryptdlg: Implement CertTrustFinalPolicy.
Juan Lang [Mon, 22 Sep 2008 20:08:08 +0000 (13:08 -0700)]
cryptdlg: Implement CertTrustInit.
Juan Lang [Mon, 22 Sep 2008 20:07:38 +0000 (13:07 -0700)]
cryptdlg: Implement CertViewPropertiesW on top of CryptUIDlgViewCertificateW.
Juan Lang [Mon, 22 Sep 2008 18:06:58 +0000 (11:06 -0700)]
cryptdlg: Implement CertViewPropertiesA on top of CertViewPropertiesW.
Juan Lang [Mon, 22 Sep 2008 20:20:35 +0000 (13:20 -0700)]
wintrust: Support the CERT_CERTIFICATE_ACTION_VERIFY action.
Juan Lang [Mon, 22 Sep 2008 20:19:59 +0000 (13:19 -0700)]
wintrust: Check that the end certificate in the chain isn't disallowed to match native behavior.
Juan Lang [Mon, 22 Sep 2008 20:19:24 +0000 (13:19 -0700)]
wintrust: Only do policy check if pointer is set.
Juan Lang [Mon, 22 Sep 2008 20:18:57 +0000 (13:18 -0700)]
wintrust: Use helper function to add the trust steps to execute.
Juan Lang [Mon, 22 Sep 2008 20:18:16 +0000 (13:18 -0700)]
wintrust: Use helper function to allocate CRYPT_PROVIDER_DATA.
Juan Lang [Mon, 22 Sep 2008 18:42:59 +0000 (11:42 -0700)]
wintrust: Always initialize CERT_CHAIN_PARA's RequestedUsage.
Juan Lang [Mon, 22 Sep 2008 17:56:50 +0000 (10:56 -0700)]
wintrust: Store the error status and confidence for each element in the chain.
Juan Lang [Mon, 22 Sep 2008 17:56:19 +0000 (10:56 -0700)]
wintrust: Search all additional stores when building a chain, not just the first one.
Huw Davies [Mon, 22 Sep 2008 13:36:13 +0000 (14:36 +0100)]
inetcomm: Implement IMimeBody_IsType(IBT_EMPTY).
Huw Davies [Mon, 22 Sep 2008 13:25:22 +0000 (14:25 +0100)]
inetcomm: Content-Disposition can have parameters.
Detlef Riekenberg [Sun, 21 Sep 2008 14:10:14 +0000 (16:10 +0200)]
shdocvw: Remove redundant NULL check before SysFreeString.
Detlef Riekenberg [Sun, 21 Sep 2008 13:58:28 +0000 (15:58 +0200)]
msi: Remove redundant NULL check before SysFreeString.
Detlef Riekenberg [Sun, 21 Sep 2008 13:56:18 +0000 (15:56 +0200)]
msxml3: Remove redundant NULL check before SysFreeString.
Detlef Riekenberg [Sun, 21 Sep 2008 13:52:16 +0000 (15:52 +0200)]
oleaut32: Remove redundant NULL check before SysFreeString.
Alexandre Julliard [Mon, 22 Sep 2008 13:34:41 +0000 (15:34 +0200)]
regedit: Fix file exports in ASCII format.
Maarten Lankhorst [Thu, 18 Sep 2008 15:56:05 +0000 (17:56 +0200)]
quartz: Requeue in pullpin if request for data timed out.
If the filter is paused, no additional data will be queued and
VFW_E_TIMEOUT is legitimately returned. Don't make this a fatal error,
but instead try again. If flushing the thing will still abort.
Maarten Lankhorst [Thu, 18 Sep 2008 15:55:36 +0000 (17:55 +0200)]
quartz: Return VFW_E_WRONG_STATE in file source if flushing.
Maarten Lankhorst [Mon, 15 Sep 2008 17:48:08 +0000 (19:48 +0200)]
quartz: Don't abort starting for unconnected pin in avi splitter.
Maarten Lankhorst [Mon, 15 Sep 2008 17:47:44 +0000 (19:47 +0200)]
quartz: Add missing calls to EndFlush.
Maarten Lankhorst [Thu, 11 Sep 2008 10:45:57 +0000 (12:45 +0200)]
quartz: Implement IMediaPosition::put_CurrentPosition.
Huw Davies [Mon, 22 Sep 2008 09:50:06 +0000 (10:50 +0100)]
inetcomm: Charset name comparison should be case insensitive.
Huw Davies [Mon, 22 Sep 2008 09:48:55 +0000 (10:48 +0100)]
inetcomm: Start of IMimeBody_SetOption.
Huw Davies [Mon, 22 Sep 2008 09:47:38 +0000 (10:47 +0100)]
inetcomm: Start of IMimeMessage_SetOption.
Vincent Povirk [Sun, 21 Sep 2008 23:35:25 +0000 (18:35 -0500)]
shell32/tests: Accept delays in getting ABN_POSCHANGED notifications.
Roderick Colenbrander [Sat, 20 Sep 2008 18:25:44 +0000 (18:25 +0000)]
wined3d: UpdateSurface should take into account the offset from the source rectangle.
Detlef Riekenberg [Fri, 19 Sep 2008 13:23:12 +0000 (15:23 +0200)]
jscript/tests: Fix a typo in ok().
Francois Gouget [Sat, 20 Sep 2008 11:26:13 +0000 (13:26 +0200)]
jscript: Remove spaces before '\n' in Wine traces.
Alexandre Julliard [Mon, 22 Sep 2008 10:52:53 +0000 (12:52 +0200)]
winex11: Fix SetLayeredWindowAttributes when called on a thread that doesn't have any window.
Philip Nilsson [Fri, 19 Sep 2008 14:17:39 +0000 (16:17 +0200)]
configure: Add i486-mingw to the cross-compiler prefixes.
Roderick Colenbrander [Sun, 21 Sep 2008 21:13:27 +0000 (21:13 +0000)]
wined3d: Re-add a comment which got lost.
Henri Verbeet [Thu, 18 Sep 2008 12:57:54 +0000 (14:57 +0200)]
wined3d: Don't try to draw with unsupported attribute data types.
Henri Verbeet [Thu, 18 Sep 2008 12:57:54 +0000 (14:57 +0200)]
wined3d: Fix a memory leak.
Henri Verbeet [Thu, 18 Sep 2008 12:57:53 +0000 (14:57 +0200)]
wined3d: Destroy FBO entries in the context.
Henri Verbeet [Mon, 22 Sep 2008 06:54:58 +0000 (08:54 +0200)]
wined3d: Make sure update_minfilter and update_magfilter are initialized.
Stefan Dösinger [Mon, 22 Sep 2008 06:54:40 +0000 (08:54 +0200)]
wined3d: Initialize standalone surface parameters.
Alexander Nicolaysen Sørnes [Sun, 21 Sep 2008 21:26:32 +0000 (23:26 +0200)]
regedit: Fix some fprintf arguments.
Alexander Nicolaysen Sørnes [Sun, 21 Sep 2008 21:20:42 +0000 (23:20 +0200)]
regedit: Fix char escaping for registry export.
Paul Vriens [Sat, 20 Sep 2008 08:41:01 +0000 (10:41 +0200)]
imm32/tests: Skip tests when IME support is not implemented.
Paul Vriens [Sun, 21 Sep 2008 18:21:58 +0000 (20:21 +0200)]
ntdll/tests: Show that we are skipping tests.
Paul Vriens [Sun, 21 Sep 2008 18:17:16 +0000 (20:17 +0200)]
ntdll/tests: Show that we are skipping tests.
Paul Vriens [Sun, 21 Sep 2008 18:11:40 +0000 (20:11 +0200)]
ntdll/tests: Use skip and add a FreeLibrary.
Paul Vriens [Sun, 21 Sep 2008 18:59:46 +0000 (20:59 +0200)]
userenv/tests: Don't crash on NT4.
Paul Vriens [Sun, 21 Sep 2008 16:59:34 +0000 (18:59 +0200)]
dsound/tests: Fix failure on Win9x and NT4.
Paul Vriens [Sun, 21 Sep 2008 11:08:13 +0000 (13:08 +0200)]
ddraw/tests: Fix a test on a Win98 box.
Paul Vriens [Sun, 21 Sep 2008 10:41:36 +0000 (12:41 +0200)]
kernel32/tests: Add extra tests for SetCurrentDirectory.
Paul Vriens [Sat, 20 Sep 2008 15:25:18 +0000 (17:25 +0200)]
kernel32/tests: Make sure we can remove a test directory.
Paul Vriens [Sat, 20 Sep 2008 14:49:32 +0000 (16:49 +0200)]
kernel32/tests: Fix tests on NT4.
Paul Vriens [Sat, 20 Sep 2008 10:49:41 +0000 (12:49 +0200)]
kernel32/tests: Skip some tests on win9x.
Paul Vriens [Sat, 20 Sep 2008 09:55:16 +0000 (11:55 +0200)]
kernel32/tests: Use skip instead of trace.
Alexandre Julliard [Mon, 22 Sep 2008 10:15:11 +0000 (12:15 +0200)]
comctl32/tests: Fix a couple of message test failures.
Alexandre Julliard [Mon, 22 Sep 2008 10:14:56 +0000 (12:14 +0200)]
user32/tests: Fix some more message test failures.
Alexandre Julliard [Mon, 22 Sep 2008 10:14:37 +0000 (12:14 +0200)]
ntdll/tests: Fix a few test failures on NT4.
Jacek Caban [Sun, 21 Sep 2008 13:48:11 +0000 (15:48 +0200)]
jscript: Added Function default value implementation.
Jacek Caban [Sun, 21 Sep 2008 13:47:47 +0000 (15:47 +0200)]
jscript: Added Function.toString implementation.
Jacek Caban [Sun, 21 Sep 2008 13:47:05 +0000 (15:47 +0200)]
jscript: Don't call IDispatch as constructor.
Jacek Caban [Sun, 21 Sep 2008 13:46:45 +0000 (15:46 +0200)]
jscript: Added Math.ceil implementation.
Jacek Caban [Sun, 21 Sep 2008 13:46:22 +0000 (15:46 +0200)]
jscript: Added Math.pow implementation.
Jacek Caban [Sun, 21 Sep 2008 13:46:04 +0000 (15:46 +0200)]
jscript: Added Math.max implementation.
Jacek Caban [Sun, 21 Sep 2008 13:45:49 +0000 (15:45 +0200)]
jscript: Added Math.abs implementation.
Jacek Caban [Sun, 21 Sep 2008 13:45:25 +0000 (15:45 +0200)]
jscript: Added Math.round implementation.
Jacek Caban [Sun, 21 Sep 2008 13:45:00 +0000 (15:45 +0200)]
jscript: Added Math.min implementation.
Jacek Caban [Sun, 21 Sep 2008 13:44:29 +0000 (15:44 +0200)]
jscript: Added String function implementation.
Jacek Caban [Sun, 21 Sep 2008 13:44:13 +0000 (15:44 +0200)]
jscript: Added String.concat implementation.
Jacek Caban [Sun, 21 Sep 2008 13:43:50 +0000 (15:43 +0200)]
jscript: Added String default value implementation.
Jacek Caban [Sun, 21 Sep 2008 13:43:32 +0000 (15:43 +0200)]
jscript: Added String constructor implementation.
Jacek Caban [Sun, 21 Sep 2008 13:43:09 +0000 (15:43 +0200)]
jscript: Remove no longer used jsdisp_set_prototype.
Jacek Caban [Sun, 21 Sep 2008 13:42:48 +0000 (15:42 +0200)]
jscript: Added parseInt implementation.
Jacek Caban [Sun, 21 Sep 2008 13:42:23 +0000 (15:42 +0200)]
jscript: Added String.charCodeAt implementation.
Jacek Caban [Sun, 21 Sep 2008 13:42:05 +0000 (15:42 +0200)]
jscript: Added String.slice implementation.
Jacek Caban [Sun, 21 Sep 2008 13:41:42 +0000 (15:41 +0200)]
jscript: Added String.valueOf implementation.
Jacek Caban [Sun, 21 Sep 2008 13:41:25 +0000 (15:41 +0200)]
jscript: Added String.toString implementation.
Jacek Caban [Sun, 21 Sep 2008 13:41:02 +0000 (15:41 +0200)]
jscript: Added String.substring implementation.
Jacek Caban [Sun, 21 Sep 2008 13:40:38 +0000 (15:40 +0200)]
jscript: Fixed typo in to_integer.
Jacek Caban [Sun, 21 Sep 2008 13:40:22 +0000 (15:40 +0200)]
jscript: Added Array default value implementation.
Jacek Caban [Sun, 21 Sep 2008 13:40:04 +0000 (15:40 +0200)]
jscript: for..in is not error if in expression is not an object.
Jacek Caban [Sun, 21 Sep 2008 13:39:38 +0000 (15:39 +0200)]
jscript: Added Object default value implementation.
Jacek Caban [Sun, 21 Sep 2008 13:39:18 +0000 (15:39 +0200)]
jscript: Added Array.concat implementation.
Jacek Caban [Sun, 21 Sep 2008 13:38:52 +0000 (15:38 +0200)]
jscript: Fixed array literal length calculation.
Jacek Caban [Sun, 21 Sep 2008 13:38:28 +0000 (15:38 +0200)]
jscript: Added Array.sort implementation.
Jacek Caban [Sun, 21 Sep 2008 13:37:57 +0000 (15:37 +0200)]
jscript: Added Number function implementation.
Jacek Caban [Sun, 21 Sep 2008 13:37:32 +0000 (15:37 +0200)]
jscript: Added Number.toString implementation.
Jacek Caban [Sun, 21 Sep 2008 13:37:15 +0000 (15:37 +0200)]
jscript: Added Number constructor implementation.
Jacek Caban [Sun, 21 Sep 2008 13:36:46 +0000 (15:36 +0200)]
jscript: Added Array.toString implementation.
Jacek Caban [Sun, 21 Sep 2008 13:36:26 +0000 (15:36 +0200)]
jscript: Added Array.join implementation.
Jacek Caban [Sun, 21 Sep 2008 13:35:58 +0000 (15:35 +0200)]
jscript: Added Array.push implementation.
Jacek Caban [Sun, 21 Sep 2008 17:47:31 +0000 (19:47 +0200)]
jscript: Added string to number conversion implementation.
Alistair Leslie-Hughes [Sat, 20 Sep 2008 10:03:28 +0000 (20:03 +1000)]
mshtml: Implement IDispatch for IHTMLDOMChildrenCollection.
Alistair Leslie-Hughes [Sat, 20 Sep 2008 10:01:04 +0000 (20:01 +1000)]
mshtml: Implement IDispatch for IHTMLElementCollection.
Alistair Leslie-Hughes [Sat, 20 Sep 2008 10:06:14 +0000 (20:06 +1000)]
mshtml: Implement IDispatch for IHTMLDOMNode.
Alistair Leslie-Hughes [Sat, 20 Sep 2008 10:07:32 +0000 (20:07 +1000)]
mshtml: Implement IDispatch for IHTMLDOMNode2.