wine
12 years agomshtml: Make HTMLInnerWindow the owner of timers.
Jacek Caban [Wed, 17 Oct 2012 10:19:34 +0000 (12:19 +0200)] 
mshtml: Make HTMLInnerWindow the owner of timers.

12 years agomshtml: Use detach_inner_window in release_inner_window.
Jacek Caban [Wed, 17 Oct 2012 10:19:12 +0000 (12:19 +0200)] 
mshtml: Use detach_inner_window in release_inner_window.

12 years agomshtml: Added IOmNavigator::onLine semi-stub.
Jacek Caban [Wed, 17 Oct 2012 10:18:48 +0000 (12:18 +0200)] 
mshtml: Added IOmNavigator::onLine semi-stub.

12 years agomshtml: Added HTMLImgElement::onabort implementation.
Jacek Caban [Wed, 17 Oct 2012 10:18:30 +0000 (12:18 +0200)] 
mshtml: Added HTMLImgElement::onabort implementation.

12 years agogdi32: Get rid of the GDIOBJHDR type.
Alexandre Julliard [Wed, 17 Oct 2012 11:48:45 +0000 (13:48 +0200)] 
gdi32: Get rid of the GDIOBJHDR type.

12 years agogdi32: Get rid of the METAFILEOBJ type, instead store a pointer to the metafile data.
Alexandre Julliard [Wed, 17 Oct 2012 11:46:32 +0000 (13:46 +0200)] 
gdi32: Get rid of the METAFILEOBJ type, instead store a pointer to the metafile data.

12 years agogdi32: Get rid of the RGNOBJ type, instead store a pointer to the region itself.
Alexandre Julliard [Wed, 17 Oct 2012 11:28:25 +0000 (13:28 +0200)] 
gdi32: Get rid of the RGNOBJ type, instead store a pointer to the region itself.

12 years agogdi32: Store the object flags directly in the GDI handle table.
Alexandre Julliard [Wed, 17 Oct 2012 11:20:46 +0000 (13:20 +0200)] 
gdi32: Store the object flags directly in the GDI handle table.

12 years agogdi32: Store the object selection count directly in the GDI handle table.
Alexandre Julliard [Wed, 17 Oct 2012 11:17:56 +0000 (13:17 +0200)] 
gdi32: Store the object selection count directly in the GDI handle table.

12 years agogdi32: Process the object HDC list outside of the critical section.
Alexandre Julliard [Wed, 17 Oct 2012 11:08:11 +0000 (13:08 +0200)] 
gdi32: Process the object HDC list outside of the critical section.

12 years agogdi32: Store the HDC list directly in the GDI handle table.
Alexandre Julliard [Wed, 17 Oct 2012 11:03:18 +0000 (13:03 +0200)] 
gdi32: Store the HDC list directly in the GDI handle table.

12 years agogdi32: Store the object function table directly in the GDI handle table.
Alexandre Julliard [Wed, 17 Oct 2012 10:43:23 +0000 (12:43 +0200)] 
gdi32: Store the object function table directly in the GDI handle table.

12 years agogdi32: Store the object type directly in the GDI handle table.
Alexandre Julliard [Wed, 17 Oct 2012 10:25:28 +0000 (12:25 +0200)] 
gdi32: Store the object type directly in the GDI handle table.

12 years agocmd: Add support for calling a built in command.
Jason Edmeades [Sat, 13 Oct 2012 23:38:53 +0000 (00:38 +0100)] 
cmd: Add support for calling a built in command.

12 years agocmd: Rename parameter passed to builtin calls.
Jason Edmeades [Tue, 16 Oct 2012 22:41:58 +0000 (23:41 +0100)] 
cmd: Rename parameter passed to builtin calls.

12 years agocmd: Handle very odd delimiter support for command line.
Jason Edmeades [Tue, 16 Oct 2012 22:35:33 +0000 (23:35 +0100)] 
cmd: Handle very odd delimiter support for command line.

12 years agoddraw/tests: Add some display mode set / restore tests with multiple ddraw objects.
Henri Verbeet [Wed, 17 Oct 2012 09:33:36 +0000 (11:33 +0200)] 
ddraw/tests: Add some display mode set / restore tests with multiple ddraw objects.

