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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

18 years agoole32: Fix return codes returned by IBindCtx::RegisterObjectBound and IBindCtx::Revok...
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.

18 years agoole32: Fix cbStruct handling in IBindCtx:GetBindOptions.
Rob Shearman [Fri, 9 Mar 2007 09:47:43 +0000 (09:47 +0000)] 
ole32: Fix cbStruct handling in IBindCtx:GetBindOptions.

18 years agoole32: Add more tests of IBindCtx functions.
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.

18 years agocomctl32: monthcal: Reject out of range dates in MCM_SETCURSEL.
Farshad Agah [Fri, 9 Mar 2007 04:48:48 +0000 (20:48 -0800)] 
comctl32: monthcal: Reject out of range dates in MCM_SETCURSEL.

18 years agowinedos: Check a file handle against INVALID_HANDLE_VALUE, not 0.
Michael Stefaniuc [Thu, 8 Mar 2007 22:21:07 +0000 (23:21 +0100)] 
winedos: Check a file handle against INVALID_HANDLE_VALUE, not 0.

18 years agoserialui: Replace const pointer type with correct pointer to const.
Andrew Talbot [Thu, 8 Mar 2007 22:15:27 +0000 (22:15 +0000)] 
serialui: Replace const pointer type with correct pointer to const.

18 years agowinecfg: Fix typo.
Byeong-Sik Jeon [Thu, 8 Mar 2007 23:50:50 +0000 (08:50 +0900)] 
winecfg: Fix typo.

18 years agowinecfg: Initial Romanian translation.
Michael Stefaniuc [Thu, 8 Mar 2007 21:04:08 +0000 (22:04 +0100)] 
winecfg: Initial Romanian translation.

18 years agokernel32: Implemented GetSystemInfo() for Solaris.
Alexandre Julliard [Thu, 8 Mar 2007 22:01:03 +0000 (23:01 +0100)] 
kernel32: Implemented GetSystemInfo() for Solaris.

18 years agodplayx: Add DebugInfo to critical sections.
Jan Zerebecki [Thu, 8 Mar 2007 15:34:13 +0000 (16:34 +0100)] 
dplayx: Add DebugInfo to critical sections.

18 years agodmime: Add DebugInfo to critical sections.
Jan Zerebecki [Thu, 8 Mar 2007 15:34:00 +0000 (16:34 +0100)] 
dmime: Add DebugInfo to critical sections.

18 years agodinput: Add DebugInfo to critical sections.
Jan Zerebecki [Thu, 8 Mar 2007 15:32:50 +0000 (16:32 +0100)] 
dinput: Add DebugInfo to critical sections.

18 years agowineps.drv: Remove paper sizes that lack either a PageSize or a PaperDimension entry...
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.

18 years agowineps.drv: Convert the page size list to a standard Wine list.
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.

18 years agorpcss: Fix a file handle leak in RPCSS_BecomePipeServer().
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.

18 years agows2_32: Fix an int/long mismatch in a trace.
Francois Gouget [Thu, 8 Mar 2007 14:31:00 +0000 (15:31 +0100)] 
ws2_32: Fix an int/long mismatch in a trace.

18 years agows2_32: Replace a few -1 literals with SOCKET_ERROR.
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().

18 years agowininet: Fix a couple of reversed checks that could result in leaked socket handles.
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.

18 years agowininet: Check file handles against INVALID_HANDLE_VALUE, not NULL.
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().

18 years agorpcrt4: Fix a file handle leak in RPCRT4_RPCSSOnDemandCall().
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.

18 years agodbghelp: Check file handles against INVALID_HANDLE_VALUE, 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.

18 years agodsound: Update prototypes for IDirectSoundBuffer::Lock/Unlock.
Tomas Carnecky [Thu, 8 Mar 2007 13:48:45 +0000 (14:48 +0100)] 
dsound: Update prototypes for IDirectSoundBuffer::Lock/Unlock.

18 years agokernel32: Fixed DosDateTimeToFileTime behavior when timegm() is missing.
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.

18 years agoadvapi32: Fixed registry test that failed because of a buffer overflow.
Alexandre Julliard [Thu, 8 Mar 2007 20:06:31 +0000 (21:06 +0100)] 
advapi32: Fixed registry test that failed because of a buffer overflow.

18 years agomshtml: Release IOleCommandTarget in IPersistMoniker::Load.
Jacek Caban [Thu, 8 Mar 2007 12:36:53 +0000 (13:36 +0100)] 
mshtml: Release IOleCommandTarget in IPersistMoniker::Load.

