wine
16 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.

16 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.

16 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.

16 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.

16 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.

16 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.

16 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.

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

16 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.

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

16 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.

16 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.

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

16 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.

16 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.

16 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.

16 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.

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

16 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.

16 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.

16 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.

16 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.

16 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.

16 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.

16 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.

16 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}.

16 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.

16 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.

16 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.

16 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.

16 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.

16 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.

16 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.

16 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.

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

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

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

16 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.

16 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.

16 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.

16 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.

16 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.

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

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

16 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.

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

16 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.

16 years agonetapi32: Add stub for NetUseEnum().
Tim Schwartz [Tue, 30 Oct 2007 20:34:48 +0000 (15:34 -0500)] 
netapi32: Add stub for NetUseEnum().

16 years agopdh: Fix two missing LeaveCriticalSection() on error paths.
Michael Stefaniuc [Tue, 30 Oct 2007 20:10:09 +0000 (21:10 +0100)] 
pdh: Fix two missing LeaveCriticalSection() on error paths.

16 years agowinalsa.drv: Explicitly include assert.h.
Marcus Meissner [Tue, 30 Oct 2007 14:06:51 +0000 (15:06 +0100)] 
winalsa.drv: Explicitly include assert.h.

16 years agod3dx8: Implement D3DXMatrixRotationAxis.
David Adam [Tue, 30 Oct 2007 15:04:32 +0000 (16:04 +0100)] 
d3dx8: Implement D3DXMatrixRotationAxis.

16 years agod3dx8: Implement D3DXMatrixRotationZ.
David Adam [Tue, 30 Oct 2007 14:53:19 +0000 (15:53 +0100)] 
d3dx8: Implement D3DXMatrixRotationZ.

16 years agod3dx8: Implement D3DXMatrixRotationY.
David Adam [Tue, 30 Oct 2007 14:47:07 +0000 (15:47 +0100)] 
d3dx8: Implement D3DXMatrixRotationY.

16 years agod3dx8: Implement D3DXMatrixRotationX.
David Adam [Tue, 30 Oct 2007 14:38:50 +0000 (15:38 +0100)] 
d3dx8: Implement D3DXMatrixRotationX.

16 years agod3dx8: Implement D3DXMatrixTranslation.
David Adam [Tue, 30 Oct 2007 14:31:18 +0000 (15:31 +0100)] 
d3dx8: Implement D3DXMatrixTranslation.

16 years agod3dx8: Implement D3DXMatrixScaling.
David Adam [Tue, 30 Oct 2007 14:24:17 +0000 (15:24 +0100)] 
d3dx8: Implement D3DXMatrixScaling.

16 years agod3dx8: Implement D3DXMatrixTranspose.
David Adam [Tue, 30 Oct 2007 14:16:12 +0000 (15:16 +0100)] 
d3dx8: Implement D3DXMatrixTranspose.

16 years agod3dx8: Implement D3DXMatrixMultiply.
David Adam [Tue, 30 Oct 2007 13:46:19 +0000 (14:46 +0100)] 
d3dx8: Implement D3DXMatrixMultiply.

16 years agod3dx8: Implement D3DXMatrixfDeterminant.
David Adam [Tue, 30 Oct 2007 13:30:58 +0000 (14:30 +0100)] 
d3dx8: Implement D3DXMatrixfDeterminant.

16 years agod3dx8: Fix the condition in D3DXMatrixIsIdentity.
David Adam [Tue, 30 Oct 2007 13:18:51 +0000 (14:18 +0100)] 
d3dx8: Fix the condition in D3DXMatrixIsIdentity.

16 years agoadvapi32: Implement filter matching for CredEnumerate.
Rob Shearman [Tue, 30 Oct 2007 12:37:51 +0000 (12:37 +0000)] 
advapi32: Implement filter matching for CredEnumerate.

16 years agoadvapi32: Add tests for credential management functions.
Rob Shearman [Tue, 30 Oct 2007 12:37:41 +0000 (12:37 +0000)] 
advapi32: Add tests for credential management functions.

16 years agoadvapi32: Implement ANSI credential management functions.
Rob Shearman [Tue, 30 Oct 2007 12:37:33 +0000 (12:37 +0000)] 
advapi32: Implement ANSI credential management functions.

