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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

11 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().

11 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().

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

11 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().

11 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().

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

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

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

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

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

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

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

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

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

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

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

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

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

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

11 years agoole32: Fix debug output for user marshal flags.
Nikolay Sivov [Sun, 14 Oct 2012 14:27:22 +0000 (10:27 -0400)] 
ole32: Fix debug output for user marshal flags.

11 years agodwrite: Correct reference count behavior for font face interface.
Nikolay Sivov [Sat, 13 Oct 2012 05:22:05 +0000 (01:22 -0400)] 
dwrite: Correct reference count behavior for font face interface.

11 years agoqcap: Remove useless FIXME.
Christian Costa [Sun, 14 Oct 2012 16:22:07 +0000 (18:22 +0200)] 
qcap: Remove useless FIXME.

11 years agokernel32: Implement FileNameInfo in GetFileInformationByHandleEx.
Christian Costa [Sun, 14 Oct 2012 15:27:57 +0000 (17:27 +0200)] 
kernel32: Implement FileNameInfo in GetFileInformationByHandleEx.

11 years agontoskrnl.exe: Add stub for IoAcquireRemoveLockEx.
Christian Costa [Sat, 13 Oct 2012 11:11:28 +0000 (13:11 +0200)] 
ntoskrnl.exe: Add stub for IoAcquireRemoveLockEx.

11 years agodinput: Replace FIXMEs by TRACEs in dump function.
Christian Costa [Fri, 12 Oct 2012 21:58:10 +0000 (23:58 +0200)] 
dinput: Replace FIXMEs by TRACEs in dump function.

11 years agocmd: Add full support for copy concatenation and ascii/binary.
Jason Edmeades [Fri, 12 Oct 2012 09:23:24 +0000 (10:23 +0100)] 
cmd: Add full support for copy concatenation and ascii/binary.

11 years agocmd: Support copy to an 'ascii' destination.
Jason Edmeades [Thu, 11 Oct 2012 23:37:24 +0000 (00:37 +0100)] 
cmd: Support copy to an 'ascii' destination.

11 years agocmd: Add suite of tests for the copy command.
Jason Edmeades [Thu, 11 Oct 2012 22:40:21 +0000 (23:40 +0100)] 
cmd: Add suite of tests for the copy command.

11 years agocmd: Fix some issues with ~ modifier expansion.
Jason Edmeades [Thu, 11 Oct 2012 21:53:38 +0000 (22:53 +0100)] 
cmd: Fix some issues with ~ modifier expansion.

11 years agocmd: Rework the body of WCMD_copy based on new parameter parsing.
Jason Edmeades [Tue, 9 Oct 2012 19:11:50 +0000 (20:11 +0100)] 
cmd: Rework the body of WCMD_copy based on new parameter parsing.

11 years agocmd: Rework parameter parsing for WCMD_Copy.
Jason Edmeades [Mon, 8 Oct 2012 20:25:58 +0000 (21:25 +0100)] 
cmd: Rework parameter parsing for WCMD_Copy.

11 years agocmd: Fix regression around prompting during copy.
Jason Edmeades [Thu, 4 Oct 2012 08:57:33 +0000 (09:57 +0100)] 
cmd: Fix regression around prompting during copy.

11 years agogdi32: Always return the full DIB surface in GetImage and adjust coordinates accordingly.
Alexandre Julliard [Mon, 15 Oct 2012 12:16:28 +0000 (14:16 +0200)] 
gdi32: Always return the full DIB surface in GetImage and adjust coordinates accordingly.

Based on a patch by Ken Thomases.

11 years agowinex11: Remove the no longer needed GetAsyncKeyState entry point.
Alexandre Julliard [Mon, 15 Oct 2012 10:21:05 +0000 (12:21 +0200)] 
winex11: Remove the no longer needed GetAsyncKeyState entry point.

11 years agouser32: Flush window surfaces in all functions that are used to poll for input.
Alexandre Julliard [Mon, 15 Oct 2012 10:20:28 +0000 (12:20 +0200)] 
user32: Flush window surfaces in all functions that are used to poll for input.

11 years agomshtml: Added IHTMLLinkElement::href property implementation.
Jacek Caban [Mon, 15 Oct 2012 09:17:42 +0000 (11:17 +0200)] 
mshtml: Added IHTMLLinkElement::href property implementation.

11 years agomshtml: Added IHTMLLinkElement::type property implementation.
Jacek Caban [Mon, 15 Oct 2012 09:17:24 +0000 (11:17 +0200)] 
mshtml: Added IHTMLLinkElement::type property implementation.

11 years agomshtml: Added IHTMLLinkElement::rel property implementation.
Jacek Caban [Mon, 15 Oct 2012 09:17:10 +0000 (11:17 +0200)] 
mshtml: Added IHTMLLinkElement::rel property implementation.

11 years agomshtml: Added IHTMLLinkElement::disabled property implementation.
Jacek Caban [Mon, 15 Oct 2012 09:16:51 +0000 (11:16 +0200)] 
mshtml: Added IHTMLLinkElement::disabled property implementation.

11 years agomshtml: Added IHTMLLinkElement stub implementation.
Jacek Caban [Mon, 15 Oct 2012 09:16:30 +0000 (11:16 +0200)] 
mshtml: Added IHTMLLinkElement stub implementation.

11 years agovbscript: Added Chr implementation.
Jacek Caban [Mon, 15 Oct 2012 09:15:51 +0000 (11:15 +0200)] 
vbscript: Added Chr implementation.

11 years agojscript: Move 'inline' to the beginning of the declaration.
Michael Stefaniuc [Mon, 15 Oct 2012 09:26:48 +0000 (11:26 +0200)] 
jscript: Move 'inline' to the beginning of the declaration.

11 years agowbemprox: Implement StdRegProv.GetStringValue.
Hans Leidekker [Mon, 15 Oct 2012 08:46:09 +0000 (10:46 +0200)] 
wbemprox: Implement StdRegProv.GetStringValue.

11 years agouser32: Make sure that window's normal_rect is initialized at window creation time.
Dmitry Timoshkov [Mon, 15 Oct 2012 07:35:19 +0000 (16:35 +0900)] 
user32: Make sure that window's normal_rect is initialized at window creation time.

11 years agowidl: Use 'class' for coclass typedefs in C++.
Thomas Faber [Sun, 14 Oct 2012 16:35:14 +0000 (18:35 +0200)] 
widl: Use 'class' for coclass typedefs in C++.

11 years agowined3d: Handle SM1 comments in the frontend.
Henri Verbeet [Sun, 14 Oct 2012 16:40:37 +0000 (18:40 +0200)] 
wined3d: Handle SM1 comments in the frontend.

11 years agowined3d: Introduce a structure for shader register indices.
Henri Verbeet [Sun, 14 Oct 2012 16:40:36 +0000 (18:40 +0200)] 
wined3d: Introduce a structure for shader register indices.

11 years agowined3d: Use a common function for parsing SM4 source and destination parameters.
Henri Verbeet [Sun, 14 Oct 2012 16:40:35 +0000 (18:40 +0200)] 
wined3d: Use a common function for parsing SM4 source and destination parameters.

11 years agowined3d: Recognise SM4 scalar swizzles.
Henri Verbeet [Sun, 14 Oct 2012 16:40:34 +0000 (18:40 +0200)] 
wined3d: Recognise SM4 scalar swizzles.

11 years agowined3d: Use the correct relative address for constant buffers in the GLSL shader...
Henri Verbeet [Sun, 14 Oct 2012 16:40:33 +0000 (18:40 +0200)] 
wined3d: Use the correct relative address for constant buffers in the GLSL shader backend.