12 years agomsvcp: Sync implementations.
Piotr Caban [Wed, 17 Oct 2012 08:01:40 +0000 (10:01 +0200)] 
msvcp: Sync implementations.

12 years agomsvcp60: Fixed basic_stringbuf class structure.
Piotr Caban [Wed, 17 Oct 2012 08:01:21 +0000 (10:01 +0200)] 
msvcp60: Fixed basic_stringbuf class structure.

12 years agomsvcp60: Fixed overflow in basic_string_char_find_cstr_substr function.
Piotr Caban [Wed, 17 Oct 2012 08:00:13 +0000 (10:00 +0200)] 
msvcp60: Fixed overflow in basic_string_char_find_cstr_substr function.

12 years agomsvcp71: Fixed basic_string::ptr implementation.
Piotr Caban [Wed, 17 Oct 2012 07:59:53 +0000 (09:59 +0200)] 
msvcp71: Fixed basic_string::ptr implementation.

12 years agomsvcp71: Added istrstream destructor implementation.
Piotr Caban [Wed, 17 Oct 2012 07:59:32 +0000 (09:59 +0200)] 
msvcp71: Added istrstream destructor implementation.

12 years agomsvcp71: Added ostrstream class implementation.
Piotr Caban [Wed, 17 Oct 2012 07:59:17 +0000 (09:59 +0200)] 
msvcp71: Added ostrstream class implementation.

12 years agomsvcp71: Added strstream class implementation.
Piotr Caban [Wed, 17 Oct 2012 07:58:57 +0000 (09:58 +0200)] 
msvcp71: Added strstream class implementation.

12 years agomsvcp90: Added _Nomemory implementation.
Piotr Caban [Wed, 17 Oct 2012 07:58:25 +0000 (09:58 +0200)] 
msvcp90: Added _Nomemory implementation.

12 years agomsvcp90: Fixed strstreambuf_ctor_get implementation.
Piotr Caban [Wed, 17 Oct 2012 07:57:39 +0000 (09:57 +0200)] 
msvcp90: Fixed strstreambuf_ctor_get implementation.

12 years agomsvcp60: Added more std::getline functions.
Piotr Caban [Wed, 17 Oct 2012 07:57:18 +0000 (09:57 +0200)] 
msvcp60: Added more std::getline functions.

12 years agomsvcp100: Store locale string in _Yarn<char> class.
Piotr Caban [Wed, 17 Oct 2012 07:56:57 +0000 (09:56 +0200)] 
msvcp100: Store locale string in _Yarn<char> class.

12 years agomsvcp100/tests: Added _Yarn<char> class tests.
Piotr Caban [Wed, 17 Oct 2012 07:56:37 +0000 (09:56 +0200)] 
msvcp100/tests: Added _Yarn<char> class tests.

12 years agomsvcp100: Added _Yarn<char> class implementation.
Piotr Caban [Wed, 17 Oct 2012 07:56:09 +0000 (09:56 +0200)] 
msvcp100: Added _Yarn<char> class implementation.

12 years agomapi32: Forward WrapCompressedRTFStream to the registered provider, if any.
Hans Leidekker [Wed, 17 Oct 2012 09:09:08 +0000 (11:09 +0200)] 
mapi32: Forward WrapCompressedRTFStream to the registered provider, if any.

12 years agowbemprox: Add tests for Win32_Service methods.
Hans Leidekker [Wed, 17 Oct 2012 09:08:40 +0000 (11:08 +0200)] 
wbemprox: Add tests for Win32_Service methods.

12 years agowbemprox: Implement Win32_Service.StopService.
Hans Leidekker [Wed, 17 Oct 2012 09:08:14 +0000 (11:08 +0200)] 
wbemprox: Implement Win32_Service.StopService.

12 years agowbemprox: Implement Win32_Service.StartService.
Hans Leidekker [Wed, 17 Oct 2012 09:07:57 +0000 (11:07 +0200)] 
wbemprox: Implement Win32_Service.StartService.

