wine
16 years agoinetcomm: Copy RFC822 headers into a memory block for later parsing.
Huw Davies [Mon, 26 Nov 2007 12:01:12 +0000 (12:01 +0000)] 
inetcomm: Copy RFC822 headers into a memory block for later parsing.

16 years agoinclude: Add missing definitions for DSS in wincrypt.h.
Vijay Kiran Kamuju [Wed, 21 Nov 2007 21:19:41 +0000 (15:19 -0600)] 
include: Add missing definitions for DSS in wincrypt.h.

16 years agoshell32: GetModuleFileNameW gets number of WCHARs not bytes.
Marcus Meissner [Thu, 22 Nov 2007 07:24:17 +0000 (08:24 +0100)] 
shell32: GetModuleFileNameW gets number of WCHARs not bytes.

16 years agontdll: Fix computation in enumerate_key().
Gerald Pfeifer [Thu, 22 Nov 2007 20:41:29 +0000 (21:41 +0100)] 
ntdll: Fix computation in enumerate_key().

16 years agoinetcomm: Fix error check in InternetTransport_Connect().
Gerald Pfeifer [Fri, 23 Nov 2007 19:57:58 +0000 (20:57 +0100)] 
inetcomm: Fix error check in InternetTransport_Connect().

16 years agowined3d: Rewrite condition in vshader_program_add_param() to actually distinguish...
Gerald Pfeifer [Thu, 22 Nov 2007 21:42:51 +0000 (22:42 +0100)] 
wined3d: Rewrite condition in vshader_program_add_param() to actually distinguish between two cases.

16 years agoitss: Avoid checking an unsigned value for < 0.
Gerald Pfeifer [Thu, 22 Nov 2007 21:36:13 +0000 (22:36 +0100)] 
itss: Avoid checking an unsigned value for < 0.

16 years agowinedos: Use DWORD instead of long for return values of SetFilePointer.
Gerald Pfeifer [Thu, 22 Nov 2007 15:48:12 +0000 (16:48 +0100)] 
winedos: Use DWORD instead of long for return values of SetFilePointer.

Adjust type of loop variable in INT21_Ioctl_Char().

16 years agonetapi32: Remove one tests and simplify another based on the limited range of unsigned.
Gerald Pfeifer [Thu, 22 Nov 2007 00:10:33 +0000 (01:10 +0100)] 
netapi32: Remove one tests and simplify another based on the limited range of unsigned.

16 years agontdll: Simplify condition in RtlGetAce() based on variable (un)signedness.
Gerald Pfeifer [Thu, 22 Nov 2007 00:07:29 +0000 (01:07 +0100)] 
ntdll: Simplify condition in RtlGetAce() based on variable (un)signedness.

16 years agooleaut32: Simplify two conditions based on the fact that unsigned variables cannot...
Gerald Pfeifer [Thu, 22 Nov 2007 20:49:37 +0000 (21:49 +0100)] 
oleaut32: Simplify two conditions based on the fact that unsigned variables cannot be negative.

16 years agooleaut32: Simplify two conditions based on the fact that unsigned variables cannot...
Gerald Pfeifer [Thu, 22 Nov 2007 00:06:32 +0000 (01:06 +0100)] 
oleaut32: Simplify two conditions based on the fact that unsigned variables cannot be negative.

16 years agouser32: Fix variable type in SCROLL_HandleScrollEvent(). Remove useless check in...
Gerald Pfeifer [Wed, 21 Nov 2007 10:25:09 +0000 (11:25 +0100)] 
user32: Fix variable type in SCROLL_HandleScrollEvent().  Remove useless check in SCROLL_SetScrollInfo().

16 years agomsiexec: Fix atou() return value mistake.
Patrick Moran [Sun, 25 Nov 2007 07:35:27 +0000 (02:35 -0500)] 
msiexec: Fix atou() return value mistake.

16 years agomsvcrt: Fix memory leak (found by Smatch).
Lionel Debroux [Wed, 21 Nov 2007 16:34:10 +0000 (17:34 +0100)] 
msvcrt: Fix memory leak (found by Smatch).

