wine
15 years agojscript: Added VT_R8 to string conversion implementation.
Jacek Caban [Wed, 24 Sep 2008 22:50:49 +0000 (00:50 +0200)] 
jscript: Added VT_R8 to string conversion implementation.

15 years agod3dxof: Implement IDirectXFileDataReference.
Christian Costa [Wed, 24 Sep 2008 20:38:29 +0000 (22:38 +0200)] 
d3dxof: Implement IDirectXFileDataReference.

15 years agouser32/tests: Fix the listbox tests on Win9x and NT4.
Alexandre Julliard [Wed, 24 Sep 2008 13:39:03 +0000 (15:39 +0200)] 
user32/tests: Fix the listbox tests on Win9x and NT4.

15 years agouser32/tests: Fix some input test failures.
Alexandre Julliard [Wed, 24 Sep 2008 13:37:38 +0000 (15:37 +0200)] 
user32/tests: Fix some input test failures.

15 years agouser32/tests: Fix the winstation tests on NT4.
Alexandre Julliard [Wed, 24 Sep 2008 12:51:05 +0000 (14:51 +0200)] 
user32/tests: Fix the winstation tests on NT4.

15 years agosecur32: Fix compilation with GNU TLS 1.0.16.
Francois Gouget [Wed, 24 Sep 2008 10:24:01 +0000 (12:24 +0200)] 
secur32: Fix compilation with GNU TLS 1.0.16.

15 years agojscript: Add a trailing '\n' to a Wine trace.
Francois Gouget [Wed, 24 Sep 2008 10:17:41 +0000 (12:17 +0200)] 
jscript: Add a trailing '\n' to a Wine trace.

15 years agosecur32: Fix a failing test in win95.
James Hawkins [Wed, 24 Sep 2008 08:06:35 +0000 (03:06 -0500)] 
secur32: Fix a failing test in win95.

15 years agooleaut32: Fix a failing test in win95.
James Hawkins [Wed, 24 Sep 2008 08:06:00 +0000 (03:06 -0500)] 
oleaut32: Fix a failing test in win95.

15 years agontdll: Fix a couple failing tests in NT4.
James Hawkins [Wed, 24 Sep 2008 08:05:19 +0000 (03:05 -0500)] 
ntdll: Fix a couple failing tests in NT4.

15 years agocrypt32: Fix several test failures in win98.
James Hawkins [Wed, 24 Sep 2008 08:04:40 +0000 (03:04 -0500)] 
crypt32: Fix several test failures in win98.

15 years agocomctl32: Add a missing newline.
James Hawkins [Wed, 24 Sep 2008 08:04:05 +0000 (03:04 -0500)] 
comctl32: Add a missing newline.

15 years agocomctl32: Fix a failing test in win95.
James Hawkins [Wed, 24 Sep 2008 08:03:28 +0000 (03:03 -0500)] 
comctl32: Fix a failing test in win95.

15 years agocomctl32: Fix several failing tests in win95.
James Hawkins [Wed, 24 Sep 2008 08:02:51 +0000 (03:02 -0500)] 
comctl32: Fix several failing tests in win95.

15 years agouser32/tests: Fix more message test failures on NT4 and XP.
Alexandre Julliard [Wed, 24 Sep 2008 11:11:26 +0000 (13:11 +0200)] 
user32/tests: Fix more message test failures on NT4 and XP.

15 years agoconfigure: Make sure opengl is not built with --without-opengl is specified.
Alexandre Julliard [Wed, 24 Sep 2008 11:11:11 +0000 (13:11 +0200)] 
configure: Make sure opengl is not built with --without-opengl is specified.

15 years agowined3d: Remove the "Wine 1.0 safety path".
Henri Verbeet [Wed, 24 Sep 2008 06:58:12 +0000 (08:58 +0200)] 
wined3d: Remove the "Wine 1.0 safety path".

15 years agowined3d: Make some more GLSL functions private to the backend.
Henri Verbeet [Tue, 23 Sep 2008 15:39:34 +0000 (17:39 +0200)] 
wined3d: Make some more GLSL functions private to the backend.

15 years agowined3d: Make some more ARB program functions private to the backend.
Henri Verbeet [Tue, 23 Sep 2008 15:39:34 +0000 (17:39 +0200)] 
wined3d: Make some more ARB program functions private to the backend.

15 years agowined3d: atifs_shader_backend doesn't exist anymore.
Henri Verbeet [Tue, 23 Sep 2008 15:39:34 +0000 (17:39 +0200)] 
wined3d: atifs_shader_backend doesn't exist anymore.