12 years agowbemprox: Implement Win32_Service.ResumeService.
Hans Leidekker [Wed, 17 Oct 2012 09:07:38 +0000 (11:07 +0200)] 
wbemprox: Implement Win32_Service.ResumeService.

12 years agowbemprox: Implement Win32_Service.PauseService.
Hans Leidekker [Wed, 17 Oct 2012 09:07:17 +0000 (11:07 +0200)] 
wbemprox: Implement Win32_Service.PauseService.

12 years agowbemprox: The last parameter to IWbemClassObject::GetMethod is optional.
Hans Leidekker [Wed, 17 Oct 2012 09:06:59 +0000 (11:06 +0200)] 
wbemprox: The last parameter to IWbemClassObject::GetMethod is optional.

12 years agowbemprox: Keep a reference to the table from uncommitted instances.
Hans Leidekker [Wed, 17 Oct 2012 09:06:41 +0000 (11:06 +0200)] 
wbemprox: Keep a reference to the table from uncommitted instances.

12 years agovbscript: Use simplified builtin constants for more constants.
Jacek Caban [Wed, 17 Oct 2012 07:54:45 +0000 (09:54 +0200)] 
vbscript: Use simplified builtin constants for more constants.

12 years agovbscript: Allow specifying simple builtin constants without proper getter.
Jacek Caban [Wed, 17 Oct 2012 07:54:27 +0000 (09:54 +0200)] 
vbscript: Allow specifying simple builtin constants without proper getter.

12 years agovbscript: Pass arguments to builtin functions in natural order.
Jacek Caban [Wed, 17 Oct 2012 07:54:12 +0000 (09:54 +0200)] 
vbscript: Pass arguments to builtin functions in natural order.

12 years agoddraw: When restoring the display mode, use the mode set before the first mode change...
Henri Verbeet [Tue, 16 Oct 2012 20:43:12 +0000 (22:43 +0200)] 
ddraw: When restoring the display mode, use the mode set before the first mode change on any ddraw object.

12 years agoddraw: Only restore the display mode if we changed it.
Henri Verbeet [Tue, 16 Oct 2012 20:43:11 +0000 (22:43 +0200)] 
ddraw: Only restore the display mode if we changed it.

12 years agoddraw: Prevent mode changes when a different ddraw object is in exclusive mode.
Henri Verbeet [Tue, 16 Oct 2012 20:43:10 +0000 (22:43 +0200)] 
ddraw: Prevent mode changes when a different ddraw object is in exclusive mode.

12 years agowined3d: Handle WINED3DSPR_PRIMID in the GLSL shader backend.
Henri Verbeet [Tue, 16 Oct 2012 20:43:09 +0000 (22:43 +0200)] 
wined3d: Handle WINED3DSPR_PRIMID in the GLSL shader backend.

12 years agoregedit: Disallow editing root key names.
Daniel Jelinski [Tue, 16 Oct 2012 18:14:52 +0000 (20:14 +0200)] 
regedit: Disallow editing root key names.

12 years agomsvcrt: Fixed tmpfile implementation.
Piotr Caban [Tue, 16 Oct 2012 15:23:04 +0000 (17:23 +0200)] 
msvcrt: Fixed tmpfile implementation.

12 years agoamstream: Specifying a stream object in params is not yet supported.
Christian Costa [Tue, 16 Oct 2012 18:12:19 +0000 (20:12 +0200)] 
amstream: Specifying a stream object in params is not yet supported.

12 years agowined3d: Add new Radeon HD 6670 GL renderer string.
Matteo Bruni [Tue, 16 Oct 2012 14:33:04 +0000 (16:33 +0200)] 
wined3d: Add new Radeon HD 6670 GL renderer string.

12 years agowined3d: Recognize AMD Radeon HD 5000 series GPUs on recent binary drivers.
Matteo Bruni [Tue, 16 Oct 2012 14:33:03 +0000 (16:33 +0200)] 
wined3d: Recognize AMD Radeon HD 5000 series GPUs on recent binary drivers.

12 years agowined3d: Provide a better fallback for D3D10 AMD GPUs.
Matteo Bruni [Tue, 16 Oct 2012 14:33:02 +0000 (16:33 +0200)] 
wined3d: Provide a better fallback for D3D10 AMD GPUs.

