wine
11 years agocmd: A successful set should reset the errorlevel.
Jason Edmeades [Wed, 5 Sep 2012 22:41:48 +0000 (23:41 +0100)] 
cmd: A successful set should reset the errorlevel.

11 years agomsi: Move free after last usage (Coverity).
Marcus Meissner [Thu, 6 Sep 2012 13:19:48 +0000 (15:19 +0200)] 
msi: Move free after last usage (Coverity).

11 years agowbemprox: Support IClientSecurity on class objects.
Hans Leidekker [Thu, 6 Sep 2012 12:04:14 +0000 (14:04 +0200)] 
wbemprox: Support IClientSecurity on class objects.

11 years agowbemprox: Add support for uncommitted instances in IWbemClassObject::Put.
Hans Leidekker [Thu, 6 Sep 2012 12:04:03 +0000 (14:04 +0200)] 
wbemprox: Add support for uncommitted instances in IWbemClassObject::Put.

11 years agowbemprox: Implement IWbemClassObject::SpawnInstance.
Hans Leidekker [Thu, 6 Sep 2012 12:03:50 +0000 (14:03 +0200)] 
wbemprox: Implement IWbemClassObject::SpawnInstance.

11 years agowbemprox: Add a function to retrieve the maximum processor clock speed.
Hans Leidekker [Thu, 6 Sep 2012 12:03:38 +0000 (14:03 +0200)] 
wbemprox: Add a function to retrieve the maximum processor clock speed.

11 years agowbemprox: Correctly report the number of logical processors.
Hans Leidekker [Thu, 6 Sep 2012 12:03:24 +0000 (14:03 +0200)] 
wbemprox: Correctly report the number of logical processors.

11 years agomshtml: Added VBScript as event attribute tests.
Jacek Caban [Thu, 6 Sep 2012 09:59:23 +0000 (11:59 +0200)] 
mshtml: Added VBScript as event attribute tests.

11 years agovbscript: Added IActiveScriptParseProcedure2::ParseProcedureText tests.
Jacek Caban [Thu, 6 Sep 2012 09:57:46 +0000 (11:57 +0200)] 
vbscript: Added IActiveScriptParseProcedure2::ParseProcedureText tests.

11 years agovbscript: Added IActiveScriptParseProcedure2::ParseProcedureText implementation.
Jacek Caban [Thu, 6 Sep 2012 09:57:33 +0000 (11:57 +0200)] 
vbscript: Added IActiveScriptParseProcedure2::ParseProcedureText implementation.

11 years agovbscript: Renamed vbscode_t's variables to not suggest that they are global code...
Jacek Caban [Thu, 6 Sep 2012 09:57:15 +0000 (11:57 +0200)] 
vbscript: Renamed vbscode_t's variables to not suggest that they are global code-only.

11 years agovbscript: Fixed uninitialized opcode param in forto statement bytecode.
Jacek Caban [Thu, 6 Sep 2012 09:57:00 +0000 (11:57 +0200)] 
vbscript: Fixed uninitialized opcode param in forto statement bytecode.

11 years agomsvcp90: Added locale_ctor_locale_locale implementation.
Piotr Caban [Thu, 6 Sep 2012 09:42:05 +0000 (11:42 +0200)] 
msvcp90: Added locale_ctor_locale_locale implementation.

11 years agomsvcp90: Fixed locale_ctor_cstr implementation.
Piotr Caban [Thu, 6 Sep 2012 09:41:31 +0000 (11:41 +0200)] 
msvcp90: Fixed locale_ctor_cstr implementation.

11 years agomsvcp90: Fixed basic_stringbuf_wchar_overflow implementation.
Piotr Caban [Thu, 6 Sep 2012 09:40:56 +0000 (11:40 +0200)] 
msvcp90: Fixed basic_stringbuf_wchar_overflow implementation.

11 years agowined3d: Just return the buffer from wined3d_device_get_index_buffer().
Henri Verbeet [Thu, 6 Sep 2012 09:25:03 +0000 (11:25 +0200)] 
wined3d: Just return the buffer from wined3d_device_get_index_buffer().

