wine
15 years agocrypt32: Add tests for verifying the hash of a detached hash message.
Juan Lang [Wed, 20 Aug 2008 20:12:59 +0000 (13:12 -0700)] 
crypt32: Add tests for verifying the hash of a detached hash message.

15 years agomsxml3: Use CP_UNIXCP instead of CP_ACP in libxmlFatalError as the input string is...
Rob Shearman [Tue, 26 Aug 2008 19:06:09 +0000 (20:06 +0100)] 
msxml3: Use CP_UNIXCP instead of CP_ACP in libxmlFatalError as the input string is one generated by a native OS function.

15 years agowinealsa.drv: Use CP_UNIXCP instead of CP_ACP for strings obtained from native OS...
Rob Shearman [Tue, 26 Aug 2008 19:05:56 +0000 (20:05 +0100)] 
winealsa.drv: Use CP_UNIXCP instead of CP_ACP for strings obtained from native OS functions.

15 years agorpcrt4: Add tests for RpcBindingReset.
Rob Shearman [Tue, 26 Aug 2008 19:05:25 +0000 (20:05 +0100)] 
rpcrt4: Add tests for RpcBindingReset.

15 years agowidl: Raise RPC_X_SS_IN_NULL_CONTEXT exception for NULL in-only context handles inste...
Rob Shearman [Tue, 26 Aug 2008 19:05:17 +0000 (20:05 +0100)] 
widl: Raise RPC_X_SS_IN_NULL_CONTEXT exception for NULL in-only context handles instead of RPC_X_NULL_REF_PTR.

Based on a patch by Michael Martin.

15 years agocomctl32/tests: Don't assert on not implemented function.
Paul Vriens [Tue, 26 Aug 2008 15:30:09 +0000 (17:30 +0200)] 
comctl32/tests: Don't assert on not implemented function.

15 years agoshlwapi/tests: Fix a test on Vista.
Paul Vriens [Tue, 26 Aug 2008 13:52:35 +0000 (15:52 +0200)] 
shlwapi/tests: Fix a test on Vista.

15 years agowinhttp: Implement WinHttpSetCredentials.
Hans Leidekker [Tue, 26 Aug 2008 14:59:38 +0000 (16:59 +0200)] 
winhttp: Implement WinHttpSetCredentials.

Only supports the basic authentication scheme.

15 years agowinhttp: Implement WinHttpQueryAuthSchemes.
Hans Leidekker [Tue, 26 Aug 2008 14:56:54 +0000 (16:56 +0200)] 
winhttp: Implement WinHttpQueryAuthSchemes.

15 years agocrypt32: Add support for CERT_NAME_STR_REVERSE_FLAG.
Huw Davies [Tue, 26 Aug 2008 13:21:15 +0000 (14:21 +0100)] 
crypt32: Add support for CERT_NAME_STR_REVERSE_FLAG.

15 years agocryptdlg: Add stubs for CertViewProperties.
Huw Davies [Tue, 26 Aug 2008 11:43:02 +0000 (12:43 +0100)] 
cryptdlg: Add stubs for CertViewProperties.

15 years agoshdocvw: Pass the right IDispatch to NavigateComplete2 and DocumentComplete.
Jacek Caban [Tue, 26 Aug 2008 11:55:27 +0000 (13:55 +0200)] 
shdocvw: Pass the right IDispatch to NavigateComplete2 and DocumentComplete.

15 years agouser32: Partially revert 499c26ce66ec6cbbb3569c69ca95c9dfac01d39f.
Dmitry Timoshkov [Tue, 26 Aug 2008 11:43:54 +0000 (20:43 +0900)] 
user32: Partially revert 499c26ce66ec6cbbb3569c69ca95c9dfac01d39f.

This part of the patch really has nothing to do with an idea the patch
aimed to achieve.

15 years agouser32: Add a test for monitor work area, fix some failures.
Dmitry Timoshkov [Tue, 26 Aug 2008 11:40:58 +0000 (20:40 +0900)] 
user32: Add a test for monitor work area, fix some failures.

15 years agontdll/tests: Handle a couple of failures on NT4.
Alexandre Julliard [Tue, 26 Aug 2008 18:43:33 +0000 (20:43 +0200)] 
ntdll/tests: Handle a couple of failures on NT4.