12 years agowined3d: Add a D3D10-level fallback for Intel GPU recognition.
Matteo Bruni [Tue, 16 Oct 2012 14:33:01 +0000 (16:33 +0200)] 
wined3d: Add a D3D10-level fallback for Intel GPU recognition.

12 years agowined3d: Improve a Nvidia GPU recognition fallback.
Matteo Bruni [Tue, 16 Oct 2012 14:33:00 +0000 (16:33 +0200)] 
wined3d: Improve a Nvidia GPU recognition fallback.

12 years agowined3d: Split GPU vendor and GL vendor handling in GPU recognition.
Matteo Bruni [Tue, 16 Oct 2012 14:32:59 +0000 (16:32 +0200)] 
wined3d: Split GPU vendor and GL vendor handling in GPU recognition.

12 years agomshtml: Fixed tests on old IEs.
Jacek Caban [Tue, 16 Oct 2012 15:10:29 +0000 (17:10 +0200)] 
mshtml: Fixed tests on old IEs.

12 years agomshtml: Added IHTMLScriptElement::put_src tests.
Jacek Caban [Tue, 16 Oct 2012 15:10:11 +0000 (17:10 +0200)] 
mshtml: Added IHTMLScriptElement::put_src tests.

12 years agomshtml: Added support for IHTMLScriptElement::put_src on detached elements.
Jacek Caban [Tue, 16 Oct 2012 15:09:52 +0000 (17:09 +0200)] 
mshtml: Added support for IHTMLScriptElement::put_src on detached elements.

12 years agomshtml: Added support for IHTMLScriptElement::put_src calls during parser callback.
Jacek Caban [Tue, 16 Oct 2012 15:08:25 +0000 (17:08 +0200)] 
mshtml: Added support for IHTMLScriptElement::put_src calls during parser callback.

12 years agomshtml: Return early from BindToDocument if possible.
Jacek Caban [Tue, 16 Oct 2012 15:08:05 +0000 (17:08 +0200)] 
mshtml: Return early from BindToDocument if possible.

12 years agomshtml: Added beginning IHTMLScriptElement::put_src implementation.
Jacek Caban [Tue, 16 Oct 2012 15:07:48 +0000 (17:07 +0200)] 
mshtml: Added beginning IHTMLScriptElement::put_src implementation.

12 years agomshtml: Moved HTMLScriptElement declaration to separated header.
Jacek Caban [Tue, 16 Oct 2012 15:07:29 +0000 (17:07 +0200)] 
mshtml: Moved HTMLScriptElement declaration to separated header.

12 years agomshtml: Added IHTMLBodyElement::onload property implementation.
Jacek Caban [Tue, 16 Oct 2012 15:07:10 +0000 (17:07 +0200)] 
mshtml: Added IHTMLBodyElement::onload property implementation.

12 years agoshell32/tests: Fix a test_argify() check that fails on NT4 and Windows 2000.
Francois Gouget [Tue, 16 Oct 2012 14:07:08 +0000 (16:07 +0200)] 
shell32/tests: Fix a test_argify() check that fails on NT4 and Windows 2000.

12 years agomsvcp90: Fix num_get<>::_Getffld.
Daniel Lehman [Tue, 2 Oct 2012 18:30:40 +0000 (11:30 -0700)] 
msvcp90: Fix num_get<>::_Getffld.

12 years agomsvcp: Sync num_get<>::_Getifld.
Daniel Lehman [Thu, 11 Oct 2012 21:21:49 +0000 (14:21 -0700)] 
msvcp: Sync num_get<>::_Getifld.

12 years agovcomp: No-op stubs for _vcomp_single_begin, _vcomp_single_end.
Dan Kegel [Mon, 15 Oct 2012 18:54:13 +0000 (11:54 -0700)] 
vcomp: No-op stubs for _vcomp_single_begin, _vcomp_single_end.

12 years agovcomp: No-op stub for _vcomp_barrier.
Dan Kegel [Mon, 15 Oct 2012 18:48:37 +0000 (11:48 -0700)] 
vcomp: No-op stub for _vcomp_barrier.

