wine/eterwine.git
9 years agoxaudio2: Explicitly version the 2.7 coclasses.
Andrew Eikum [Mon, 11 Jan 2016 19:52:02 +0000 (13:52 -0600)]
xaudio2: Explicitly version the 2.7 coclasses.

In versions 2.8 and later, no coclasses are provided by the API, so we
should version the old ones to make it clear they're out of date.

Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agooleaut32: Added more Invoke tests.
Jacek Caban [Mon, 11 Jan 2016 19:11:05 +0000 (20:11 +0100)]
oleaut32: Added more Invoke tests.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agowined3d: Reduce code duplication in shader_glsl_to_ functions.
Józef Kucia [Mon, 11 Jan 2016 10:53:26 +0000 (11:53 +0100)]
wined3d: Reduce code duplication in shader_glsl_to_ functions.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agowined3d: Implement SM4 ftou instruction.
Józef Kucia [Mon, 11 Jan 2016 10:53:25 +0000 (11:53 +0100)]
wined3d: Implement SM4 ftou instruction.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agowined3d: Recognize SM4 ineg opcode.
Józef Kucia [Mon, 11 Jan 2016 10:53:24 +0000 (11:53 +0100)]
wined3d: Recognize SM4 ineg opcode.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agowined3d: Recognize SM4 ine opcode.
Józef Kucia [Mon, 11 Jan 2016 10:53:23 +0000 (11:53 +0100)]
wined3d: Recognize SM4 ine opcode.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agowined3d: Recognize SM4 imad opcode.
Józef Kucia [Mon, 11 Jan 2016 10:53:22 +0000 (11:53 +0100)]
wined3d: Recognize SM4 imad opcode.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agowined3d: Recognize SM4 ilt opcode.
Józef Kucia [Mon, 11 Jan 2016 10:53:21 +0000 (11:53 +0100)]
wined3d: Recognize SM4 ilt opcode.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agowined3d: Recognize SM4 ftou opcode.
Józef Kucia [Mon, 11 Jan 2016 10:53:20 +0000 (11:53 +0100)]
wined3d: Recognize SM4 ftou opcode.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agowined3d: Fix incorrect indentation of several break statements in in set_tex_op.
Gerald Pfeifer [Sun, 10 Jan 2016 11:22:46 +0000 (19:22 +0800)]
wined3d: Fix incorrect indentation of several break statements in in set_tex_op.

Signed-off-by: Gerald Pfeifer <gerald@pfeifer.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agod3d10core/tests: Viewport properties are integers.
Stefan Dösinger [Sun, 10 Jan 2016 11:21:32 +0000 (11:21 +0000)]
d3d10core/tests: Viewport properties are integers.

Shuts up an MSVC warning. Note that in d3d11 those members are FLOATs.

Signed-off-by: Stefan Dösinger <stefandoesinger@gmx.at>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agod3d11/tests: Multisampled render targets are zeroed on creation.
Stefan Dösinger [Sun, 10 Jan 2016 11:21:31 +0000 (11:21 +0000)]
d3d11/tests: Multisampled render targets are zeroed on creation.

Signed-off-by: Stefan Dösinger <stefandoesinger@gmx.at>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agod3d10core/tests: Multisampled render targets are zeroed on creation.
Stefan Dösinger [Sun, 10 Jan 2016 11:21:30 +0000 (11:21 +0000)]
d3d10core/tests: Multisampled render targets are zeroed on creation.

Signed-off-by: Stefan Dösinger <stefandoesinger@gmx.at>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agodwrite: Fix a leak on error path.
Nikolay Sivov [Mon, 11 Jan 2016 13:15:55 +0000 (16:15 +0300)]
dwrite: Fix a leak on error path.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agodwrite: Make position snapping more compact.
Nikolay Sivov [Mon, 11 Jan 2016 13:15:54 +0000 (16:15 +0300)]
dwrite: Make position snapping more compact.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agodwrite: Consistently use explicit float literals.
Nikolay Sivov [Mon, 11 Jan 2016 13:15:53 +0000 (16:15 +0300)]
dwrite: Consistently use explicit float literals.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agopo: Update German translation.
Julian Rüger [Mon, 11 Jan 2016 11:42:06 +0000 (12:42 +0100)]
po: Update German translation.

