wine-orson.git
6 years agod3dx9/tests: Add tests for array of samplers.
Paul Gofman [Wed, 28 Jun 2017 11:28:24 +0000 (14:28 +0300)]
d3dx9/tests: Add tests for array of samplers.

Signed-off-by: Paul Gofman <gofmanp@gmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agod3dx9: Support arrays of samplers.
Paul Gofman [Wed, 28 Jun 2017 11:28:23 +0000 (14:28 +0300)]
d3dx9: Support arrays of samplers.

Signed-off-by: Paul Gofman <gofmanp@gmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agod3dx9: Check type and register count for sampler constants.
Paul Gofman [Wed, 28 Jun 2017 11:28:22 +0000 (14:28 +0300)]
d3dx9: Check type and register count for sampler constants.

Signed-off-by: Paul Gofman <gofmanp@gmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agouser32: Scale cursor sizes with the screen DPI.
Alexandre Julliard [Wed, 5 Jul 2017 18:20:05 +0000 (20:20 +0200)]
user32: Scale cursor sizes with the screen DPI.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agopo: Update Ukrainian translation.
Andrey Gusev [Wed, 5 Jul 2017 14:35:40 +0000 (17:35 +0300)]
po: Update Ukrainian translation.

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoregedit: Do not import the line if a hex data type has a "0x" prefix.
Hugh McMaster [Wed, 5 Jul 2017 13:33:12 +0000 (13:33 +0000)]
regedit: Do not import the line if a hex data type has a "0x" prefix.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoregedit: Check if any hex data exists before attempting to parse it.
Hugh McMaster [Wed, 5 Jul 2017 13:33:02 +0000 (13:33 +0000)]
regedit: Check if any hex data exists before attempting to parse it.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoregedit: Do not remove lines beginning with a semicolon from the read buffer.
Hugh McMaster [Wed, 5 Jul 2017 13:32:54 +0000 (13:32 +0000)]
regedit: Do not remove lines beginning with a semicolon from the read buffer.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoregedit: Remove commented out block.
Nikolay Sivov [Wed, 5 Jul 2017 12:15:01 +0000 (15:15 +0300)]
regedit: Remove commented out block.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agod2d1/tests: Use standard wine_dbgstr_longlong.
Alistair Leslie-Hughes [Wed, 5 Jul 2017 02:37:05 +0000 (02:37 +0000)]
d2d1/tests: Use standard wine_dbgstr_longlong.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agodmime: Rename IPersistStreamImpl_Load functions.
Alistair Leslie-Hughes [Wed, 5 Jul 2017 09:26:38 +0000 (09:26 +0000)]
dmime: Rename IPersistStreamImpl_Load functions.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoserver: Call create_irp from queue_irp.
Jacek Caban [Tue, 4 Jul 2017 13:26:44 +0000 (15:26 +0200)]
server: Call create_irp from queue_irp.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoserver: Make fd_queue_async infallible.
Jacek Caban [Tue, 4 Jul 2017 13:26:35 +0000 (15:26 +0200)]
server: Make fd_queue_async infallible.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoserver: Remove no longer needed NULL checks.
Jacek Caban [Tue, 4 Jul 2017 13:26:26 +0000 (15:26 +0200)]
server: Remove no longer needed NULL checks.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoserver: Make async_queue object a simple list instead of a server object.
Jacek Caban [Tue, 4 Jul 2017 13:26:19 +0000 (15:26 +0200)]
server: Make async_queue object a simple list instead of a server object.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoserver: Store completion in async object instead of async_queue.
Jacek Caban [Tue, 4 Jul 2017 13:26:05 +0000 (15:26 +0200)]
server: Store completion in async object instead of async_queue.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoserver: Keep weak fd reference in async object when async is queued.
Jacek Caban [Tue, 4 Jul 2017 13:25:51 +0000 (15:25 +0200)]
server: Keep weak fd reference in async object when async is queued.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoshell32/tests: Use standard wine_dbgstr_longlong.
Alistair Leslie-Hughes [Wed, 5 Jul 2017 02:36:39 +0000 (02:36 +0000)]
shell32/tests: Use standard wine_dbgstr_longlong.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agopdh/tests: Use standard wine_dbgstr_longlong.
Alistair Leslie-Hughes [Wed, 5 Jul 2017 02:36:49 +0000 (02:36 +0000)]
pdh/tests: Use standard wine_dbgstr_longlong.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agowebservices/tests: Use standard wine_dbgstr_longlong.
Alistair Leslie-Hughes [Wed, 5 Jul 2017 02:36:28 +0000 (02:36 +0000)]
webservices/tests: Use standard wine_dbgstr_longlong.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoregedit: Do not remove lines beginning with '#' from the read buffer.
Hugh McMaster [Tue, 4 Jul 2017 12:46:36 +0000 (12:46 +0000)]
regedit: Do not remove lines beginning with '#' from the read buffer.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoregedit: Skip blank and whitespace-only lines during hex data concatenation.
Hugh McMaster [Tue, 4 Jul 2017 12:46:26 +0000 (12:46 +0000)]
regedit: Skip blank and whitespace-only lines during hex data concatenation.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoregedit: Skip lines that do not begin with a hexadecimal character during hex data...
Hugh McMaster [Tue, 4 Jul 2017 12:46:18 +0000 (12:46 +0000)]
regedit: Skip lines that do not begin with a hexadecimal character during hex data concatenation.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoregedit: Simplify a while loop for skipping whitespace.
Hugh McMaster [Tue, 4 Jul 2017 12:46:09 +0000 (12:46 +0000)]
regedit: Simplify a while loop for skipping whitespace.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoregedit/tests: Test whether the "0x" prefix is valid when importing hex data.
Hugh McMaster [Tue, 4 Jul 2017 12:45:59 +0000 (12:45 +0000)]
regedit/tests: Test whether the "0x" prefix is valid when importing hex data.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoregedit/tests: Test whether registry keys ending with trailing backslashes are import...
Hugh McMaster [Tue, 4 Jul 2017 12:45:51 +0000 (12:45 +0000)]
regedit/tests: Test whether registry keys ending with trailing backslashes are imported and created.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoreg/tests: Test whether the "0x" prefix is valid when importing hex data.
Hugh McMaster [Tue, 4 Jul 2017 12:45:42 +0000 (12:45 +0000)]
reg/tests: Test whether the "0x" prefix is valid when importing hex data.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoreg/tests: Test whether registry keys ending with trailing backslashes are imported...
Hugh McMaster [Tue, 4 Jul 2017 12:45:34 +0000 (12:45 +0000)]
reg/tests: Test whether registry keys ending with trailing backslashes are imported and created.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agod3drm: Store face color.
Nikolay Sivov [Tue, 4 Jul 2017 07:43:12 +0000 (10:43 +0300)]
d3drm: Store face color.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agod3drm: Store frame traversal options.
Nikolay Sivov [Tue, 4 Jul 2017 07:43:11 +0000 (10:43 +0300)]
d3drm: Store frame traversal options.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoucrtbase: Implement wcstoull and _wcstoull_l.
Jactry Zeng [Mon, 3 Jul 2017 06:11:20 +0000 (14:11 +0800)]
ucrtbase: Implement wcstoull and _wcstoull_l.