12 years agovcomp: Sync spec files.
AndrĂ© Hentschel [Mon, 15 Oct 2012 20:40:09 +0000 (22:40 +0200)] 
vcomp: Sync spec files.

12 years agoRevert "wine.inf: Add .NET keys to the 64-bit registry.".
Vincent Povirk [Mon, 15 Oct 2012 20:19:08 +0000 (15:19 -0500)] 
Revert "wine.inf: Add .NET keys to the 64-bit registry.".

This reverts commit c1279a6b03ed78a65ddf87755aff15700e086a12.

12 years agomscoree: Update Wine Mono to 0.0.8.
Vincent Povirk [Mon, 15 Oct 2012 20:17:11 +0000 (15:17 -0500)] 
mscoree: Update Wine Mono to 0.0.8.

12 years agodsound/tests: Handle broken E_FAIL of broken AC97 driver.
Detlef Riekenberg [Sun, 14 Oct 2012 21:39:46 +0000 (23:39 +0200)] 
dsound/tests: Handle broken E_FAIL of broken AC97 driver.

12 years agodsound/tests: Handle broken E_FAIL in dsound8 for AC97.
Detlef Riekenberg [Sun, 14 Oct 2012 21:38:13 +0000 (23:38 +0200)] 
dsound/tests: Handle broken E_FAIL in dsound8 for AC97.

12 years agocmd: %* expands to first non-whitespace delimiter of first arg.
Jason Edmeades [Sat, 13 Oct 2012 21:24:35 +0000 (22:24 +0100)] 
cmd: %* expands to first non-whitespace delimiter of first arg.

12 years agocmd: Identify the program name using more appropriate parsing.
Jason Edmeades [Sat, 13 Oct 2012 21:11:03 +0000 (22:11 +0100)] 
cmd: Identify the program name using more appropriate parsing.

12 years agocmd: cmd /c "pgmname" searches all extensions on PATHEXT.
Jason Edmeades [Sat, 13 Oct 2012 20:50:22 +0000 (21:50 +0100)] 
cmd: cmd /c "pgmname" searches all extensions on PATHEXT.

12 years agocomctl32/tests: Expanding/collapsing a node always sends associated messages.
Daniel Jelinski [Fri, 12 Oct 2012 21:30:05 +0000 (23:30 +0200)] 
comctl32/tests: Expanding/collapsing a node always sends associated messages.

12 years agocomctl32: Fix notifications and return value when collapsing already collapsed node.
Daniel Jelinski [Fri, 12 Oct 2012 20:50:23 +0000 (22:50 +0200)] 
comctl32: Fix notifications and return value when collapsing already collapsed node.

12 years agocomctl32: Do not send TVN_ITEMEXPANDING when expanding item with no children.
Daniel Jelinski [Thu, 27 Sep 2012 19:06:48 +0000 (21:06 +0200)] 
comctl32: Do not send TVN_ITEMEXPANDING when expanding item with no children.

12 years agodwrite: Implement GetMetrics() for IDWriteFont.
Nikolay Sivov [Tue, 16 Oct 2012 16:56:23 +0000 (12:56 -0400)] 
dwrite: Implement GetMetrics() for IDWriteFont.

12 years agoole32: Cleanup IClientSecurity interface of a proxy manager.
Nikolay Sivov [Tue, 16 Oct 2012 03:30:40 +0000 (23:30 -0400)] 
ole32: Cleanup IClientSecurity interface of a proxy manager.

12 years agoole32: Cleanup IMarshal interface of proxy manager.
Nikolay Sivov [Tue, 16 Oct 2012 03:23:36 +0000 (23:23 -0400)] 
ole32: Cleanup IMarshal interface of proxy manager.

12 years agoddraw: Just implement ddraw7_RestoreDisplayMode() on top of wined3d_set_adapter_displ...
Henri Verbeet [Mon, 15 Oct 2012 20:26:21 +0000 (22:26 +0200)] 
ddraw: Just implement ddraw7_RestoreDisplayMode() on top of wined3d_set_adapter_display_mode().

12 years agoddraw: Get rid of some fallback code in CreateSurface().
Henri Verbeet [Mon, 15 Oct 2012 20:26:20 +0000 (22:26 +0200)] 
ddraw: Get rid of some fallback code in CreateSurface().

