wine
11 years agojscript: Be more verbose about parser failure.
Jacek Caban [Fri, 7 Sep 2012 15:14:13 +0000 (17:14 +0200)] 
jscript: Be more verbose about parser failure.

11 years agovbscript: Added ScriptDisp tests.
Jacek Caban [Fri, 7 Sep 2012 13:10:38 +0000 (15:10 +0200)] 
vbscript: Added ScriptDisp tests.

11 years agovbscript: Added ScriptDisp::InvokeEx implementation.
Jacek Caban [Fri, 7 Sep 2012 13:10:17 +0000 (15:10 +0200)] 
vbscript: Added ScriptDisp::InvokeEx implementation.

11 years agovbscript: Added ScriptDisp::GetDispID implementation.
Jacek Caban [Fri, 7 Sep 2012 13:09:59 +0000 (15:09 +0200)] 
vbscript: Added ScriptDisp::GetDispID implementation.

11 years agovbscript: Use separated IDispatchEx implementation for script dispatch.
Jacek Caban [Fri, 7 Sep 2012 13:09:34 +0000 (15:09 +0200)] 
vbscript: Use separated IDispatchEx implementation for script dispatch.

11 years agovbscript: Fixed class_desc_t leak.
Jacek Caban [Fri, 7 Sep 2012 13:08:59 +0000 (15:08 +0200)] 
vbscript: Fixed class_desc_t leak.

11 years agoiphlpapi: Add partial support for UDP_TABLE_OWNER_MODULE in GetExtendedUdpTable.
Hans Leidekker [Fri, 7 Sep 2012 11:35:48 +0000 (13:35 +0200)] 
iphlpapi: Add partial support for UDP_TABLE_OWNER_MODULE in GetExtendedUdpTable.

11 years agoiphlpapi: Implement GetExtendedUdpTable.
Hans Leidekker [Fri, 7 Sep 2012 11:35:36 +0000 (13:35 +0200)] 
iphlpapi: Implement GetExtendedUdpTable.

11 years agowinex11: Get the current pixel format from the drawable structure in wglMakeContextCu...
Alexandre Julliard [Fri, 7 Sep 2012 14:09:22 +0000 (16:09 +0200)] 
winex11: Get the current pixel format from the drawable structure in wglMakeContextCurrentARB.

11 years agowinex11: Get the current pixel format from the drawable structure in wglMakeCurrent.
Alexandre Julliard [Fri, 7 Sep 2012 13:53:00 +0000 (15:53 +0200)] 
winex11: Get the current pixel format from the drawable structure in wglMakeCurrent.

11 years agowinex11: Get the current pixel format from the drawable structure in wglCreateContext...
Alexandre Julliard [Fri, 7 Sep 2012 14:19:06 +0000 (16:19 +0200)] 
winex11: Get the current pixel format from the drawable structure in wglCreateContextAttribsARB.

11 years agowinex11: Get the current pixel format from the drawable structure in wglCreateContext.
Alexandre Julliard [Fri, 7 Sep 2012 13:43:01 +0000 (15:43 +0200)] 
winex11: Get the current pixel format from the drawable structure in wglCreateContext.

11 years agowinex11: Store a format pointer instead of an index in the drawable structures.
Alexandre Julliard [Fri, 7 Sep 2012 13:36:57 +0000 (15:36 +0200)] 
winex11: Store a format pointer instead of an index in the drawable structures.

11 years agowinex11: Get the current pixel format from the drawable structure in wglGetPixelFormat.
Alexandre Julliard [Fri, 7 Sep 2012 13:31:05 +0000 (15:31 +0200)] 
winex11: Get the current pixel format from the drawable structure in wglGetPixelFormat.

11 years agowinex11: Store a drawable structure also for pbuffer contexts.
Alexandre Julliard [Fri, 7 Sep 2012 13:23:15 +0000 (15:23 +0200)] 
winex11: Store a drawable structure also for pbuffer contexts.

11 years agowinex11: Get the current pixel format from the drawable structure for wglSetPixelFormat.
Alexandre Julliard [Fri, 7 Sep 2012 13:06:19 +0000 (15:06 +0200)] 
winex11: Get the current pixel format from the drawable structure for wglSetPixelFormat.

