Jacek Caban [Thu, 12 Jul 2012 12:25:43 +0000 (14:25 +0200)]
mshtml: Create inner window early in binding process and use it to store current binding callback.
Henri Verbeet [Thu, 12 Jul 2012 11:44:23 +0000 (13:44 +0200)]
d3d10core: Implement d3d10_texture2d_Map().
Henri Verbeet [Thu, 12 Jul 2012 11:44:22 +0000 (13:44 +0200)]
d3d10core: Implement d3d10_texture2d_Unmap().
Henri Verbeet [Thu, 12 Jul 2012 11:44:21 +0000 (13:44 +0200)]
d3d10core: Always create a wined3d texture for d3d10core textures.
Matteo Bruni [Wed, 11 Jul 2012 15:27:53 +0000 (17:27 +0200)]
d3dcompiler: Improve debug_hlsl_type function.
Matteo Bruni [Wed, 11 Jul 2012 15:27:52 +0000 (17:27 +0200)]
d3dcompiler: Add a trace to the scope push/pop functions.
Matteo Bruni [Wed, 11 Jul 2012 15:27:51 +0000 (17:27 +0200)]
d3dcompiler: Pass the shader filename to the preprocessor.
Matteo Bruni [Wed, 11 Jul 2012 15:27:50 +0000 (17:27 +0200)]
d3dcompiler: Make declaration_statement return a list.
Matteo Bruni [Wed, 11 Jul 2012 15:27:49 +0000 (17:27 +0200)]
d3dcompiler: Properly print compilation messages.
Henri Verbeet [Wed, 11 Jul 2012 15:35:45 +0000 (17:35 +0200)]
winex11: Get rid of some needless globals.
Henri Verbeet [Wed, 11 Jul 2012 15:35:44 +0000 (17:35 +0200)]
winex11: Simplify X11DRV_XRandR_Init() error handling a bit.
André Hentschel [Sat, 7 Jul 2012 13:19:53 +0000 (15:19 +0200)]
setupapi: Add a stub for SetupDiGetDeviceInstallParamsW.
Aric Stewart [Tue, 3 Jul 2012 15:21:47 +0000 (10:21 -0500)]
comdlg32: Do not use GetDlgItemText to get combo box text during an CBN_SELCHANGE notification.
Detlef Riekenberg [Thu, 5 Jul 2012 22:35:36 +0000 (00:35 +0200)]
credui: Add a stub for CredUIInitControls.
Dan Kegel [Sun, 8 Jul 2012 00:34:52 +0000 (17:34 -0700)]
wininet: Don't evaluate netconn_get_avail_data() twice in netconn_read().
Jacek Caban [Wed, 11 Jul 2012 08:23:37 +0000 (10:23 +0200)]
vbscript: Added LCase implementation.
Jacek Caban [Wed, 11 Jul 2012 08:23:22 +0000 (10:23 +0200)]
vbscript: Added UCase implementation.
Francois Gouget [Wed, 11 Jul 2012 14:24:29 +0000 (16:24 +0200)]
winex11.drv: We must include Xlib.h before Xrandr.h.
Francois Gouget [Wed, 11 Jul 2012 14:24:17 +0000 (16:24 +0200)]
gdi32: Remove an unused wgl debugging channel.
Hans Leidekker [Wed, 11 Jul 2012 12:02:16 +0000 (14:02 +0200)]
wbemprox: Add support for evaluating string comparisons.
Jacek Caban [Wed, 11 Jul 2012 11:51:39 +0000 (13:51 +0200)]
mshtml: Moved detaching inner window to separated function.
Jacek Caban [Wed, 11 Jul 2012 11:51:18 +0000 (13:51 +0200)]
mshtml: Simplify ASServiceProvider_QueryService.
Jacek Caban [Wed, 11 Jul 2012 11:51:00 +0000 (13:51 +0200)]
mshtml: Moved binding list to HTMLInnerWindow.
Huw Davies [Wed, 11 Jul 2012 10:46:15 +0000 (11:46 +0100)]
ntdll: Remove a spurious assignment.
Huw Davies [Wed, 11 Jul 2012 10:46:14 +0000 (11:46 +0100)]
ntdll: Increase the buffer size for processor features and add a check to catch future overflows.
Henri Verbeet [Wed, 11 Jul 2012 10:19:03 +0000 (12:19 +0200)]
wined3d: Merge the device parent create_rendertarget() and create_depth_stencil() handlers.
Henri Verbeet [Wed, 11 Jul 2012 10:19:02 +0000 (12:19 +0200)]
wined3d: Fix the block alignment check in surface_cpu_blt().
Henri Verbeet [Wed, 11 Jul 2012 10:19:01 +0000 (12:19 +0200)]
wined3d: Introduce a helper function for checking surface block alignment.
Thomas Faber [Mon, 9 Jul 2012 16:34:25 +0000 (18:34 +0200)]
ntdll/tests: Add test for RtlIpv4StringToAddress.
Rico Schüller [Mon, 9 Jul 2012 20:12:30 +0000 (22:12 +0200)]
d3dx9/tests: Fix array increment in SetMatrix*PointerArray() test.
Rico Schüller [Mon, 9 Jul 2012 20:12:15 +0000 (22:12 +0200)]
d3dx9/tests: Add effect parameter value GetMatrixTransposePointerArray() test.
Rico Schüller [Mon, 9 Jul 2012 20:12:00 +0000 (22:12 +0200)]
d3dx9/tests: Add effect parameter value GetMatrixPointerArray() test.
Rico Schüller [Mon, 9 Jul 2012 20:11:42 +0000 (22:11 +0200)]
d3dx9: Implement ID3DXBaseEffect::GetMatrixTransposePointerArray().
Rico Schüller [Mon, 9 Jul 2012 20:11:27 +0000 (22:11 +0200)]
d3dx9: Implement ID3DXBaseEffect::GetMatrixPointerArray().
Andrew Eikum [Tue, 10 Jul 2012 14:56:33 +0000 (09:56 -0500)]
mpr: Don't succeed if drive is not remote in WNetGetUniversalName.
Matteo Bruni [Tue, 10 Jul 2012 13:39:45 +0000 (15:39 +0200)]
d3dcompiler: Initialize and fix compilation messages generation.
Matteo Bruni [Tue, 10 Jul 2012 13:39:44 +0000 (15:39 +0200)]
d3dcompiler: Parse compilation target.
Matteo Bruni [Tue, 10 Jul 2012 13:39:43 +0000 (15:39 +0200)]
d3dcompiler: Carry around both shader major and minor version.
Matteo Bruni [Tue, 10 Jul 2012 13:39:42 +0000 (15:39 +0200)]
d3dcompiler: Type names have to be allocated on the heap.
Matteo Bruni [Tue, 10 Jul 2012 13:39:41 +0000 (15:39 +0200)]
d3dcompiler: Fix line info update.
Austin English [Tue, 10 Jul 2012 12:43:50 +0000 (07:43 -0500)]
kernel32: Add a stub for GetLocaleInfoEx.
Jacek Caban [Tue, 10 Jul 2012 10:17:32 +0000 (12:17 +0200)]
vbscript: Ignore version flags in GetDispID.
Henri Verbeet [Mon, 9 Jul 2012 21:16:41 +0000 (23:16 +0200)]
winex11: Introduce a separate function for initializing the list of XRandR display modes.
Henri Verbeet [Mon, 9 Jul 2012 21:16:40 +0000 (23:16 +0200)]
winex11: Remove some unused includes from xrandr.c.
Henri Verbeet [Mon, 9 Jul 2012 21:16:39 +0000 (23:16 +0200)]
wined3d: Print a more obvious message if a format doesn't have a corresponding GL internal format.
Henri Verbeet [Mon, 9 Jul 2012 21:16:38 +0000 (23:16 +0200)]
wined3d: Get rid of the "discard" parameter to device_parent_create_depth_stencil().
Henri Verbeet [Mon, 9 Jul 2012 21:16:37 +0000 (23:16 +0200)]
wined3d: Get rid of the "lockable" parameter to device_parent_create_rendertarget().
Austin English [Thu, 5 Jul 2012 13:46:22 +0000 (08:46 -0500)]
inseng: Add a stub for DllInstall.
Austin English [Thu, 5 Jul 2012 13:26:48 +0000 (08:26 -0500)]
kernel32: Add a stub for GetDynamicTimeZoneInformation.
Austin English [Thu, 5 Jul 2012 13:19:33 +0000 (08:19 -0500)]
kernel32: Add a stub for WerSetFlags.
Bruno Jesus [Fri, 6 Jul 2012 00:25:18 +0000 (21:25 -0300)]
user32/tests: Add a test for OpenClipboard twice with non-zero hwnd.
Józef Kucia [Tue, 3 Jul 2012 14:06:47 +0000 (16:06 +0200)]
d3dx9: Implement D3DXLoadVolumeFromFile.
Józef Kucia [Tue, 3 Jul 2012 14:06:46 +0000 (16:06 +0200)]
d3dx9/tests: Add tests for D3DXLoadVolumeFromFileInMemory.
Józef Kucia [Tue, 3 Jul 2012 14:06:45 +0000 (16:06 +0200)]
d3dx9: Implement D3DXLoadVolumeFromFileInMemory.
Józef Kucia [Tue, 3 Jul 2012 14:06:44 +0000 (16:06 +0200)]
d3dx9: Fix D3DXLoadVolumeFromVolume so it works for subsets of volumes.
Józef Kucia [Tue, 3 Jul 2012 14:06:43 +0000 (16:06 +0200)]
d3dx9: Validate the size of a volume texture in D3DXGetImageInfoFromFile.
Jacek Caban [Mon, 9 Jul 2012 15:46:38 +0000 (17:46 +0200)]
ieframe: Avoid useless QI(IID_IWebBrowser2) calls in tests by passing IWebBrowser2 interface where possible.
Jacek Caban [Mon, 9 Jul 2012 15:46:23 +0000 (17:46 +0200)]
ieframe: Added init_test helper.
Jacek Caban [Mon, 9 Jul 2012 15:46:10 +0000 (17:46 +0200)]
ieframe: Added more DoVerb tests.
Jacek Caban [Mon, 9 Jul 2012 15:45:57 +0000 (17:45 +0200)]
ieframe: Call OnInPlaceDeactivate in DoVerb(OLEIVERB_HIDE) implementation.
Huw Davies [Mon, 9 Jul 2012 12:28:32 +0000 (13:28 +0100)]
winspool: Don't assume that CUPS is available.
Hans Leidekker [Mon, 9 Jul 2012 09:08:37 +0000 (11:08 +0200)]
msi: Don't hard-code the ServicePackLevel property.
Hans Leidekker [Mon, 9 Jul 2012 09:08:06 +0000 (11:08 +0200)]
msi: Don't crash if no working directory is specified for custom action type 34.
Hans Leidekker [Mon, 9 Jul 2012 09:07:37 +0000 (11:07 +0200)]
setupapi: SetupInstallServicesFromInfSection doesn't fail if there are no AddService or DelService directives in the section.
Hans Leidekker [Mon, 9 Jul 2012 09:07:05 +0000 (11:07 +0200)]
ntdll: Report 3dnow and sse features if the processor supports them.
Nikolay Sivov [Sun, 8 Jul 2012 18:54:20 +0000 (22:54 +0400)]
msxml3: Add VT_I1 type to variant dump helper.
Nikolay Sivov [Sun, 8 Jul 2012 18:53:20 +0000 (22:53 +0400)]
msxml3: Remove unneeded xmlInitParser call.
Nikolay Sivov [Sun, 8 Jul 2012 18:51:52 +0000 (22:51 +0400)]
msxml3: Fix xml declaration output when it's specified in loaded document (in case of file).
Nikolay Sivov [Sun, 8 Jul 2012 18:49:43 +0000 (22:49 +0400)]
msxml3: Fix xml declaration output when it's specified in loaded document (in case of stream).
Nikolay Sivov [Sat, 7 Jul 2012 08:13:08 +0000 (12:13 +0400)]
msxml3: Don't use stream written value when saving to stream.
Henri Verbeet [Sun, 8 Jul 2012 14:06:39 +0000 (16:06 +0200)]
winex11: Get rid of xrandr.h.
Henri Verbeet [Sun, 8 Jul 2012 14:06:38 +0000 (16:06 +0200)]
winex11: Get rid of xvidmode.h.
Henri Verbeet [Sun, 8 Jul 2012 14:06:37 +0000 (16:06 +0200)]
d3d9: Implement d3d9_device_ResetEx().
Henri Verbeet [Sun, 8 Jul 2012 14:06:36 +0000 (16:06 +0200)]
wined3d: Fix the .spec.
Henri Verbeet [Sun, 8 Jul 2012 14:06:35 +0000 (16:06 +0200)]
secur32: Only read complete records in schan_InitializeSecurityContextW().
André Hentschel [Sat, 7 Jul 2012 13:16:50 +0000 (15:16 +0200)]
winedbg: Add new operators regarding data processing to ARM disassembler.
André Hentschel [Sat, 7 Jul 2012 13:12:20 +0000 (15:12 +0200)]
winedbg: Add swap operator to ARM disassembler.
André Hentschel [Sat, 7 Jul 2012 13:11:06 +0000 (15:11 +0200)]
winedbg: Add multiplication operators to ARM disassembler.
André Hentschel [Sat, 7 Jul 2012 13:10:06 +0000 (15:10 +0200)]
winedbg: Add branch and exchange operator to ARM disassembler.
Marcus Meissner [Sat, 7 Jul 2012 09:52:24 +0000 (11:52 +0200)]
user.exe: Avoid truncating strcmp result (Coverity).
Marcus Meissner [Sat, 7 Jul 2012 09:52:23 +0000 (11:52 +0200)]
shell32: Avoid memcmp result truncation (Coverity).
Marcus Meissner [Sat, 7 Jul 2012 09:52:22 +0000 (11:52 +0200)]
setupx.dll16: Avoid strcmp() result truncation (Coverity).
Marcus Meissner [Sat, 7 Jul 2012 09:52:21 +0000 (11:52 +0200)]
krnl386.exe16: Do not truncate the strcmp result (Coverity).
Marcus Meissner [Sat, 7 Jul 2012 09:51:45 +0000 (11:51 +0200)]
d3dcompiler_43: Fixed small overread possibility (Coverity).
Hans Leidekker [Fri, 6 Jul 2012 13:51:00 +0000 (15:51 +0200)]
fusion: Also copy external files in IAssemblyCache::InstallAssembly.
Piotr Caban [Thu, 5 Jul 2012 15:35:01 +0000 (17:35 +0200)]
msvcp90: Fix parsing of floating point numbers starting with decimal separator.
Piotr Caban [Thu, 5 Jul 2012 09:51:06 +0000 (11:51 +0200)]
msvcp90: Fix off by one issues in basic_string functions operating on iterators.
Piotr Caban [Wed, 4 Jul 2012 16:15:55 +0000 (18:15 +0200)]
msvcp90: Fix EOF handling in basic_filebuf<char>::underflow.
Piotr Caban [Wed, 4 Jul 2012 14:16:01 +0000 (16:16 +0200)]
msvcp90/tests: Added destructor tests for class with virtual inheritance.
Piotr Caban [Wed, 4 Jul 2012 14:15:15 +0000 (16:15 +0200)]
msvcp90: Pass base class pointer to virtual functions.
Piotr Caban [Wed, 4 Jul 2012 14:14:34 +0000 (16:14 +0200)]
msvcp: Sync spec files.
Piotr Caban [Wed, 4 Jul 2012 14:14:15 +0000 (16:14 +0200)]
msvcp90: Implement more basic_ostream<wchar>::operator<< functions.
Piotr Caban [Wed, 4 Jul 2012 14:14:02 +0000 (16:14 +0200)]
msvcp90: Implement more basic_ostream<char>::operator<< functions.
Piotr Caban [Wed, 4 Jul 2012 14:13:36 +0000 (16:13 +0200)]
msvcp90: Implement more basic_istream<wchar>::operator>> functions.
Piotr Caban [Wed, 4 Jul 2012 14:13:20 +0000 (16:13 +0200)]
msvcp90: Implement more basic_istream<char>::operator>> functions.
Michael Stefaniuc [Wed, 4 Jul 2012 15:26:49 +0000 (17:26 +0200)]
quartz: Remove an object to IFilterGraph2 cast.
Hans Leidekker [Wed, 4 Jul 2012 08:32:55 +0000 (10:32 +0200)]
wbemprox: Implement Win32_Processor.Manufacturer and Win32_Processor.Name.
Hans Leidekker [Wed, 4 Jul 2012 08:32:00 +0000 (10:32 +0200)]
wbemprox: Add a partial Win32_BaseBoard class implementation.
Gerald Pfeifer [Tue, 3 Jul 2012 22:10:43 +0000 (00:10 +0200)]
ntdll: Omit unused typedef in test_query_process_basic.
Dmitry Timoshkov [Tue, 3 Jul 2012 16:21:11 +0000 (01:21 +0900)]
winex11.drv: Avoid conflicting definitions of WINGDIAPI.