Signed-off-by: Jactry Zeng <jzeng@codeweavers.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agomsvcp120/tests: Use standard wine_dbgstr_longlong.
Alistair Leslie-Hughes [Mon, 3 Jul 2017 22:29:28 +0000 (22:29 +0000)]
msvcp120/tests: Use standard wine_dbgstr_longlong.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agomsvcp60/tests: Use standard wine_dbgstr_longlong.
Alistair Leslie-Hughes [Mon, 3 Jul 2017 22:29:01 +0000 (22:29 +0000)]
msvcp60/tests: Use standard wine_dbgstr_longlong.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agomsvcp90/tests: Use standard wine_dbgstr_longlong.
Alistair Leslie-Hughes [Thu, 29 Jun 2017 00:44:16 +0000 (00:44 +0000)]
msvcp90/tests: Use standard wine_dbgstr_longlong.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agomsvcp110/tests: Use standard wine_dbgstr_longlong.
Alistair Leslie-Hughes [Mon, 3 Jul 2017 22:29:20 +0000 (22:29 +0000)]
msvcp110/tests: Use standard wine_dbgstr_longlong.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agowmiutils/tests: Use standard wine_dbgstr_longlong.
Alistair Leslie-Hughes [Mon, 3 Jul 2017 22:29:44 +0000 (22:29 +0000)]
wmiutils/tests: Use standard wine_dbgstr_longlong.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoshlwapi/tests: Use standard wine_dbgstr_longlong.
Alistair Leslie-Hughes [Mon, 3 Jul 2017 22:30:02 +0000 (22:30 +0000)]
shlwapi/tests: Use standard wine_dbgstr_longlong.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoapphelp/tests: Use standard wine_dbgstr_longlong.
Alistair Leslie-Hughes [Mon, 3 Jul 2017 22:29:55 +0000 (22:29 +0000)]
apphelp/tests: Use standard wine_dbgstr_longlong.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoquartz/tests: Use standard wine_dbgstr_longlong.
Alistair Leslie-Hughes [Mon, 3 Jul 2017 22:29:37 +0000 (22:29 +0000)]
quartz/tests: Use standard wine_dbgstr_longlong.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoiphlpapi/tests: Use standard wine_dbgstr_longlong.
Alistair Leslie-Hughes [Mon, 3 Jul 2017 22:29:10 +0000 (22:29 +0000)]
iphlpapi/tests: Use standard wine_dbgstr_longlong.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agowineandroid: Add an audio driver.
Andrew Eikum [Mon, 3 Jul 2017 18:59:40 +0000 (20:59 +0200)]
wineandroid: Add an audio driver.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agowineandroid: Support running binaries from the application directory.
Alexandre Julliard [Mon, 3 Jul 2017 18:58:01 +0000 (20:58 +0200)]
wineandroid: Support running binaries from the application directory.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agowineandroid: Add networking permissions.
Alexandre Julliard [Mon, 3 Jul 2017 18:57:50 +0000 (20:57 +0200)]
wineandroid: Add networking permissions.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agowineandroid: Forward the destroy window ioctl to Java even if the window was freed...
Alexandre Julliard [Mon, 3 Jul 2017 18:57:24 +0000 (20:57 +0200)]
wineandroid: Forward the destroy window ioctl to Java even if the window was freed already.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agowsdapi/tests: Add tests for WSDXMLGetValueFromAny.
Owen Rudge [Wed, 28 Jun 2017 21:13:28 +0000 (22:13 +0100)]
wsdapi/tests: Add tests for WSDXMLGetValueFromAny.