16 years agod3dx8: Implement D3DXMatrixTransformation.
David Adam [Wed, 21 Nov 2007 16:23:13 +0000 (17:23 +0100)] 
d3dx8: Implement D3DXMatrixTransformation.

16 years agod3dx8: Implement D3DXQuaternionExp.
David Adam [Wed, 21 Nov 2007 13:59:21 +0000 (14:59 +0100)] 
d3dx8: Implement D3DXQuaternionExp.

16 years agod3dx8: Implement D3DXQuaternionLn.
David Adam [Wed, 21 Nov 2007 13:34:32 +0000 (14:34 +0100)] 
d3dx8: Implement D3DXQuaternionLn.

16 years agod3dx8: Implement D3DXQuaternionRotationYawPitchRoll.
David Adam [Tue, 20 Nov 2007 14:23:36 +0000 (15:23 +0100)] 
d3dx8: Implement D3DXQuaternionRotationYawPitchRoll.

16 years agod3dx8: Implement D3DXQuaternionRotationMatrix.
David Adam [Tue, 20 Nov 2007 13:56:15 +0000 (14:56 +0100)] 
d3dx8: Implement D3DXQuaternionRotationMatrix.

16 years agod3dx8: Implement D3DXQuaternionRotationAxis.
David Adam [Tue, 20 Nov 2007 12:04:16 +0000 (13:04 +0100)] 
d3dx8: Implement D3DXQuaternionRotationAxis.

16 years agod3dx8: Implement D3DXQuaternionToAxisAngle.
David Adam [Tue, 20 Nov 2007 11:49:38 +0000 (12:49 +0100)] 
d3dx8: Implement D3DXQuaternionToAxisAngle.

16 years agoshdocvw: Silence common invalid QueryInterface FIXMEs.
Jacek Caban [Sun, 25 Nov 2007 18:10:03 +0000 (19:10 +0100)] 
shdocvw: Silence common invalid QueryInterface FIXMEs.

16 years agokernel32: Terminate child process in virtual tests.
Jacek Caban [Sun, 25 Nov 2007 18:09:50 +0000 (19:09 +0100)] 
kernel32: Terminate child process in virtual tests.

16 years agomshtml: Added IOleCommandTarget implementation to HTMLTxtRange.
Jacek Caban [Sun, 25 Nov 2007 18:16:04 +0000 (19:16 +0100)] 
mshtml: Added IOleCommandTarget implementation to HTMLTxtRange.

16 years agomshtml: Added IHTMLStyleSheetsCollection::item implementation.
Jacek Caban [Sun, 25 Nov 2007 18:09:20 +0000 (19:09 +0100)] 
mshtml: Added IHTMLStyleSheetsCollection::item implementation.

16 years agomshtml: Store nsIDOMCSSStyleSheet in HTMLStyleSheet object if available.
Jacek Caban [Sun, 25 Nov 2007 18:08:40 +0000 (19:08 +0100)] 
mshtml: Store nsIDOMCSSStyleSheet in HTMLStyleSheet object if available.

16 years agourlmon: Wrap heap functions.
Jacek Caban [Sun, 25 Nov 2007 18:07:54 +0000 (19:07 +0100)] 
urlmon: Wrap heap functions.

16 years agomsi: Downgrade an ERR to a WARN.
James Hawkins [Mon, 26 Nov 2007 00:09:01 +0000 (18:09 -0600)] 
msi: Downgrade an ERR to a WARN.

16 years agomsi: Fix the condition of a FIXME.
James Hawkins [Mon, 26 Nov 2007 00:07:52 +0000 (18:07 -0600)] 
msi: Fix the condition of a FIXME.

16 years agomsi: Downgrade an ERR to a WARN.
James Hawkins [Mon, 26 Nov 2007 00:05:43 +0000 (18:05 -0600)] 
msi: Downgrade an ERR to a WARN.

16 years agomsi: Downgrade a FIXME to a WARN.
James Hawkins [Mon, 26 Nov 2007 00:04:25 +0000 (18:04 -0600)] 
msi: Downgrade a FIXME to a WARN.