12 years agowined3d: Recognise the SM4 "primID" register type.
Henri Verbeet [Mon, 15 Oct 2012 20:26:19 +0000 (22:26 +0200)] 
wined3d: Recognise the SM4 "primID" register type.

12 years agowined3d: Explicitly check the shader type in shader_glsl_mov().
Henri Verbeet [Mon, 15 Oct 2012 20:26:18 +0000 (22:26 +0200)] 
wined3d: Explicitly check the shader type in shader_glsl_mov().

12 years agowined3d: Explicitly check the shader type in shader_glsl_texldl().
Henri Verbeet [Mon, 15 Oct 2012 20:26:17 +0000 (22:26 +0200)] 
wined3d: Explicitly check the shader type in shader_glsl_texldl().

12 years agoimm32: Switch the value of IMMGWL_IMC in the UI window when a new imc opens.
Aric Stewart [Mon, 15 Oct 2012 16:01:30 +0000 (11:01 -0500)] 
imm32: Switch the value of IMMGWL_IMC in the UI window when a new imc opens.

12 years agouser32/tests: Add a trailing '\n' to an ok() call.
Francois Gouget [Mon, 15 Oct 2012 15:24:41 +0000 (17:24 +0200)] 
user32/tests: Add a trailing '\n' to an ok() call.

12 years agod3dcompiler_43: Make free_function{_decl}() static.
Francois Gouget [Mon, 15 Oct 2012 15:24:25 +0000 (17:24 +0200)] 
d3dcompiler_43: Make free_function{_decl}() static.

12 years agowbemprox: Pass an object instance to class methods.
Hans Leidekker [Mon, 15 Oct 2012 14:18:59 +0000 (16:18 +0200)] 
wbemprox: Pass an object instance to class methods.

12 years agouser32: Delay message spying initialization until needed.
Alexandre Julliard [Mon, 15 Oct 2012 16:02:36 +0000 (18:02 +0200)] 
user32: Delay message spying initialization until needed.

12 years agowinex11: Get rid of the __wine_x11_managed property.
Alexandre Julliard [Mon, 15 Oct 2012 14:19:09 +0000 (16:19 +0200)] 
winex11: Get rid of the __wine_x11_managed property.

12 years agouser32: Don't show the icon title for off-screen icons.
Alexandre Julliard [Mon, 15 Oct 2012 14:17:46 +0000 (16:17 +0200)] 
user32: Don't show the icon title for off-screen icons.

12 years agowinex11: Move the icon window off-screen for managed windows.
Alexandre Julliard [Mon, 15 Oct 2012 14:17:22 +0000 (16:17 +0200)] 
winex11: Move the icon window off-screen for managed windows.

12 years agouser32: Add internal class small icons.
Sergey Guralnik [Fri, 12 Oct 2012 06:36:10 +0000 (10:36 +0400)] 
user32: Add internal class small icons.

12 years agocomctl32: Allow expanding/collapsing treeview nodes multiple times.
Daniel Jelinski [Fri, 12 Oct 2012 19:33:17 +0000 (21:33 +0200)] 
comctl32: Allow expanding/collapsing treeview nodes multiple times.

12 years agoole32: Cleanup IMultiQI interface of proxy manager.
Nikolay Sivov [Mon, 15 Oct 2012 15:41:44 +0000 (11:41 -0400)] 
ole32: Cleanup IMultiQI interface of proxy manager.

12 years agoole32: Store destination context and context data in server channel.
Nikolay Sivov [Sun, 14 Oct 2012 16:07:06 +0000 (12:07 -0400)] 
ole32: Store destination context and context data in server channel.

12 years agoole32: Store destination context data in channel buffer.
Nikolay Sivov [Sun, 14 Oct 2012 14:50:05 +0000 (10:50 -0400)] 
ole32: Store destination context data in channel buffer.

12 years agoole32: Cleanup IRpcChannelBuffer.
Nikolay Sivov [Sun, 14 Oct 2012 14:38:04 +0000 (10:38 -0400)] 
ole32: Cleanup IRpcChannelBuffer.