Signed-off-by: Julian Rüger <jr98@gmx.net>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agomshtml: Expose IHTMLUniqueName for IDispatch of all element objects.
Jacek Caban [Mon, 11 Jan 2016 13:02:11 +0000 (14:02 +0100)]
mshtml: Expose IHTMLUniqueName for IDispatch of all element objects.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agomshtml/tests: Added IHTMLUniqueName tests.
Jacek Caban [Mon, 11 Jan 2016 13:02:02 +0000 (14:02 +0100)]
mshtml/tests: Added IHTMLUniqueName tests.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agomshtml: Added IHTMLUniqueName::get_uniqueID implementation.
Jacek Caban [Mon, 11 Jan 2016 13:01:57 +0000 (14:01 +0100)]
mshtml: Added IHTMLUniqueName::get_uniqueID implementation.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agomshtml: Added IHTMLUniqueName::get_uniqueNumber implementation.
Jacek Caban [Mon, 11 Jan 2016 13:01:38 +0000 (14:01 +0100)]
mshtml: Added IHTMLUniqueName::get_uniqueNumber implementation.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agomshtml: Added IHTMLUniqueName interface stub implementation.
Jacek Caban [Mon, 11 Jan 2016 13:01:24 +0000 (14:01 +0100)]
mshtml: Added IHTMLUniqueName interface stub implementation.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agomshtml: Added IHTMLCurrentStyle4::get_maxHeight implementation.
Jacek Caban [Mon, 11 Jan 2016 12:52:07 +0000 (13:52 +0100)]
mshtml: Added IHTMLCurrentStyle4::get_maxHeight implementation.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agomshtml: Added IHTMLCurrentStyle::overflowY implementation.
Jacek Caban [Mon, 11 Jan 2016 12:51:56 +0000 (13:51 +0100)]
mshtml: Added IHTMLCurrentStyle::overflowY implementation.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agomshtml: Added IHTMLCurrentStyle::overflowX implementation.
Jacek Caban [Mon, 11 Jan 2016 12:51:48 +0000 (13:51 +0100)]
mshtml: Added IHTMLCurrentStyle::overflowX implementation.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agomsvcp120: Fix layout of classes with vtordisp field.
Piotr Caban [Mon, 11 Jan 2016 09:36:47 +0000 (10:36 +0100)]
msvcp120: Fix layout of classes with vtordisp field.

Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agomakefiles: Generate makefile dependencies from makedep.
Alexandre Julliard [Mon, 11 Jan 2016 12:02:28 +0000 (21:02 +0900)]
makefiles: Generate makefile dependencies from makedep.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agomakefiles: Generate distclean rules from makedep.
Alexandre Julliard [Mon, 11 Jan 2016 09:41:18 +0000 (18:41 +0900)]
makefiles: Generate distclean rules from makedep.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agomakedep: Generate testlist.c directly from the makefile data.
Alexandre Julliard [Mon, 11 Jan 2016 09:19:18 +0000 (18:19 +0900)]
makedep: Generate testlist.c directly from the makefile data.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agomakefiles: Generate all makefiles at once.
Alexandre Julliard [Mon, 11 Jan 2016 07:05:51 +0000 (16:05 +0900)]
makefiles: Generate all makefiles at once.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agoconfigure: Detect MinGW-w64 ARM toolchains.
André Hentschel [Sat, 9 Jan 2016 14:15:15 +0000 (15:15 +0100)]
configure: Detect MinGW-w64 ARM toolchains.

Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agodmime: Don't set DSBCAPS_CTRLPAN together with DSBCAPS_CTRL3D.
Michael Stefaniuc [Sun, 10 Jan 2016 22:37:12 +0000 (23:37 +0100)]
dmime: Don't set DSBCAPS_CTRLPAN together with DSBCAPS_CTRL3D.

Troubleshooted by Michael Müller.
Fixes a regression caused by 0e5dcc2c841be0a4311d1915d073d2775fe436b4.