Signed-off-by: Owen Rudge <orudge@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agowsdapi: Implement WSDXMLGetValueFromAny.
Owen Rudge [Wed, 28 Jun 2017 21:13:26 +0000 (22:13 +0100)]
wsdapi: Implement WSDXMLGetValueFromAny.

Signed-off-by: Owen Rudge <orudge@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agowsdapi: Implement IWSDUdpAddress_Get/SetSockAddr.
Owen Rudge [Wed, 28 Jun 2017 21:13:23 +0000 (22:13 +0100)]
wsdapi: Implement IWSDUdpAddress_Get/SetSockAddr.

Signed-off-by: Owen Rudge <orudge@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agowsdapi: Implement IWSDUdpAddress_Get/SetMessageType.
Owen Rudge [Wed, 28 Jun 2017 21:13:21 +0000 (22:13 +0100)]
wsdapi: Implement IWSDUdpAddress_Get/SetMessageType.

Signed-off-by: Owen Rudge <orudge@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agowsdapi: Implement IWSDUdpAddress_Get/SetPort.
Owen Rudge [Wed, 28 Jun 2017 21:13:18 +0000 (22:13 +0100)]
wsdapi: Implement IWSDUdpAddress_Get/SetPort.

Signed-off-by: Owen Rudge <orudge@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agowsdapi: Implement IWSDUdpAddress_GetTransportAddress[Ex].
Owen Rudge [Wed, 28 Jun 2017 21:13:15 +0000 (22:13 +0100)]
wsdapi: Implement IWSDUdpAddress_GetTransportAddress[Ex].

