wine
17 years agocmd.exe: Add dir /L support.
Jason Edmeades [Tue, 13 Mar 2007 01:08:19 +0000 (01:08 +0000)] 
cmd.exe: Add dir /L support.

17 years agocmd.exe: Make SET have correct errorlevel.
Jason Edmeades [Tue, 13 Mar 2007 00:11:31 +0000 (00:11 +0000)] 
cmd.exe: Make SET have correct errorlevel.

17 years agocmd.exe: Add SET /P support.
Jason Edmeades [Tue, 13 Mar 2007 00:11:04 +0000 (00:11 +0000)] 
cmd.exe: Add SET /P support.

17 years agocmd.exe: Add 2>&1 and 1>&2 support.
Jason Edmeades [Tue, 13 Mar 2007 00:10:38 +0000 (00:10 +0000)] 
cmd.exe: Add 2>&1 and 1>&2 support.

17 years agocmd.exe: Add TYPE multiple file support.
Jason Edmeades [Tue, 13 Mar 2007 00:09:33 +0000 (00:09 +0000)] 
cmd.exe: Add TYPE multiple file support.

17 years agocmd.exe: Add support for stderr redirection to a file.
Jason Edmeades [Tue, 13 Mar 2007 00:09:05 +0000 (00:09 +0000)] 
cmd.exe: Add support for stderr redirection to a file.

17 years agocmd.exe: Save initial working directory.
Jason Edmeades [Tue, 13 Mar 2007 00:08:00 +0000 (00:08 +0000)] 
cmd.exe: Save initial working directory.

17 years agocmd.exe: Add support for FTYPE.
Jason Edmeades [Tue, 13 Mar 2007 00:06:58 +0000 (00:06 +0000)] 
cmd.exe: Add support for FTYPE.

17 years agowined3d: Remove some redundant code in IWineD3DVertexBufferImpl_FindDecl().
H. Verbeet [Mon, 12 Mar 2007 22:22:22 +0000 (23:22 +0100)] 
wined3d: Remove some redundant code in IWineD3DVertexBufferImpl_FindDecl().

17 years agowined3d: Remove a redundant check in handleStreams().
H. Verbeet [Mon, 12 Mar 2007 22:22:16 +0000 (23:22 +0100)] 
wined3d: Remove a redundant check in handleStreams().

17 years agowined3d: Remove some redundant checks in the vertexdeclaration() state handler.
H. Verbeet [Mon, 12 Mar 2007 22:22:06 +0000 (23:22 +0100)] 
wined3d: Remove some redundant checks in the vertexdeclaration() state handler.

17 years agowined3d: Disable vertex shaders when transformed vertices are used.
H. Verbeet [Mon, 12 Mar 2007 22:22:00 +0000 (23:22 +0100)] 
wined3d: Disable vertex shaders when transformed vertices are used.

17 years agowined3d: Remove FVF related fields from IWineD3DVertexDeclaration.
H. Verbeet [Mon, 12 Mar 2007 22:21:54 +0000 (23:21 +0100)] 
wined3d: Remove FVF related fields from IWineD3DVertexDeclaration.

17 years agowined3d: 11 space indent is ugly.
H. Verbeet [Mon, 12 Mar 2007 22:21:49 +0000 (23:21 +0100)] 
wined3d: 11 space indent is ugly.

17 years agowined3d: Correct various texture limits checks.
H. Verbeet [Mon, 12 Mar 2007 22:21:44 +0000 (23:21 +0100)] 
wined3d: Correct various texture limits checks.

17 years agoadvapi32: RegGetKeySecurity needs to pass length of struct to caller.
Dan Kegel [Mon, 12 Mar 2007 16:16:28 +0000 (09:16 -0700)] 
advapi32: RegGetKeySecurity needs to pass length of struct to caller.

17 years agoole32: Only retrieve posted and paint messages in an STA message loop.
Huw Davies [Mon, 12 Mar 2007 15:11:45 +0000 (15:11 +0000)] 
ole32: Only retrieve posted and paint messages in an STA message loop.

17 years agorpcrt4: Tests that show that the allocation rules for unmarshaling a conformant array...
Huw Davies [Mon, 12 Mar 2007 14:08:52 +0000 (14:08 +0000)] 
rpcrt4: Tests that show that the allocation rules for unmarshaling a conformant array are the same as those for a simple structure.

17 years agoadvpack: Constify some variables.
Andrew Talbot [Mon, 12 Mar 2007 20:49:29 +0000 (20:49 +0000)] 
advpack: Constify some variables.

