wine
17 years agoserver: Allow to specify the class name instead of the atom to find a window.
Alexandre Julliard [Fri, 2 Nov 2007 14:26:49 +0000 (15:26 +0100)] 
server: Allow to specify the class name instead of the atom to find a window.

17 years agoserver: Allow to specify the class name instead of the atom to create a window.
Alexandre Julliard [Fri, 2 Nov 2007 14:16:25 +0000 (15:16 +0100)] 
server: Allow to specify the class name instead of the atom to create a window.

17 years agoinetcomm: Add stub implementation of inetcomm.dll.
Rob Shearman [Fri, 2 Nov 2007 11:35:34 +0000 (11:35 +0000)] 
inetcomm: Add stub implementation of inetcomm.dll.

17 years agoctapi32: Added wrapper dll for ctapi (CardTerminal API).
Christian Eggers [Fri, 2 Nov 2007 12:46:18 +0000 (13:46 +0100)] 
ctapi32: Added wrapper dll for ctapi (CardTerminal API).

17 years agownaspi32: Fix controller number validation.
Rok Mandeljc [Thu, 1 Nov 2007 07:09:33 +0000 (08:09 +0100)] 
wnaspi32: Fix controller number validation.

17 years agownaspi32: Fix Controller -> H/C mapping.
Rok Mandeljc [Thu, 1 Nov 2007 07:09:10 +0000 (08:09 +0100)] 
wnaspi32: Fix Controller -> H/C mapping.

17 years agownaspi32: Do the command dumping only after device has been verified.
Rok Mandeljc [Thu, 1 Nov 2007 07:08:42 +0000 (08:08 +0100)] 
wnaspi32: Do the command dumping only after device has been verified.

17 years agownaspi32: Call ASPI_GetNumControllers() only once.
Rok Mandeljc [Thu, 1 Nov 2007 07:08:13 +0000 (08:08 +0100)] 
wnaspi32: Call ASPI_GetNumControllers() only once.

17 years agownaspi32: Degrade ERR of not finding registry entry for a device to TRACE.
Rok Mandeljc [Thu, 1 Nov 2007 07:07:50 +0000 (08:07 +0100)] 
wnaspi32: Degrade ERR of not finding registry entry for a device to TRACE.

17 years agownaspi32: Print error when device cannot be opened.
Rok Mandeljc [Thu, 1 Nov 2007 07:07:18 +0000 (08:07 +0100)] 
wnaspi32: Print error when device cannot be opened.

17 years agocomctl32: Fix typo in rebar.
Lei Zhang [Fri, 2 Nov 2007 05:45:45 +0000 (22:45 -0700)] 
comctl32: Fix typo in rebar.

17 years agontdll: Fix calculation of tape position offsets.
Hans Leidekker [Fri, 2 Nov 2007 09:34:11 +0000 (10:34 +0100)] 
ntdll: Fix calculation of tape position offsets.

Reported by Gerald Pfeifer.

17 years agoadvapi32/tests: Make tests run on win98 again.
Paul Vriens [Fri, 2 Nov 2007 10:33:36 +0000 (11:33 +0100)] 
advapi32/tests: Make tests run on win98 again.

17 years agocrypt32: Use consistent error checking.
Juan Lang [Fri, 2 Nov 2007 03:20:33 +0000 (20:20 -0700)] 
crypt32: Use consistent error checking.

17 years agocrypt32: Free memory on all paths.
Juan Lang [Fri, 2 Nov 2007 03:05:31 +0000 (20:05 -0700)] 
crypt32: Free memory on all paths.

17 years agocrypt32: Set last error on alloc failure.
Juan Lang [Fri, 2 Nov 2007 03:04:36 +0000 (20:04 -0700)] 
crypt32: Set last error on alloc failure.

17 years agocomctl32: Fix uninitialized, unused variables.
Lei Zhang [Fri, 2 Nov 2007 01:50:24 +0000 (18:50 -0700)] 
comctl32: Fix uninitialized, unused variables.