16 years agoadvapi32: Implement CredEnumerateW.
Rob Shearman [Tue, 30 Oct 2007 12:37:26 +0000 (12:37 +0000)] 
advapi32: Implement CredEnumerateW.

16 years agoadvapi32: Implement CredDeleteW.
Rob Shearman [Tue, 30 Oct 2007 12:37:20 +0000 (12:37 +0000)] 
advapi32: Implement CredDeleteW.

16 years agoadvapi32: Implement CredReadW and CredFree.
Rob Shearman [Tue, 30 Oct 2007 12:37:14 +0000 (12:37 +0000)] 
advapi32: Implement CredReadW and CredFree.

16 years agoadvapi32: Implement CredWriteW.
Rob Shearman [Tue, 30 Oct 2007 12:36:59 +0000 (12:36 +0000)] 
advapi32: Implement CredWriteW.

16 years agoserver: Add the generated files missing from the last commit.
Alexandre Julliard [Tue, 30 Oct 2007 14:32:40 +0000 (15:32 +0100)] 
server: Add the generated files missing from the last commit.

16 years agocredui: Updated Korean resource.
Hwang YunSong(황윤성) [Tue, 30 Oct 2007 01:16:10 +0000 (10:16 +0900)] 
credui: Updated Korean resource.

16 years agowininet: Don't release the parent object in FTP_Connect, the caller will do that.
Hans Leidekker [Tue, 30 Oct 2007 12:30:47 +0000 (14:30 +0200)] 
wininet: Don't release the parent object in FTP_Connect, the caller will do that.

16 years agoserver: Pass the security descriptor into create_file, if one is specified, and set...
Rob Shearman [Fri, 26 Oct 2007 16:02:16 +0000 (17:02 +0100)] 
server: Pass the security descriptor into create_file, if one is specified, and set the initial mode for the file appropriately.

16 years agoserver: Add the name length to the object_attributes structure so that other variable...
Rob Shearman [Fri, 26 Oct 2007 16:01:33 +0000 (17:01 +0100)] 
server: Add the name length to the object_attributes structure so that other variable length data can be present after object_attributes.

16 years agouser32: Fix a slightly incorrect assert.
Alexandre Julliard [Tue, 30 Oct 2007 13:11:44 +0000 (14:11 +0100)] 
user32: Fix a slightly incorrect assert.

16 years agouser32: Better fix how to handle GetWindowLongPtr[AW](..., GWLP_WNDPROC) for builtin...
Mikolaj Zalewski [Thu, 18 Oct 2007 01:55:55 +0000 (18:55 -0700)] 
user32: Better fix how to handle GetWindowLongPtr[AW](..., GWLP_WNDPROC) for builtin winprocs.

16 years agopdh: Fix a couple of race conditions in the thread handling.
Alexandre Julliard [Tue, 30 Oct 2007 12:04:23 +0000 (13:04 +0100)] 
pdh: Fix a couple of race conditions in the thread handling.

16 years agoitss: Fixed tests on old IE.
Jacek Caban [Tue, 30 Oct 2007 10:44:12 +0000 (11:44 +0100)] 
itss: Fixed tests on old IE.

16 years agoadvapi32/tests: Fix undefined memory references in registry.c.
Dan Kegel [Mon, 29 Oct 2007 17:47:41 +0000 (10:47 -0700)] 
advapi32/tests: Fix undefined memory references in registry.c.

16 years agocomctl32: Set tab focus correctly.
Lei Zhang [Tue, 30 Oct 2007 01:47:09 +0000 (18:47 -0700)] 
comctl32: Set tab focus correctly.

16 years agocomctl32: Add tab delete item / get focus test.
Lei Zhang [Tue, 30 Oct 2007 01:44:48 +0000 (18:44 -0700)] 
comctl32: Add tab delete item / get focus test.

16 years agocomctl32: Add tab insert item / get focus test.
Lei Zhang [Tue, 30 Oct 2007 01:32:34 +0000 (18:32 -0700)] 
comctl32: Add tab insert item / get focus test.

16 years agocomctl32: Move tab test's createParentWindow() into START_TEST().
Lei Zhang [Mon, 29 Oct 2007 23:39:10 +0000 (16:39 -0700)] 
comctl32: Move tab test's createParentWindow() into START_TEST().