11 years agogdi32: Fixed family and face name on non English locale.
Qian Hong [Fri, 7 Sep 2012 10:41:02 +0000 (18:41 +0800)] 
gdi32: Fixed family and face name on non English locale.

11 years agogdi32: Read otmpFullName from TT_NAME_ID_UNIQUE_ID.
Qian Hong [Fri, 7 Sep 2012 10:40:34 +0000 (18:40 +0800)] 
gdi32: Read otmpFullName from TT_NAME_ID_UNIQUE_ID.

11 years agogdi32: Read otmpFaceName from TT_NAME_ID_FULL_NAME.
Qian Hong [Fri, 7 Sep 2012 10:40:12 +0000 (18:40 +0800)] 
gdi32: Read otmpFaceName from TT_NAME_ID_FULL_NAME.

11 years agogdi32/tests: Added font name tests on English locale.
Qian Hong [Fri, 7 Sep 2012 10:39:51 +0000 (18:39 +0800)] 
gdi32/tests: Added font name tests on English locale.

11 years agowined3d: Add AMD Radeon HD 7700 series and HD 7800 series graphics cards.
Jiang Yike [Thu, 6 Sep 2012 22:48:00 +0000 (06:48 +0800)] 
wined3d: Add AMD Radeon HD 7700 series and HD 7800 series graphics cards.

11 years agokernel32: Remove outdated comment.
James Eder [Thu, 6 Sep 2012 15:23:15 +0000 (09:23 -0600)] 
kernel32: Remove outdated comment.

11 years agokernel32: Use PROCESSOR_FEATURE_MAX in IsProcessorFeaturePresent.
James Eder [Thu, 6 Sep 2012 15:23:14 +0000 (09:23 -0600)] 
kernel32: Use PROCESSOR_FEATURE_MAX in IsProcessorFeaturePresent.

11 years agoinclude/winternl.h: Fix CPU_FEATURE_3DNOW bit mask.
James Eder [Thu, 6 Sep 2012 15:23:13 +0000 (09:23 -0600)] 
include/winternl.h: Fix CPU_FEATURE_3DNOW bit mask.

11 years agomsvcp: Sync spec files and implementations.
Piotr Caban [Fri, 7 Sep 2012 09:02:17 +0000 (11:02 +0200)] 
msvcp: Sync spec files and implementations.

11 years agomsvcp90: Added std::flush(basic_ostream) implementation.
Piotr Caban [Fri, 7 Sep 2012 09:01:55 +0000 (11:01 +0200)] 
msvcp90: Added std::flush(basic_ostream) implementation.

11 years agomsvcp90: Pass RTTI base pointer from DllMain.
Piotr Caban [Fri, 7 Sep 2012 09:01:35 +0000 (11:01 +0200)] 
msvcp90: Pass RTTI base pointer from DllMain.

11 years agomsvcrt: Fixed RTTI structure on 64-bit systems.
Piotr Caban [Fri, 7 Sep 2012 09:01:17 +0000 (11:01 +0200)] 
msvcrt: Fixed RTTI structure on 64-bit systems.

11 years agomsvcp100: Fixed RTTI structure on 64-bit systems.
Piotr Caban [Fri, 7 Sep 2012 09:00:56 +0000 (11:00 +0200)] 
msvcp100: Fixed RTTI structure on 64-bit systems.

11 years agomsvcp60: Fixed RTTI structure on 64-bit systems.
Piotr Caban [Fri, 7 Sep 2012 09:00:37 +0000 (11:00 +0200)] 
msvcp60: Fixed RTTI structure on 64-bit systems.

11 years agomshtml: Avoid duplicated string release in navigate_anchor.
Jacek Caban [Fri, 7 Sep 2012 08:28:58 +0000 (10:28 +0200)] 
mshtml: Avoid duplicated string release in navigate_anchor.

11 years agouser32: Add support for legacy access keys.
Akihiro Sagawa [Wed, 5 Sep 2012 11:31:17 +0000 (20:31 +0900)] 
user32: Add support for legacy access keys.

11 years agocmd: Space does not delimit environment variable names.
Jason Edmeades [Wed, 5 Sep 2012 23:09:23 +0000 (00:09 +0100)] 
cmd: Space does not delimit environment variable names.

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.