17 years agocomctl32: Datetime should close its monthcal when the monthcal loses focus.
Lei Zhang [Thu, 1 Nov 2007 22:34:35 +0000 (15:34 -0700)] 
comctl32: Datetime should close its monthcal when the monthcal loses focus.

17 years agorpcrt4: Add a test for the pointers in [in,out] pointer structs not changing when...
Rob Shearman [Thu, 1 Nov 2007 22:04:43 +0000 (22:04 +0000)] 
rpcrt4: Add a test for the pointers in [in,out] pointer structs not changing when the pointers aren't NULL.

17 years agosetupapi: Make the setupapi tests load on systems < Vista by providing a private...
Rob Shearman [Thu, 1 Nov 2007 22:04:03 +0000 (22:04 +0000)] 
setupapi: Make the setupapi tests load on systems < Vista by providing a private implementation of RegDeleteTreeW.

17 years agodinput: Fix type of loop variable in alloc_device().
Gerald Pfeifer [Thu, 1 Nov 2007 17:05:39 +0000 (18:05 +0100)] 
dinput: Fix type of loop variable in alloc_device().

17 years agoshell32: Avoid checking for <0 for unsigned variables.
Gerald Pfeifer [Thu, 1 Nov 2007 16:58:32 +0000 (17:58 +0100)] 
shell32: Avoid checking for <0 for unsigned variables.

17 years agouser32: Don't check unsigned types for >= 0.
Gerald Pfeifer [Thu, 1 Nov 2007 16:42:50 +0000 (17:42 +0100)] 
user32: Don't check unsigned types for >= 0.

17 years agowined3d: Fix type of loop variable in IWineD3DCubeTextureImpl_Destroy().
Gerald Pfeifer [Thu, 1 Nov 2007 16:15:45 +0000 (17:15 +0100)] 
wined3d: Fix type of loop variable in IWineD3DCubeTextureImpl_Destroy().

17 years agosetupapi: Add stub for SetupInstallServicesFromInfSectionW.
Chris Robinson [Fri, 2 Nov 2007 09:27:40 +0000 (02:27 -0700)] 
setupapi: Add stub for SetupInstallServicesFromInfSectionW.

17 years agowinex11.drv: Initialize buffer size.
Dmitry Timoshkov [Thu, 1 Nov 2007 13:09:03 +0000 (21:09 +0800)] 
winex11.drv: Initialize buffer size.

17 years agouser32/tests: Don't test the contents of uninitialized buffers.
Alexandre Julliard [Fri, 2 Nov 2007 11:27:27 +0000 (12:27 +0100)] 
user32/tests: Don't test the contents of uninitialized buffers.

17 years agoinclude: Add winddiui.h header.
Marcel Partap [Thu, 1 Nov 2007 18:12:19 +0000 (19:12 +0100)] 
include: Add winddiui.h header.

17 years agoshell32: Constify some variables.
Andrew Talbot [Thu, 1 Nov 2007 22:15:02 +0000 (22:15 +0000)] 
shell32: Constify some variables.

17 years agoshell32: Use SHStrDupW in IShellFolder2::GetDetailsOf to allocate returned string.
Thomas Weidenmueller [Thu, 1 Nov 2007 22:02:57 +0000 (16:02 -0600)] 
shell32: Use SHStrDupW in IShellFolder2::GetDetailsOf to allocate returned string.

17 years agomshtml: Fix hkey leak.
Chris Robinson [Thu, 1 Nov 2007 19:02:02 +0000 (12:02 -0700)] 
mshtml: Fix hkey leak.

17 years agoshdocvw: Move registration code to .inf file.
Jacek Caban [Thu, 1 Nov 2007 17:50:49 +0000 (18:50 +0100)] 
shdocvw: Move registration code to .inf file.

17 years agomsimtf: Fixed typos.
Jacek Caban [Thu, 1 Nov 2007 17:51:40 +0000 (18:51 +0100)] 
msimtf: Fixed typos.