Signed-off-by: Owen Rudge <orudge@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agontdll/tests: Add more tests if we have real VM counters.
Akihiro Sagawa [Mon, 3 Jul 2017 14:24:35 +0000 (23:24 +0900)]
ntdll/tests: Add more tests if we have real VM counters.

Signed-off-by: Akihiro Sagawa <sagawa.aki@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agotools: Support multiple error name tokens in a line.
Akihiro Sagawa [Mon, 3 Jul 2017 14:24:33 +0000 (23:24 +0900)]
tools: Support multiple error name tokens in a line.

Signed-off-by: Akihiro Sagawa <sagawa.aki@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agotools: Also ignore STATUS_WAIT_0.
Akihiro Sagawa [Mon, 3 Jul 2017 14:24:31 +0000 (23:24 +0900)]
tools: Also ignore STATUS_WAIT_0.

Signed-off-by: Akihiro Sagawa <sagawa.aki@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoiphlpapi: Fix GetIfTable() trace message.
Nikolay Sivov [Mon, 3 Jul 2017 12:01:19 +0000 (15:01 +0300)]
iphlpapi: Fix GetIfTable() trace message.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoserver: Keep ifchange queue through sock object life time.
Jacek Caban [Fri, 30 Jun 2017 13:08:09 +0000 (15:08 +0200)]
server: Keep ifchange queue through sock object life time.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoserver: Associate named pipe device waiters queue with its fd.
Jacek Caban [Fri, 30 Jun 2017 13:07:54 +0000 (15:07 +0200)]
server: Associate named pipe device waiters queue with its fd.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoserver: Use default poll only for default read and write queue asyncs.
Jacek Caban [Fri, 30 Jun 2017 13:06:43 +0000 (15:06 +0200)]
server: Use default poll only for default read and write queue asyncs.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoinclude: Add some more prototypes to winuser.h.
André Hentschel [Thu, 29 Jun 2017 17:44:04 +0000 (19:44 +0200)]
include: Add some more prototypes to winuser.h.

Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agodmusic/tests: Use standard wine_dbgstr_longlong.
Alistair Leslie-Hughes [Thu, 29 Jun 2017 00:44:33 +0000 (00:44 +0000)]
dmusic/tests: Use standard wine_dbgstr_longlong.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agovcomp/tests: Use standard wine_dbgstr_longlong.
Alistair Leslie-Hughes [Thu, 29 Jun 2017 00:44:25 +0000 (00:44 +0000)]
vcomp/tests: Use standard wine_dbgstr_longlong.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agontdll/tests: Use standard wine_dbgstr_longlong.
Alistair Leslie-Hughes [Thu, 29 Jun 2017 00:44:06 +0000 (00:44 +0000)]
ntdll/tests: Use standard wine_dbgstr_longlong.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agopropsys/tests: Use standard wine_dbgstr_longlong.
Alistair Leslie-Hughes [Thu, 29 Jun 2017 00:43:58 +0000 (00:43 +0000)]
propsys/tests: Use standard wine_dbgstr_longlong.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoinclude: Support wine_dbgstr_longlong in tests.
Alistair Leslie-Hughes [Thu, 29 Jun 2017 23:08:09 +0000 (23:08 +0000)]
include: Support wine_dbgstr_longlong in tests.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agowinedump: Add initial support for handling EMF+ records.
Piotr Caban [Fri, 30 Jun 2017 16:03:38 +0000 (18:03 +0200)]
winedump: Add initial support for handling EMF+ records.

Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoregedit: Improve the parsing of multiline hex data during the registry import operation.
Hugh McMaster [Fri, 30 Jun 2017 13:42:55 +0000 (13:42 +0000)]
regedit: Improve the parsing of multiline hex data during the registry import operation.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoregedit: Remove un-necessary parser state assignment if we are returning to the same...
Hugh McMaster [Fri, 30 Jun 2017 13:42:43 +0000 (13:42 +0000)]
regedit: Remove un-necessary parser state assignment if we are returning to the same state.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoregedit/tests: Test the effect of whitespace-only lines during hex data concatenation.
Hugh McMaster [Fri, 30 Jun 2017 13:42:34 +0000 (13:42 +0000)]
regedit/tests: Test the effect of whitespace-only lines during hex data concatenation.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoregedit/tests: Fix another incorrectly named registry key.
Hugh McMaster [Fri, 30 Jun 2017 13:42:25 +0000 (13:42 +0000)]
regedit/tests: Fix another incorrectly named registry key.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoreg/tests: Test the effect of whitespace-only lines during hex data concatenation.
Hugh McMaster [Fri, 30 Jun 2017 13:42:16 +0000 (13:42 +0000)]
reg/tests: Test the effect of whitespace-only lines during hex data concatenation.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agompr: Implement WNetConnectionDialog().
Pierre Schweitzer [Sun, 2 Jul 2017 09:52:59 +0000 (11:52 +0200)]
mpr: Implement WNetConnectionDialog().