15 years agoInclude sys/filio.h to get the FIONREAD definition on Solaris.
Alexandre Julliard [Tue, 26 Aug 2008 18:40:57 +0000 (20:40 +0200)] 
Include sys/filio.h to get the FIONREAD definition on Solaris.

15 years agowininet/tests: Add a couple more optional notifications.
Alexandre Julliard [Tue, 26 Aug 2008 18:40:28 +0000 (20:40 +0200)] 
wininet/tests: Add a couple more optional notifications.

15 years agowininet: Avoid testing errno when it isn't set. Simplify NETCON_getNextLine a bit.
Alexandre Julliard [Tue, 26 Aug 2008 18:40:09 +0000 (20:40 +0200)] 
wininet: Avoid testing errno when it isn't set. Simplify NETCON_getNextLine a bit.

15 years agocrypt32/tests: Use CryptAcquireContextA instead of CryptAcquireContextW.
Paul Vriens [Tue, 26 Aug 2008 10:10:52 +0000 (12:10 +0200)] 
crypt32/tests: Use CryptAcquireContextA instead of CryptAcquireContextW.

15 years agowinhttp: Remove some unneeded includes.
Hans Leidekker [Tue, 26 Aug 2008 09:05:23 +0000 (11:05 +0200)] 
winhttp: Remove some unneeded includes.

15 years agowinhttp: Implement WinHttpWriteData.
Hans Leidekker [Tue, 26 Aug 2008 09:05:02 +0000 (11:05 +0200)] 
winhttp: Implement WinHttpWriteData.

15 years agowinhttp: Implement WinHttpReadData.
Hans Leidekker [Tue, 26 Aug 2008 09:04:43 +0000 (11:04 +0200)] 
winhttp: Implement WinHttpReadData.

15 years agowinhttp: Implement WinHttpQueryDataAvailable.
Hans Leidekker [Tue, 26 Aug 2008 09:04:22 +0000 (11:04 +0200)] 
winhttp: Implement WinHttpQueryDataAvailable.

15 years agowinhttp: Implement WinHttpReceiveResponse.
Hans Leidekker [Tue, 26 Aug 2008 09:04:04 +0000 (11:04 +0200)] 
winhttp: Implement WinHttpReceiveResponse.

15 years agowinhttp: Implement WinHttpSendRequest.
Hans Leidekker [Tue, 26 Aug 2008 09:03:40 +0000 (11:03 +0200)] 
winhttp: Implement WinHttpSendRequest.

15 years agowinhttp: Add networking infrastructure.
Hans Leidekker [Tue, 26 Aug 2008 09:03:19 +0000 (11:03 +0200)] 
winhttp: Add networking infrastructure.

15 years agowinhttp: Add support for querying most of the standard header attributes.
Hans Leidekker [Tue, 26 Aug 2008 09:02:54 +0000 (11:02 +0200)] 
winhttp: Add support for querying most of the standard header attributes.

15 years agoshell32/tests: Run tests again on win95.
Paul Vriens [Tue, 26 Aug 2008 06:49:59 +0000 (08:49 +0200)] 
shell32/tests: Run tests again on win95.

15 years agod3dxof/tests: Run tests again on win9x.
Paul Vriens [Tue, 26 Aug 2008 06:19:03 +0000 (08:19 +0200)] 
d3dxof/tests: Run tests again on win9x.

15 years agomsvcrt/tests: Add support for some broken demangle results on older Windows versions.
Alexandre Julliard [Tue, 26 Aug 2008 09:28:57 +0000 (11:28 +0200)] 
msvcrt/tests: Add support for some broken demangle results on older Windows versions.

15 years agontdll/tests: Allow alternate results in the string tests to make them pass on Vista.
Alexandre Julliard [Tue, 26 Aug 2008 09:28:31 +0000 (11:28 +0200)] 
ntdll/tests: Allow alternate results in the string tests to make them pass on Vista.

15 years agontdll/tests: Allow alternate results in the info test to make it pass on Vista.
Alexandre Julliard [Tue, 26 Aug 2008 09:28:18 +0000 (11:28 +0200)] 
ntdll/tests: Allow alternate results in the info test to make it pass on Vista.