17 years agocrypt32: Fix a leaked key.
Juan Lang [Thu, 1 Nov 2007 17:13:32 +0000 (10:13 -0700)] 
crypt32: Fix a leaked key.

17 years agocrypt32: Don't leak buffer when a unicode string contains an invalid character.
Juan Lang [Thu, 1 Nov 2007 17:07:11 +0000 (10:07 -0700)] 
crypt32: Don't leak buffer when a unicode string contains an invalid character.

17 years agocrypt32: Initialize a variable.
Juan Lang [Thu, 1 Nov 2007 17:04:18 +0000 (10:04 -0700)] 
crypt32: Initialize a variable.

17 years agocrypt32: Use memmove rather than memcpy when addresses might overlap.
Juan Lang [Thu, 1 Nov 2007 16:45:49 +0000 (09:45 -0700)] 
crypt32: Use memmove rather than memcpy when addresses might overlap.

17 years agocrypt32: Fix a leak building an alternate chain.
Juan Lang [Thu, 1 Nov 2007 16:39:33 +0000 (09:39 -0700)] 
crypt32: Fix a leak building an alternate chain.

17 years agocrypt32: Fix leaked chains creating the root store.
Juan Lang [Thu, 1 Nov 2007 16:31:43 +0000 (09:31 -0700)] 
crypt32: Fix leaked chains creating the root store.

17 years agocrypt32: Fix a leak during chain creation.
Juan Lang [Thu, 1 Nov 2007 16:30:26 +0000 (09:30 -0700)] 
crypt32: Fix a leak during chain creation.

17 years agocrypt32: Set size when calling CryptDecodeObjectEx without CRYPT_DECODE_ALLOC_FLAG...
Juan Lang [Thu, 1 Nov 2007 14:57:09 +0000 (07:57 -0700)] 
crypt32: Set size when calling CryptDecodeObjectEx without CRYPT_DECODE_ALLOC_FLAG set.

17 years agocrypt32: Get rid of an unneeded variable.
Juan Lang [Thu, 1 Nov 2007 14:48:50 +0000 (07:48 -0700)] 
crypt32: Get rid of an unneeded variable.

17 years agocrypt32: Fix another leak in the tests.
Juan Lang [Thu, 1 Nov 2007 14:42:12 +0000 (07:42 -0700)] 
crypt32: Fix another leak in the tests.

17 years agocrypt32: Fix a leak in the tests.
Juan Lang [Thu, 1 Nov 2007 14:33:56 +0000 (07:33 -0700)] 
crypt32: Fix a leak in the tests.

17 years agocomctl32: Make parameters of expect_band_content() match the corresponding types...
Gerald Pfeifer [Thu, 1 Nov 2007 14:52:21 +0000 (15:52 +0100)] 
comctl32: Make parameters of expect_band_content() match the corresponding types of REBARBANDINFO and fix one format string.

17 years agoshell32: Remove useless comparison >= 0 for unsigned variables.
Gerald Pfeifer [Thu, 1 Nov 2007 14:30:55 +0000 (15:30 +0100)] 
shell32: Remove useless comparison >= 0 for unsigned variables.

17 years agooleaut32: Use -0.0 directly in test_VarBstrFromR4().
Gerald Pfeifer [Thu, 1 Nov 2007 14:02:08 +0000 (15:02 +0100)] 
oleaut32: Use -0.0 directly in test_VarBstrFromR4().

17 years agoole32: Remove an incorrect comment.
Rob Shearman [Thu, 1 Nov 2007 16:22:15 +0000 (16:22 +0000)] 
ole32: Remove an incorrect comment.

17 years agoole32: Implement CoGetObjectContext.
Rob Shearman [Thu, 1 Nov 2007 13:27:20 +0000 (13:27 +0000)] 
ole32: Implement CoGetObjectContext.

17 years agoole32: Add tests for CoGetObjectContext.
Rob Shearman [Thu, 1 Nov 2007 13:26:56 +0000 (13:26 +0000)] 
ole32: Add tests for CoGetObjectContext.