Signed-off-by: Pierre Schweitzer <pierre@reactos.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agowinhttp/tests: Get rid of unneeded Sleep() call.
Jacek Caban [Fri, 30 Jun 2017 16:04:22 +0000 (18:04 +0200)]
winhttp/tests: Get rid of unneeded Sleep() call.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agod3drm: Use AddKey() method internally to add all types of keys.
Nikolay Sivov [Fri, 30 Jun 2017 07:41:23 +0000 (10:41 +0300)]
d3drm: Use AddKey() method internally to add all types of keys.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agod3drm/tests: Some tests for animation keys handling.
Nikolay Sivov [Fri, 30 Jun 2017 07:41:22 +0000 (10:41 +0300)]
d3drm/tests: Some tests for animation keys handling.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agod3drm/tests: Additional test for SetOptions().
Nikolay Sivov [Fri, 30 Jun 2017 07:41:21 +0000 (10:41 +0300)]
d3drm/tests: Additional test for SetOptions().

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agopo: Updated Polish translation.
Marcin Mikołajczak [Sat, 1 Jul 2017 12:37:16 +0000 (14:37 +0200)]
po: Updated Polish translation.

Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agopo: Update Russian translation.
Nikolay Sivov [Fri, 30 Jun 2017 07:41:02 +0000 (10:41 +0300)]
po: Update Russian translation.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agogdiplus: Set flatness more appropriately in GdipDrawPath.
Vincent Povirk [Thu, 29 Jun 2017 18:41:05 +0000 (13:41 -0500)]
gdiplus: Set flatness more appropriately in GdipDrawPath.

If the path is going to be scaled before rendering, 1.0 does not make
sense as an error value.

Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agowindowscodecs: Fix a memory leak.
Dmitry Timoshkov [Thu, 29 Jun 2017 04:03:59 +0000 (12:03 +0800)]
windowscodecs: Fix a memory leak.

Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agowinemac: Use logical co-ords to call GdiAlphaBlend().
Huw Davies [Tue, 27 Jun 2017 15:40:37 +0000 (16:40 +0100)]
winemac: Use logical co-ords to call GdiAlphaBlend().

Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Ken Thomases <ken@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoregedit/tests: Correct out of sequence test numbering.
Hugh McMaster [Thu, 29 Jun 2017 13:32:43 +0000 (13:32 +0000)]
regedit/tests: Correct out of sequence test numbering.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoregedit/tests: Test comma placement when parsing hex data.
Hugh McMaster [Thu, 29 Jun 2017 13:32:35 +0000 (13:32 +0000)]
regedit/tests: Test comma placement when parsing hex data.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoreg/tests: Test comma placement when parsing hex data.
Hugh McMaster [Thu, 29 Jun 2017 13:32:26 +0000 (13:32 +0000)]
reg/tests: Test comma placement when parsing hex data.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agopo: Update Finnish translation.
Lauri Kenttä [Thu, 29 Jun 2017 14:04:42 +0000 (17:04 +0300)]
po: Update Finnish translation.