Signed-off-by: Michael Stefaniuc <mstefani@redhat.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agoole2disp: Implement SafeArrayAllocDescriptor().
Nikolay Sivov [Sun, 10 Jan 2016 18:47:06 +0000 (21:47 +0300)]
ole2disp: Implement SafeArrayAllocDescriptor().

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agoole2: Implement ReadClassStm().
Nikolay Sivov [Sun, 10 Jan 2016 18:45:49 +0000 (21:45 +0300)]
ole2: Implement ReadClassStm().

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agoole2: Fix error handling in ReadClassStg().
Nikolay Sivov [Sun, 10 Jan 2016 18:45:48 +0000 (21:45 +0300)]
ole2: Fix error handling in ReadClassStg().

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agocrypt32: Fix a leak on error path (Coverity).
Nikolay Sivov [Sun, 10 Jan 2016 18:19:35 +0000 (21:19 +0300)]
crypt32: Fix a leak on error path (Coverity).

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agocomdlg32: Don't use BOOL constants for regular integer type.
Nikolay Sivov [Sun, 10 Jan 2016 18:12:36 +0000 (21:12 +0300)]
comdlg32: Don't use BOOL constants for regular integer type.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agoavifil32: Use typed pointers in sizeof() and va_arg() (Coverity).
Nikolay Sivov [Sun, 10 Jan 2016 16:22:35 +0000 (19:22 +0300)]
avifil32: Use typed pointers in sizeof() and va_arg() (Coverity).

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agomsi: Fixed same file handle closed twice (Coverity).
Nikolay Sivov [Sun, 10 Jan 2016 16:10:20 +0000 (19:10 +0300)]
msi: Fixed same file handle closed twice (Coverity).

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agocomctl32/trackbar: Update thumb immediately on TBM_SETPOS.
Nikolay Sivov [Sat, 9 Jan 2016 20:45:20 +0000 (23:45 +0300)]
comctl32/trackbar: Update thumb immediately on TBM_SETPOS.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agoRelease 1.9.1.
Alexandre Julliard [Sat, 9 Jan 2016 09:30:39 +0000 (18:30 +0900)]
Release 1.9.1.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agoshlwapi/tests: Fix uninitialized data access in tests (Valgrind).
Nikolay Sivov [Thu, 7 Jan 2016 20:14:55 +0000 (23:14 +0300)]
shlwapi/tests: Fix uninitialized data access in tests (Valgrind).

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agontdll: Add RtlCreateUserProcess stub.
Austin English [Tue, 15 Dec 2015 07:51:05 +0000 (01:51 -0600)]
ntdll: Add RtlCreateUserProcess stub.

Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agocomctl32/tests: Separate individual Trackbar tests from each other.
Nikolay Sivov [Fri, 8 Jan 2016 12:47:07 +0000 (15:47 +0300)]
comctl32/tests: Separate individual Trackbar tests from each other.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agontdll/tests: Correct signaled / not signaled error messages.
Alex Henrie [Fri, 8 Jan 2016 09:38:36 +0000 (02:38 -0700)]
ntdll/tests: Correct signaled / not signaled error messages.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agowined3d: Add usage flags introduced with d3d9ex.
Józef Kucia [Fri, 8 Jan 2016 11:59:59 +0000 (12:59 +0100)]
wined3d: Add usage flags introduced with d3d9ex.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agod3d9/tests: Add missing space to trace() message.
Józef Kucia [Thu, 7 Jan 2016 15:22:47 +0000 (16:22 +0100)]
d3d9/tests: Add missing space to trace() message.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agod3d9/tests: Add test for CreateDepthStencilSurfaceEx().
Józef Kucia [Thu, 7 Jan 2016 15:22:46 +0000 (16:22 +0100)]
d3d9/tests: Add test for CreateDepthStencilSurfaceEx().

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agod3d9: Implement d3d9_device_CreateDepthStencilSurfaceEx().
Józef Kucia [Thu, 7 Jan 2016 15:22:45 +0000 (16:22 +0100)]
d3d9: Implement d3d9_device_CreateDepthStencilSurfaceEx().

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agoinclude: Add declarations for D3DUSAGEs added with d3d9ex.
Józef Kucia [Thu, 7 Jan 2016 15:22:44 +0000 (16:22 +0100)]
include: Add declarations for D3DUSAGEs added with d3d9ex.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agodwrite: Store locale name in lower case for text format.
Nikolay Sivov [Fri, 8 Jan 2016 09:55:37 +0000 (12:55 +0300)]
dwrite: Store locale name in lower case for text format.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agodwrite/tests: Some tests for drawing underlines.
Nikolay Sivov [Fri, 8 Jan 2016 09:55:36 +0000 (12:55 +0300)]
dwrite/tests: Some tests for drawing underlines.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agomshtml: Added IHTMLDocument3::uniqueID implementation.
Jacek Caban [Wed, 6 Jan 2016 17:39:39 +0000 (18:39 +0100)]
mshtml: Added IHTMLDocument3::uniqueID implementation.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agomshtml: Added IHTMLCurrentStyle::styleFloat property implementation.
Jacek Caban [Thu, 7 Jan 2016 15:30:18 +0000 (16:30 +0100)]
mshtml: Added IHTMLCurrentStyle::styleFloat property implementation.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agoxaudio2: Add another missing break for consistency.
Nikolay Sivov [Thu, 7 Jan 2016 15:20:25 +0000 (18:20 +0300)]
xaudio2: Add another missing break for consistency.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agoshlwapi: Fix initializer causing compiler warning.
Nikolay Sivov [Thu, 7 Jan 2016 14:09:47 +0000 (17:09 +0300)]
shlwapi: Fix initializer causing compiler warning.