15 years agontdll/tests: Allow alternate results in the env test to make it pass on Vista.
Alexandre Julliard [Tue, 26 Aug 2008 09:28:11 +0000 (11:28 +0200)] 
ntdll/tests: Allow alternate results in the env test to make it pass on Vista.

15 years agoshell32/tests: Fix an unsigned comparison warning.
Alexandre Julliard [Tue, 26 Aug 2008 09:27:48 +0000 (11:27 +0200)] 
shell32/tests: Fix an unsigned comparison warning.

15 years agowininet/tests: Add support for optional notifications. Fix the test to pass again...
Alexandre Julliard [Tue, 26 Aug 2008 09:27:26 +0000 (11:27 +0200)] 
wininet/tests: Add support for optional notifications. Fix the test to pass again on Windows and Wine.

15 years agogdiplus: Implemented GdipIsInfiniteRegion with tests.
Nikolay Sivov [Mon, 25 Aug 2008 21:58:49 +0000 (01:58 +0400)] 
gdiplus: Implemented GdipIsInfiniteRegion with tests.

15 years agogdiplus: Test for default Graphics clipping region.
Nikolay Sivov [Mon, 25 Aug 2008 21:58:45 +0000 (01:58 +0400)] 
gdiplus: Test for default Graphics clipping region.

15 years agogdiplus: Basic parameter check in GdipTransformPoints with tests.
Nikolay Sivov [Mon, 25 Aug 2008 21:58:42 +0000 (01:58 +0400)] 
gdiplus: Basic parameter check in GdipTransformPoints with tests.

15 years agogdiplus: GdipDeleteGraphics affected by busy state too. Test added.
Nikolay Sivov [Mon, 25 Aug 2008 21:58:33 +0000 (01:58 +0400)] 
gdiplus: GdipDeleteGraphics affected by busy state too. Test added.

15 years agoshell32: Update Russian translation.
Vladimir Pankratov [Sun, 24 Aug 2008 19:03:55 +0000 (19:03 +0000)] 
shell32: Update Russian translation.

15 years agomstask: Implemented (Set|Get)Trigger.
Roy Shea [Fri, 22 Aug 2008 19:53:59 +0000 (12:53 -0700)] 
mstask: Implemented (Set|Get)Trigger.

15 years agomstask: Implemented CreateTrigger.
Roy Shea [Fri, 22 Aug 2008 19:52:46 +0000 (12:52 -0700)] 
mstask: Implemented CreateTrigger.

15 years agoregedit: Use only SendMessageW in treeview.c.
Alexander Nicolaysen Sørnes [Mon, 25 Aug 2008 21:03:17 +0000 (23:03 +0200)] 
regedit: Use only SendMessageW in treeview.c.

15 years agoregedit: Convert treeview init to Unicode.
Alexander Nicolaysen Sørnes [Mon, 25 Aug 2008 21:00:35 +0000 (23:00 +0200)] 
regedit: Convert treeview init to Unicode.

15 years agoregedit: Convert searching to Unicode.
Alexander Nicolaysen Sørnes [Mon, 25 Aug 2008 20:21:58 +0000 (22:21 +0200)] 
regedit: Convert searching to Unicode.

15 years agod3dx9: Add types to d3dx9shader.h.
Luis C. Busquets Pérez [Mon, 25 Aug 2008 16:47:45 +0000 (18:47 +0200)] 
d3dx9: Add types to d3dx9shader.h.

15 years agod3dx8: D3DXQuaternionRotationMatrix correct compare value for the trace.
Luis C. Busquets Pérez [Sun, 24 Aug 2008 09:47:43 +0000 (11:47 +0200)] 
d3dx8: D3DXQuaternionRotationMatrix correct compare value for the trace.

15 years agowinex11: Add a run-total fps counter to the fps debug channel.
Stefan Dösinger [Mon, 25 Aug 2008 03:45:21 +0000 (22:45 -0500)] 
winex11: Add a run-total fps counter to the fps debug channel.

15 years agowined3d: Make the alphaop == colorop matching a bit smarter.
Stefan Dösinger [Mon, 18 Aug 2008 14:50:04 +0000 (16:50 +0200)] 
wined3d: Make the alphaop == colorop matching a bit smarter.

15 years agowined3d: The final luminance factor is clamped.
Stefan Dösinger [Wed, 20 Aug 2008 15:23:25 +0000 (10:23 -0500)] 
wined3d: The final luminance factor is clamped.

