wine
15 years agosecur32: Remove redendant call to gnutls_certificate_get_peers.
Dylan Smith [Mon, 28 Sep 2009 07:48:32 +0000 (03:48 -0400)] 
secur32: Remove redendant call to gnutls_certificate_get_peers.

Two identical calls are made with the same parameters, and there are no
documented side effects of this function, so I removed one of them.

15 years agosti: Test behavior of creation with the A/W functions versus STI_VERSION_FLAG_UNICODE.
Damjan Jovanovic [Sat, 26 Sep 2009 15:59:54 +0000 (17:59 +0200)] 
sti: Test behavior of creation with the A/W functions versus STI_VERSION_FLAG_UNICODE.

15 years agorichedit: Use ITextHost interface in ME_LinkNotify.
Dylan Smith [Mon, 28 Sep 2009 07:44:19 +0000 (03:44 -0400)] 
richedit: Use ITextHost interface in ME_LinkNotify.

Using the ITextHost interface allows this notification to be received
for windowless richedit controls.  Windowed richedit conrols have an
ITextHost implementation that will fill in hwndFrom and idFrom, but
these should probably be initialized to 0 for windowless richedit
controls.

15 years agojscript: Initialize val_str (Coverity).
Marcus Meissner [Mon, 28 Sep 2009 07:18:49 +0000 (09:18 +0200)] 
jscript: Initialize val_str (Coverity).

15 years agocomctl32/monthcal: Add parameter validation to MCM_HITTEST handler.
Nikolay Sivov [Sat, 26 Sep 2009 19:26:53 +0000 (23:26 +0400)] 
comctl32/monthcal: Add parameter validation to MCM_HITTEST handler.

15 years agocomctl32/monthcal: Fix timestamp storing on MCM_SETRANGE/MCM_SETSELRANGE.
Nikolay Sivov [Sat, 26 Sep 2009 16:06:48 +0000 (20:06 +0400)] 
comctl32/monthcal: Fix timestamp storing on MCM_SETRANGE/MCM_SETSELRANGE.

15 years agocomctl32/monthcal: Prevent configured range exceeding with prev/next buttons.
Nikolay Sivov [Sat, 26 Sep 2009 13:15:17 +0000 (17:15 +0400)] 
comctl32/monthcal: Prevent configured range exceeding with prev/next buttons.

15 years agocomctl32/monthcal: Move MCN_GETDAYSTATE notification to a helper.
Nikolay Sivov [Sat, 26 Sep 2009 12:03:34 +0000 (16:03 +0400)] 
comctl32/monthcal: Move MCN_GETDAYSTATE notification to a helper.

15 years agocomctl32/monthcal: Fix memory leak on MCN_GETDAYSTATE notification.
Nikolay Sivov [Sat, 26 Sep 2009 11:55:27 +0000 (15:55 +0400)] 
comctl32/monthcal: Fix memory leak on MCN_GETDAYSTATE notification.

15 years agocomctl32/monthcal: Properly handle Goto Today popup menu (on RButton).
Nikolay Sivov [Sat, 26 Sep 2009 11:33:47 +0000 (15:33 +0400)] 
comctl32/monthcal: Properly handle Goto Today popup menu (on RButton).

15 years agocomctl32/monthcal: Store full date info to current date on todaylink with LButton.
Nikolay Sivov [Sat, 26 Sep 2009 11:23:44 +0000 (15:23 +0400)] 
comctl32/monthcal: Store full date info to current date on todaylink with LButton.

15 years agocomctl32/monthcal: Gather currently selected year and month into a single structure.
Nikolay Sivov [Sat, 26 Sep 2009 11:17:59 +0000 (15:17 +0400)] 
comctl32/monthcal: Gather currently selected year and month into a single structure.

15 years agocomctl32/monthcal: Make year edit box readonly, cleanup LButton handler to be more...
Nikolay Sivov [Fri, 25 Sep 2009 23:50:22 +0000 (03:50 +0400)] 
comctl32/monthcal: Make year edit box readonly, cleanup LButton handler to be more readable.

15 years agocomctl32/monthcal: Fix some bugs with date range.
Nikolay Sivov [Fri, 25 Sep 2009 23:09:06 +0000 (03:09 +0400)] 
comctl32/monthcal: Fix some bugs with date range.

15 years agocomctl32/monthcal: Store full date info for selection at creation time.
Nikolay Sivov [Fri, 25 Sep 2009 21:20:33 +0000 (01:20 +0400)] 
comctl32/monthcal: Store full date info for selection at creation time.