11 years agowined3d: wined3d_device_set_index_buffer() never fails.
Henri Verbeet [Thu, 6 Sep 2012 09:25:02 +0000 (11:25 +0200)] 
wined3d: wined3d_device_set_index_buffer() never fails.

11 years agod3d10core: Update the MipLevels field after texture creation.
Henri Verbeet [Thu, 6 Sep 2012 09:25:01 +0000 (11:25 +0200)] 
d3d10core: Update the MipLevels field after texture creation.

11 years agodsound: Inline some of the IDirectSound helpers.
Michael Stefaniuc [Wed, 5 Sep 2012 21:19:12 +0000 (23:19 +0200)] 
dsound: Inline some of the IDirectSound helpers.

11 years agod3dx9: Move bool cropping into helper function.
Rico Schüller [Wed, 5 Sep 2012 20:51:42 +0000 (22:51 +0200)] 
d3dx9: Move bool cropping into helper function.

11 years agod3dx9: Move D3DXPARAMETER_TYPE conversion helpers to util.
Rico Schüller [Wed, 5 Sep 2012 20:51:22 +0000 (22:51 +0200)] 
d3dx9: Move D3DXPARAMETER_TYPE conversion helpers to util.

11 years agomscoree: Preserve %ecx when calling ReallyFixupVTable.
Vincent Povirk [Wed, 5 Sep 2012 20:25:59 +0000 (15:25 -0500)] 
mscoree: Preserve %ecx when calling ReallyFixupVTable.

11 years agowinex11: Check for changes in min/maximize state even when the window rectangle didn...
Alexandre Julliard [Thu, 6 Sep 2012 12:09:06 +0000 (14:09 +0200)] 
winex11: Check for changes in min/maximize state even when the window rectangle didn't change.

11 years agowinex11: Handle Expose events by refreshing from the window surface.
Alexandre Julliard [Mon, 30 Apr 2012 13:09:03 +0000 (15:09 +0200)] 
winex11: Handle Expose events by refreshing from the window surface.

11 years agowinex11: Use window surfaces for rendering top-level windows.
Alexandre Julliard [Thu, 6 Sep 2012 10:39:34 +0000 (12:39 +0200)] 
winex11: Use window surfaces for rendering top-level windows.

It can be disabled by setting "ClientSideGraphics"="n".

11 years agouser32: Maintain a list of active window surfaces and flush them periodically.
Alexandre Julliard [Thu, 6 Sep 2012 10:38:13 +0000 (12:38 +0200)] 
user32: Maintain a list of active window surfaces and flush them periodically.

11 years agouser32: Add support for managing a DIB surface for a window.
Alexandre Julliard [Thu, 6 Sep 2012 10:32:52 +0000 (12:32 +0200)] 
user32: Add support for managing a DIB surface for a window.

11 years agogdi32: Add a graphics driver to render windows contents through the DIB engine.
Alexandre Julliard [Thu, 6 Sep 2012 10:23:10 +0000 (12:23 +0200)] 
gdi32: Add a graphics driver to render windows contents through the DIB engine.

11 years agovcomp: Add better stub for omp_get_num_procs.
Dan Kegel [Tue, 4 Sep 2012 15:27:33 +0000 (08:27 -0700)] 
vcomp: Add better stub for omp_get_num_procs.

11 years agovcomp: Implement omp_get_wtime.
Dan Kegel [Tue, 4 Sep 2012 04:12:15 +0000 (21:12 -0700)] 
vcomp: Implement omp_get_wtime.

11 years agohhctrl.ocx: Do not permit a NULL caption for HtmlHelp windows.
Erich Hoover [Wed, 5 Sep 2012 16:36:39 +0000 (10:36 -0600)] 
hhctrl.ocx: Do not permit a NULL caption for HtmlHelp windows.

11 years agohhctrl.ocx: Resize the window when HH_SET_WIN_TYPE is called.
Erich Hoover [Wed, 5 Sep 2012 16:24:28 +0000 (10:24 -0600)] 
hhctrl.ocx: Resize the window when HH_SET_WIN_TYPE is called.

11 years agomsvcp90: Fixed RTTI structure on 64-bit systems.
Piotr Caban [Wed, 5 Sep 2012 12:36:16 +0000 (14:36 +0200)] 
msvcp90: Fixed RTTI structure on 64-bit systems.