17 years agoadvapi32: Explicitly initialize nested array element.
Andrew Talbot [Mon, 12 Mar 2007 12:06:31 +0000 (12:06 +0000)] 
advapi32: Explicitly initialize nested array element.

17 years agowined3d: Implemented signed texture formats via NV_TEXTURE_SHADER.
Fabian Bieler [Mon, 12 Mar 2007 12:11:04 +0000 (13:11 +0100)] 
wined3d: Implemented signed texture formats via NV_TEXTURE_SHADER.

17 years agowined3d: Set wrapmode for cubemags to clamp regardless of the sampler state.
Fabian Bieler [Sat, 10 Mar 2007 13:37:28 +0000 (14:37 +0100)] 
wined3d: Set wrapmode for cubemags to clamp regardless of the sampler state.

17 years agoFixed some compilation issues on Mac OS X Leopard.
Alexandre Julliard [Mon, 12 Mar 2007 15:14:18 +0000 (16:14 +0100)] 
Fixed some compilation issues on Mac OS X Leopard.

17 years agowined3d: Height of rectangle is bottom - top, not vice versa.
Fabian Bieler [Sat, 10 Mar 2007 03:16:44 +0000 (04:16 +0100)] 
wined3d: Height of rectangle is bottom - top, not vice versa.

17 years agoole32: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 23:21:23 +0000 (00:21 +0100)] 
ole32: Add DebugInfo to critical sections.

Also add missing DeleteCriticalSection.

17 years agowinenas.drv: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:11:40 +0000 (22:11 +0100)] 
winenas.drv: Add DebugInfo to critical sections.

17 years agodmloader: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:08:12 +0000 (22:08 +0100)] 
dmloader: Add DebugInfo to critical sections.

17 years agowinmm: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:11:59 +0000 (22:11 +0100)] 
winmm: Add DebugInfo to critical sections.

17 years agowinearts.drv: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:11:18 +0000 (22:11 +0100)] 
winearts.drv: Add DebugInfo to critical sections.

17 years agowineoss.drv: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:11:51 +0000 (22:11 +0100)] 
wineoss.drv: Add DebugInfo to critical sections.

17 years agowineaudioio.drv: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:11:26 +0000 (22:11 +0100)] 
wineaudioio.drv: Add DebugInfo to critical sections.

Also add missing DeleteCriticalSection.

17 years agowineesd.drv: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:11:33 +0000 (22:11 +0100)] 
wineesd.drv: Add DebugInfo to critical sections.

17 years agowinex11.drv: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:11:01 +0000 (22:11 +0100)] 
winex11.drv: Add DebugInfo to critical sections.

17 years agodsound: Conform critical section DebugInfo names.
Jan Zerebecki [Sat, 10 Mar 2007 21:08:28 +0000 (22:08 +0100)] 
dsound: Conform critical section DebugInfo names.

17 years agowinealsa.drv: Conform critical section DebugInfo names.
Jan Zerebecki [Sat, 10 Mar 2007 21:12:14 +0000 (22:12 +0100)] 
winealsa.drv: Conform critical section DebugInfo names.

17 years agorsaenh: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:10:36 +0000 (22:10 +0100)] 
rsaenh: Add DebugInfo to critical sections.

17 years agourlmon: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:10:52 +0000 (22:10 +0100)] 
urlmon: Add DebugInfo to critical sections.

17 years agowintab32: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:11:09 +0000 (22:11 +0100)] 
wintab32: Add DebugInfo to critical sections.

17 years agosecur32: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:10:45 +0000 (22:10 +0100)] 
secur32: Add DebugInfo to critical sections.

17 years agoquartz: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:10:20 +0000 (22:10 +0100)] 
quartz: Add DebugInfo to critical sections.

Also add missing DeleteCriticalSection.

17 years agoqcap: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:10:09 +0000 (22:10 +0100)] 
qcap: Add DebugInfo to critical sections.

17 years agoriched20: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:10:28 +0000 (22:10 +0100)] 
riched20: Add DebugInfo to critical sections.

17 years agooleaut32: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:09:58 +0000 (22:09 +0100)] 
oleaut32: Add DebugInfo to critical sections.

17 years agomciavi32: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:09:08 +0000 (22:09 +0100)] 
mciavi32: Add DebugInfo to critical sections.

17 years agonetapi32: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:09:30 +0000 (22:09 +0100)] 
netapi32: Add DebugInfo to critical sections.