18 years agosecur32: Check for actual return value on invalid QuerySecurityPackageInfo call.
Kai Blin [Thu, 8 Mar 2007 12:18:16 +0000 (13:18 +0100)] 
secur32: Check for actual return value on invalid QuerySecurityPackageInfo call.

18 years agoquartz: Use proper alloc/free functions for COM objects.
Chris Robinson [Thu, 8 Mar 2007 11:03:06 +0000 (03:03 -0800)] 
quartz: Use proper alloc/free functions for COM objects.

18 years agooleaut32: TKIND_COCLASS parameters to Invoke'd functions should be converted into...
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.

18 years agoole32: Set output param to NULL in BindCtxImpl_EnumObjectParam.
Rob Shearman [Thu, 8 Mar 2007 11:01:06 +0000 (11:01 +0000)] 
ole32: Set output param to NULL in BindCtxImpl_EnumObjectParam.

18 years agoole32: Fix BindCtxImpl_GetBindOptions to return the correct locale and to not fail...
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.

18 years agoole32: CreateBindCtx should fail if reserved parameter is not zero.
Rob Shearman [Thu, 8 Mar 2007 10:59:38 +0000 (10:59 +0000)] 
ole32: CreateBindCtx should fail if reserved parameter is not zero.

18 years agocmd.exe: Support SHIFT /n option.
Jason Edmeades [Thu, 8 Mar 2007 00:50:37 +0000 (00:50 +0000)] 
cmd.exe: Support SHIFT /n option.

18 years agocmd.exe: Add support for CD /D.
Jason Edmeades [Thu, 8 Mar 2007 00:50:14 +0000 (00:50 +0000)] 
cmd.exe: Add support for CD /D.

18 years agocmd.exe: setlocal and endlocal should preserve drive and directory.
Jason Edmeades [Thu, 8 Mar 2007 00:48:49 +0000 (00:48 +0000)] 
cmd.exe: setlocal and endlocal should preserve drive and directory.

18 years agocmd.exe: Hide new internal vars during SET.
Jason Edmeades [Thu, 8 Mar 2007 00:48:17 +0000 (00:48 +0000)] 
cmd.exe: Hide new internal vars during SET.

18 years agocmd.exe: Add support for working directories per drive.
Jason Edmeades [Thu, 8 Mar 2007 00:47:45 +0000 (00:47 +0000)] 
cmd.exe: Add support for working directories per drive.

18 years agocmd.exe: Support TIME /T option.
Jason Edmeades [Thu, 8 Mar 2007 00:45:27 +0000 (00:45 +0000)] 
cmd.exe: Support TIME /T option.

18 years agocmd.exe: Support DATE /T option.
Jason Edmeades [Thu, 8 Mar 2007 00:45:05 +0000 (00:45 +0000)] 
cmd.exe: Support DATE /T option.

18 years agocmd.exe: Prevent options to pushd.
Jason Edmeades [Thu, 8 Mar 2007 00:44:46 +0000 (00:44 +0000)] 
cmd.exe: Prevent options to pushd.

18 years agocmd.exe: Support PUSHD with wildcards.
Jason Edmeades [Thu, 8 Mar 2007 00:44:09 +0000 (00:44 +0000)] 
cmd.exe: Support PUSHD with wildcards.

18 years agocmd.exe: Set errorlevel if CD fails.
Jason Edmeades [Thu, 8 Mar 2007 00:43:32 +0000 (00:43 +0000)] 
cmd.exe: Set errorlevel if CD fails.

18 years agocmd.exe: Wildcards in directory names for CD.
Jason Edmeades [Thu, 8 Mar 2007 00:43:09 +0000 (00:43 +0000)] 
cmd.exe: Wildcards in directory names for CD.

18 years agocmd.exe: Support unquoted directories in CD command.
Jason Edmeades [Thu, 8 Mar 2007 00:42:33 +0000 (00:42 +0000)] 
cmd.exe: Support unquoted directories in CD command.

18 years agocmd.exe: Support default colours for wineconsole.
Jason Edmeades [Thu, 8 Mar 2007 00:40:54 +0000 (00:40 +0000)] 
cmd.exe: Support default colours for wineconsole.

18 years agocmd.exe: Add cmd.exe /T option.
Jason Edmeades [Thu, 8 Mar 2007 00:38:38 +0000 (00:38 +0000)] 
cmd.exe: Add cmd.exe /T option.

18 years agocmd.exe: Add COLOR command.
Jason Edmeades [Thu, 8 Mar 2007 00:37:44 +0000 (00:37 +0000)] 
cmd.exe: Add COLOR command.