15 years agowined3d: Move part of the shader instruction table to the backend.
Henri Verbeet [Tue, 23 Sep 2008 15:39:34 +0000 (17:39 +0200)] 
wined3d: Move part of the shader instruction table to the backend.

15 years agojscript: Fixed a typo.
Jacek Caban [Tue, 23 Sep 2008 23:48:57 +0000 (01:48 +0200)] 
jscript: Fixed a typo.

Spotted by Michael Stefaniuc.

15 years agojscript: Added RegExp contruction implementation.
Jacek Caban [Tue, 23 Sep 2008 23:48:37 +0000 (01:48 +0200)] 
jscript: Added RegExp contruction implementation.

15 years agocrypt32: Sign-compare warnings fix.
Andrew Talbot [Tue, 23 Sep 2008 21:38:38 +0000 (22:38 +0100)] 
crypt32: Sign-compare warnings fix.

15 years agocrypt32: Sign-compare warnings fix.
Andrew Talbot [Tue, 23 Sep 2008 21:38:33 +0000 (22:38 +0100)] 
crypt32: Sign-compare warnings fix.

15 years agod3dxof: Do not print an error for interfaces that can be queried to retrieve the...
Christian Costa [Tue, 23 Sep 2008 21:25:48 +0000 (23:25 +0200)] 
d3dxof: Do not print an error for interfaces that can be queried to retrieve the type of the object.

15 years agooleaut32/tests: Remove redundant NULL check before SysFreeString (Smatch).
Michael Stefaniuc [Tue, 23 Sep 2008 21:03:34 +0000 (23:03 +0200)] 
oleaut32/tests: Remove redundant NULL check before SysFreeString (Smatch).

15 years agouser32: Handle undocumented WM_POPUPSYSTEMMENU message.
Vincent Povirk [Thu, 28 Aug 2008 19:32:41 +0000 (14:32 -0500)] 
user32: Handle undocumented WM_POPUPSYSTEMMENU message.

15 years agomsvcrt: Fix testing zero-valued expression with bitwise and in find_best_locale_proc.
Rob Shearman [Tue, 23 Sep 2008 12:31:47 +0000 (13:31 +0100)] 
msvcrt: Fix testing zero-valued expression with bitwise and in find_best_locale_proc.

The check should be for all of the flags being set instead.

15 years agomsvcrt: Fix mutual exclusion over logical or is always a non-zero constant.
Rob Shearman [Tue, 23 Sep 2008 12:32:00 +0000 (13:32 +0100)] 
msvcrt: Fix mutual exclusion over logical or is always a non-zero constant.

Logical and should have been used instead.

15 years agorpcrt4: Don't call VirtualFree with MEM_RELEASE and non-zero size.
Rob Shearman [Tue, 23 Sep 2008 12:31:54 +0000 (13:31 +0100)] 
rpcrt4: Don't call VirtualFree with MEM_RELEASE and non-zero size.

The calls fail with ERROR_INVALID_PARAMETER. Instead just call with a
zero size which performs the intended function.

15 years agoinclude: Add DShellFolderViewEvents to shldisp.idl.
Rob Shearman [Tue, 23 Sep 2008 12:31:23 +0000 (13:31 +0100)] 
include: Add DShellFolderViewEvents to shldisp.idl.

15 years agonetapi32: Improve NetUserGetLocalGroups stub.
Alexander Nicolaysen Sørnes [Thu, 11 Sep 2008 22:05:47 +0000 (00:05 +0200)] 
netapi32: Improve NetUserGetLocalGroups stub.

Report the user as member of the admins group.

15 years agowinhttp: Add tests for WinHttpCreateUrl.
Hans Leidekker [Tue, 23 Sep 2008 11:32:50 +0000 (13:32 +0200)] 
winhttp: Add tests for WinHttpCreateUrl.

15 years agowinhttp: Implement WinHttpCreateUrl.
Hans Leidekker [Tue, 23 Sep 2008 11:32:26 +0000 (13:32 +0200)] 
winhttp: Implement WinHttpCreateUrl.

15 years agorpcrt4: Add stub implementations for RpcMgmtInqStats and RpcMgmtStatsVectorFree.
Hans Leidekker [Tue, 23 Sep 2008 11:30:57 +0000 (13:30 +0200)] 
rpcrt4: Add stub implementations for RpcMgmtInqStats and RpcMgmtStatsVectorFree.

15 years agoinetcomm: Add wrapper functions MimeOleFindCharset and MimeOleGetDefaultCharset.
Huw Davies [Tue, 23 Sep 2008 11:07:43 +0000 (12:07 +0100)] 
inetcomm: Add wrapper functions MimeOleFindCharset and MimeOleGetDefaultCharset.