16 years agomsi: Only check the volume label if it's different than the first media's volume...
James Hawkins [Mon, 26 Nov 2007 00:02:55 +0000 (18:02 -0600)] 
msi: Only check the volume label if it's different than the first media's volume label.

16 years agomsi: Check the destination file's hash and skip that file if the hash matches.
James Hawkins [Mon, 26 Nov 2007 00:01:19 +0000 (18:01 -0600)] 
msi: Check the destination file's hash and skip that file if the hash matches.

16 years agomsi: Set the file contents of the file hash test file explicitly.
James Hawkins [Mon, 26 Nov 2007 00:00:14 +0000 (18:00 -0600)] 
msi: Set the file contents of the file hash test file explicitly.

16 years agomsi: Verify the szFilePath parameter of MsiGetFileHash.
James Hawkins [Sun, 25 Nov 2007 23:58:57 +0000 (17:58 -0600)] 
msi: Verify the szFilePath parameter of MsiGetFileHash.

16 years agomsi: Add tests for MsiGetFileHash and clean up the existing tests.
James Hawkins [Sun, 25 Nov 2007 23:57:37 +0000 (17:57 -0600)] 
msi: Add tests for MsiGetFileHash and clean up the existing tests.

16 years agodinput: Fix dead zone handling.
Vitaliy Margolen [Sun, 25 Nov 2007 18:17:28 +0000 (11:17 -0700)] 
dinput: Fix dead zone handling.

16 years agocomdlg32: Use logical OR not bitwise OR.
Andrew Talbot [Thu, 22 Nov 2007 21:34:55 +0000 (21:34 +0000)] 
comdlg32: Use logical OR not bitwise OR.

16 years agouser32: Fix a typo.
Andrew Talbot [Thu, 22 Nov 2007 20:07:56 +0000 (20:07 +0000)] 
user32: Fix a typo.

16 years agocomctl32: Fix a typo.
Andrew Talbot [Thu, 22 Nov 2007 20:07:53 +0000 (20:07 +0000)] 
comctl32: Fix a typo.

16 years agouser32: Constify some variables.
Andrew Talbot [Wed, 21 Nov 2007 16:19:58 +0000 (16:19 +0000)] 
user32: Constify some variables.

16 years agokernel32: Change the shared manifest test to depend on a build number that isn't...
Rob Shearman [Thu, 22 Nov 2007 19:10:56 +0000 (19:10 +0000)] 
kernel32: Change the shared manifest test to depend on a build number that isn't currently published on at least XP, showing that assemblies with higher build numbers can be used.

16 years agontdll: Shared manifests should have a less-strict version check performed when loadin...
Rob Shearman [Tue, 20 Nov 2007 13:46:43 +0000 (13:46 +0000)] 
ntdll: Shared manifests should have a less-strict version check performed when loading them as dependencies.

16 years agocomctl32: Update the version in the created version to the highest current version...
Rob Shearman [Thu, 22 Nov 2007 19:09:27 +0000 (19:09 +0000)] 
comctl32: Update the version in the created version to the highest current version present on XP.

We don't need to create more than one because application dependencies
can be resolved using shared assemblies with higher build and revision
numbers.

16 years agoole32: Fix a race in find_proxy_manager.
Rob Shearman [Thu, 22 Nov 2007 19:08:23 +0000 (19:08 +0000)] 
ole32: Fix a race in find_proxy_manager.

16 years agouser32: Constify some variables.
Andrew Talbot [Tue, 20 Nov 2007 20:54:25 +0000 (20:54 +0000)] 
user32: Constify some variables.

16 years agowsock32: Forward AcceptEx and GetAcceptExSockaddrs to mswsock.
Alexandre Julliard [Wed, 21 Nov 2007 12:23:04 +0000 (13:23 +0100)] 
wsock32: Forward AcceptEx and GetAcceptExSockaddrs to mswsock.

16 years agowinex11.drv: Make sure to erase the dragging frame before moving the window.
Alexandre Julliard [Wed, 21 Nov 2007 12:22:42 +0000 (13:22 +0100)] 
winex11.drv: Make sure to erase the dragging frame before moving the window.