15 years agocomctl32/monthcal: Make tests not depend on each other.
Nikolay Sivov [Fri, 25 Sep 2009 20:51:04 +0000 (00:51 +0400)] 
comctl32/monthcal: Make tests not depend on each other.

15 years agocomctl32/monthcal: Copy SYSTEMTIME with a simple assignment.
Nikolay Sivov [Fri, 25 Sep 2009 19:41:08 +0000 (23:41 +0400)] 
comctl32/monthcal: Copy SYSTEMTIME with a simple assignment.

15 years agogdiplus/tests: Fix some test failures on older gdiplus versions.
Paul Vriens [Mon, 28 Sep 2009 10:03:31 +0000 (12:03 +0200)] 
gdiplus/tests: Fix some test failures on older gdiplus versions.

15 years agowined3d: Just use the actual array size as argument to memcpy() in stateblock_copy().
Henri Verbeet [Mon, 28 Sep 2009 08:05:03 +0000 (10:05 +0200)] 
wined3d: Just use the actual array size as argument to memcpy() in stateblock_copy().

15 years agowined3d: Cleanup IWineD3DDeviceImpl_SetTexture() a bit.
Henri Verbeet [Mon, 28 Sep 2009 08:05:02 +0000 (10:05 +0200)] 
wined3d: Cleanup IWineD3DDeviceImpl_SetTexture() a bit.

15 years agowined3d: Remove some redundant code in IWineD3DVertexDeclarationImpl_Release().
Henri Verbeet [Mon, 28 Sep 2009 08:05:01 +0000 (10:05 +0200)] 
wined3d: Remove some redundant code in IWineD3DVertexDeclarationImpl_Release().

The situation the code tests for should never happen because either the
stateblock will still have a reference to the vertex declaration, or the
stateblock itself will be released.

15 years agowined3d: Keep vertex declaration references in the stateblock.
Henri Verbeet [Mon, 28 Sep 2009 08:05:00 +0000 (10:05 +0200)] 
wined3d: Keep vertex declaration references in the stateblock.

15 years agowined3d: Properly keep texture references in the stateblock.
Henri Verbeet [Mon, 28 Sep 2009 08:04:59 +0000 (10:04 +0200)] 
wined3d: Properly keep texture references in the stateblock.

15 years agomshtml: Added IHTMLDocument3::attachEvent implementation.
Jacek Caban [Sun, 27 Sep 2009 18:59:52 +0000 (20:59 +0200)] 
mshtml: Added IHTMLDocument3::attachEvent implementation.

15 years agojscript: Use host global object as default 'this' if available and global object...
Jacek Caban [Sun, 27 Sep 2009 18:59:28 +0000 (20:59 +0200)] 
jscript: Use host global object as default 'this' if available and global object otherwise.

15 years agouser32: Accept SPI_GET/SETMOUSEVANISH parameters in SystemParametersInfo.
Andrey Turkin [Sun, 27 Sep 2009 17:28:23 +0000 (21:28 +0400)] 
user32: Accept SPI_GET/SETMOUSEVANISH parameters in SystemParametersInfo.

15 years agouser32: Accept SPI_GET/SETDROPSHADOW parameters in SystemParametersInfo.
Andrey Turkin [Sun, 27 Sep 2009 15:50:29 +0000 (19:50 +0400)] 
user32: Accept SPI_GET/SETDROPSHADOW parameters in SystemParametersInfo.

15 years agokernel32: Check parameter of CheckRemoteDebuggerPresent with tests.
Stefan Leichter [Sun, 27 Sep 2009 08:10:41 +0000 (10:10 +0200)] 
kernel32: Check parameter of CheckRemoteDebuggerPresent with tests.

15 years agouser32: Invert y in DrawTextEx in GM_COMPATIBLE mode if y increases up.
Vincent Povirk [Fri, 25 Sep 2009 21:55:45 +0000 (16:55 -0500)] 
user32: Invert y in DrawTextEx in GM_COMPATIBLE mode if y increases up.

15 years agourlmon/tests: Fix sec_mgr tests on win98 (IE 4).
Detlef Riekenberg [Fri, 25 Sep 2009 15:55:48 +0000 (17:55 +0200)] 
urlmon/tests: Fix sec_mgr tests on win98 (IE 4).

15 years agojscript: Update French translation.
Frédéric Delanoy [Fri, 25 Sep 2009 19:25:36 +0000 (21:25 +0200)] 
jscript: Update French translation.