15 years agomshtml: Implement IHTMLBodyElement put_background.
Alistair Leslie-Hughes [Tue, 23 Sep 2008 10:03:58 +0000 (20:03 +1000)] 
mshtml: Implement IHTMLBodyElement put_background.

15 years agomshtml/tests: Fix gcc warnings.
Austin English [Tue, 23 Sep 2008 11:00:47 +0000 (06:00 -0500)] 
mshtml/tests: Fix gcc warnings.

Based on a patch by Dmitry Timoshkov.

15 years agosecur32: Allow gnutls debug output to be shown.
Henri Verbeet [Mon, 22 Sep 2008 20:14:04 +0000 (22:14 +0200)] 
secur32: Allow gnutls debug output to be shown.

15 years agosecur32: Allocate schannel client credentials.
Henri Verbeet [Mon, 22 Sep 2008 20:14:04 +0000 (22:14 +0200)] 
secur32: Allocate schannel client credentials.

15 years agosecur32: Basic implementation of schannel AcquireCredentialsHandle/FreeCredentialsHandle.
Henri Verbeet [Mon, 22 Sep 2008 20:14:04 +0000 (22:14 +0200)] 
secur32: Basic implementation of schannel AcquireCredentialsHandle/FreeCredentialsHandle.

All this does so far is create a handle and store the credential type in there.

15 years agosecur32: Require gnutls for schannel.
Henri Verbeet [Mon, 22 Sep 2008 20:13:19 +0000 (22:13 +0200)] 
secur32: Require gnutls for schannel.

15 years agosecur32: Skip schannel tests if schannel is unavailable.
Henri Verbeet [Mon, 22 Sep 2008 20:13:18 +0000 (22:13 +0200)] 
secur32: Skip schannel tests if schannel is unavailable.

15 years agocredui: Sign-compare warnings fix.
Andrew Talbot [Mon, 22 Sep 2008 18:38:42 +0000 (19:38 +0100)] 
credui: Sign-compare warnings fix.

15 years agod3dxof: Implement IDirectXFileDataImpl_GetNextObject.
Christian Costa [Mon, 22 Sep 2008 18:27:09 +0000 (20:27 +0200)] 
d3dxof: Implement IDirectXFileDataImpl_GetNextObject.

15 years agokernel32: Fix PROFILE_Load to handle mac line endings.
Erik Inge Bolsø [Sun, 21 Sep 2008 14:49:16 +0000 (16:49 +0200)] 
kernel32: Fix PROFILE_Load to handle mac line endings.

15 years agoshdocvw: Set the default homepage.
Detlef Riekenberg [Sun, 21 Sep 2008 20:43:51 +0000 (22:43 +0200)] 
shdocvw: Set the default homepage.

15 years agowined3d: Use shader_glsl_log() in some more places.
Henri Verbeet [Mon, 22 Sep 2008 12:53:03 +0000 (14:53 +0200)] 
wined3d: Use shader_glsl_log() in some more places.

15 years agowined3d: Merge pshader_hw_map2gl() and vshader_hw_map2gl().
Henri Verbeet [Mon, 22 Sep 2008 12:52:57 +0000 (14:52 +0200)] 
wined3d: Merge pshader_hw_map2gl() and vshader_hw_map2gl().

This isn't the prettiest way to merge those functions, but it's a start.

15 years agowined3d: Skip copying the depth stencil if it's discarded.
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.

15 years agowined3d: Add/update the D3DPRESENTFLAG constants.
Henri Verbeet [Mon, 22 Sep 2008 12:52:42 +0000 (14:52 +0200)] 
wined3d: Add/update the D3DPRESENTFLAG constants.

15 years agowined3d: Get rid of the wantsDepthStencilBuffer in IWineD3DSwapChainImpl.
Henri Verbeet [Mon, 22 Sep 2008 12:52:36 +0000 (14:52 +0200)] 
wined3d: Get rid of the wantsDepthStencilBuffer in IWineD3DSwapChainImpl.

15 years agomscms: Undefine HIWORD to avoid a conflict.
Austin English [Mon, 22 Sep 2008 21:26:42 +0000 (17:26 -0400)] 
mscms: Undefine HIWORD to avoid a conflict.

15 years agokernel32/tests: Add a skip.
Paul Vriens [Mon, 22 Sep 2008 20:44:25 +0000 (22:44 +0200)] 
kernel32/tests: Add a skip.