17 years agoole32: Improve the error reporting in the marshal test when CreateProcess fails.
Rob Shearman [Thu, 1 Nov 2007 13:26:33 +0000 (13:26 +0000)] 
ole32: Improve the error reporting in the marshal test when CreateProcess fails.

17 years agouser32: Cache the window class name on the client side.
Alexandre Julliard [Fri, 2 Nov 2007 10:57:35 +0000 (11:57 +0100)] 
user32: Cache the window class name on the client side.

17 years agouser32: Properly handle integer atoms specified as strings in class names.
Alexandre Julliard [Fri, 2 Nov 2007 10:42:53 +0000 (11:42 +0100)] 
user32: Properly handle integer atoms specified as strings in class names.

17 years agoserver: Support using a name to destroy a window class too.
Alexandre Julliard [Thu, 1 Nov 2007 14:28:30 +0000 (15:28 +0100)] 
server: Support using a name to destroy a window class too.

17 years agoserver: Allow to send a name instead of an atom when creating a window class.
Alexandre Julliard [Thu, 1 Nov 2007 12:02:01 +0000 (13:02 +0100)] 
server: Allow to send a name instead of an atom when creating a window class.

17 years agouser32: Store the builtin class names in Unicode.
Alexandre Julliard [Thu, 1 Nov 2007 11:55:00 +0000 (12:55 +0100)] 
user32: Store the builtin class names in Unicode.

17 years agomshtml: Set IE version when installing wine gecko.
Chris Robinson [Wed, 31 Oct 2007 15:03:27 +0000 (08:03 -0700)] 
mshtml: Set IE version when installing wine gecko.

17 years agoserver: Make sure to always initialise req_sd.owner_len and req_sd.group_len in the...
Rob Shearman [Wed, 31 Oct 2007 16:53:37 +0000 (16:53 +0000)] 
server: Make sure to always initialise req_sd.owner_len and req_sd.group_len in the handler for the get_security_object call.

17 years agomsi: A feature's requested action does not depend on its installed state.
James Hawkins [Thu, 1 Nov 2007 08:15:22 +0000 (03:15 -0500)] 
msi: A feature's requested action does not depend on its installed state.

17 years agomsi: Only unpublish the features if the entire product is being uninstalled.
James Hawkins [Thu, 1 Nov 2007 08:14:18 +0000 (03:14 -0500)] 
msi: Only unpublish the features if the entire product is being uninstalled.

17 years agomsi: Properly register features.
James Hawkins [Thu, 1 Nov 2007 08:13:28 +0000 (03:13 -0500)] 
msi: Properly register features.

17 years agomsi: Properly register and unregister components.
James Hawkins [Thu, 1 Nov 2007 08:12:41 +0000 (03:12 -0500)] 
msi: Properly register and unregister components.

17 years agomsi: Remove a duplicated function.
James Hawkins [Thu, 1 Nov 2007 08:10:47 +0000 (03:10 -0500)] 
msi: Remove a duplicated function.

17 years agomsi: Implement the MoveFiles standard action.
James Hawkins [Thu, 1 Nov 2007 08:09:02 +0000 (03:09 -0500)] 
msi: Implement the MoveFiles standard action.

17 years agomsi: Test the MoveFiles standard action.
James Hawkins [Thu, 1 Nov 2007 08:07:50 +0000 (03:07 -0500)] 
msi: Test the MoveFiles standard action.

17 years agokernel32: Implement GetProcessHandleCount.
Vitaliy Margolen [Thu, 1 Nov 2007 06:46:54 +0000 (00:46 -0600)] 
kernel32: Implement GetProcessHandleCount.

17 years agoversion: Use GetModuleHandleEx to increment the module ref count.
Dmitry Timoshkov [Thu, 1 Nov 2007 06:23:38 +0000 (14:23 +0800)] 
version: Use GetModuleHandleEx to increment the module ref count.

17 years agowinex11.drv: Add support for saving/reading display settings.
Dmitry Timoshkov [Thu, 1 Nov 2007 06:23:19 +0000 (14:23 +0800)] 
winex11.drv: Add support for saving/reading display settings.