16 years agoserver: Remove failed ioctls from the queue as soon as the result is set.
Alexandre Julliard [Tue, 30 Oct 2007 10:30:58 +0000 (11:30 +0100)] 
server: Remove failed ioctls from the queue as soon as the result is set.

16 years agowininet: Use a single connection for all ftp tests.
Hans Leidekker [Mon, 29 Oct 2007 20:46:52 +0000 (21:46 +0100)] 
wininet: Use a single connection for all ftp tests.

16 years agoshell32: Constify some variables.
Andrew Talbot [Mon, 29 Oct 2007 21:51:02 +0000 (21:51 +0000)] 
shell32: Constify some variables.

16 years agontdll: Report FIXME only once.
Paul Vriens [Mon, 29 Oct 2007 13:11:23 +0000 (14:11 +0100)] 
ntdll: Report FIXME only once.

16 years agontdll: Add missing FIXMEs for incomplete info classes in NtQuerySystemInformation.
Klaus Layer [Sat, 27 Oct 2007 22:02:41 +0000 (00:02 +0200)] 
ntdll: Add missing FIXMEs for incomplete info classes in NtQuerySystemInformation.

16 years agocomctl32: Fix broken detection of non-empty string.
Alexander Dorofeyev [Mon, 29 Oct 2007 05:56:06 +0000 (22:56 -0700)] 
comctl32: Fix broken detection of non-empty string.

16 years agocomctl32: Pass command id of button in wParam.
Alexander Dorofeyev [Mon, 29 Oct 2007 01:59:07 +0000 (18:59 -0700)] 
comctl32: Pass command id of button in wParam.

16 years agod3dx8: Implement D3DX*Vec4Cross.
David Adam [Sat, 27 Oct 2007 12:23:25 +0000 (14:23 +0200)] 
d3dx8: Implement D3DX*Vec4Cross.

16 years agod3dx8: Implement D3DXTransformNormal.
David Adam [Sat, 27 Oct 2007 10:21:47 +0000 (12:21 +0200)] 
d3dx8: Implement D3DXTransformNormal.

16 years agod3dx8: Implement D3DX*TransformCoord.
David Adam [Sat, 27 Oct 2007 09:54:25 +0000 (11:54 +0200)] 
d3dx8: Implement D3DX*TransformCoord.

16 years agod3dx8: Implement D3DX*Transform.
David Adam [Sat, 27 Oct 2007 09:00:07 +0000 (11:00 +0200)] 
d3dx8: Implement D3DX*Transform.

16 years agod3dx8: Test the function D3DXVec3Cross really.
David Adam [Fri, 26 Oct 2007 19:46:32 +0000 (21:46 +0200)] 
d3dx8: Test the function D3DXVec3Cross really.

16 years agod3dx8: Implement D3DX*CatmullRom.
David Adam [Fri, 26 Oct 2007 19:43:46 +0000 (21:43 +0200)] 
d3dx8: Implement D3DX*CatmullRom.

16 years agod3dx8: Implement D3DX*Hermite.
David Adam [Fri, 26 Oct 2007 19:02:30 +0000 (21:02 +0200)] 
d3dx8: Implement D3DX*Hermite.

16 years agod3dx8: Implement D3DX*BaryCentric.
David Adam [Fri, 26 Oct 2007 16:58:28 +0000 (18:58 +0200)] 
d3dx8: Implement D3DX*BaryCentric.

16 years agod3dx8: Implement D3DX*Normalize.
David Adam [Fri, 26 Oct 2007 16:01:49 +0000 (18:01 +0200)] 
d3dx8: Implement D3DX*Normalize.

16 years agoadvpack/tests: Print the unexpected result in function check_ini_contents.
Stefan Leichter [Sun, 28 Oct 2007 21:41:59 +0000 (22:41 +0100)] 
advpack/tests: Print the unexpected result in function check_ini_contents.

16 years agooleaut32: Add TypeLib version for W2K, WXP, and Vista.
Vincent Hardy [Fri, 26 Oct 2007 11:37:39 +0000 (13:37 +0200)] 
oleaut32: Add TypeLib version for W2K, WXP, and Vista.

16 years agontdll: Serial/COM code misinterpreted XON/XOFF direction.
Tom Brus [Sun, 28 Oct 2007 20:24:40 +0000 (21:24 +0100)] 
ntdll: Serial/COM code misinterpreted XON/XOFF direction.