wine/eterwine.git
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>
9 years agouser32/tests: Add tests for EM_SETSEL and getting/losing focus in combo boxes.
Hugh McMaster [Thu, 31 Dec 2015 13:00:20 +0000 (00:00 +1100)]
user32/tests: Add tests for EM_SETSEL and getting/losing focus in combo boxes.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agouser32/tests: Add message tests for EM_SETSEL when getting/losing focus in combo...
Hugh McMaster [Sat, 2 Jan 2016 11:55:26 +0000 (22:55 +1100)]
user32/tests: Add message tests for EM_SETSEL when getting/losing focus in combo boxes.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agontdll/tests: Add tests for setting debug registers with NtSetContextThread.
Sebastian Lackner [Sat, 2 Jan 2016 03:41:19 +0000 (04:41 +0100)]
ntdll/tests: Add tests for setting debug registers with NtSetContextThread.

Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agontdll: Receive debug registers from server on x86_64.
Sebastian Lackner [Sat, 2 Jan 2016 03:41:01 +0000 (04:41 +0100)]
ntdll: Receive debug registers from server on x86_64.

Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agontdll: Check ContextFlags before restoring registers on x86_64.
Sebastian Lackner [Sat, 2 Jan 2016 03:40:46 +0000 (04:40 +0100)]
ntdll: Check ContextFlags before restoring registers on x86_64.

Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agomsvcp120: Add vtordisp field to classes with virtual base.
Piotr Caban [Tue, 5 Jan 2016 15:28:58 +0000 (16:28 +0100)]
msvcp120: Add vtordisp field to classes with virtual base.

Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agomsvcp120: Add _Add_vtordisp virtual functions to basic_ios class.
Piotr Caban [Tue, 5 Jan 2016 15:28:49 +0000 (16:28 +0100)]
msvcp120: Add _Add_vtordisp virtual functions to basic_ios class.

Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agoole2disp: Implement VariantInit().
Nikolay Sivov [Tue, 5 Jan 2016 15:46:34 +0000 (18:46 +0300)]
ole2disp: Implement VariantInit().

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agoadvapi32: Make RegOpenCurrentUser() return real key handles for current SID.
Nikolay Sivov [Sun, 27 Dec 2015 22:18:00 +0000 (01:18 +0300)]
advapi32: Make RegOpenCurrentUser() return real key handles for current SID.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agoole32: Properly implement OleRegGetUserType().
Nikolay Sivov [Wed, 30 Dec 2015 20:48:38 +0000 (23:48 +0300)]
ole32: Properly implement OleRegGetUserType().

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agokernel32/tests: Add tests for GetLargestConsoleWindowSize.
Hugh McMaster [Tue, 5 Jan 2016 07:59:35 +0000 (18:59 +1100)]
kernel32/tests: Add tests for GetLargestConsoleWindowSize.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agokernel32/tests: Refresh the console to clear the console font table.
Hugh McMaster [Tue, 5 Jan 2016 07:59:34 +0000 (18:59 +1100)]
kernel32/tests: Refresh the console to clear the console font table.

The testScreenBuffer function unintentionally causes the console font
table to increase from 14 entries to about 40.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agokernel32: Add a stub for SetConsoleFont.
Hugh McMaster [Tue, 5 Jan 2016 07:59:33 +0000 (18:59 +1100)]
kernel32: Add a stub for SetConsoleFont.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agokernel32: Implement GetLargestConsoleWindowSize.
Hugh McMaster [Tue, 5 Jan 2016 07:59:32 +0000 (18:59 +1100)]
kernel32: Implement GetLargestConsoleWindowSize.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agowineconsole: Send the largest console window size information to the server.
Hugh McMaster [Tue, 5 Jan 2016 07:59:31 +0000 (18:59 +1100)]
wineconsole: Send the largest console window size information to the server.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agomshtml: Added IHTMLElement::lang property implementation.
Jacek Caban [Tue, 5 Jan 2016 14:58:48 +0000 (15:58 +0100)]
mshtml: Added IHTMLElement::lang property implementation.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agowined3d: Get rid of unused error codes.
Henri Verbeet [Tue, 5 Jan 2016 14:04:57 +0000 (15:04 +0100)]
wined3d: Get rid of unused error codes.

Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agowined3d: Get rid of GL_APPLE_client_storage support.
Henri Verbeet [Tue, 5 Jan 2016 14:04:56 +0000 (15:04 +0100)]
wined3d: Get rid of GL_APPLE_client_storage support.

Once upon a time this extention helped reduce address space usage on MacOS,
although at the cost of obscure driver bugs. These days it just seems to make
things worse.

Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agowined3d: Set WINED3D_BUFFER_DOUBLEBUFFER for managed buffers as well.
Henri Verbeet [Tue, 5 Jan 2016 14:04:55 +0000 (15:04 +0100)]
wined3d: Set WINED3D_BUFFER_DOUBLEBUFFER for managed buffers as well.

Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agoddraw/tests: Don't require a 3D device for test_resource_priority().
Henri Verbeet [Tue, 5 Jan 2016 14:04:54 +0000 (15:04 +0100)]
ddraw/tests: Don't require a 3D device for test_resource_priority().

This fixes commit b0d4502c29941c31108a53d6c23f9e23196fb7ec.

Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agoddraw: Simplify the root surface test in ddraw_surface7_GetPriority().
Henri Verbeet [Tue, 5 Jan 2016 14:04:53 +0000 (15:04 +0100)]
ddraw: Simplify the root surface test in ddraw_surface7_GetPriority().

This fixes commit 97f0345f71679570d4eedb4ab750158d1a80001c. I assume it was
applied by mistake, since it's also missing the correct sign-off.

Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agomsxml3/tests: Fix BSTR leak warning (Valgrind).
Nikolay Sivov [Sun, 3 Jan 2016 22:04:39 +0000 (01:04 +0300)]
msxml3/tests: Fix BSTR leak warning (Valgrind).

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agokernel32: Forward GetLogicalProcessorInformationEx() to ntdll.
Nikolay Sivov [Sun, 3 Jan 2016 22:56:48 +0000 (01:56 +0300)]
kernel32: Forward GetLogicalProcessorInformationEx() to ntdll.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agontdll: Add NtQuerySystemInformationEx() stub.
Nikolay Sivov [Sun, 3 Jan 2016 22:56:47 +0000 (01:56 +0300)]
ntdll: Add NtQuerySystemInformationEx() stub.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agontdll/tests: Some tests for NtQuerySystemInformationEx().
Nikolay Sivov [Sun, 3 Jan 2016 22:56:46 +0000 (01:56 +0300)]
ntdll/tests: Some tests for NtQuerySystemInformationEx().

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agopo: Update Simplified Chinese translation.
Jactry Zeng [Mon, 4 Jan 2016 02:25:32 +0000 (10:25 +0800)]
po: Update Simplified Chinese translation.

Signed-off-by: Jactry Zeng <jzeng@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 years agod3dx9: Add D3DXConvertMeshSubsetToSingleStrip stub.
Alistair Leslie-Hughes [Wed, 23 Dec 2015 06:46:56 +0000 (17:46 +1100)]
d3dx9: Add D3DXConvertMeshSubsetToSingleStrip stub.

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 agowined3d: Do not perform texture alpha blending for BUMPENV textures.
Józef Kucia [Mon, 4 Jan 2016 12:26:03 +0000 (13:26 +0100)]
wined3d: Do not perform texture alpha blending for BUMPENV 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>