15 years agojscript: Update German translation.
André Hentschel [Fri, 25 Sep 2009 15:54:59 +0000 (17:54 +0200)] 
jscript: Update German translation.

15 years agolibport: Add generic interlocked instruction support fallback.
Colin Fowler [Fri, 25 Sep 2009 15:53:17 +0000 (16:53 +0100)] 
libport: Add generic interlocked instruction support fallback.

15 years agoole32/storage32: Fix for reference counters in nested storage.
Markus Stockhausen [Fri, 25 Sep 2009 14:27:49 +0000 (16:27 +0200)] 
ole32/storage32: Fix for reference counters in nested storage.

15 years agoinclude: Avoid direct access to wine_ldt_copy outside of kernel.
Alexandre Julliard [Sat, 26 Sep 2009 11:52:52 +0000 (13:52 +0200)] 
include: Avoid direct access to wine_ldt_copy outside of kernel.

15 years agogdi32: Move the 16-bit DIB pointer support to gdi16.c.
Alexandre Julliard [Sat, 26 Sep 2009 11:50:37 +0000 (13:50 +0200)] 
gdi32: Move the 16-bit DIB pointer support to gdi16.c.

15 years agogdi32: Get rid of the 16-bit DC hook support.
Alexandre Julliard [Sat, 26 Sep 2009 11:32:47 +0000 (13:32 +0200)] 
gdi32: Get rid of the 16-bit DC hook support.

It can only work with native user32 anyway.

15 years agogdi32: Make wing.dll into a stand-alone 16-bit module.
Alexandre Julliard [Sat, 26 Sep 2009 11:32:25 +0000 (13:32 +0200)] 
gdi32: Make wing.dll into a stand-alone 16-bit module.

15 years agogdi32: Move remaining 16-bit metafile functions to metafile16.c
Alexandre Julliard [Sat, 26 Sep 2009 11:31:45 +0000 (13:31 +0200)] 
gdi32: Move remaining 16-bit metafile functions to metafile16.c

15 years agowinex11.drv: BS_DIBPATTERN brushes use a 32-bit handle in 32-bit mode.
Alexandre Julliard [Sat, 26 Sep 2009 11:30:48 +0000 (13:30 +0200)] 
winex11.drv: BS_DIBPATTERN brushes use a 32-bit handle in 32-bit mode.

15 years agowineps.drv: BS_DIBPATTERN brushes use a 32-bit handle in 32-bit mode.
Alexandre Julliard [Sat, 26 Sep 2009 11:30:42 +0000 (13:30 +0200)] 
wineps.drv: BS_DIBPATTERN brushes use a 32-bit handle in 32-bit mode.

15 years agogdi32: BS_DIBPATTERN brushes use a 32-bit handle in 32-bit mode.
Alexandre Julliard [Sat, 26 Sep 2009 11:30:06 +0000 (13:30 +0200)] 
gdi32: BS_DIBPATTERN brushes use a 32-bit handle in 32-bit mode.

15 years agoRelease 1.1.30. wine-1.1.30
Alexandre Julliard [Fri, 25 Sep 2009 16:53:43 +0000 (18:53 +0200)] 
Release 1.1.30.

15 years agouser32/tests: Add missing flush_events in ScrollWindow test.
Alexandre Julliard [Fri, 25 Sep 2009 14:08:50 +0000 (16:08 +0200)] 
user32/tests: Add missing flush_events in ScrollWindow test.

15 years agowindowscodecs: Fix incorrect overflow check caused by test mistake.
Alexandre Julliard [Fri, 25 Sep 2009 13:57:41 +0000 (15:57 +0200)] 
windowscodecs: Fix incorrect overflow check caused by test mistake.

15 years agoddraw: The ddraw surface is now always the wined3d surface's parent.
Henri Verbeet [Fri, 25 Sep 2009 11:31:51 +0000 (13:31 +0200)] 
ddraw: The ddraw surface is now always the wined3d surface's parent.

This GetParent() trick would now cause infinite recursion.

15 years agowined3d: Release the stateblock before destroying the GL context.
Henri Verbeet [Fri, 25 Sep 2009 11:31:50 +0000 (13:31 +0200)] 
wined3d: Release the stateblock before destroying the GL context.

15 years agowined3d: Use the DXGI naming convention for all formats.
Henri Verbeet [Fri, 25 Sep 2009 11:31:49 +0000 (13:31 +0200)] 
wined3d: Use the DXGI naming convention for all formats.