17 years agontdll: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:09:39 +0000 (22:09 +0100)] 
ntdll: Add DebugInfo to critical sections.

17 years agomsvcrt: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:09:17 +0000 (22:09 +0100)] 
msvcrt: Add DebugInfo to critical sections.

17 years agomapi32: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:08:59 +0000 (22:08 +0100)] 
mapi32: Add DebugInfo to critical sections.

17 years agocrypt32: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:08:02 +0000 (22:08 +0100)] 
crypt32: Add DebugInfo to critical sections.

17 years agoitss: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:08:38 +0000 (22:08 +0100)] 
itss: Add DebugInfo to critical sections.

17 years agokernel32: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:08:48 +0000 (22:08 +0100)] 
kernel32: Add DebugInfo to critical sections.

17 years agocomctl32: Adding getter-setter tests for tab control.
Hagop Hagopian [Sun, 11 Mar 2007 21:21:12 +0000 (13:21 -0800)] 
comctl32: Adding getter-setter tests for tab control.

17 years agoChange some functions arguments from () -> (void).
Stefan Huehner [Sat, 10 Mar 2007 21:00:47 +0000 (22:00 +0100)] 
Change some functions arguments from () -> (void).

17 years agoadvapi32/tests: Prepare for more tests and use skip.
Paul Vriens [Sun, 11 Mar 2007 18:42:35 +0000 (19:42 +0100)] 
advapi32/tests: Prepare for more tests and use skip.

17 years agokernel32/tests: Use skip.
Paul Vriens [Mon, 12 Mar 2007 10:41:23 +0000 (11:41 +0100)] 
kernel32/tests: Use skip.

17 years agod3d9/tests: Use skip as is done in the other tests.
Paul Vriens [Mon, 12 Mar 2007 10:41:16 +0000 (11:41 +0100)] 
d3d9/tests: Use skip as is done in the other tests.

17 years agod3d8/tests: Use skip as is done in the other tests.
Paul Vriens [Mon, 12 Mar 2007 10:41:08 +0000 (11:41 +0100)] 
d3d8/tests: Use skip as is done in the other tests.

17 years agodnsapi/tests: Load dnsapi dynamically and use skip.
Paul Vriens [Mon, 12 Mar 2007 08:16:06 +0000 (09:16 +0100)] 
dnsapi/tests: Load dnsapi dynamically and use skip.

17 years agontdll: Make the error test pass under XP.
Dmitry Timoshkov [Mon, 12 Mar 2007 09:43:40 +0000 (17:43 +0800)] 
ntdll: Make the error test pass under XP.

17 years agocmd: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Mon, 12 Mar 2007 09:35:13 +0000 (10:35 +0100)] 
cmd: Fix compilation on systems that don't support nameless unions.

17 years agoquartz: Stop DSound buffer playback when the filter is paused or stopped, not the...
Chris Robinson [Sat, 10 Mar 2007 12:09:43 +0000 (04:09 -0800)] 
quartz: Stop DSound buffer playback when the filter is paused or stopped, not the next time it's processed.

17 years agocomctl32: Implement LVS_EX_DOUBLEBUFFER.
Felix Nawothnig [Sat, 10 Mar 2007 17:42:28 +0000 (18:42 +0100)] 
comctl32: Implement LVS_EX_DOUBLEBUFFER.

17 years agocomctl32: Fix a typo.
Felix Nawothnig [Sat, 10 Mar 2007 15:27:05 +0000 (16:27 +0100)] 
comctl32: Fix a typo.

17 years agocomctl32: Fix my last patch.
Felix Nawothnig [Sat, 10 Mar 2007 13:29:07 +0000 (14:29 +0100)] 
comctl32: Fix my last patch.

My last patch was wrong and caused some nasty regressions. Mapping
CLR_DEFAULT to the global defaults seem to be what native does.

17 years agowined3d: Account for offscreen rendering when setting up the clearing scissor rectangle.
Stefan Dösinger [Wed, 7 Mar 2007 00:43:53 +0000 (01:43 +0100)] 
wined3d: Account for offscreen rendering when setting up the clearing scissor rectangle.

17 years agowined3d: Blit the offscreen texture into the drawable if needed.
Stefan Dösinger [Fri, 9 Mar 2007 23:55:08 +0000 (00:55 +0100)] 
wined3d: Blit the offscreen texture into the drawable if needed.