16 years agouser32: Change the desktop colour and pattern to match win2k.
Divan Burger [Wed, 21 Nov 2007 09:33:53 +0000 (11:33 +0200)] 
user32: Change the desktop colour and pattern to match win2k.

16 years agouser32: Fix colours to match exactly with Windows 2000.
Divan Burger [Wed, 21 Nov 2007 07:10:11 +0000 (09:10 +0200)] 
user32: Fix colours to match exactly with Windows 2000.

16 years agorsaenh: Add implementation of Enhanced RSA AES Provider.
Vijay Kiran Kamuju [Tue, 20 Nov 2007 22:58:23 +0000 (16:58 -0600)] 
rsaenh: Add implementation of Enhanced RSA AES Provider.

16 years agorsaenh: Add tests for RSA_AES provider.
Vijay Kiran Kamuju [Tue, 20 Nov 2007 22:56:15 +0000 (16:56 -0600)] 
rsaenh: Add tests for RSA_AES provider.

16 years agomsxml: Tests for createTextNode.
Alistair Leslie-Hughes [Thu, 15 Nov 2007 22:55:51 +0000 (09:55 +1100)] 
msxml: Tests for createTextNode.

16 years agomsxml: Implement createTextNode.
Alistair Leslie-Hughes [Thu, 15 Nov 2007 22:55:49 +0000 (09:55 +1100)] 
msxml: Implement createTextNode.

16 years agomsxml: Always return a string in get_text.
Alistair Leslie-Hughes [Tue, 20 Nov 2007 10:31:43 +0000 (21:31 +1100)] 
msxml: Always return a string in get_text.

16 years agomsxml: Added test for get_text.
Alistair Leslie-Hughes [Tue, 20 Nov 2007 10:23:35 +0000 (21:23 +1100)] 
msxml: Added test for get_text.

16 years agohlink: Added HlinkCreateExtensionServices tests.
Jacek Caban [Wed, 21 Nov 2007 01:14:45 +0000 (02:14 +0100)] 
hlink: Added HlinkCreateExtensionServices tests.

16 years agohlink: Added HlinkCreateExtensionServices implementation.
Jacek Caban [Wed, 21 Nov 2007 10:35:00 +0000 (11:35 +0100)] 
hlink: Added HlinkCreateExtensionServices implementation.

16 years agohlink: Wrap heap functions.
Jacek Caban [Wed, 21 Nov 2007 01:13:58 +0000 (02:13 +0100)] 
hlink: Wrap heap functions.

16 years agohlink: Move common includes and function declarations to header file.
Jacek Caban [Wed, 21 Nov 2007 01:13:36 +0000 (02:13 +0100)] 
hlink: Move common includes and function declarations to header file.

16 years agohlink: Added HlinkUpdateStackItem stub.
Jacek Caban [Wed, 21 Nov 2007 01:13:16 +0000 (02:13 +0100)] 
hlink: Added HlinkUpdateStackItem stub.

16 years agowined3d: Bool constants aren't vectors.
Stefan Dösinger [Sun, 18 Nov 2007 16:28:32 +0000 (17:28 +0100)] 
wined3d: Bool constants aren't vectors.

16 years agowined3d: Track vertex declaration changes on vertex shaders.
Stefan Dösinger [Tue, 20 Nov 2007 20:14:10 +0000 (21:14 +0100)] 
wined3d: Track vertex declaration changes on vertex shaders.

If an attribute has type D3DDECLTYPE_D3DCOLOR, the red and blue channels
are swizzled in the shader. Since the attribute is stored in the vertex
declaration and not the vertex shader, it can change by setting a new
vertex declaration. If this happens, we have to recompile the shader
with the swizzling of that specific attribute turned on or off.

16 years agowined3d: Move glsl shader destruction to the glsl shader backend.
Stefan Dösinger [Tue, 20 Nov 2007 16:40:54 +0000 (17:40 +0100)] 
wined3d: Move glsl shader destruction to the glsl shader backend.

16 years agowined3d: Move destroying the glsl vshader into a separate function.
Stefan Dösinger [Tue, 20 Nov 2007 16:03:21 +0000 (17:03 +0100)] 
wined3d: Move destroying the glsl vshader into a separate function.