15 years agokernel32/tests: Add a skip.
Paul Vriens [Mon, 22 Sep 2008 20:42:24 +0000 (22:42 +0200)] 
kernel32/tests: Add a skip.

15 years agocryptdlg: Implement CertTrustFinalPolicy.
Juan Lang [Mon, 22 Sep 2008 20:09:56 +0000 (13:09 -0700)] 
cryptdlg: Implement CertTrustFinalPolicy.

15 years agocryptdlg: Implement CertTrustInit.
Juan Lang [Mon, 22 Sep 2008 20:08:08 +0000 (13:08 -0700)] 
cryptdlg: Implement CertTrustInit.

15 years agocryptdlg: Implement CertViewPropertiesW on top of CryptUIDlgViewCertificateW.
Juan Lang [Mon, 22 Sep 2008 20:07:38 +0000 (13:07 -0700)] 
cryptdlg: Implement CertViewPropertiesW on top of CryptUIDlgViewCertificateW.

15 years agocryptdlg: Implement CertViewPropertiesA on top of CertViewPropertiesW.
Juan Lang [Mon, 22 Sep 2008 18:06:58 +0000 (11:06 -0700)] 
cryptdlg: Implement CertViewPropertiesA on top of CertViewPropertiesW.

15 years agowintrust: Support the CERT_CERTIFICATE_ACTION_VERIFY action.
Juan Lang [Mon, 22 Sep 2008 20:20:35 +0000 (13:20 -0700)] 
wintrust: Support the CERT_CERTIFICATE_ACTION_VERIFY action.

15 years agowintrust: Check that the end certificate in the chain isn't disallowed to match nativ...
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.

15 years agowintrust: Only do policy check if pointer is set.
Juan Lang [Mon, 22 Sep 2008 20:19:24 +0000 (13:19 -0700)] 
wintrust: Only do policy check if pointer is set.

15 years agowintrust: Use helper function to add the trust steps to execute.
Juan Lang [Mon, 22 Sep 2008 20:18:57 +0000 (13:18 -0700)] 
wintrust: Use helper function to add the trust steps to execute.

15 years agowintrust: Use helper function to allocate CRYPT_PROVIDER_DATA.
Juan Lang [Mon, 22 Sep 2008 20:18:16 +0000 (13:18 -0700)] 
wintrust: Use helper function to allocate CRYPT_PROVIDER_DATA.

15 years agowintrust: Always initialize CERT_CHAIN_PARA's RequestedUsage.
Juan Lang [Mon, 22 Sep 2008 18:42:59 +0000 (11:42 -0700)] 
wintrust: Always initialize CERT_CHAIN_PARA's RequestedUsage.

15 years agowintrust: Store the error status and confidence for each element in the chain.
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.

15 years agowintrust: Search all additional stores when building a chain, not just the first...
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.

15 years agoinetcomm: Implement IMimeBody_IsType(IBT_EMPTY).
Huw Davies [Mon, 22 Sep 2008 13:36:13 +0000 (14:36 +0100)] 
inetcomm: Implement IMimeBody_IsType(IBT_EMPTY).

15 years agoinetcomm: Content-Disposition can have parameters.
Huw Davies [Mon, 22 Sep 2008 13:25:22 +0000 (14:25 +0100)] 
inetcomm: Content-Disposition can have parameters.

15 years agoshdocvw: Remove redundant NULL check before SysFreeString.
Detlef Riekenberg [Sun, 21 Sep 2008 14:10:14 +0000 (16:10 +0200)] 
shdocvw: Remove redundant NULL check before SysFreeString.

15 years agomsi: 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.

15 years agomsxml3: 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.

15 years agooleaut32: 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.

15 years agoregedit: Fix file exports in ASCII format.
Alexandre Julliard [Mon, 22 Sep 2008 13:34:41 +0000 (15:34 +0200)] 
regedit: Fix file exports in ASCII format.

15 years agoquartz: Requeue in pullpin if request for data timed out.
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.

15 years agoquartz: Return VFW_E_WRONG_STATE in file source if flushing.
Maarten Lankhorst [Thu, 18 Sep 2008 15:55:36 +0000 (17:55 +0200)] 
quartz: Return VFW_E_WRONG_STATE in file source if flushing.

15 years agoquartz: Don't abort starting for unconnected pin in avi splitter.
Maarten Lankhorst [Mon, 15 Sep 2008 17:48:08 +0000 (19:48 +0200)] 
quartz: Don't abort starting for unconnected pin in avi splitter.

15 years agoquartz: Add missing calls to EndFlush.
Maarten Lankhorst [Mon, 15 Sep 2008 17:47:44 +0000 (19:47 +0200)] 
quartz: Add missing calls to EndFlush.