When using pbuffer or back buffer offscreen rendering the content of
the drawable will have been overwritten. Thus the texture has to be
written into the drawable. An exception is the (pretty common) case
that the whole render target is cleared before rendering to it.

17 years agowined3d: Restore the index buffer when switching from UP to buffer drawing.
Stefan Dösinger [Fri, 9 Mar 2007 23:44:46 +0000 (00:44 +0100)] 
wined3d: Restore the index buffer when switching from UP to buffer drawing.

The state handler binds index buffer 0 when a user pointer is used. Likewise the real index
buffer has to be restored when switching back to drawing from index buffers.

17 years agoadvapi32: Constify some variables.
Andrew Talbot [Sat, 10 Mar 2007 12:18:40 +0000 (12:18 +0000)] 
advapi32: Constify some variables.

17 years agoadvapi32: Constify some variables.
Andrew Talbot [Sat, 10 Mar 2007 12:17:57 +0000 (12:17 +0000)] 
advapi32: Constify some variables.

17 years agoadvapi32: Constify some variables.
Andrew Talbot [Sat, 10 Mar 2007 12:17:20 +0000 (12:17 +0000)] 
advapi32: Constify some variables.

17 years agowinex11.drv: Replace const pointer parameters with correct non-const pointers.
Andrew Talbot [Fri, 9 Mar 2007 22:24:16 +0000 (22:24 +0000)] 
winex11.drv: Replace const pointer parameters with correct non-const pointers.

17 years agocomctl32: treeview: Message sequencing tests.
Chris Peterson [Fri, 9 Mar 2007 20:12:18 +0000 (12:12 -0800)] 
comctl32: treeview: Message sequencing tests.

17 years agontdll: Fixed a compiler warning for size_t/unsigned int mismatch.
Alexandre Julliard [Fri, 9 Mar 2007 21:17:55 +0000 (22:17 +0100)] 
ntdll: Fixed a compiler warning for size_t/unsigned int mismatch.

17 years agoshdocvw: Avoid a printf format warning.
Alexandre Julliard [Fri, 9 Mar 2007 20:52:58 +0000 (21:52 +0100)] 
shdocvw: Avoid a printf format warning.

17 years agoquartz: Check allocation failure and clear memory in DSound Renderer.
Chris Robinson [Fri, 9 Mar 2007 13:47:37 +0000 (05:47 -0800)] 
quartz: Check allocation failure and clear memory in DSound Renderer.