17 years agouser32: Initialize more fields in the DEVMODE structure.
Dmitry Timoshkov [Thu, 1 Nov 2007 06:22:41 +0000 (14:22 +0800)] 
user32: Initialize more fields in the DEVMODE structure.

17 years agoinclude: Synchronize DEVMODE layout with PSDK.
Dmitry Timoshkov [Thu, 1 Nov 2007 06:22:11 +0000 (14:22 +0800)] 
include: Synchronize DEVMODE layout with PSDK.

17 years agod3d9: Silence a FIXME.
Stefan Dösinger [Thu, 1 Nov 2007 00:45:36 +0000 (01:45 +0100)] 
d3d9: Silence a FIXME.

17 years agowined3d: Make resource memory 32 byte aligned.
Stefan Dösinger [Mon, 22 Oct 2007 11:30:14 +0000 (13:30 +0200)] 
wined3d: Make resource memory 32 byte aligned.

17 years agowined3d: Disconnect allocatedMemory and Heap allocation.
Stefan Dösinger [Mon, 22 Oct 2007 11:02:03 +0000 (13:02 +0200)] 
wined3d: Disconnect allocatedMemory and Heap allocation.

17 years agowined3d: Allocate memory for default pool resources too.
Stefan Dösinger [Mon, 22 Oct 2007 10:37:21 +0000 (12:37 +0200)] 
wined3d: Allocate memory for default pool resources too.

17 years agowined3d: Move a part of LockRect to the base class.
Stefan Dösinger [Tue, 9 Oct 2007 20:19:39 +0000 (22:19 +0200)] 
wined3d: Move a part of LockRect to the base class.

17 years agowined3d: Reenable render target unlocking via textures.
Stefan Dösinger [Thu, 1 Nov 2007 00:40:44 +0000 (01:40 +0100)] 
wined3d: Reenable render target unlocking via textures.

17 years agowined3d: Move memory allocation into a separate function.
Stefan Dösinger [Thu, 1 Nov 2007 00:31:01 +0000 (01:31 +0100)] 
wined3d: Move memory allocation into a separate function.

17 years agowined3d: Move texture -> drawable blits to LoadLocation.
Stefan Dösinger [Thu, 1 Nov 2007 00:38:50 +0000 (01:38 +0100)] 
wined3d: Move texture -> drawable blits to LoadLocation.

17 years agowininet: Implement and test FtpCommand{A, W}.
Hans Leidekker [Wed, 31 Oct 2007 21:54:03 +0000 (22:54 +0100)] 
wininet: Implement and test FtpCommand{A, W}.

17 years agowininet: Correct several ftp server response to error code mappings.
Hans Leidekker [Wed, 31 Oct 2007 21:53:51 +0000 (22:53 +0100)] 
wininet: Correct several ftp server response to error code mappings.

17 years agowinex11.drv: Set the WM_STATE_ABOVE hint on topmost windows.
Alexandre Julliard [Wed, 31 Oct 2007 17:13:20 +0000 (18:13 +0100)] 
winex11.drv: Set the WM_STATE_ABOVE hint on topmost windows.

17 years agoserver: Added support for HWND_TOPMOST and HWND_NOTOPMOST.
Alexandre Julliard [Wed, 31 Oct 2007 17:12:56 +0000 (18:12 +0100)] 
server: Added support for HWND_TOPMOST and HWND_NOTOPMOST.

17 years agoserver: Fix get_next/prev_window behavior for unlinked windows.
Alexandre Julliard [Wed, 31 Oct 2007 17:08:19 +0000 (18:08 +0100)] 
server: Fix get_next/prev_window behavior for unlinked windows.

17 years agouser32: SetParent should not make the window topmost.
Alexandre Julliard [Wed, 31 Oct 2007 17:00:53 +0000 (18:00 +0100)] 
user32: SetParent should not make the window topmost.