Spotted by Józef.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agod3dx9: Improve generated DDS file header.
Christian Costa [Tue, 22 Dec 2015 07:26:32 +0000 (18:26 +1100)]
d3dx9: Improve generated DDS file header.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agod3dx9/tests: Add D3DXSaveSurfaceToFileInMemory DDS header tests.
Alistair Leslie-Hughes [Tue, 22 Dec 2015 07:26:31 +0000 (18:26 +1100)]
d3dx9/tests: Add D3DXSaveSurfaceToFileInMemory DDS header tests.

Also update the structure dds_header to be the same as d3dx9_36/surface.c.
Use (DDS_CAPS_TEXTURE | DDSCAPS_ALPHA) with a todo.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agomshtml: Merge htmlstyle3.c into htmlstyle.c.
Jacek Caban [Thu, 7 Jan 2016 13:06:24 +0000 (14:06 +0100)]
mshtml: Merge htmlstyle3.c into htmlstyle.c.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agomshtml: Merge htmlstyle2.c into htmlstyle.c.
Jacek Caban [Thu, 7 Jan 2016 13:04:59 +0000 (14:04 +0100)]
mshtml: Merge htmlstyle2.c into htmlstyle.c.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agowined3d: Recreate default_sampler during device reset.
Józef Kucia [Thu, 7 Jan 2016 11:11:31 +0000 (12:11 +0100)]
wined3d: Recreate default_sampler during device reset.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agowined3d: Add support for WINED3DFMT_R8G8_UNORM format.
Józef Kucia [Thu, 7 Jan 2016 09:54:44 +0000 (10:54 +0100)]
wined3d: Add support for WINED3DFMT_R8G8_UNORM format.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agod3d10core/tests: Add test for block-compressed textures.
Józef Kucia [Thu, 7 Jan 2016 09:54:43 +0000 (10:54 +0100)]
d3d10core/tests: Add test for block-compressed textures.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agod3d11/tests: Add test for block-compressed textures.
Józef Kucia [Thu, 7 Jan 2016 09:54:42 +0000 (10:54 +0100)]
d3d11/tests: Add test for block-compressed textures.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agowined3d: Add support for WINED3DFMT_BC2_UNORM format.
Józef Kucia [Thu, 7 Jan 2016 09:54:41 +0000 (10:54 +0100)]
wined3d: Add support for WINED3DFMT_BC2_UNORM format.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agowined3d: Add support for WINED3DFMT_BC1_UNORM format.
Józef Kucia [Thu, 7 Jan 2016 09:54:40 +0000 (10:54 +0100)]
wined3d: Add support for WINED3DFMT_BC1_UNORM format.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agowined3d: Add support for WINED3DFMT_BC3_UNORM format.
Józef Kucia [Thu, 7 Jan 2016 09:54:39 +0000 (10:54 +0100)]
wined3d: Add support for WINED3DFMT_BC3_UNORM format.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agomsvcp120/tests: Test virtual base table size exports.
Bernhard Übelacker [Thu, 7 Jan 2016 12:13:36 +0000 (13:13 +0100)]
msvcp120/tests: Test virtual base table size exports.