15 years agowined3d: Add a state handler for WINED3DRS_SOFTWAREVERTEXPROCESSING.
Henri Verbeet [Fri, 25 Sep 2009 11:31:48 +0000 (13:31 +0200)] 
wined3d: Add a state handler for WINED3DRS_SOFTWAREVERTEXPROCESSING.

15 years agod3d8: It's not an error to have a NULL texture bound to a stage.
Henri Verbeet [Fri, 25 Sep 2009 11:31:47 +0000 (13:31 +0200)] 
d3d8: It's not an error to have a NULL texture bound to a stage.

15 years agowined3d: Rename IWineD3DDevice::GetIndices() to IWineD3DDevice::GetIndexBuffer().
Henri Verbeet [Fri, 25 Sep 2009 11:31:46 +0000 (13:31 +0200)] 
wined3d: Rename IWineD3DDevice::GetIndices() to IWineD3DDevice::GetIndexBuffer().

15 years agowined3d: Rename IWineD3DDevice::SetIndices() to IWineD3DDevice::SetIndexBuffer().
Henri Verbeet [Fri, 25 Sep 2009 11:31:45 +0000 (13:31 +0200)] 
wined3d: Rename IWineD3DDevice::SetIndices() to IWineD3DDevice::SetIndexBuffer().

15 years agowined3d: Move common shader fields to IWineD3DBaseShaderClass.
Henri Verbeet [Fri, 25 Sep 2009 11:31:44 +0000 (13:31 +0200)] 
wined3d: Move common shader fields to IWineD3DBaseShaderClass.

15 years agowined3d: Remove SetFunction() from the public shader interface.
Henri Verbeet [Fri, 25 Sep 2009 11:31:43 +0000 (13:31 +0200)] 
wined3d: Remove SetFunction() from the public shader interface.

15 years agowined3d: Move some common shader functions to the IWineD3DBaseShader interface.
Henri Verbeet [Fri, 25 Sep 2009 11:31:42 +0000 (13:31 +0200)] 
wined3d: Move some common shader functions to the IWineD3DBaseShader interface.

15 years agod3d8: Set the vertex declaration's shader handle in vertexdeclaration_init().
Henri Verbeet [Fri, 25 Sep 2009 11:31:41 +0000 (13:31 +0200)] 
d3d8: Set the vertex declaration's shader handle in vertexdeclaration_init().

15 years agocomctl32/tests: Use UDM_GET/SETPOS instead of UDM_GET/SETPOS32 for compatibility...
Alexandre Julliard [Fri, 25 Sep 2009 13:13:55 +0000 (15:13 +0200)] 
comctl32/tests: Use UDM_GET/SETPOS instead of UDM_GET/SETPOS32 for compatibility with old versions.

15 years agocomctl32/tests: Fix some rebar tests on older comctl32 versions.
Alexandre Julliard [Fri, 25 Sep 2009 13:13:25 +0000 (15:13 +0200)] 
comctl32/tests: Fix some rebar tests on older comctl32 versions.

15 years agowininet: Add some URL cache tests and make them pass.
Hans Leidekker [Fri, 25 Sep 2009 10:01:35 +0000 (12:01 +0200)] 
wininet: Add some URL cache tests and make them pass.

15 years agowininet: Consistently set last error before testing it.
Hans Leidekker [Fri, 25 Sep 2009 10:01:10 +0000 (12:01 +0200)] 
wininet: Consistently set last error before testing it.

15 years agowininet: Try harder to find a unique cache file name.
Hans Leidekker [Fri, 25 Sep 2009 10:00:11 +0000 (12:00 +0200)] 
wininet: Try harder to find a unique cache file name.

15 years ago d3dx9_42: Implement d3dx9_42 and forward the functions to d3dx9_36.
Ričardas Barkauskas [Fri, 25 Sep 2009 09:17:20 +0000 (12:17 +0300)] 
 d3dx9_42: Implement d3dx9_42 and forward the functions to d3dx9_36.

15 years agoshell32: Don't try to call a 16-bit function on non-x86 platforms.
Alexandre Julliard [Fri, 25 Sep 2009 12:37:57 +0000 (14:37 +0200)] 
shell32: Don't try to call a 16-bit function on non-x86 platforms.

15 years agoshell32: Stub ShellHookProc.
Aric Stewart [Thu, 24 Sep 2009 18:54:33 +0000 (13:54 -0500)] 
shell32: Stub ShellHookProc.

15 years agocmd: Make 'dir' hide hidden or system files by default.
Dan Kegel [Thu, 24 Sep 2009 17:52:57 +0000 (10:52 -0700)] 
cmd: Make 'dir' hide hidden or system files by default.