Signed-off-by: Lauri Kenttä <lauri.kentta@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agowebservices: Handle text records with implicit end element.
Hans Leidekker [Thu, 29 Jun 2017 07:22:05 +0000 (09:22 +0200)]
webservices: Handle text records with implicit end element.

Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agowebservices: Fix the empty text case for a couple of data types.
Hans Leidekker [Thu, 29 Jun 2017 07:22:04 +0000 (09:22 +0200)]
webservices: Fix the empty text case for a couple of data types.

Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agowebservices/tests: Add more dictionary tests.
Hans Leidekker [Thu, 29 Jun 2017 07:22:03 +0000 (09:22 +0200)]
webservices/tests: Add more dictionary tests.

Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agowebservices: Fix reading byte records with 2 and 4 byte length.
Hans Leidekker [Thu, 29 Jun 2017 07:22:02 +0000 (09:22 +0200)]
webservices: Fix reading byte records with 2 and 4 byte length.

Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agowebservices: Make sure to use the right dictionary to look up text values.
Hans Leidekker [Thu, 29 Jun 2017 07:22:01 +0000 (09:22 +0200)]
webservices: Make sure to use the right dictionary to look up text values.

Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agowebservices: Add an index to the static dictionary.
Hans Leidekker [Thu, 29 Jun 2017 07:22:00 +0000 (09:22 +0200)]
webservices: Add an index to the static dictionary.

Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agowebservices: Fix write option mapping in write_type_struct_field.
Hans Leidekker [Thu, 29 Jun 2017 07:21:59 +0000 (09:21 +0200)]
webservices: Fix write option mapping in write_type_struct_field.

Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agomsi: Fix a buffer overrun.
Zebediah Figura [Thu, 29 Jun 2017 05:09:50 +0000 (00:09 -0500)]
msi: Fix a buffer overrun.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agogdiplus: Add GdipDrawImagePointsRect test on EmfTypeEmfPlusOnly file.
Piotr Caban [Wed, 28 Jun 2017 18:47:31 +0000 (20:47 +0200)]
gdiplus: Add GdipDrawImagePointsRect test on EmfTypeEmfPlusOnly file.

Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agogdiplus: Add GdipDrawLine test on EmfTypeEmfOnly metafile.
Piotr Caban [Wed, 28 Jun 2017 18:47:21 +0000 (20:47 +0200)]
gdiplus: Add GdipDrawLine test on EmfTypeEmfOnly metafile.

Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agogdiplus: Scale widened dashes to the pen width.
Zebediah Figura [Tue, 27 Jun 2017 22:27:18 +0000 (17:27 -0500)]
gdiplus: Scale widened dashes to the pen width.

Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agowsdapi/tests: Add additional SetTransportAddress tests with port numbers.
Owen Rudge [Mon, 26 Jun 2017 21:35:58 +0000 (22:35 +0100)]
wsdapi/tests: Add additional SetTransportAddress tests with port numbers.

Signed-off-by: Owen Rudge <orudge@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agowsdapi: Implement IWSDUdpAddress_SetTransportAddress.
Owen Rudge [Mon, 26 Jun 2017 21:35:54 +0000 (22:35 +0100)]
wsdapi: Implement IWSDUdpAddress_SetTransportAddress.

Signed-off-by: Owen Rudge <orudge@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agowsdapi: Implement Get/SetRetransmitParams.
Owen Rudge [Mon, 26 Jun 2017 21:35:49 +0000 (22:35 +0100)]
wsdapi: Implement Get/SetRetransmitParams.

Signed-off-by: Owen Rudge <orudge@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agowsdapi: Implement Get/SetRemoteAddress.
Owen Rudge [Mon, 26 Jun 2017 21:35:45 +0000 (22:35 +0100)]
wsdapi: Implement Get/SetRemoteAddress.

Signed-off-by: Owen Rudge <orudge@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agowsdapi: Implement Get/SetLocalAddress.
Owen Rudge [Mon, 26 Jun 2017 21:35:41 +0000 (22:35 +0100)]
wsdapi: Implement Get/SetLocalAddress.

Signed-off-by: Owen Rudge <orudge@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agorsaenh: Use bcrypt for SHA265 hashes.
Jacek Caban [Wed, 28 Jun 2017 16:22:53 +0000 (18:22 +0200)]
rsaenh: Use bcrypt for SHA265 hashes.

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