11 years agomsvcrt: Support 64-bit RTTI in __RTDynamicCast.
Piotr Caban [Wed, 5 Sep 2012 12:35:56 +0000 (14:35 +0200)] 
msvcrt: Support 64-bit RTTI in __RTDynamicCast.

11 years agomsvcrt: Support 64-bit RTTI in __RTtypeid function.
Piotr Caban [Wed, 5 Sep 2012 12:35:42 +0000 (14:35 +0200)] 
msvcrt: Support 64-bit RTTI in __RTtypeid function.

11 years agomsvcrt: Moved RTTI and thiscall related macros to separate header.
Piotr Caban [Wed, 5 Sep 2012 12:35:17 +0000 (14:35 +0200)] 
msvcrt: Moved RTTI and thiscall related macros to separate header.

11 years agogdi32: Let user32 specify the device rectangle when setting the visible region.
Alexandre Julliard [Wed, 5 Sep 2012 17:29:29 +0000 (19:29 +0200)] 
gdi32: Let user32 specify the device rectangle when setting the visible region.

11 years agouser32: Add a helper function to retrieve the virtual screen rectangle.
Alexandre Julliard [Wed, 5 Sep 2012 17:28:50 +0000 (19:28 +0200)] 
user32: Add a helper function to retrieve the virtual screen rectangle.

11 years agocmd: Fix incorrect pointer comparison.
Jason Edmeades [Tue, 4 Sep 2012 22:40:43 +0000 (23:40 +0100)] 
cmd: Fix incorrect pointer comparison.

11 years agocmd: More generic zero iteration for loop fix.
Jason Edmeades [Tue, 4 Sep 2012 20:11:51 +0000 (21:11 +0100)] 
cmd: More generic zero iteration for loop fix.

11 years agocmd: Fix "PATH=value" command.
Jason Edmeades [Mon, 3 Sep 2012 23:30:17 +0000 (00:30 +0100)] 
cmd: Fix "PATH=value" command.

11 years agontdll: Added processor cache to SystemLogicalProcessorInformation (Mac).
Piotr Caban [Wed, 5 Sep 2012 10:01:28 +0000 (12:01 +0200)] 
ntdll: Added processor cache to SystemLogicalProcessorInformation (Mac).

11 years agontdll: Added numa node information to SystemLogicalProcessorInformation (Mac).
Piotr Caban [Wed, 5 Sep 2012 10:01:15 +0000 (12:01 +0200)] 
ntdll: Added numa node information to SystemLogicalProcessorInformation (Mac).

11 years agontdll: Added processor cores information to SystemLogicalProcessorInformation (Mac).
Piotr Caban [Wed, 5 Sep 2012 10:00:55 +0000 (12:00 +0200)] 
ntdll: Added processor cores information to SystemLogicalProcessorInformation (Mac).

11 years agoopengl32: Avoid conflicting defines for GLAPI / WINGDIAPI.
Michael Stefaniuc [Wed, 5 Sep 2012 08:57:34 +0000 (10:57 +0200)] 
opengl32: Avoid conflicting defines for GLAPI / WINGDIAPI.

11 years agoopengl32: Move the opengl_ext.h include before the other Wine headers.
Michael Stefaniuc [Wed, 5 Sep 2012 08:55:19 +0000 (10:55 +0200)] 
opengl32: Move the opengl_ext.h include before the other Wine headers.

11 years agowined3d: Just return the swapchain from wined3d_device_get_swapchain().
Henri Verbeet [Tue, 4 Sep 2012 18:15:10 +0000 (20:15 +0200)] 
wined3d: Just return the swapchain from wined3d_device_get_swapchain().

11 years agowined3d: Add type information to shader registers.
Henri Verbeet [Tue, 4 Sep 2012 18:15:09 +0000 (20:15 +0200)] 
wined3d: Add type information to shader registers.

11 years agowined3d: Read complete shader instructions at a time.
Henri Verbeet [Tue, 4 Sep 2012 18:15:08 +0000 (20:15 +0200)] 
wined3d: Read complete shader instructions at a time.

11 years agomscoree: Add support for tracing the entry point assembly.
Vincent Povirk [Tue, 4 Sep 2012 16:32:00 +0000 (11:32 -0500)] 
mscoree: Add support for tracing the entry point assembly.