17 years agocomctl32: Remove clrTextBkDefault member from LISTVIEW_INFO and fix (clrTextBk =...
Felix Nawothnig [Fri, 9 Mar 2007 18:19:24 +0000 (19:19 +0100)] 
comctl32: Remove clrTextBkDefault member from LISTVIEW_INFO and fix (clrTextBk == CLR_DEFAULT) handling for custom drawing.

17 years agocomctl32: Add a failing custom draw related test.
Felix Nawothnig [Fri, 9 Mar 2007 17:45:21 +0000 (18:45 +0100)] 
comctl32: Add a failing custom draw related test.

17 years agoole32: Implement CoAddRefServerProcess and CoReleaseServerProcess.
Rob Shearman [Fri, 9 Mar 2007 18:55:13 +0000 (18:55 +0000)] 
ole32: Implement CoAddRefServerProcess and CoReleaseServerProcess.

17 years agoole32: Make RegisteredClass list into a standard Wine list.
Rob Shearman [Fri, 9 Mar 2007 18:54:07 +0000 (18:54 +0000)] 
ole32: Make RegisteredClass list into a standard Wine list.

17 years agoole32: Don't keep the local server named pipe open for a single-use object.
Rob Shearman [Fri, 9 Mar 2007 17:51:36 +0000 (17:51 +0000)] 
ole32: Don't keep the local server named pipe open for a single-use object.

17 years agoole32: Add some tests for the flags input to CoRegisterClassObject.
Rob Shearman [Fri, 9 Mar 2007 17:49:05 +0000 (17:49 +0000)] 
ole32: Add some tests for the flags input to CoRegisterClassObject.

17 years agoole32: Close the named pipe after revoking local server objects.
Rob Shearman [Fri, 9 Mar 2007 17:42:34 +0000 (17:42 +0000)] 
ole32: Close the named pipe after revoking local server objects.

17 years agoole32: Enable local server test and make it work with Win9x COM implementation.
Rob Shearman [Fri, 9 Mar 2007 17:40:40 +0000 (17:40 +0000)] 
ole32: Enable local server test and make it work with Win9x COM implementation.

17 years agoole32: REGCLS_MULTIPLEUSE implies CLSCTX_INPROC_SERVER in CoRegisterClassObject.
Rob Shearman [Fri, 9 Mar 2007 17:39:58 +0000 (17:39 +0000)] 
ole32: REGCLS_MULTIPLEUSE implies CLSCTX_INPROC_SERVER in CoRegisterClassObject.

17 years agomshtml: Use get_client_disp_property in SetClientSite to get silent property.
Jacek Caban [Fri, 9 Mar 2007 15:48:09 +0000 (16:48 +0100)] 
mshtml: Use get_client_disp_property in SetClientSite to get silent property.

17 years agoshdocvw: Added Navigate2 test.
Jacek Caban [Fri, 9 Mar 2007 15:58:52 +0000 (16:58 +0100)] 
shdocvw: Added Navigate2 test.

17 years agoshdocvw: Call EnableModeless and SetStatusText in navigate.
Jacek Caban [Fri, 9 Mar 2007 15:56:57 +0000 (16:56 +0100)] 
shdocvw: Call EnableModeless and SetStatusText in navigate.

17 years agoshdocvw: Move frame variable to DocHost.
Jacek Caban [Fri, 9 Mar 2007 15:56:02 +0000 (16:56 +0100)] 
shdocvw: Move frame variable to DocHost.

17 years agoshdocvw: Release callback and bindctx in bind_url_to_object.
Jacek Caban [Fri, 9 Mar 2007 15:55:07 +0000 (16:55 +0100)] 
shdocvw: Release callback and bindctx in bind_url_to_object.

17 years agoshdocvw: Added mode dispids implementation in DocHost::Invoke.
Jacek Caban [Fri, 9 Mar 2007 15:50:01 +0000 (16:50 +0100)] 
shdocvw: Added mode dispids implementation in DocHost::Invoke.

17 years agoshdocvw: Always set hostui to NULL in SetClientsite.
Jacek Caban [Fri, 9 Mar 2007 15:54:26 +0000 (16:54 +0100)] 
shdocvw: Always set hostui to NULL in SetClientsite.

17 years agoshdocvw: Added DISPID_AMBIENT_OFFLINEIFNOTCONNECTED and DISPID_AMBIENT_SILENT impleme...
Jacek Caban [Fri, 9 Mar 2007 15:49:21 +0000 (16:49 +0100)] 
shdocvw: Added DISPID_AMBIENT_OFFLINEIFNOTCONNECTED and DISPID_AMBIENT_SILENT implementation in DocHost::Invoke.

17 years agoshdocvw: Move offline and silent variables to DocHost.
Jacek Caban [Fri, 9 Mar 2007 15:52:16 +0000 (16:52 +0100)] 
shdocvw: Move offline and silent variables to DocHost.

17 years agowineconsole: Update Russian resources.
Anatoly Lyutin [Sat, 3 Mar 2007 11:58:44 +0000 (14:58 +0300)] 
wineconsole: Update Russian resources.

17 years agocmd: Update translation and synchronize Russian resource.
Anatoly Lyutin [Sat, 3 Mar 2007 13:28:08 +0000 (16:28 +0300)] 
cmd: Update translation and synchronize Russian resource.

17 years agocomctl32: Update Russian and Ukrainian resourses.
Anatoly Lyutin [Sat, 3 Mar 2007 11:21:49 +0000 (14:21 +0300)] 
comctl32: Update Russian and Ukrainian resourses.

17 years agokernel32: Fix GetComputerNameA to not count trailing NULL, with test.
Alasdair Sinclair [Sat, 3 Mar 2007 03:03:53 +0000 (03:03 +0000)] 
kernel32: Fix GetComputerNameA to not count trailing NULL, with test.

17 years agoserver: Added process control support using /proc on Solaris.
Alexandre Julliard [Fri, 9 Mar 2007 12:40:41 +0000 (13:40 +0100)] 
server: Added process control support using /proc on Solaris.

17 years agontdll: Handle SIMD exceptions.
Peter Beutner [Thu, 8 Mar 2007 21:48:14 +0000 (22:48 +0100)] 
ntdll: Handle SIMD exceptions.

17 years agontdll: Testcase for handling SIMD exceptions.
Peter Beutner [Thu, 8 Mar 2007 21:47:14 +0000 (22:47 +0100)] 
ntdll: Testcase for handling SIMD exceptions.