16 years agowined3d: Do not cap fragment samplers to 8.
Stefan Dösinger [Fri, 16 Nov 2007 23:44:36 +0000 (00:44 +0100)] 
wined3d: Do not cap fragment samplers to 8.

16 years agowinecfg: Some fixes for Norwegian translation.
Alexander Nicolaysen Sørnes [Wed, 21 Nov 2007 09:39:59 +0000 (10:39 +0100)] 
winecfg: Some fixes for Norwegian translation.

16 years agowinefile: Spanish resource file updated.
José Manuel Ferrer Ortiz [Tue, 20 Nov 2007 22:45:37 +0000 (14:45 -0800)] 
winefile: Spanish resource file updated.

16 years agoshell32: Only notify immediate parent.
Lei Zhang [Tue, 20 Nov 2007 20:41:08 +0000 (12:41 -0800)] 
shell32: Only notify immediate parent.

16 years agoshell32: Perform copy in UnixFolder_ISFHelper_CopyItems.
Lei Zhang [Tue, 20 Nov 2007 19:54:58 +0000 (11:54 -0800)] 
shell32: Perform copy in UnixFolder_ISFHelper_CopyItems.

16 years agorpcrt4: Raise an exception if a NULL ref-pointer is passed in to PointerMarshall...
Rob Shearman [Tue, 20 Nov 2007 18:03:18 +0000 (18:03 +0000)] 
rpcrt4: Raise an exception if a NULL ref-pointer is passed in to PointerMarshall or PointerBufferSize.

16 years agoserver: Fix incorrect translation of the World SID to and from Unix file permissions.
Rob Shearman [Tue, 20 Nov 2007 17:49:07 +0000 (17:49 +0000)] 
server: Fix incorrect translation of the World SID to and from Unix file permissions.

The World SID now maps to user|group|other instead of just other.

16 years agocredui: Updated French translation.
Jonathan Ernst [Tue, 20 Nov 2007 17:22:39 +0000 (18:22 +0100)] 
credui: Updated French translation.

16 years agocmd: Updated French translation.
Jonathan Ernst [Tue, 20 Nov 2007 17:17:44 +0000 (18:17 +0100)] 
cmd: Updated French translation.

16 years agokernel32/tests: Don't crash the test if GetThreadContext fails.
Alexandre Julliard [Tue, 20 Nov 2007 16:53:43 +0000 (17:53 +0100)] 
kernel32/tests: Don't crash the test if GetThreadContext fails.

16 years agouser32: Change to modern Windows colours.
Alexander Nicolaysen Sørnes [Tue, 20 Nov 2007 13:55:22 +0000 (14:55 +0100)] 
user32: Change to modern Windows colours.

16 years agocrypt32/tests: Get the tests running on Windows 98.
Francois Gouget [Tue, 20 Nov 2007 12:48:48 +0000 (13:48 +0100)] 
crypt32/tests: Get the tests running on Windows 98.

16 years agontdll/tests: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Tue, 20 Nov 2007 12:48:15 +0000 (13:48 +0100)] 
ntdll/tests: Fix compilation on systems that don't support nameless unions.

16 years agouser32/tests: Add the trailing '\n' to an ok() call.
Francois Gouget [Tue, 20 Nov 2007 12:47:10 +0000 (13:47 +0100)] 
user32/tests: Add the trailing '\n' to an ok() call.

16 years agod3dx8: Implement D3DXQuaternionBaryCentric.
David Adam [Mon, 19 Nov 2007 16:44:34 +0000 (17:44 +0100)] 
d3dx8: Implement D3DXQuaternionBaryCentric.

16 years agod3dx8: Implement D3DXQuaternionSquad.
David Adam [Mon, 19 Nov 2007 16:35:44 +0000 (17:35 +0100)] 
d3dx8: Implement D3DXQuaternionSquad.

16 years agod3dx8: Implement D3DXQuaternionSlerp.
David Adam [Mon, 19 Nov 2007 16:21:11 +0000 (17:21 +0100)] 
d3dx8: Implement D3DXQuaternionSlerp.