18 years agoconfigure: Fixed default dependencies to work properly in test dirs too.
Alexandre Julliard [Thu, 8 Mar 2007 12:20:12 +0000 (13:20 +0100)] 
configure: Fixed default dependencies to work properly in test dirs too.

18 years agoconfigure: Get rid of lex compatibility support, we require flex anyway.
Alexandre Julliard [Thu, 8 Mar 2007 12:19:50 +0000 (13:19 +0100)] 
configure: Get rid of lex compatibility support, we require flex anyway.

18 years agokernel32: Add missing limits.h include.
Alexandre Julliard [Thu, 8 Mar 2007 12:12:59 +0000 (13:12 +0100)] 
kernel32: Add missing limits.h include.

18 years agod3d8: Add tests for GetVertexShaderDeclaration, GetVertexShaderFunction and GetPixelS...
H. Verbeet [Thu, 8 Mar 2007 00:16:16 +0000 (01:16 +0100)] 
d3d8: Add tests for GetVertexShaderDeclaration, GetVertexShaderFunction and GetPixelShaderFunction.

18 years agowined3d: Fix IWineD3DPixelShader_GetFunction / IWineD3DVertexShader_GetFunction.
H. Verbeet [Thu, 8 Mar 2007 00:16:09 +0000 (01:16 +0100)] 
wined3d: Fix IWineD3DPixelShader_GetFunction / IWineD3DVertexShader_GetFunction.

18 years agod3d8: Implement IDirect3DDevice8_GetVertexShaderDeclaration.
H. Verbeet [Thu, 8 Mar 2007 00:15:57 +0000 (01:15 +0100)] 
d3d8: Implement IDirect3DDevice8_GetVertexShaderDeclaration.

18 years agod3d8: Save the d3d8 vertex declaration.
H. Verbeet [Thu, 8 Mar 2007 00:15:46 +0000 (01:15 +0100)] 
d3d8: Save the d3d8 vertex declaration.

18 years agowinedbg: Do not write over const char * parameter.
Peter Oberndorfer [Wed, 7 Mar 2007 21:04:21 +0000 (22:04 +0100)] 
winedbg: Do not write over const char * parameter.

Also pass the right string to SymEnumSymbols and check for _ in symbol
name, instead of beginning of string.

18 years agojanitorial: Remove two redundant checks for NULL.
Michael Stefaniuc [Wed, 7 Mar 2007 21:16:48 +0000 (22:16 +0100)] 
janitorial: Remove two redundant checks for NULL.

18 years agocomctl32: Remove redundant NULL checks before Free() (found by Smatch).
Michael Stefaniuc [Wed, 7 Mar 2007 20:55:31 +0000 (21:55 +0100)] 
comctl32: Remove redundant NULL checks before Free() (found by Smatch).

18 years agowinmm: Replace const pointer parameters with correct pointers to const.
Andrew Talbot [Wed, 7 Mar 2007 20:31:57 +0000 (20:31 +0000)] 
winmm: Replace const pointer parameters with correct pointers to const.

18 years agompr: Replace const pointer parameters with correct pointers to const.
Andrew Talbot [Wed, 7 Mar 2007 20:31:43 +0000 (20:31 +0000)] 
mpr: Replace const pointer parameters with correct pointers to const.

18 years agokernel32: Allow to execute .cmd files.
Konstantin Kondratyuk [Wed, 7 Mar 2007 15:15:31 +0000 (18:15 +0300)] 
kernel32: Allow to execute .cmd files.

18 years agowordpad: Updated Korean resource.
Hwang YunSong(황윤성) [Wed, 7 Mar 2007 08:30:06 +0000 (17:30 +0900)] 
wordpad: Updated Korean resource.

18 years agocmd: Updated Korean resource.
Hwang YunSong(황윤성) [Tue, 6 Mar 2007 08:32:59 +0000 (17:32 +0900)] 
cmd: Updated Korean resource.

18 years agowinedump: Fixed formatting of timestamps.
Alexandre Julliard [Wed, 7 Mar 2007 20:33:51 +0000 (21:33 +0100)] 
winedump: Fixed formatting of timestamps.

18 years agowine_common_ver: Set company name to Microsoft, some apps check for that.
Alexandre Julliard [Wed, 7 Mar 2007 20:33:44 +0000 (21:33 +0100)] 
wine_common_ver: Set company name to Microsoft, some apps check for that.

18 years agoAdded version information for a number of dlls.
Alexandre Julliard [Wed, 7 Mar 2007 20:25:16 +0000 (21:25 +0100)] 
Added version information for a number of dlls.