Signed-off-by: Bernhard Übelacker <bernhardu@vr-web.de>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agokernel32: Add GetConsoleScreenBufferInfoEx/SetConsoleScreenBufferInfoEx stubs.
Austin English [Sun, 27 Dec 2015 03:56:10 +0000 (21:56 -0600)]
kernel32: Add GetConsoleScreenBufferInfoEx/SetConsoleScreenBufferInfoEx stubs.

Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agoriched20: Print boundary for ME_CheckCharOffsets only when richedit_check channel...
Jactry Zeng [Mon, 4 Jan 2016 08:09:53 +0000 (16:09 +0800)]
riched20: Print boundary for ME_CheckCharOffsets only when richedit_check channel was opened.

Signed-off-by: Jactry Zeng <jzeng@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agocmd: Fix sharing permissions of piped output files.
Sebastian Lackner [Thu, 7 Jan 2016 07:01:38 +0000 (08:01 +0100)]
cmd: Fix sharing permissions of piped output files.

Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agomshtml: Fix prototype of nsIDOMWindowUtils::SetDisplayPortMarginsForElement.
Sebastian Lackner [Thu, 7 Jan 2016 07:41:20 +0000 (08:41 +0100)]
mshtml: Fix prototype of nsIDOMWindowUtils::SetDisplayPortMarginsForElement.

Also add missing comments for some thiscall functions.

Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agojscript: Added support for Function constructor called as a function.
Jacek Caban [Wed, 6 Jan 2016 15:29:42 +0000 (16:29 +0100)]
jscript: Added support for Function constructor called as a function.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agoshlwapi: Fix OS_TABLETPC typo.
Jared Smudde [Wed, 6 Jan 2016 03:42:11 +0000 (21:42 -0600)]
shlwapi: Fix OS_TABLETPC typo.

Signed-off-by: Jared Smudde <computerwhiz02@hotmail.com> 
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agowinefile: Set MDI child icon.
Jared Smudde [Thu, 31 Dec 2015 19:34:33 +0000 (13:34 -0600)]
winefile: Set MDI child icon.

Signed-off-by: Jared Smudde <computerwhiz02@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agoieframe: Don't write icon file path and index to storage if not specified in shortcut...
Nikolay Sivov [Fri, 1 Jan 2016 16:51:59 +0000 (19:51 +0300)]
ieframe: Don't write icon file path and index to storage if not specified in shortcut (Valgrind).

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agoxaudio2: Added missing break in a switch (Coverity).
Nikolay Sivov [Wed, 6 Jan 2016 14:56:05 +0000 (17:56 +0300)]
xaudio2: Added missing break in a switch (Coverity).

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agoddraw: Only allow DDSCAPS_MIPMAP on textures.
Henri Verbeet [Wed, 6 Jan 2016 14:52:07 +0000 (15:52 +0100)]
ddraw: Only allow DDSCAPS_MIPMAP on textures.

Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agoddraw/tests: Merge MipMapCreationTest() with test_mipmap_lock().
Henri Verbeet [Wed, 6 Jan 2016 14:52:06 +0000 (15:52 +0100)]
ddraw/tests: Merge MipMapCreationTest() with test_mipmap_lock().

Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agoddraw: Use the largest dimension to determine the mipmap count for version 7 surfaces.
Henri Verbeet [Wed, 6 Jan 2016 14:52:05 +0000 (15:52 +0100)]
ddraw: Use the largest dimension to determine the mipmap count for version 7 surfaces.

Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agod3d10core/tests: Add test for SM4 ld instruction.
Józef Kucia [Tue, 5 Jan 2016 20:52:34 +0000 (21:52 +0100)]
d3d10core/tests: Add test for SM4 ld instruction.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agod3d11/tests: Add test for SM4 ld instruction.
Józef Kucia [Tue, 5 Jan 2016 20:52:33 +0000 (21:52 +0100)]
d3d11/tests: Add test for SM4 ld instruction.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agowined3d: Implement SM4 ld instruction.
Józef Kucia [Tue, 5 Jan 2016 20:52:32 +0000 (21:52 +0100)]
wined3d: Implement SM4 ld instruction.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agowined3d: Record texture accesses for SM4 ld instruction.
Józef Kucia [Tue, 5 Jan 2016 20:52:31 +0000 (21:52 +0100)]
wined3d: Record texture accesses for SM4 ld instruction.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agowined3d: Maintain default sampler per device.
Józef Kucia [Tue, 5 Jan 2016 20:52:30 +0000 (21:52 +0100)]
wined3d: Maintain default sampler per device.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agomshtml: Added IHTMLDocument4::hasFocus implementation.
Jacek Caban [Wed, 6 Jan 2016 14:05:42 +0000 (15:05 +0100)]
mshtml: Added IHTMLDocument4::hasFocus implementation.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agowbemprox: Implement Win32_VideoController.VideoModeDescription.
Hans Leidekker [Wed, 6 Jan 2016 13:44:34 +0000 (14:44 +0100)]
wbemprox: Implement Win32_VideoController.VideoModeDescription.

Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agowbemprox: Fix a typo.
Hans Leidekker [Wed, 6 Jan 2016 13:44:33 +0000 (14:44 +0100)]
wbemprox: Fix a typo.