11 years agouser32: Release uniscribe data on Edit control destruction (valgrind).
Nikolay Sivov [Tue, 4 Sep 2012 19:06:17 +0000 (23:06 +0400)] 
user32: Release uniscribe data on Edit control destruction (valgrind).

11 years agopo: Update Japanese translation.
Akihiro Sagawa [Tue, 4 Sep 2012 14:26:30 +0000 (23:26 +0900)] 
po: Update Japanese translation.

11 years agowininet: Set last error for invalid URL argument.
Jacek Caban [Tue, 4 Sep 2012 15:08:06 +0000 (17:08 +0200)] 
wininet: Set last error for invalid URL argument.

11 years agohhctrl.ocx: Properly show HTML Help dialogs without Tri-Pane display.
Erich Hoover [Fri, 31 Aug 2012 21:26:26 +0000 (15:26 -0600)] 
hhctrl.ocx: Properly show HTML Help dialogs without Tri-Pane display.

11 years agohhctrl.ocx: Implement HH_GET_WIN_TYPE.
Erich Hoover [Fri, 31 Aug 2012 21:26:12 +0000 (15:26 -0600)] 
hhctrl.ocx: Implement HH_GET_WIN_TYPE.

11 years agogdiplus: Add support for generic typographic string format.
Dmitry Timoshkov [Mon, 3 Sep 2012 08:57:17 +0000 (17:57 +0900)] 
gdiplus: Add support for generic typographic string format.

11 years agogdiplus: Add support for StringFormatFlagsNoClip.
Dmitry Timoshkov [Mon, 3 Sep 2012 08:56:12 +0000 (17:56 +0900)] 
gdiplus: Add support for StringFormatFlagsNoClip.

11 years agokernel32: Added GetLogicalProcessorInformation implementation.
Piotr Caban [Tue, 4 Sep 2012 11:39:52 +0000 (13:39 +0200)] 
kernel32: Added GetLogicalProcessorInformation implementation.

