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.
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.
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.
Alexandre Julliard [Fri, 7 Sep 2012 13:23:15 +0000 (15:23 +0200)]
winex11: Store a drawable structure also for pbuffer contexts.
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.
Qian Hong [Fri, 7 Sep 2012 10:41:02 +0000 (18:41 +0800)]
gdi32: Fixed family and face name on non English locale.
Qian Hong [Fri, 7 Sep 2012 10:40:34 +0000 (18:40 +0800)]
gdi32: Read otmpFullName from TT_NAME_ID_UNIQUE_ID.
Qian Hong [Fri, 7 Sep 2012 10:40:12 +0000 (18:40 +0800)]
gdi32: Read otmpFaceName from TT_NAME_ID_FULL_NAME.
Qian Hong [Fri, 7 Sep 2012 10:39:51 +0000 (18:39 +0800)]
gdi32/tests: Added font name tests on English locale.
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.
James Eder [Thu, 6 Sep 2012 15:23:15 +0000 (09:23 -0600)]
kernel32: Remove outdated comment.
James Eder [Thu, 6 Sep 2012 15:23:14 +0000 (09:23 -0600)]
kernel32: Use PROCESSOR_FEATURE_MAX in IsProcessorFeaturePresent.
James Eder [Thu, 6 Sep 2012 15:23:13 +0000 (09:23 -0600)]
include/winternl.h: Fix CPU_FEATURE_3DNOW bit mask.
Piotr Caban [Fri, 7 Sep 2012 09:02:17 +0000 (11:02 +0200)]
msvcp: Sync spec files and implementations.
Piotr Caban [Fri, 7 Sep 2012 09:01:55 +0000 (11:01 +0200)]
msvcp90: Added std::flush(basic_ostream) implementation.
Piotr Caban [Fri, 7 Sep 2012 09:01:35 +0000 (11:01 +0200)]
msvcp90: Pass RTTI base pointer from DllMain.
Piotr Caban [Fri, 7 Sep 2012 09:01:17 +0000 (11:01 +0200)]
msvcrt: 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.
Piotr Caban [Fri, 7 Sep 2012 09:00:37 +0000 (11:00 +0200)]
msvcp60: Fixed RTTI structure on 64-bit systems.
Jacek Caban [Fri, 7 Sep 2012 08:28:58 +0000 (10:28 +0200)]
mshtml: Avoid duplicated string release in navigate_anchor.
Akihiro Sagawa [Wed, 5 Sep 2012 11:31:17 +0000 (20:31 +0900)]
user32: Add support for legacy access keys.
Jason Edmeades [Wed, 5 Sep 2012 23:09:23 +0000 (00:09 +0100)]
cmd: Space does not delimit environment variable names.
Jason Edmeades [Wed, 5 Sep 2012 22:41:48 +0000 (23:41 +0100)]
cmd: A successful set should reset the errorlevel.
Marcus Meissner [Thu, 6 Sep 2012 13:19:48 +0000 (15:19 +0200)]
msi: Move free after last usage (Coverity).
Hans Leidekker [Thu, 6 Sep 2012 12:04:14 +0000 (14:04 +0200)]
wbemprox: Support IClientSecurity on class objects.
Hans Leidekker [Thu, 6 Sep 2012 12:04:03 +0000 (14:04 +0200)]
wbemprox: Add support for uncommitted instances in IWbemClassObject::Put.
Hans Leidekker [Thu, 6 Sep 2012 12:03:50 +0000 (14:03 +0200)]
wbemprox: Implement IWbemClassObject::SpawnInstance.
Hans Leidekker [Thu, 6 Sep 2012 12:03:38 +0000 (14:03 +0200)]
wbemprox: Add a function to retrieve the maximum processor clock speed.
Hans Leidekker [Thu, 6 Sep 2012 12:03:24 +0000 (14:03 +0200)]
wbemprox: Correctly report the number of logical processors.
Jacek Caban [Thu, 6 Sep 2012 09:59:23 +0000 (11:59 +0200)]
mshtml: Added VBScript as event attribute tests.
Jacek Caban [Thu, 6 Sep 2012 09:57:46 +0000 (11:57 +0200)]
vbscript: Added IActiveScriptParseProcedure2::ParseProcedureText tests.
Jacek Caban [Thu, 6 Sep 2012 09:57:33 +0000 (11:57 +0200)]
vbscript: Added IActiveScriptParseProcedure2::ParseProcedureText implementation.
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.
Jacek Caban [Thu, 6 Sep 2012 09:57:00 +0000 (11:57 +0200)]
vbscript: Fixed uninitialized opcode param in forto statement bytecode.
Piotr Caban [Thu, 6 Sep 2012 09:42:05 +0000 (11:42 +0200)]
msvcp90: Added locale_ctor_locale_locale implementation.
Piotr Caban [Thu, 6 Sep 2012 09:41:31 +0000 (11:41 +0200)]
msvcp90: Fixed locale_ctor_cstr implementation.
Piotr Caban [Thu, 6 Sep 2012 09:40:56 +0000 (11:40 +0200)]
msvcp90: Fixed basic_stringbuf_wchar_overflow implementation.
Henri Verbeet [Thu, 6 Sep 2012 09:25:03 +0000 (11:25 +0200)]
wined3d: Just return the buffer from wined3d_device_get_index_buffer().
Henri Verbeet [Thu, 6 Sep 2012 09:25:02 +0000 (11:25 +0200)]
wined3d: wined3d_device_set_index_buffer() never fails.
Henri Verbeet [Thu, 6 Sep 2012 09:25:01 +0000 (11:25 +0200)]
d3d10core: Update the MipLevels field after texture creation.
Michael Stefaniuc [Wed, 5 Sep 2012 21:19:12 +0000 (23:19 +0200)]
dsound: Inline some of the IDirectSound helpers.
Rico Schüller [Wed, 5 Sep 2012 20:51:42 +0000 (22:51 +0200)]
d3dx9: Move bool cropping into helper function.
Rico Schüller [Wed, 5 Sep 2012 20:51:22 +0000 (22:51 +0200)]
d3dx9: Move D3DXPARAMETER_TYPE conversion helpers to util.
Vincent Povirk [Wed, 5 Sep 2012 20:25:59 +0000 (15:25 -0500)]
mscoree: Preserve %ecx when calling ReallyFixupVTable.
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.
Alexandre Julliard [Mon, 30 Apr 2012 13:09:03 +0000 (15:09 +0200)]
winex11: Handle Expose events by refreshing from the window surface.
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".
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.
Alexandre Julliard [Thu, 6 Sep 2012 10:32:52 +0000 (12:32 +0200)]
user32: Add support for managing a DIB surface for a window.
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.
Dan Kegel [Tue, 4 Sep 2012 15:27:33 +0000 (08:27 -0700)]
vcomp: Add better stub for omp_get_num_procs.
Dan Kegel [Tue, 4 Sep 2012 04:12:15 +0000 (21:12 -0700)]
vcomp: Implement omp_get_wtime.
Erich Hoover [Wed, 5 Sep 2012 16:36:39 +0000 (10:36 -0600)]
hhctrl.ocx: Do not permit a NULL caption for HtmlHelp windows.
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.
Piotr Caban [Wed, 5 Sep 2012 12:36:16 +0000 (14:36 +0200)]
msvcp90: Fixed RTTI structure on 64-bit systems.
Piotr Caban [Wed, 5 Sep 2012 12:35:56 +0000 (14:35 +0200)]
msvcrt: Support 64-bit RTTI in __RTDynamicCast.
Piotr Caban [Wed, 5 Sep 2012 12:35:42 +0000 (14:35 +0200)]
msvcrt: Support 64-bit RTTI in __RTtypeid function.
Piotr Caban [Wed, 5 Sep 2012 12:35:17 +0000 (14:35 +0200)]
msvcrt: Moved RTTI and thiscall related macros to separate header.
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.
Alexandre Julliard [Wed, 5 Sep 2012 17:28:50 +0000 (19:28 +0200)]
user32: Add a helper function to retrieve the virtual screen rectangle.
Jason Edmeades [Tue, 4 Sep 2012 22:40:43 +0000 (23:40 +0100)]
cmd: Fix incorrect pointer comparison.
Jason Edmeades [Tue, 4 Sep 2012 20:11:51 +0000 (21:11 +0100)]
cmd: More generic zero iteration for loop fix.
Jason Edmeades [Mon, 3 Sep 2012 23:30:17 +0000 (00:30 +0100)]
cmd: Fix "PATH=value" command.
Piotr Caban [Wed, 5 Sep 2012 10:01:28 +0000 (12:01 +0200)]
ntdll: Added processor cache to SystemLogicalProcessorInformation (Mac).
Piotr Caban [Wed, 5 Sep 2012 10:01:15 +0000 (12:01 +0200)]
ntdll: Added numa node 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).
Michael Stefaniuc [Wed, 5 Sep 2012 08:57:34 +0000 (10:57 +0200)]
opengl32: Avoid conflicting defines for GLAPI / WINGDIAPI.
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.
Henri Verbeet [Tue, 4 Sep 2012 18:15:10 +0000 (20:15 +0200)]
wined3d: Just return the swapchain from wined3d_device_get_swapchain().
Henri Verbeet [Tue, 4 Sep 2012 18:15:09 +0000 (20:15 +0200)]
wined3d: Add type information to shader registers.
Henri Verbeet [Tue, 4 Sep 2012 18:15:08 +0000 (20:15 +0200)]
wined3d: Read complete shader instructions at a time.
Vincent Povirk [Tue, 4 Sep 2012 16:32:00 +0000 (11:32 -0500)]
mscoree: Add support for tracing the entry point assembly.
Nikolay Sivov [Tue, 4 Sep 2012 19:06:17 +0000 (23:06 +0400)]
user32: Release uniscribe data on Edit control destruction (valgrind).
Akihiro Sagawa [Tue, 4 Sep 2012 14:26:30 +0000 (23:26 +0900)]
po: Update Japanese translation.
Jacek Caban [Tue, 4 Sep 2012 15:08:06 +0000 (17:08 +0200)]
wininet: Set last error for invalid URL argument.
Erich Hoover [Fri, 31 Aug 2012 21:26:26 +0000 (15:26 -0600)]
hhctrl.ocx: Properly show HTML Help dialogs without Tri-Pane display.
Erich Hoover [Fri, 31 Aug 2012 21:26:12 +0000 (15:26 -0600)]
hhctrl.ocx: Implement HH_GET_WIN_TYPE.
Dmitry Timoshkov [Mon, 3 Sep 2012 08:57:17 +0000 (17:57 +0900)]
gdiplus: Add support for generic typographic string format.
Dmitry Timoshkov [Mon, 3 Sep 2012 08:56:12 +0000 (17:56 +0900)]
gdiplus: Add support for StringFormatFlagsNoClip.
Piotr Caban [Tue, 4 Sep 2012 11:39:52 +0000 (13:39 +0200)]
kernel32: Added GetLogicalProcessorInformation implementation.
Piotr Caban [Tue, 4 Sep 2012 11:39:35 +0000 (13:39 +0200)]
ntdll/tests: Added basic NtQuerySystemInformation(SystemLogicalProcessorInformation) tests.
Piotr Caban [Tue, 4 Sep 2012 11:38:36 +0000 (13:38 +0200)]
ntdll: Added numa nodes 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).
Piotr Caban [Tue, 4 Sep 2012 11:37:59 +0000 (13:37 +0200)]
ntdll: Added partial support for SystemLogicalProcessorInformation information class in NtQuerySystemInformation (linux).
Francois Gouget [Mon, 3 Sep 2012 21:38:53 +0000 (23:38 +0200)]
Assorted spelling fixes.
Nikolay Sivov [Sun, 2 Sep 2012 20:06:49 +0000 (00:06 +0400)]
oleaut32: Added some VT_DECIMAL rounding tests.
Michael Geddes [Mon, 28 May 2012 04:01:39 +0000 (12:01 +0800)]
tapi32: Stub some missing functions.
Chae Jong Bin [Sun, 2 Sep 2012 12:40:12 +0000 (08:40 -0400)]
fltlib: Add stub for FilterUnload.
Chae Jong Bin [Sat, 1 Sep 2012 23:09:07 +0000 (19:09 -0400)]
netapi32: Add stub for NetScheduleJobAdd.
Jacek Caban [Tue, 4 Sep 2012 13:52:27 +0000 (15:52 +0200)]
jscript: Fixed empty cases in the end of switch statement.
Jacek Caban [Tue, 4 Sep 2012 11:59:22 +0000 (13:59 +0200)]
mshtml: Added IHTMLElement::contains implementation.
Jacek Caban [Tue, 4 Sep 2012 11:59:09 +0000 (13:59 +0200)]
mshtml: Added IHTMLStyle::put_pixelWidth implementation.
Jacek Caban [Tue, 4 Sep 2012 11:58:58 +0000 (13:58 +0200)]
mshtml: Added IHTMLWindow2::onhelp property implementation.
Jacek Caban [Tue, 4 Sep 2012 11:58:39 +0000 (13:58 +0200)]
mshtml: Properly expose frame and iframe element's windows to scripts.
Henri Verbeet [Tue, 4 Sep 2012 11:52:32 +0000 (13:52 +0200)]
d3d10: Improve a couple of debug messages.
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().
Henri Verbeet [Tue, 4 Sep 2012 11:52:30 +0000 (13:52 +0200)]
wined3d: Get rid of wined3d_device_get_wined3d().
Hans Leidekker [Tue, 4 Sep 2012 11:49:57 +0000 (13:49 +0200)]
wbemprox: Implement Win32_ComputerSystem.DomainRole.
Hans Leidekker [Tue, 4 Sep 2012 11:49:40 +0000 (13:49 +0200)]
wbemprox: Implement IWbemClassObject::GetObjectText.
Hans Leidekker [Tue, 4 Sep 2012 11:49:24 +0000 (13:49 +0200)]
wbemprox: Add support for boolean values in get_value_bstr.