18 years agocomdlg32: Use unicode Win32 APIs when possible.
Dmitry Timoshkov [Wed, 7 Mar 2007 13:19:19 +0000 (21:19 +0800)] 
comdlg32: Use unicode Win32 APIs when possible.

18 years agocomdlg32: Use unicode Win32 APIs when possible.
Dmitry Timoshkov [Wed, 7 Mar 2007 13:18:40 +0000 (21:18 +0800)] 
comdlg32: Use unicode Win32 APIs when possible.

18 years agowidl: Implement writing of SAFEARRAY type descriptions in typelibs.
Rob Shearman [Wed, 7 Mar 2007 13:32:22 +0000 (13:32 +0000)] 
widl: Implement writing of SAFEARRAY type descriptions in typelibs.

18 years agoMaketest.rules.in: Make CROSSOBJS consistent with the equivalent OBJS rule in the...
Rob Shearman [Wed, 7 Mar 2007 13:30:53 +0000 (13:30 +0000)] 
Maketest.rules.in: Make CROSSOBJS consistent with the equivalent OBJS rule in the toplevel Make.rules.in.

18 years agokernel32: Add tests for ImpersonateNamedPipeClient.
Rob Shearman [Tue, 6 Mar 2007 18:00:15 +0000 (18:00 +0000)] 
kernel32: Add tests for ImpersonateNamedPipeClient.

18 years agonetapi32: Added support for more info levels in NetWkstaGetInfo.
Alexandre Julliard [Wed, 7 Mar 2007 17:05:57 +0000 (18:05 +0100)] 
netapi32: Added support for more info levels in NetWkstaGetInfo.

18 years agodpnaddr: Added dll that just forwards to dpnet.
Luis Carlos Busquets Pérez [Wed, 7 Mar 2007 08:41:41 +0000 (09:41 +0100)] 
dpnaddr: Added dll that just forwards to dpnet.

18 years agoserver: Use internal luid_t type where appropriate.
Alexandre Julliard [Wed, 7 Mar 2007 11:43:12 +0000 (12:43 +0100)] 
server: Use internal luid_t type where appropriate.

18 years agontdll: Implement NtAllocateLocallyUniqueId with server call.
Juan Lang [Wed, 7 Mar 2007 00:33:26 +0000 (16:33 -0800)] 
ntdll: Implement NtAllocateLocallyUniqueId with server call.

18 years agowined3d: Rework surface dirtification.
Stefan Dösinger [Tue, 6 Mar 2007 20:47:45 +0000 (21:47 +0100)] 
wined3d: Rework surface dirtification.

Previously the surfaces stored a flag if the system memory copy was
ahead of the gl copy(SFLAG_DIRTY) or the gl copy is
ahead(SFLAG_GLDIRTY). The pbuffer copy was 'managed' differently using
SFLAG_INPBUFFER and SFLAG_INTEXTURE.

This patch replaces them with 3 flags, INSYSMEM, INPBUFFER and
INTEXTURE which specify which copy contains the most up to date
copy. It is perfectly valid to have more than one of those flags
set. One must be set at least (except at init, when no content is in
the surface yet). When one copy is modified, the flags for the others
are removed.

18 years agowined3d: Remove IWineD3DSurface::SetPBufferState.
Stefan Dösinger [Sat, 3 Mar 2007 14:19:41 +0000 (15:19 +0100)] 
wined3d: Remove IWineD3DSurface::SetPBufferState.

The method is removed because it does not really help with
anything. It should not be exported from wined3d, there is no need for
the other libs to call it. It does not help abstraction and code
simplification in any way because it is very specific and the code
calling it has to know what is happening in the surface to use this
method.

18 years agogdi32: Search SystemLinked fonts when looking for a valid replacement.
Aric Stewart [Wed, 7 Mar 2007 05:45:11 +0000 (14:45 +0900)] 
gdi32: Search SystemLinked fonts when looking for a valid replacement.

18 years agouser32: Don't delete hrgnClip until we are done using it.
Aric Stewart [Wed, 7 Mar 2007 06:31:19 +0000 (15:31 +0900)] 
user32: Don't delete hrgnClip until we are done using it.

Thanks to Peter Oberndorfer for noticing this.

18 years agolocalspl/tests: Add tests for XcvDataPort_DeletePort.
Detlef Riekenberg [Tue, 6 Mar 2007 23:20:32 +0000 (00:20 +0100)] 
localspl/tests: Add tests for XcvDataPort_DeletePort.