15 years agoquartz: Implement IMediaPosition::put_CurrentPosition.
Maarten Lankhorst [Thu, 11 Sep 2008 10:45:57 +0000 (12:45 +0200)] 
quartz: Implement IMediaPosition::put_CurrentPosition.

15 years agoinetcomm: Charset name comparison should be case insensitive.
Huw Davies [Mon, 22 Sep 2008 09:50:06 +0000 (10:50 +0100)] 
inetcomm: Charset name comparison should be case insensitive.

15 years agoinetcomm: Start of IMimeBody_SetOption.
Huw Davies [Mon, 22 Sep 2008 09:48:55 +0000 (10:48 +0100)] 
inetcomm: Start of IMimeBody_SetOption.

15 years agoinetcomm: Start of IMimeMessage_SetOption.
Huw Davies [Mon, 22 Sep 2008 09:47:38 +0000 (10:47 +0100)] 
inetcomm: Start of IMimeMessage_SetOption.

15 years agoshell32/tests: Accept delays in getting ABN_POSCHANGED notifications.
Vincent Povirk [Sun, 21 Sep 2008 23:35:25 +0000 (18:35 -0500)] 
shell32/tests: Accept delays in getting ABN_POSCHANGED notifications.

15 years agowined3d: UpdateSurface should take into account the offset from the source rectangle.
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.

15 years agojscript/tests: Fix a typo in ok().
Detlef Riekenberg [Fri, 19 Sep 2008 13:23:12 +0000 (15:23 +0200)] 
jscript/tests: Fix a typo in ok().

15 years agojscript: Remove spaces before '\n' in Wine traces.
Francois Gouget [Sat, 20 Sep 2008 11:26:13 +0000 (13:26 +0200)] 
jscript: Remove spaces before '\n' in Wine traces.

15 years agowinex11: Fix SetLayeredWindowAttributes when called on a thread that doesn't have...
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.

15 years agoconfigure: Add i486-mingw to the cross-compiler prefixes.
Philip Nilsson [Fri, 19 Sep 2008 14:17:39 +0000 (16:17 +0200)] 
configure: Add i486-mingw to the cross-compiler prefixes.

15 years agowined3d: Re-add a comment which got lost.
Roderick Colenbrander [Sun, 21 Sep 2008 21:13:27 +0000 (21:13 +0000)] 
wined3d: Re-add a comment which got lost.

15 years agowined3d: Don't try to draw with unsupported attribute data types.
Henri Verbeet [Thu, 18 Sep 2008 12:57:54 +0000 (14:57 +0200)] 
wined3d: Don't try to draw with unsupported attribute data types.

15 years agowined3d: Fix a memory leak.
Henri Verbeet [Thu, 18 Sep 2008 12:57:54 +0000 (14:57 +0200)] 
wined3d: Fix a memory leak.

15 years agowined3d: Destroy FBO entries in the context.
Henri Verbeet [Thu, 18 Sep 2008 12:57:53 +0000 (14:57 +0200)] 
wined3d: Destroy FBO entries in the context.

15 years agowined3d: Make sure update_minfilter and update_magfilter are initialized.
Henri Verbeet [Mon, 22 Sep 2008 06:54:58 +0000 (08:54 +0200)] 
wined3d: Make sure update_minfilter and update_magfilter are initialized.

15 years agowined3d: Initialize standalone surface parameters.
Stefan Dösinger [Mon, 22 Sep 2008 06:54:40 +0000 (08:54 +0200)] 
wined3d: Initialize standalone surface parameters.

15 years agoregedit: Fix some fprintf arguments.
Alexander Nicolaysen Sørnes [Sun, 21 Sep 2008 21:26:32 +0000 (23:26 +0200)] 
regedit: Fix some fprintf arguments.

15 years agoregedit: Fix char escaping for registry export.
Alexander Nicolaysen Sørnes [Sun, 21 Sep 2008 21:20:42 +0000 (23:20 +0200)] 
regedit: Fix char escaping for registry export.

15 years agoimm32/tests: Skip tests when IME support is not implemented.
Paul Vriens [Sat, 20 Sep 2008 08:41:01 +0000 (10:41 +0200)] 
imm32/tests: Skip tests when IME support is not implemented.

15 years agontdll/tests: Show that we are skipping tests.
Paul Vriens [Sun, 21 Sep 2008 18:21:58 +0000 (20:21 +0200)] 
ntdll/tests: Show that we are skipping tests.

15 years agontdll/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.