Spotted by Nikolay Sivov.

Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agobcrypt: Implement BCryptFinishHash.
Hans Leidekker [Wed, 6 Jan 2016 13:19:19 +0000 (14:19 +0100)]
bcrypt: Implement BCryptFinishHash.

Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agobcrypt: Implement BCryptHashData.
Hans Leidekker [Wed, 6 Jan 2016 13:19:18 +0000 (14:19 +0100)]
bcrypt: Implement BCryptHashData.

Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agobcrypt: Implement BCryptGetProperty.
Hans Leidekker [Wed, 6 Jan 2016 13:19:17 +0000 (14:19 +0100)]
bcrypt: Implement BCryptGetProperty.

Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agobcrypt: Implement BCryptCreateHash and BCryptDestroyHash.
Hans Leidekker [Wed, 6 Jan 2016 13:19:16 +0000 (14:19 +0100)]
bcrypt: Implement BCryptCreateHash and BCryptDestroyHash.

Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agobcrypt: Implement BCryptOpenAlgorithmProvider and BCryptCloseAlgorithmProvider.
Hans Leidekker [Wed, 6 Jan 2016 13:19:15 +0000 (14:19 +0100)]
bcrypt: Implement BCryptOpenAlgorithmProvider and BCryptCloseAlgorithmProvider.

Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agoinclude: Add missing BCrypt declarations.
Hans Leidekker [Wed, 6 Jan 2016 13:19:14 +0000 (14:19 +0100)]
include: Add missing BCrypt declarations.

Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agoole32/tests: A couple of tests for ReadClassStm/ReadClassStg.
Nikolay Sivov [Wed, 6 Jan 2016 12:51:28 +0000 (15:51 +0300)]
ole32/tests: A couple of tests for ReadClassStm/ReadClassStg.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agokernel32: Remove incorrect comment from !i386 version of GetLargestConsoleWindowSize.
Hugh McMaster [Wed, 6 Jan 2016 07:27:59 +0000 (18:27 +1100)]
kernel32: Remove incorrect comment from !i386 version of GetLargestConsoleWindowSize.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agokernel32: Clamp maximum console window size to screen buffer size.
Sebastian Lackner [Wed, 6 Jan 2016 00:05:04 +0000 (01:05 +0100)]
kernel32: Clamp maximum console window size to screen buffer size.

Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agoshlwapi: Remove a cast that's not really needed.
Nikolay Sivov [Tue, 5 Jan 2016 20:48:22 +0000 (23:48 +0300)]
shlwapi: Remove a cast that's not really needed.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agooleaut32: Don't clear BSTR size.
Andrew Eikum [Tue, 5 Jan 2016 19:38:21 +0000 (13:38 -0600)]
oleaut32: Don't clear BSTR size.

The size is used during cache lookup. Clearing it will break lookup
and prevent detection of double-freeing when warn+heap is enabled.

Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agomshtml: Properly convert VT_NULL to string in get_elem_attr_value_by_dispid.
Jacek Caban [Tue, 5 Jan 2016 17:53:21 +0000 (18:53 +0100)]
mshtml: Properly convert VT_NULL to string in get_elem_attr_value_by_dispid.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>