11 years agontdll/tests: Added basic NtQuerySystemInformation(SystemLogicalProcessorInformation...
Piotr Caban [Tue, 4 Sep 2012 11:39:35 +0000 (13:39 +0200)] 
ntdll/tests: Added basic NtQuerySystemInformation(SystemLogicalProcessorInformation) tests.

11 years agontdll: Added numa nodes information to SystemLogicalProcessorInformation (linux).
Piotr Caban [Tue, 4 Sep 2012 11:38:36 +0000 (13:38 +0200)] 
ntdll: Added numa nodes information to SystemLogicalProcessorInformation (linux).

11 years agontdll: Added processor cache information to SystemLogicalProcessorInformation (linux).
Piotr Caban [Tue, 4 Sep 2012 11:38:17 +0000 (13:38 +0200)] 
ntdll: Added processor cache information to SystemLogicalProcessorInformation (linux).

11 years agontdll: Added partial support for SystemLogicalProcessorInformation information class...
Piotr Caban [Tue, 4 Sep 2012 11:37:59 +0000 (13:37 +0200)] 
ntdll: Added partial support for SystemLogicalProcessorInformation information class in NtQuerySystemInformation (linux).

11 years agoAssorted spelling fixes.
Francois Gouget [Mon, 3 Sep 2012 21:38:53 +0000 (23:38 +0200)] 
Assorted spelling fixes.

11 years agooleaut32: Added some VT_DECIMAL rounding tests.
Nikolay Sivov [Sun, 2 Sep 2012 20:06:49 +0000 (00:06 +0400)] 
oleaut32: Added some VT_DECIMAL rounding tests.

11 years agotapi32: Stub some missing functions.
Michael Geddes [Mon, 28 May 2012 04:01:39 +0000 (12:01 +0800)] 
tapi32: Stub some missing functions.

11 years agofltlib: Add stub for FilterUnload.
Chae Jong Bin [Sun, 2 Sep 2012 12:40:12 +0000 (08:40 -0400)] 
fltlib: Add stub for FilterUnload.

11 years agonetapi32: Add stub for NetScheduleJobAdd.
Chae Jong Bin [Sat, 1 Sep 2012 23:09:07 +0000 (19:09 -0400)] 
netapi32: Add stub for NetScheduleJobAdd.

11 years agojscript: Fixed empty cases in the end of switch statement.
Jacek Caban [Tue, 4 Sep 2012 13:52:27 +0000 (15:52 +0200)] 
jscript: Fixed empty cases in the end of switch statement.

11 years agomshtml: Added IHTMLElement::contains implementation.
Jacek Caban [Tue, 4 Sep 2012 11:59:22 +0000 (13:59 +0200)] 
mshtml: Added IHTMLElement::contains implementation.

11 years agomshtml: Added IHTMLStyle::put_pixelWidth implementation.
Jacek Caban [Tue, 4 Sep 2012 11:59:09 +0000 (13:59 +0200)] 
mshtml: Added IHTMLStyle::put_pixelWidth implementation.

11 years agomshtml: Added IHTMLWindow2::onhelp property implementation.
Jacek Caban [Tue, 4 Sep 2012 11:58:58 +0000 (13:58 +0200)] 
mshtml: Added IHTMLWindow2::onhelp property implementation.

11 years agomshtml: Properly expose frame and iframe element's windows to scripts.
Jacek Caban [Tue, 4 Sep 2012 11:58:39 +0000 (13:58 +0200)] 
mshtml: Properly expose frame and iframe element's windows to scripts.

11 years agod3d10: Improve a couple of debug messages.
Henri Verbeet [Tue, 4 Sep 2012 11:52:32 +0000 (13:52 +0200)] 
d3d10: Improve a couple of debug messages.

11 years agod3d10: Handle D3D10_SVT_UINT in read_int32_value() and read_int8_value().
Henri Verbeet [Tue, 4 Sep 2012 11:52:31 +0000 (13:52 +0200)] 
d3d10: Handle D3D10_SVT_UINT in read_int32_value() and read_int8_value().

11 years agowined3d: Get rid of wined3d_device_get_wined3d().
Henri Verbeet [Tue, 4 Sep 2012 11:52:30 +0000 (13:52 +0200)] 
wined3d: Get rid of wined3d_device_get_wined3d().

11 years agowbemprox: Implement Win32_ComputerSystem.DomainRole.
Hans Leidekker [Tue, 4 Sep 2012 11:49:57 +0000 (13:49 +0200)] 
wbemprox: Implement Win32_ComputerSystem.DomainRole.

11 years agowbemprox: Implement IWbemClassObject::GetObjectText.
Hans Leidekker [Tue, 4 Sep 2012 11:49:40 +0000 (13:49 +0200)] 
wbemprox: Implement IWbemClassObject::GetObjectText.

11 years agowbemprox: Add support for boolean values in get_value_bstr.
Hans Leidekker [Tue, 4 Sep 2012 11:49:24 +0000 (13:49 +0200)] 
wbemprox: Add support for boolean values in get_value_bstr.

11 years agowbemprox: Add a function to query the service configuration.
Hans Leidekker [Tue, 4 Sep 2012 11:49:11 +0000 (13:49 +0200)] 
wbemprox: Add a function to query the service configuration.

11 years agowbemprox: Get rid of a duplicate string constant.
Hans Leidekker [Tue, 4 Sep 2012 11:48:54 +0000 (13:48 +0200)] 
wbemprox: Get rid of a duplicate string constant.

11 years agod3dx9: Remove ID3DXMatrixStackImpl typedef.
Rico Schüller [Tue, 4 Sep 2012 07:44:57 +0000 (09:44 +0200)] 
d3dx9: Remove ID3DXMatrixStackImpl typedef.

11 years agod3dx9: Use sizeof variable instead of type.
Rico Schüller [Tue, 4 Sep 2012 07:44:51 +0000 (09:44 +0200)] 
d3dx9: Use sizeof variable instead of type.

11 years agod3dx9: Make '\0' the default case in get_constant_by_name().
Rico Schüller [Tue, 4 Sep 2012 07:44:38 +0000 (09:44 +0200)] 
d3dx9: Make '\0' the default case in get_constant_by_name().

11 years agod3dx9: Fix ID3DXConstantTable::GetConstantElement() for structs.
Rico Schüller [Tue, 4 Sep 2012 07:44:28 +0000 (09:44 +0200)] 
d3dx9: Fix ID3DXConstantTable::GetConstantElement() for structs.

11 years agocmd: Fix renaming inside directories.
Jason Edmeades [Mon, 3 Sep 2012 21:48:08 +0000 (22:48 +0100)] 
cmd: Fix renaming inside directories.

11 years agocmd: Fix rmdir error during recursive delete.
Jason Edmeades [Mon, 3 Sep 2012 21:03:58 +0000 (22:03 +0100)] 
cmd: Fix rmdir error during recursive delete.

11 years agowinex11: Store the rectangle of the GL drawable and use it when updating the window...
Alexandre Julliard [Tue, 4 Sep 2012 13:03:04 +0000 (15:03 +0200)] 
winex11: Store the rectangle of the GL drawable and use it when updating the window size.

11 years agowinex11: Create the whole window at window creation time.
Alexandre Julliard [Tue, 4 Sep 2012 11:34:15 +0000 (13:34 +0200)] 
winex11: Create the whole window at window creation time.

11 years agoserver: Always repaint the whole non-client area if part of it is exposed.
Alexandre Julliard [Tue, 4 Sep 2012 11:37:46 +0000 (13:37 +0200)] 
server: Always repaint the whole non-client area if part of it is exposed.

11 years agouser32: Only show a window the first time WS_VISIBLE is toggled, to work around Steam...
Alexandre Julliard [Tue, 4 Sep 2012 10:38:33 +0000 (12:38 +0200)] 
user32: Only show a window the first time WS_VISIBLE is toggled, to work around Steam's WM_SETREDRAW usage.

11 years agowbemprox: Break out of loop when out of memory (Coverity).
Marcus Meissner [Mon, 3 Sep 2012 17:23:25 +0000 (19:23 +0200)] 
wbemprox: Break out of loop when out of memory (Coverity).

11 years agojoy.cpl: Added missing break; (Coverity).
Marcus Meissner [Mon, 3 Sep 2012 17:23:07 +0000 (19:23 +0200)] 
joy.cpl: Added missing break; (Coverity).

11 years agomsctf: Also free the sink in the non-source branch (Coverity).
Marcus Meissner [Mon, 3 Sep 2012 17:07:55 +0000 (19:07 +0200)] 
msctf: Also free the sink in the non-source branch (Coverity).

11 years agodinput: No need for null ptr check of pKeyboard.
Marcus Meissner [Mon, 3 Sep 2012 17:02:54 +0000 (19:02 +0200)] 
dinput: No need for null ptr check of pKeyboard.

11 years agogdiplus: Avoid uninitialized usage of bitmap (Coverity).
Marcus Meissner [Mon, 3 Sep 2012 16:56:47 +0000 (18:56 +0200)] 
gdiplus: Avoid uninitialized usage of bitmap (Coverity).

11 years agomshtml: Added IHTMLIFrameElement3 stub implementation.
Jacek Caban [Mon, 3 Sep 2012 11:16:57 +0000 (13:16 +0200)] 
mshtml: Added IHTMLIFrameElement3 stub implementation.

11 years agomshtml: Added IHTMLIFrameElement2 stub implementation.
Jacek Caban [Mon, 3 Sep 2012 10:52:53 +0000 (12:52 +0200)] 
mshtml: Added IHTMLIFrameElement2 stub implementation.

11 years agomshtml.idl: Added IHTMLIFrameElement2 and IHTMLIFrameElement3 declarations.
Jacek Caban [Mon, 3 Sep 2012 10:52:42 +0000 (12:52 +0200)] 
mshtml.idl: Added IHTMLIFrameElement2 and IHTMLIFrameElement3 declarations.

11 years agomshtml: Use nsIDOMWindowCollection::NamedItem in get_window_by_name.
Jacek Caban [Mon, 3 Sep 2012 10:52:27 +0000 (12:52 +0200)] 
mshtml: Use nsIDOMWindowCollection::NamedItem in get_window_by_name.

11 years agomshtml: Open targeted anchors in existing frames if available.
Jacek Caban [Mon, 3 Sep 2012 10:52:15 +0000 (12:52 +0200)] 
mshtml: Open targeted anchors in existing frames if available.