15 years agowined3d: Declare the texture factor when D3DTOP_BLENDFACTORALPHA is used.
Stefan Dösinger [Mon, 18 Aug 2008 12:28:09 +0000 (14:28 +0200)] 
wined3d: Declare the texture factor when D3DTOP_BLENDFACTORALPHA is used.

15 years agowined3d: Use the correct texture limit.
Stefan Dösinger [Sun, 17 Aug 2008 21:46:47 +0000 (23:46 +0200)] 
wined3d: Use the correct texture limit.

We have to use the texture limit of the fragment pipeline in use here,
not the fixed function GL texture limit.

15 years agowined3d: Fix projected bump mapping.
Stefan Dösinger [Sun, 17 Aug 2008 20:49:33 +0000 (22:49 +0200)] 
wined3d: Fix projected bump mapping.

15 years agowined3d: Implement D3DTA_ALPHAREPLICATE in arbfp and atifs.
Stefan Dösinger [Tue, 19 Aug 2008 15:43:03 +0000 (10:43 -0500)] 
wined3d: Implement D3DTA_ALPHAREPLICATE in arbfp and atifs.

Also adds a simple test for this. In the fixed function and nvrc/nvts
code this already works properly.

15 years agowined3d: Implement D3DTOP_BUMPENVMAPLUMINANCE.
Stefan Dösinger [Tue, 19 Aug 2008 15:51:04 +0000 (10:51 -0500)] 
wined3d: Implement D3DTOP_BUMPENVMAPLUMINANCE.

15 years agowined3d: Fix the texcoord size mask.
Stefan Dösinger [Wed, 20 Aug 2008 15:51:45 +0000 (10:51 -0500)] 
wined3d: Fix the texcoord size mask.

There is room for 8 texture coordinates, not just 4.

15 years agoddraw: Don't destroy the application's window.
Stefan Dösinger [Mon, 25 Aug 2008 14:13:30 +0000 (09:13 -0500)] 
ddraw: Don't destroy the application's window.

15 years agooleaut32: Thousands separator support for VarFormat.
Damjan Jovanovic [Mon, 25 Aug 2008 18:40:20 +0000 (20:40 +0200)] 
oleaut32: Thousands separator support for VarFormat.

15 years agodxdiagn: Sign-compare warning fix.
Andrew Talbot [Mon, 25 Aug 2008 14:36:12 +0000 (15:36 +0100)] 
dxdiagn: Sign-compare warning fix.

15 years agokernel32/tests: Use skip instead of trace.
Paul Vriens [Mon, 25 Aug 2008 15:55:25 +0000 (17:55 +0200)] 
kernel32/tests: Use skip instead of trace.

15 years agokernel32/tests: Use a file that is available on all platforms.
Paul Vriens [Mon, 25 Aug 2008 15:22:44 +0000 (17:22 +0200)] 
kernel32/tests: Use a file that is available on all platforms.

15 years agokernel32/tests: Fix two failures on win9x.
Paul Vriens [Mon, 25 Aug 2008 14:48:31 +0000 (16:48 +0200)] 
kernel32/tests: Fix two failures on win9x.

15 years agoadvapi32/tests: Don't test unimplemented functions.
Paul Vriens [Mon, 25 Aug 2008 12:16:25 +0000 (14:16 +0200)] 
advapi32/tests: Don't test unimplemented functions.

15 years agoadvapi32/tests: SC_MANAGER_ENUMERATE_SERVICE is enough.
Paul Vriens [Mon, 25 Aug 2008 08:52:03 +0000 (10:52 +0200)] 
advapi32/tests: SC_MANAGER_ENUMERATE_SERVICE is enough.

15 years agojscript: Added JSGlobal typelib.
Jacek Caban [Mon, 25 Aug 2008 10:02:57 +0000 (12:02 +0200)] 
jscript: Added JSGlobal typelib.

15 years agodnsapi: Fix compile without the resolv library.
Alexandre Julliard [Mon, 25 Aug 2008 14:14:51 +0000 (16:14 +0200)] 
dnsapi: Fix compile without the resolv library.

15 years agowinhttp: Add support for building on Windows.
Alexandre Julliard [Mon, 25 Aug 2008 13:56:50 +0000 (15:56 +0200)] 
winhttp: Add support for building on Windows.