17 years agouser32: Don't allow changing the WS_EX_TOPMOST style with SetWindowLong.
Alexandre Julliard [Wed, 31 Oct 2007 16:53:58 +0000 (17:53 +0100)] 
user32: Don't allow changing the WS_EX_TOPMOST style with SetWindowLong.

17 years agoserver: Also return the new extended style in the set_window_pos request.
Alexandre Julliard [Wed, 31 Oct 2007 16:51:05 +0000 (17:51 +0100)] 
server: Also return the new extended style in the set_window_pos request.

17 years agontdll: NtAccessCheck: Only send used bytes to server.
Dan Kegel [Wed, 31 Oct 2007 06:17:31 +0000 (23:17 -0700)] 
ntdll: NtAccessCheck: Only send used bytes to server.

17 years agowinemine: Update Korean resource.
Hwang YunSong(황윤성) [Tue, 30 Oct 2007 01:15:16 +0000 (10:15 +0900)] 
winemine: Update Korean resource.

17 years agouser32: Updated Korean resource.
Hwang YunSong(황윤성) [Tue, 30 Oct 2007 01:09:28 +0000 (10:09 +0900)] 
user32: Updated Korean resource.

17 years agoprogman: Updated Korean resource.
Hwang YunSong(황윤성) [Tue, 30 Oct 2007 01:08:20 +0000 (10:08 +0900)] 
progman: Updated Korean resource.

17 years agoriched20: Allow for Win98 behavior for return value of EM_REPLACESEL.
Alex Villacís Lasso [Mon, 29 Oct 2007 15:25:31 +0000 (10:25 -0500)] 
riched20: Allow for Win98 behavior for return value of EM_REPLACESEL.

17 years agopdh: Remove or fix tests that fail on Windows.
Hans Leidekker [Mon, 22 Oct 2007 12:03:34 +0000 (14:03 +0200)] 
pdh: Remove or fix tests that fail on Windows.

17 years agomsvcrt: Silence FIXME about an unknown parameter that isn't used.
Alexandre Julliard [Wed, 31 Oct 2007 11:41:49 +0000 (12:41 +0100)] 
msvcrt: Silence FIXME about an unknown parameter that isn't used.

17 years agohal: Added stubs for KfAquireSpinLock, KfReleaseSpinLock, KfLowerIrql, KfRaiseIrql.
Chris Wulff [Wed, 31 Oct 2007 00:02:00 +0000 (20:02 -0400)] 
hal: Added stubs for KfAquireSpinLock, KfReleaseSpinLock, KfLowerIrql, KfRaiseIrql.

17 years agokernel32: Added a stub for FindVolumeMountPointClose.
Chris Wulff [Wed, 31 Oct 2007 00:02:26 +0000 (20:02 -0400)] 
kernel32: Added a stub for FindVolumeMountPointClose.

17 years agoshdocvw: Add IPersistMemory interface stub.
Chris Wulff [Wed, 31 Oct 2007 04:06:58 +0000 (00:06 -0400)] 
shdocvw: Add IPersistMemory interface stub.

17 years agoshdocvw: Implement OLEIVERB_HIDE.
Chris Wulff [Wed, 31 Oct 2007 03:46:36 +0000 (23:46 -0400)] 
shdocvw: Implement OLEIVERB_HIDE.

17 years agowidl: Add a --local-stubs option.
Dan Hipschman [Wed, 31 Oct 2007 02:07:36 +0000 (19:07 -0700)] 
widl: Add a --local-stubs option.

17 years agoshell32: Constify some variables.
Andrew Talbot [Tue, 30 Oct 2007 23:07:38 +0000 (23:07 +0000)] 
shell32: Constify some variables.

17 years agod3dx8: Fix number of parameter of functions D3DXVec4Cross and D3DXVec?CatmullRom.
Stefan Leichter [Tue, 30 Oct 2007 21:56:03 +0000 (22:56 +0100)] 
d3dx8: Fix number of parameter of functions D3DXVec4Cross and D3DXVec?CatmullRom.