15 years agocmd: Improve 'attrib' builtin to handle at least setting/clearing single attributes.
Dan Kegel [Thu, 24 Sep 2009 17:52:36 +0000 (10:52 -0700)] 
cmd: Improve 'attrib' builtin to handle at least setting/clearing single attributes.

15 years agontdll: Fix NtQueryInformationFile test failures on Vista Home Basic.
Dan Kegel [Thu, 24 Sep 2009 16:51:42 +0000 (09:51 -0700)] 
ntdll: Fix NtQueryInformationFile test failures on Vista Home Basic.

15 years agontdll: Add initial test for NtQueryDirectoryFile().
Dan Kegel [Thu, 24 Sep 2009 16:49:46 +0000 (09:49 -0700)] 
ntdll: Add initial test for NtQueryDirectoryFile().

15 years agows2_32/tests: Test WSAAccept with CF_DEFER.
Mike Kaplinskiy [Fri, 25 Sep 2009 05:59:20 +0000 (01:59 -0400)] 
ws2_32/tests: Test WSAAccept with CF_DEFER.

15 years agows2_32: Try accepting a connection before blocking.
Mike Kaplinskiy [Fri, 25 Sep 2009 05:59:16 +0000 (01:59 -0400)] 
ws2_32: Try accepting a connection before blocking.

15 years agowinex11: Don't use ColorShifts for non-TrueColor bitmaps.
Roderick Colenbrander [Thu, 10 Sep 2009 14:00:00 +0000 (16:00 +0200)] 
winex11: Don't use ColorShifts for non-TrueColor bitmaps.

15 years agocomctl32/monthcal: Some cleanup to avoid cast in helpers.
Nikolay Sivov [Thu, 24 Sep 2009 23:43:38 +0000 (03:43 +0400)] 
comctl32/monthcal: Some cleanup to avoid cast in helpers.

15 years agocomctl32/monthcal: Don't redraw if date didn't change on MCM_SETTODAY.
Nikolay Sivov [Thu, 24 Sep 2009 23:32:18 +0000 (03:32 +0400)] 
comctl32/monthcal: Don't redraw if date didn't change on MCM_SETTODAY.

15 years agocomctl32/monthcal: Name MCM_SETMAXSELCOUNT parameter.
Nikolay Sivov [Thu, 24 Sep 2009 23:16:51 +0000 (03:16 +0400)] 
comctl32/monthcal: Name MCM_SETMAXSELCOUNT parameter.

15 years agocomctl32/monthcal: Don't redraw after MCM_SETCURSEL if selection doesn't change.
Nikolay Sivov [Thu, 24 Sep 2009 23:13:38 +0000 (03:13 +0400)] 
comctl32/monthcal: Don't redraw after MCM_SETCURSEL if selection doesn't change.

15 years agocomct32/monthcal: Invalidate background too on MCM_SETCOLOR with MCSC_BACKGROUND.
Nikolay Sivov [Thu, 24 Sep 2009 22:52:37 +0000 (02:52 +0400)] 
comct32/monthcal: Invalidate background too on MCM_SETCOLOR with MCSC_BACKGROUND.

15 years agowined3d: Recognize DRI R300 drivers as Mesa.
Austin English [Thu, 24 Sep 2009 21:04:05 +0000 (16:04 -0500)] 
wined3d: Recognize DRI R300 drivers as Mesa.

15 years agojscript: Update French translation.
Frédéric Delanoy [Wed, 23 Sep 2009 20:22:41 +0000 (22:22 +0200)] 
jscript: Update French translation.

15 years agontdll: Add support for ordinal forwards.
Alexandre Julliard [Fri, 25 Sep 2009 11:12:02 +0000 (13:12 +0200)] 
ntdll: Add support for ordinal forwards.

15 years agontdll: Support both 32-bit and 64-bit modules in RtlImageDirectoryEntryToData.
Alexandre Julliard [Fri, 25 Sep 2009 10:46:39 +0000 (12:46 +0200)] 
ntdll: Support both 32-bit and 64-bit modules in RtlImageDirectoryEntryToData.

15 years agowinedump: Ordinal functions can be forwards too.
Alexandre Julliard [Thu, 24 Sep 2009 20:36:45 +0000 (22:36 +0200)] 
winedump: Ordinal functions can be forwards too.

15 years agoadvapi32: Implement LsaLookupSids.
Aric Stewart [Thu, 24 Sep 2009 13:38:35 +0000 (08:38 -0500)] 
advapi32: Implement LsaLookupSids.

