Jan Zerebecki [Sat, 10 Mar 2007 21:10:28 +0000 (22:10 +0100)]
riched20: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:09:58 +0000 (22:09 +0100)]
oleaut32: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:09:08 +0000 (22:09 +0100)]
mciavi32: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:09:30 +0000 (22:09 +0100)]
netapi32: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:09:39 +0000 (22:09 +0100)]
ntdll: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:09:17 +0000 (22:09 +0100)]
msvcrt: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:08:59 +0000 (22:08 +0100)]
mapi32: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:08:02 +0000 (22:08 +0100)]
crypt32: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:08:38 +0000 (22:08 +0100)]
itss: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:08:48 +0000 (22:08 +0100)]
kernel32: Add DebugInfo to critical sections.
Hagop Hagopian [Sun, 11 Mar 2007 21:21:12 +0000 (13:21 -0800)]
comctl32: Adding getter-setter tests for tab control.
Stefan Huehner [Sat, 10 Mar 2007 21:00:47 +0000 (22:00 +0100)]
Change some functions arguments from () -> (void).
Paul Vriens [Sun, 11 Mar 2007 18:42:35 +0000 (19:42 +0100)]
advapi32/tests: Prepare for more tests and use skip.
Paul Vriens [Mon, 12 Mar 2007 10:41:23 +0000 (11:41 +0100)]
kernel32/tests: Use skip.
Paul Vriens [Mon, 12 Mar 2007 10:41:16 +0000 (11:41 +0100)]
d3d9/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.
Paul Vriens [Mon, 12 Mar 2007 08:16:06 +0000 (09:16 +0100)]
dnsapi/tests: Load dnsapi dynamically and use skip.
Dmitry Timoshkov [Mon, 12 Mar 2007 09:43:40 +0000 (17:43 +0800)]
ntdll: Make the error test pass under XP.
Francois Gouget [Mon, 12 Mar 2007 09:35:13 +0000 (10:35 +0100)]
cmd: Fix compilation on systems that don't support nameless unions.
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.
Felix Nawothnig [Sat, 10 Mar 2007 17:42:28 +0000 (18:42 +0100)]
comctl32: Implement LVS_EX_DOUBLEBUFFER.
Felix Nawothnig [Sat, 10 Mar 2007 15:27:05 +0000 (16:27 +0100)]
comctl32: Fix a typo.
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.
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.
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.
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.
Andrew Talbot [Sat, 10 Mar 2007 12:18:40 +0000 (12:18 +0000)]
advapi32: Constify some variables.
Andrew Talbot [Sat, 10 Mar 2007 12:17:57 +0000 (12:17 +0000)]
advapi32: Constify some variables.
Andrew Talbot [Sat, 10 Mar 2007 12:17:20 +0000 (12:17 +0000)]
advapi32: Constify some variables.
Andrew Talbot [Fri, 9 Mar 2007 22:24:16 +0000 (22:24 +0000)]
winex11.drv: Replace const pointer parameters with correct non-const pointers.
Chris Peterson [Fri, 9 Mar 2007 20:12:18 +0000 (12:12 -0800)]
comctl32: treeview: Message sequencing tests.
Alexandre Julliard [Fri, 9 Mar 2007 21:17:55 +0000 (22:17 +0100)]
ntdll: Fixed a compiler warning for size_t/unsigned int mismatch.
Alexandre Julliard [Fri, 9 Mar 2007 20:52:58 +0000 (21:52 +0100)]
shdocvw: Avoid a printf format warning.
Chris Robinson [Fri, 9 Mar 2007 13:47:37 +0000 (05:47 -0800)]
quartz: Check allocation failure and clear memory in DSound Renderer.
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.
Felix Nawothnig [Fri, 9 Mar 2007 17:45:21 +0000 (18:45 +0100)]
comctl32: Add a failing custom draw related test.
Rob Shearman [Fri, 9 Mar 2007 18:55:13 +0000 (18:55 +0000)]
ole32: Implement CoAddRefServerProcess and CoReleaseServerProcess.
Rob Shearman [Fri, 9 Mar 2007 18:54:07 +0000 (18:54 +0000)]
ole32: Make RegisteredClass list into a standard Wine list.
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.
Rob Shearman [Fri, 9 Mar 2007 17:49:05 +0000 (17:49 +0000)]
ole32: Add some tests for the flags input to CoRegisterClassObject.
Rob Shearman [Fri, 9 Mar 2007 17:42:34 +0000 (17:42 +0000)]
ole32: Close the named pipe after revoking local server objects.
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.
Rob Shearman [Fri, 9 Mar 2007 17:39:58 +0000 (17:39 +0000)]
ole32: REGCLS_MULTIPLEUSE implies CLSCTX_INPROC_SERVER in CoRegisterClassObject.
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.
Jacek Caban [Fri, 9 Mar 2007 15:58:52 +0000 (16:58 +0100)]
shdocvw: Added Navigate2 test.
Jacek Caban [Fri, 9 Mar 2007 15:56:57 +0000 (16:56 +0100)]
shdocvw: Call EnableModeless and SetStatusText in navigate.
Jacek Caban [Fri, 9 Mar 2007 15:56:02 +0000 (16:56 +0100)]
shdocvw: Move frame variable to DocHost.
Jacek Caban [Fri, 9 Mar 2007 15:55:07 +0000 (16:55 +0100)]
shdocvw: Release callback and bindctx in bind_url_to_object.
Jacek Caban [Fri, 9 Mar 2007 15:50:01 +0000 (16:50 +0100)]
shdocvw: Added mode dispids implementation in DocHost::Invoke.
Jacek Caban [Fri, 9 Mar 2007 15:54:26 +0000 (16:54 +0100)]
shdocvw: Always set hostui to NULL in SetClientsite.
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.
Jacek Caban [Fri, 9 Mar 2007 15:52:16 +0000 (16:52 +0100)]
shdocvw: Move offline and silent variables to DocHost.
Anatoly Lyutin [Sat, 3 Mar 2007 11:58:44 +0000 (14:58 +0300)]
wineconsole: Update Russian resources.
Anatoly Lyutin [Sat, 3 Mar 2007 13:28:08 +0000 (16:28 +0300)]
cmd: Update translation and synchronize Russian resource.
Anatoly Lyutin [Sat, 3 Mar 2007 11:21:49 +0000 (14:21 +0300)]
comctl32: Update Russian and Ukrainian resourses.
Alasdair Sinclair [Sat, 3 Mar 2007 03:03:53 +0000 (03:03 +0000)]
kernel32: Fix GetComputerNameA to not count trailing NULL, with test.
Alexandre Julliard [Fri, 9 Mar 2007 12:40:41 +0000 (13:40 +0100)]
server: Added process control support using /proc on Solaris.
Peter Beutner [Thu, 8 Mar 2007 21:48:14 +0000 (22:48 +0100)]
ntdll: Handle SIMD exceptions.
Peter Beutner [Thu, 8 Mar 2007 21:47:14 +0000 (22:47 +0100)]
ntdll: Testcase for handling SIMD exceptions.
Rob Shearman [Fri, 9 Mar 2007 09:48:26 +0000 (09:48 +0000)]
ole32: Fix return codes returned by IBindCtx::RegisterObjectBound and IBindCtx::RevokeObjectBound when used on NULL objects.
Rob Shearman [Fri, 9 Mar 2007 09:47:43 +0000 (09:47 +0000)]
ole32: Fix cbStruct handling in IBindCtx:GetBindOptions.
Rob Shearman [Fri, 9 Mar 2007 09:46:58 +0000 (09:46 +0000)]
ole32: Add more tests of IBindCtx functions.
Add tests for IBindCtx::GetObjectParam, IBindCtx::RevokeObjectParam and
IBindCtx::RevokeObjectBound.
Farshad Agah [Fri, 9 Mar 2007 04:48:48 +0000 (20:48 -0800)]
comctl32: monthcal: Reject out of range dates in MCM_SETCURSEL.
Michael Stefaniuc [Thu, 8 Mar 2007 22:21:07 +0000 (23:21 +0100)]
winedos: Check a file handle against INVALID_HANDLE_VALUE, not 0.
Andrew Talbot [Thu, 8 Mar 2007 22:15:27 +0000 (22:15 +0000)]
serialui: Replace const pointer type with correct pointer to const.
Byeong-Sik Jeon [Thu, 8 Mar 2007 23:50:50 +0000 (08:50 +0900)]
winecfg: Fix typo.
Michael Stefaniuc [Thu, 8 Mar 2007 21:04:08 +0000 (22:04 +0100)]
winecfg: Initial Romanian translation.
Alexandre Julliard [Thu, 8 Mar 2007 22:01:03 +0000 (23:01 +0100)]
kernel32: Implemented GetSystemInfo() for Solaris.
Jan Zerebecki [Thu, 8 Mar 2007 15:34:13 +0000 (16:34 +0100)]
dplayx: Add DebugInfo to critical sections.
Jan Zerebecki [Thu, 8 Mar 2007 15:34:00 +0000 (16:34 +0100)]
dmime: Add DebugInfo to critical sections.
Jan Zerebecki [Thu, 8 Mar 2007 15:32:50 +0000 (16:32 +0100)]
dinput: Add DebugInfo to critical sections.
Huw Davies [Thu, 8 Mar 2007 14:44:26 +0000 (14:44 +0000)]
wineps.drv: Remove paper sizes that lack either a PageSize or a PaperDimension entry in the PPD.
Huw Davies [Thu, 8 Mar 2007 14:16:43 +0000 (14:16 +0000)]
wineps.drv: Convert the page size list to a standard Wine list.
Francois Gouget [Thu, 8 Mar 2007 14:30:29 +0000 (15:30 +0100)]
rpcss: Fix a file handle leak in RPCSS_BecomePipeServer().
Also, RPCSS_NPConnect() returns a file handle so treat it as such by
checking it against INVALID_HANDLE_VALUE and not NULL.
Francois Gouget [Thu, 8 Mar 2007 14:31:00 +0000 (15:31 +0100)]
ws2_32: Fix an int/long mismatch in a trace.
Francois Gouget [Thu, 8 Mar 2007 14:30:53 +0000 (15:30 +0100)]
ws2_32: Replace a few -1 literals with SOCKET_ERROR.
Do a small tweak in WS2_send() so it looks more like WS2_recv().
Francois Gouget [Thu, 8 Mar 2007 14:30:41 +0000 (15:30 +0100)]
wininet: Fix a couple of reversed checks that could result in leaked socket handles.
Francois Gouget [Thu, 8 Mar 2007 14:29:01 +0000 (15:29 +0100)]
wininet: Check file handles against INVALID_HANDLE_VALUE, not NULL.
Simplify the file handle handling in FTP_FtpPutFileW().
Francois Gouget [Thu, 8 Mar 2007 14:29:50 +0000 (15:29 +0100)]
rpcrt4: Fix a file handle leak in RPCRT4_RPCSSOnDemandCall().
Also, RPCRT4_RpcssNPConnect() returns a file handle so treat it as
such by checking it against INVALID_HANDLE_VALUE and not NULL.
Francois Gouget [Thu, 8 Mar 2007 14:28:40 +0000 (15:28 +0100)]
dbghelp: Check file handles against INVALID_HANDLE_VALUE, not NULL.
Tomas Carnecky [Thu, 8 Mar 2007 13:48:45 +0000 (14:48 +0100)]
dsound: Update prototypes for IDirectSoundBuffer::Lock/Unlock.
Alexandre Julliard [Thu, 8 Mar 2007 20:06:41 +0000 (21:06 +0100)]
kernel32: Fixed DosDateTimeToFileTime behavior when timegm() is missing.
The tm_isdst field needs to be initialized for mktime to do the right thing.
Alexandre Julliard [Thu, 8 Mar 2007 20:06:31 +0000 (21:06 +0100)]
advapi32: Fixed registry test that failed because of a buffer overflow.
Jacek Caban [Thu, 8 Mar 2007 12:36:53 +0000 (13:36 +0100)]
mshtml: Release IOleCommandTarget in IPersistMoniker::Load.
Kai Blin [Thu, 8 Mar 2007 12:18:16 +0000 (13:18 +0100)]
secur32: Check for actual return value on invalid QuerySecurityPackageInfo call.
Chris Robinson [Thu, 8 Mar 2007 11:03:06 +0000 (03:03 -0800)]
quartz: Use proper alloc/free functions for COM objects.
Rob Shearman [Thu, 8 Mar 2007 11:01:44 +0000 (11:01 +0000)]
oleaut32: TKIND_COCLASS parameters to Invoke'd functions should be converted into VT_DISPATCH instead of VT_UNKNOWN.
Add a test for this.
Rob Shearman [Thu, 8 Mar 2007 11:01:06 +0000 (11:01 +0000)]
ole32: Set output param to NULL in BindCtxImpl_EnumObjectParam.
Rob Shearman [Thu, 8 Mar 2007 11:00:21 +0000 (11:00 +0000)]
ole32: Fix BindCtxImpl_GetBindOptions to return the correct locale and to not fail if the input size is too large.
Rob Shearman [Thu, 8 Mar 2007 10:59:38 +0000 (10:59 +0000)]
ole32: CreateBindCtx should fail if reserved parameter is not zero.
Jason Edmeades [Thu, 8 Mar 2007 00:50:37 +0000 (00:50 +0000)]
cmd.exe: Support SHIFT /n option.
Jason Edmeades [Thu, 8 Mar 2007 00:50:14 +0000 (00:50 +0000)]
cmd.exe: Add support for CD /D.
Jason Edmeades [Thu, 8 Mar 2007 00:48:49 +0000 (00:48 +0000)]
cmd.exe: setlocal and endlocal should preserve drive and directory.
Jason Edmeades [Thu, 8 Mar 2007 00:48:17 +0000 (00:48 +0000)]
cmd.exe: Hide new internal vars during SET.
Jason Edmeades [Thu, 8 Mar 2007 00:47:45 +0000 (00:47 +0000)]
cmd.exe: Add support for working directories per drive.
Jason Edmeades [Thu, 8 Mar 2007 00:45:27 +0000 (00:45 +0000)]
cmd.exe: Support TIME /T option.
Jason Edmeades [Thu, 8 Mar 2007 00:45:05 +0000 (00:45 +0000)]
cmd.exe: Support DATE /T option.
Jason Edmeades [Thu, 8 Mar 2007 00:44:46 +0000 (00:44 +0000)]
cmd.exe: Prevent options to pushd.
Jason Edmeades [Thu, 8 Mar 2007 00:44:09 +0000 (00:44 +0000)]
cmd.exe: Support PUSHD with wildcards.
Jason Edmeades [Thu, 8 Mar 2007 00:43:32 +0000 (00:43 +0000)]
cmd.exe: Set errorlevel if CD fails.