15 years agowinhttp: Fix WinHttpSetDefaultProxyConfiguration spec entry.
Alexandre Julliard [Mon, 25 Aug 2008 13:56:41 +0000 (15:56 +0200)] 
winhttp: Fix WinHttpSetDefaultProxyConfiguration spec entry.

15 years agogdi32: Add missing WineEngRealizationInfo function for the non-freetype case.
Alexandre Julliard [Mon, 25 Aug 2008 13:38:27 +0000 (15:38 +0200)] 
gdi32: Add missing WineEngRealizationInfo function for the non-freetype case.

15 years agoconfigure: Generate the list of top-level directories to install.
Alexandre Julliard [Mon, 25 Aug 2008 12:41:03 +0000 (14:41 +0200)] 
configure: Generate the list of top-level directories to install.

15 years agomakefiles: Recurse into all directories for install-lib and install-dev too.
Alexandre Julliard [Mon, 25 Aug 2008 12:27:03 +0000 (14:27 +0200)] 
makefiles: Recurse into all directories for install-lib and install-dev too.

15 years agod3dxof: Don't make local variables static.
Alexandre Julliard [Mon, 25 Aug 2008 10:37:12 +0000 (12:37 +0200)] 
d3dxof: Don't make local variables static.

15 years agod3dxof: Implement storage of parsed information.
Christian Costa [Fri, 22 Aug 2008 11:16:58 +0000 (13:16 +0200)] 
d3dxof: Implement storage of parsed information.

15 years agooleaut32: Fix negative number handling in VarFormat.
Damjan Jovanovic [Fri, 22 Aug 2008 10:37:57 +0000 (12:37 +0200)] 
oleaut32: Fix negative number handling in VarFormat.

15 years agowinefile: Add a Japanese resource file.
Muneyuki Noguchi [Fri, 22 Aug 2008 14:51:32 +0000 (23:51 +0900)] 
winefile: Add a Japanese resource file.

15 years agowinecfg: Update Japanese translation.
Muneyuki Noguchi [Fri, 22 Aug 2008 13:15:41 +0000 (22:15 +0900)] 
winecfg: Update Japanese translation.

15 years agomstask: Implemented PersistFile_Save stub.
Roy Shea [Fri, 22 Aug 2008 19:55:22 +0000 (12:55 -0700)] 
mstask: Implemented PersistFile_Save stub.

15 years agowined3d: Don't retry less strict formats if a match was found.
Stefan Dösinger [Sat, 16 Aug 2008 13:49:11 +0000 (15:49 +0200)] 
wined3d: Don't retry less strict formats if a match was found.

15 years agowined3d: Fix the drawStridedSlow callback function calling convention.
Stefan Dösinger [Fri, 15 Aug 2008 16:04:20 +0000 (18:04 +0200)] 
wined3d: Fix the drawStridedSlow callback function calling convention.

Since some of those function pointers are direct GL functions the function
prototype needs the WINE_GLAPI calling convention. This makes prevents
drawStridedSlow from crashing with USE_WIN32_OPENGL.

15 years agowined3d: Disable D3DFMT_A2W10V10U10.
Stefan Dösinger [Fri, 15 Aug 2008 13:08:29 +0000 (15:08 +0200)] 
wined3d: Disable D3DFMT_A2W10V10U10.

15 years agowined3d: Disable D3DFMT_A4L4.
Stefan Dösinger [Fri, 15 Aug 2008 11:49:20 +0000 (13:49 +0200)] 
wined3d: Disable D3DFMT_A4L4.

15 years agowined3d: Add fixed function sRGB write correction.
Stefan Dösinger [Wed, 20 Aug 2008 15:15:31 +0000 (10:15 -0500)] 
wined3d: Add fixed function sRGB write correction.

15 years agowined3d: Get a GL context before creating a PBO.
Stefan Dösinger [Fri, 15 Aug 2008 21:45:51 +0000 (16:45 -0500)] 
wined3d: Get a GL context before creating a PBO.

15 years agowined3d: Remove a few texture initializations.
Stefan Dösinger [Wed, 13 Aug 2008 18:00:43 +0000 (13:00 -0500)] 
wined3d: Remove a few texture initializations.