15 years agorpcrt4/tests: Fix cstub test on Win7.
Ge van Geldorp [Thu, 24 Sep 2009 13:37:24 +0000 (15:37 +0200)] 
rpcrt4/tests: Fix cstub test on Win7.

15 years agomshtml/tests: Fix copyright notice.
Ge van Geldorp [Thu, 24 Sep 2009 13:36:55 +0000 (15:36 +0200)] 
mshtml/tests: Fix copyright notice.

15 years agontdll: Silence a noisy FIXME.
Alexandre Julliard [Thu, 24 Sep 2009 13:32:23 +0000 (15:32 +0200)] 
ntdll: Silence a noisy FIXME.

15 years agorichedit: Silence fixme for WM_STYLECHANGING & WM_STYLECHANGED.
Dylan Smith [Thu, 24 Sep 2009 13:02:51 +0000 (09:02 -0400)] 
richedit: Silence fixme for WM_STYLECHANGING & WM_STYLECHANGED.

15 years agooledb32: Implement conversions to DBTYPE_WSTR.
Huw Davies [Thu, 24 Sep 2009 11:20:10 +0000 (12:20 +0100)] 
oledb32: Implement conversions to DBTYPE_WSTR.

15 years agooledb32: Implement conversions to DBTYPE_BSTR.
Huw Davies [Wed, 23 Sep 2009 13:46:55 +0000 (14:46 +0100)] 
oledb32: Implement conversions to DBTYPE_BSTR.

15 years agooledb32: Add conversions to DBTYPE_I2.
Huw Davies [Wed, 23 Sep 2009 12:42:53 +0000 (13:42 +0100)] 
oledb32: Add conversions to DBTYPE_I2.

15 years agoshlwapi: Implement StrChrNW.
Aric Stewart [Thu, 24 Sep 2009 12:31:17 +0000 (07:31 -0500)] 
shlwapi: Implement StrChrNW.

15 years agouser32: In ScrollWindowEx do not clip the clipping rectangle with the scrolling recta...
Rein Klazes [Thu, 24 Sep 2009 09:17:26 +0000 (11:17 +0200)] 
user32: In ScrollWindowEx do not clip the clipping rectangle with the scrolling rectangle.

15 years agocomctl32/monthcal: Use a style we're caching already.
Nikolay Sivov [Wed, 23 Sep 2009 23:23:27 +0000 (03:23 +0400)] 
comctl32/monthcal: Use a style we're caching already.

15 years agocomctl32/monthcal: Move helper parameter cast to winproc, remove dead parameter check...
Nikolay Sivov [Wed, 23 Sep 2009 23:02:31 +0000 (03:02 +0400)] 
comctl32/monthcal: Move helper parameter cast to winproc, remove dead parameter check code.

15 years agocomctl32/listview: Skip icon spacing tests when unsupported.
Nikolay Sivov [Wed, 23 Sep 2009 20:15:51 +0000 (00:15 +0400)] 
comctl32/listview: Skip icon spacing tests when unsupported.

15 years agocomctl32/listview: Skip some header tests on version 4.0 module.
Nikolay Sivov [Wed, 23 Sep 2009 20:04:01 +0000 (00:04 +0400)] 
comctl32/listview: Skip some header tests on version 4.0 module.

15 years agontdll: Move creation of the CPU-specific registry keys to wineboot.
Alexandre Julliard [Thu, 24 Sep 2009 12:22:57 +0000 (14:22 +0200)] 
ntdll: Move creation of the CPU-specific registry keys to wineboot.

15 years agojscript: Throw type error from call and apply functions.
Jacek Caban [Wed, 23 Sep 2009 22:45:42 +0000 (00:45 +0200)] 
jscript: Throw type error from call and apply functions.

15 years agojscript: Added Object.toString implementation for variable object.
Jacek Caban [Wed, 23 Sep 2009 22:45:21 +0000 (00:45 +0200)] 
jscript: Added Object.toString implementation for variable object.

15 years agojscript: Throw type error fot Array.toString with wrong 'this' call.
Jacek Caban [Wed, 23 Sep 2009 22:45:00 +0000 (00:45 +0200)] 
jscript: Throw type error fot Array.toString with wrong 'this' call.

15 years agojscript: Fixed to_object for NULL IDispatch.
Jacek Caban [Wed, 23 Sep 2009 22:44:30 +0000 (00:44 +0200)] 
jscript: Fixed to_object for NULL IDispatch.