16 years agod3dx8: Implement D3DXQuaternionInverse.
David Adam [Mon, 19 Nov 2007 15:18:09 +0000 (16:18 +0100)] 
d3dx8: Implement D3DXQuaternionInverse.

16 years agod3dx8: Implement D3DXQuaternionMultiply.
David Adam [Mon, 19 Nov 2007 14:55:21 +0000 (15:55 +0100)] 
d3dx8: Implement D3DXQuaternionMultiply.

16 years agod3dx8: Implement D3DXColorAdjustContrast.
David Adam [Mon, 19 Nov 2007 14:38:34 +0000 (15:38 +0100)] 
d3dx8: Implement D3DXColorAdjustContrast.

16 years agod3dx8: Implement D3DXColorAdjustSaturation.
David Adam [Mon, 19 Nov 2007 14:26:22 +0000 (15:26 +0100)] 
d3dx8: Implement D3DXColorAdjustSaturation.

16 years agod3dx8: Implement D3DXPlaneTransform.
David Adam [Mon, 19 Nov 2007 14:05:50 +0000 (15:05 +0100)] 
d3dx8: Implement D3DXPlaneTransform.

16 years agod3dx8: Implement D3DXPlaneFromPoints.
David Adam [Mon, 19 Nov 2007 13:34:46 +0000 (14:34 +0100)] 
d3dx8: Implement D3DXPlaneFromPoints.

16 years agod3dx8: Implement D3DXPlaneFromPointNormal.
David Adam [Mon, 19 Nov 2007 12:43:28 +0000 (13:43 +0100)] 
d3dx8: Implement D3DXPlaneFromPointNormal.

16 years agomsi: automation: Fix ITypeInfo leak.
Misha Koshelev [Mon, 19 Nov 2007 05:37:05 +0000 (23:37 -0600)] 
msi: automation: Fix ITypeInfo leak.

16 years agomsi/tests: automation: Add missing VariantClear.
Misha Koshelev [Mon, 19 Nov 2007 05:37:01 +0000 (23:37 -0600)] 
msi/tests: automation: Add missing VariantClear.

16 years agomsi/tests: Close opened service handles.
Misha Koshelev [Mon, 19 Nov 2007 05:36:56 +0000 (23:36 -0600)] 
msi/tests: Close opened service handles.

16 years agomsi: automation: Fix automation object reference counts when objects are created.
Misha Koshelev [Mon, 19 Nov 2007 05:36:53 +0000 (23:36 -0600)] 
msi: automation: Fix automation object reference counts when objects are created.

16 years agowordpad: Move printing functions to a separate file.
Alexander Nicolaysen Sørnes [Sun, 11 Nov 2007 00:06:46 +0000 (01:06 +0100)] 
wordpad: Move printing functions to a separate file.

16 years agowordpad: Fix print preview bar.
Alexander Nicolaysen Sørnes [Mon, 19 Nov 2007 19:13:48 +0000 (20:13 +0100)] 
wordpad: Fix print preview bar.

16 years agowordpad: Refer to main menu using IDM_MAINMENU.
Alexander Nicolaysen Sørnes [Sun, 4 Nov 2007 11:34:03 +0000 (12:34 +0100)] 
wordpad: Refer to main menu using IDM_MAINMENU.

16 years agoserver: Fix a typo in the enumeration of the ACE's in sd_to_mode.
Rob Shearman [Tue, 20 Nov 2007 10:47:11 +0000 (10:47 +0000)] 
server: Fix a typo in the enumeration of the ACE's in sd_to_mode.

This caused only the first ACE to be examined, causing permissions to
always be set to ----???---.

16 years agoserver: Change the get_dll_info server request to allow retrieving the image file...
Rob Shearman [Tue, 20 Nov 2007 09:30:50 +0000 (09:30 +0000)] 
server: Change the get_dll_info server request to allow retrieving the image file name of a process.

Implement NtQueryInformationProcess(ProcessImageFileName).

16 years agomshtml: Change FIXME that is usually invalid to TRACE.
Jacek Caban [Tue, 20 Nov 2007 00:51:41 +0000 (01:51 +0100)] 
mshtml: Change FIXME that is usually invalid to TRACE.