This is done by LoadLocation now.

15 years agowined3d: Make sure the pixel shader is compiled.
Stefan Dösinger [Wed, 13 Aug 2008 19:32:48 +0000 (14:32 -0500)] 
wined3d: Make sure the pixel shader is compiled.

If we're heading out of the pixelshader handler early, and a pixel
shader is in use, the pixel shader may not be compiled. The vertex
shader handler then checks if the pixel shader is dirty, and calls the
shader backend to apply the shader if it isn't.  Thus, in the case of
GLSL, the shader code could attempt to link an uncompiled shader into
the program. This isn't much of a problem because when the fog is
applied, the pixel shader is compiled and the program re-linked.

15 years agowined3d: Override the default filter of conditional np2 textures.
Stefan Dösinger [Wed, 13 Aug 2008 17:55:53 +0000 (12:55 -0500)] 
wined3d: Override the default filter of conditional np2 textures.

15 years agouser32: Better reflect the current state of DrawIconEx.
Markus Hitter [Sun, 24 Aug 2008 21:14:14 +0000 (23:14 +0200)] 
user32: Better reflect the current state of DrawIconEx.

15 years agowined3d: Use the proper internal type for some formats.
Chris Robinson [Sat, 23 Aug 2008 21:53:33 +0000 (14:53 -0700)] 
wined3d: Use the proper internal type for some formats.

15 years agod3dx8: Remove useless variables.
David Adam [Sat, 23 Aug 2008 02:10:48 +0000 (04:10 +0200)] 
d3dx8: Remove useless variables.

15 years agoconfigure: Allow multiple variables in makefile output, and generate the programs...
Alexandre Julliard [Mon, 25 Aug 2008 10:14:54 +0000 (12:14 +0200)] 
configure: Allow multiple variables in makefile output, and generate the programs directory lists.

15 years agoconfigure: Use the generic directory enabling mechanism to turn off dlls that depend...
Alexandre Julliard [Mon, 25 Aug 2008 10:12:28 +0000 (12:12 +0200)] 
configure: Use the generic directory enabling mechanism to turn off dlls that depend on external libraries.

15 years agoconfigure: Add possibility to exclude some directories from the generated lists.
Alexandre Julliard [Mon, 25 Aug 2008 10:03:35 +0000 (12:03 +0200)] 
configure: Add possibility to exclude some directories from the generated lists.

15 years agoconfigure: Generate the dlls directory lists in configure instead of make_makefiles.
Alexandre Julliard [Mon, 25 Aug 2008 10:02:27 +0000 (12:02 +0200)] 
configure: Generate the dlls directory lists in configure instead of make_makefiles.

15 years agomsi: Store the _Columns and _Tables tables in the database structure.
James Hawkins [Mon, 25 Aug 2008 05:09:34 +0000 (00:09 -0500)] 
msi: Store the _Columns and _Tables tables in the database structure.

15 years agomsi: Skip the component action detection logic if there is no product code.
James Hawkins [Mon, 25 Aug 2008 05:07:52 +0000 (00:07 -0500)] 
msi: Skip the component action detection logic if there is no product code.

15 years agomsi: Skip the feature action detection logic if there is no product code.
James Hawkins [Mon, 25 Aug 2008 05:07:18 +0000 (00:07 -0500)] 
msi: Skip the feature action detection logic if there is no product code.

15 years agomsi: Don't install a feature that is disabled.
James Hawkins [Mon, 25 Aug 2008 05:06:43 +0000 (00:06 -0500)] 
msi: Don't install a feature that is disabled.

15 years agomsi: Only set the action to source if the component has a local feature.
James Hawkins [Mon, 25 Aug 2008 05:06:09 +0000 (00:06 -0500)] 
msi: Only set the action to source if the component has a local feature.

15 years agomsi: Fix the logic to determine the appropriate action of the feature.
James Hawkins [Mon, 25 Aug 2008 05:04:55 +0000 (00:04 -0500)] 
msi: Fix the logic to determine the appropriate action of the feature.

15 years agomsi: Handle features installed as source in MsiQueryFeatureState.
James Hawkins [Mon, 25 Aug 2008 05:04:18 +0000 (00:04 -0500)] 
msi: Handle features installed as source in MsiQueryFeatureState.