wine
14 years agourlmon: Include extra info in object name passed to HttpOpenRequest.
Jacek Caban [Wed, 9 Dec 2009 21:09:22 +0000 (22:09 +0100)] 
urlmon: Include extra info in object name passed to HttpOpenRequest.

14 years agowininet: Set lpszUrlPath in InternetCrackUrlW if its length is 0.
Jacek Caban [Wed, 9 Dec 2009 21:09:06 +0000 (22:09 +0100)] 
wininet: Set lpszUrlPath in InternetCrackUrlW if its length is 0.

14 years agowininet: Make InternetCrackUrlA tests more generic and add more tests.
Jacek Caban [Wed, 9 Dec 2009 21:08:48 +0000 (22:08 +0100)] 
wininet: Make InternetCrackUrlA tests more generic and add more tests.

14 years agowininet: lpszUrlPath should be NULL for URLs in file:///... format.
Jacek Caban [Wed, 9 Dec 2009 21:08:26 +0000 (22:08 +0100)] 
wininet: lpszUrlPath should be NULL for URLs in file:///... format.

14 years agodxgi: Implement IDXGIOutput::GetDisplayModeList().
Henri Verbeet [Wed, 9 Dec 2009 19:32:10 +0000 (20:32 +0100)] 
dxgi: Implement IDXGIOutput::GetDisplayModeList().

14 years agowined3d: Support more formats for display mode enumeration.
Henri Verbeet [Wed, 9 Dec 2009 19:32:09 +0000 (20:32 +0100)] 
wined3d: Support more formats for display mode enumeration.

ddraw/d3d8/d3d9 only support a limited number of formats, but those already
limit the supported formats themselves.

14 years agowined3d: Rename "wineD3DDevice" to "device".
Henri Verbeet [Wed, 9 Dec 2009 19:32:08 +0000 (20:32 +0100)] 
wined3d: Rename "wineD3DDevice" to "device".

14 years agowined3d: Don't restore the draw buffer in color_fill_fbo().
Henri Verbeet [Wed, 9 Dec 2009 19:32:07 +0000 (20:32 +0100)] 
wined3d: Don't restore the draw buffer in color_fill_fbo().

This should be done by the context management these days.

14 years agoddraw: Avoid enumerating display modes for formats that arent't supported anyway.
Henri Verbeet [Wed, 9 Dec 2009 19:32:06 +0000 (20:32 +0100)] 
ddraw: Avoid enumerating display modes for formats that arent't supported anyway.

Some of these formats can't even be translated by ddraw.

14 years agousrmarshal: Add a test for marshalling a SAFEARRAY of VT_BSTR.
Jeremy White [Wed, 9 Dec 2009 21:02:44 +0000 (15:02 -0600)] 
usrmarshal: Add a test for marshalling a SAFEARRAY of VT_BSTR.

14 years agodbghelp: For mingw32 (stabs debug info), parse the FileHeader's symbol table to offse...
Eric Pouech [Wed, 9 Dec 2009 19:55:27 +0000 (20:55 +0100)] 
dbghelp: For mingw32 (stabs debug info), parse the FileHeader's symbol table to offset properly the global variables.

14 years agowinedump: Dump PE symbols table if any.
Eric Pouech [Wed, 9 Dec 2009 19:55:18 +0000 (20:55 +0100)] 
winedump: Dump PE symbols table if any.

14 years agowinedump: Rewrote a bit the COFF symbol table stuff.
Eric Pouech [Wed, 9 Dec 2009 19:55:07 +0000 (20:55 +0100)] 
winedump: Rewrote a bit the COFF symbol table stuff.

14 years agoole32: Remove the ancestorStorage attribute.
Vincent Povirk [Mon, 30 Nov 2009 23:22:58 +0000 (17:22 -0600)] 
ole32: Remove the ancestorStorage attribute.

14 years agoole32: Make IEnumSTATSTGImpl reference the parent storage.
Vincent Povirk [Mon, 30 Nov 2009 23:17:13 +0000 (17:17 -0600)] 
ole32: Make IEnumSTATSTGImpl reference the parent storage.

14 years agoole32: Make findElement take a StorageBaseImpl.
Vincent Povirk [Mon, 30 Nov 2009 23:13:33 +0000 (17:13 -0600)] 
ole32: Make findElement take a StorageBaseImpl.

14 years agoole32: Don't use ancestorStorage to decide if a storage is transacted.
Vincent Povirk [Mon, 30 Nov 2009 23:10:49 +0000 (17:10 -0600)] 
ole32: Don't use ancestorStorage to decide if a storage is transacted.

14 years agoole32: Add a test for modifying read-only substorage objects.
Vincent Povirk [Fri, 4 Dec 2009 21:32:16 +0000 (15:32 -0600)] 
ole32: Add a test for modifying read-only substorage objects.

14 years agontdll: Search the whole filesystem under the starting directory when opening files...
Alexandre Julliard [Wed, 9 Dec 2009 22:34:45 +0000 (23:34 +0100)] 
ntdll: Search the whole filesystem under the starting directory when opening files by id.

14 years agoclock: Convert to Unicode.
Alexandre Julliard [Wed, 9 Dec 2009 17:53:35 +0000 (18:53 +0100)] 
clock: Convert to Unicode.

14 years agonet: Use the explicit name for all A/W function.
Alexandre Julliard [Wed, 9 Dec 2009 17:52:46 +0000 (18:52 +0100)] 
net: Use the explicit name for all A/W function.

14 years agocmd: Use the explicit name for all A/W function.
Alexandre Julliard [Wed, 9 Dec 2009 17:52:40 +0000 (18:52 +0100)] 
cmd: Use the explicit name for all A/W function.

14 years agowinedbg: Use the explicit name for all A/W function.
Alexandre Julliard [Wed, 9 Dec 2009 17:14:07 +0000 (18:14 +0100)] 
winedbg: Use the explicit name for all A/W function.

14 years agoole32: Release the error info strings.
Huw Davies [Wed, 9 Dec 2009 14:06:03 +0000 (14:06 +0000)] 
ole32: Release the error info strings.

Found by Valgrind.

14 years agoinclude: Add a few guids.
Huw Davies [Wed, 9 Dec 2009 13:52:11 +0000 (13:52 +0000)] 
include: Add a few guids.

14 years agocomctl32/treeview: Avoid a NULL pointer dereference.
Kirill K. Smirnov [Wed, 9 Dec 2009 13:27:45 +0000 (16:27 +0300)] 
comctl32/treeview: Avoid a NULL pointer dereference.

14 years agomsxml3: Correctly test the variant returned by get_nodeValue.
Huw Davies [Wed, 9 Dec 2009 13:41:23 +0000 (13:41 +0000)] 
msxml3: Correctly test the variant returned by get_nodeValue.

Found by Valgrind.

14 years agoshell32: Fix some trace typos.
Nikolay Sivov [Wed, 9 Dec 2009 12:49:51 +0000 (15:49 +0300)] 
shell32: Fix some trace typos.

14 years agocomctl32/listview: Update item width every time new item is inserted.
Nikolay Sivov [Wed, 9 Dec 2009 12:17:12 +0000 (15:17 +0300)] 
comctl32/listview: Update item width every time new item is inserted.

This prevents retaining previously stored width and unexpected item
displaying collapsing with ending ellipsis.

14 years agowined3d: Only disable blending for offscreen targets.
Henri Verbeet [Wed, 9 Dec 2009 10:51:19 +0000 (11:51 +0100)] 
wined3d: Only disable blending for offscreen targets.

14 years agowined3d: Remove unused GetDevice() implementations.
Henri Verbeet [Wed, 9 Dec 2009 10:51:18 +0000 (11:51 +0100)] 
wined3d: Remove unused GetDevice() implementations.

14 years agod3d9: Forward the volume's GetDevice() to the texture instead of the wined3d volume.
Henri Verbeet [Wed, 9 Dec 2009 10:51:17 +0000 (11:51 +0100)] 
d3d9: Forward the volume's GetDevice() to the texture instead of the wined3d volume.

14 years agod3d8: Forward the volume's GetDevice() to the texture instead of the wined3d volume.
Henri Verbeet [Wed, 9 Dec 2009 10:51:16 +0000 (11:51 +0100)] 
d3d8: Forward the volume's GetDevice() to the texture instead of the wined3d volume.

14 years agowined3d: Remove a few redundant assignments.
Henri Verbeet [Wed, 9 Dec 2009 10:51:15 +0000 (11:51 +0100)] 
wined3d: Remove a few redundant assignments.

14 years agontdll/tests: Free Unicode string before reuse.
Hans Leidekker [Wed, 9 Dec 2009 10:45:49 +0000 (11:45 +0100)] 
ntdll/tests: Free Unicode string before reuse.

14 years agogdiplus/tests: Fix a matrix leak in test.
Nikolay Sivov [Tue, 8 Dec 2009 21:20:34 +0000 (00:20 +0300)] 
gdiplus/tests: Fix a matrix leak in test.

14 years agourlmon: Added InternetSecurityManager marshalling test.
Piotr Caban [Tue, 8 Dec 2009 15:02:52 +0000 (16:02 +0100)] 
urlmon: Added InternetSecurityManager marshalling test.

14 years agourlmon: Added ProxyStub implementation.
Piotr Caban [Tue, 8 Dec 2009 15:02:19 +0000 (16:02 +0100)] 
urlmon: Added ProxyStub implementation.

14 years agowininet: Correctly handle dwContentRead for gzip encoded requests.
Jacek Caban [Tue, 8 Dec 2009 22:51:46 +0000 (23:51 +0100)] 
wininet: Correctly handle dwContentRead for gzip encoded requests.

14 years agowinhttp/tests: Only free a certificate context if retrieving it succeeded.
Juan Lang [Tue, 8 Dec 2009 21:43:49 +0000 (13:43 -0800)] 
winhttp/tests: Only free a certificate context if retrieving it succeeded.

14 years agorsaenh: Free a verify context's keys when it's destroyed.
Juan Lang [Tue, 8 Dec 2009 21:32:19 +0000 (13:32 -0800)] 
rsaenh: Free a verify context's keys when it's destroyed.

14 years agorsaenh: Use helper function to release and install a key into a crypt provider.
Juan Lang [Tue, 8 Dec 2009 21:17:59 +0000 (13:17 -0800)] 
rsaenh: Use helper function to release and install a key into a crypt provider.

14 years agowinex11: Fix a compiler warning.
Alexandre Julliard [Wed, 9 Dec 2009 12:13:29 +0000 (13:13 +0100)] 
winex11: Fix a compiler warning.

14 years agontdll/tests: Avoid size_t in traces.
Alexandre Julliard [Wed, 9 Dec 2009 11:19:48 +0000 (12:19 +0100)] 
ntdll/tests: Avoid size_t in traces.

14 years agoshlwapi/tests: Avoid size_t in traces.
Alexandre Julliard [Wed, 9 Dec 2009 11:19:43 +0000 (12:19 +0100)] 
shlwapi/tests: Avoid size_t in traces.

14 years agocrypt32/tests: Avoid size_t in traces.
Alexandre Julliard [Wed, 9 Dec 2009 11:19:38 +0000 (12:19 +0100)] 
crypt32/tests: Avoid size_t in traces.

14 years agowinedbg: Add Spanish translation.
Jaime Rave [Wed, 9 Dec 2009 02:28:56 +0000 (21:28 -0500)] 
winedbg: Add Spanish translation.

14 years agogdiplus: Add missing declaration for customlinecap.c.
Marcin Baczyński [Wed, 9 Dec 2009 00:08:46 +0000 (01:08 +0100)] 
gdiplus: Add missing declaration for customlinecap.c.

14 years agogdiplus: Add missing declarations for pen.c.
Marcin Baczyński [Wed, 9 Dec 2009 00:08:45 +0000 (01:08 +0100)] 
gdiplus: Add missing declarations for pen.c.

14 years agogdiplus: Add missing declarations for gdiplus.c.
Marcin Baczyński [Wed, 9 Dec 2009 00:08:44 +0000 (01:08 +0100)] 
gdiplus: Add missing declarations for gdiplus.c.

14 years agoinetmib1: Copy an IP net row's physical address using a type-specific helper function...
Juan Lang [Mon, 7 Dec 2009 21:37:29 +0000 (13:37 -0800)] 
inetmib1: Copy an IP net row's physical address using a type-specific helper function, rather than using a generic helper function which made an invalid alignment assumption.

14 years agoinetmib1: Return SNMP_ERRORSTATUS_NOSUCHNAME for an interface's description if it...
Juan Lang [Mon, 7 Dec 2009 21:32:57 +0000 (13:32 -0800)] 
inetmib1: Return SNMP_ERRORSTATUS_NOSUCHNAME for an interface's description if it has none.

14 years agomsvcrt/tests: Fix the signal handler calling convention.
Alexandre Julliard [Wed, 9 Dec 2009 11:04:41 +0000 (12:04 +0100)] 
msvcrt/tests: Fix the signal handler calling convention.

14 years agod3d9/tests: Fix some pointer cast warnings on 64-bit.
Alexandre Julliard [Wed, 9 Dec 2009 11:04:27 +0000 (12:04 +0100)] 
d3d9/tests: Fix some pointer cast warnings on 64-bit.

14 years agod3d8/tests: Fix some pointer cast warnings on 64-bit.
Alexandre Julliard [Wed, 9 Dec 2009 11:04:22 +0000 (12:04 +0100)] 
d3d8/tests: Fix some pointer cast warnings on 64-bit.

14 years agouxtheme: Fix some pointer cast warnings on 64-bit.
Alexandre Julliard [Wed, 9 Dec 2009 11:04:08 +0000 (12:04 +0100)] 
uxtheme: Fix some pointer cast warnings on 64-bit.

14 years agoole32: Fix some pointer cast warnings on 64-bit.
Alexandre Julliard [Wed, 9 Dec 2009 11:04:01 +0000 (12:04 +0100)] 
ole32: Fix some pointer cast warnings on 64-bit.

14 years agodbghelp: Add a missing NULL check (Coverity).
Marcus Meissner [Tue, 8 Dec 2009 23:01:29 +0000 (00:01 +0100)] 
dbghelp: Add a missing NULL check (Coverity).

14 years agoole32: Add an attribute to StorageBaseImpl to track its reverted status.
Vincent Povirk [Mon, 30 Nov 2009 23:07:37 +0000 (17:07 -0600)] 
ole32: Add an attribute to StorageBaseImpl to track its reverted status.

14 years agoole32: Store the parent of internal storage objects.
Vincent Povirk [Mon, 30 Nov 2009 23:02:52 +0000 (17:02 -0600)] 
ole32: Store the parent of internal storage objects.

14 years agoole32: Don't track the stream size in storage stream objects.
Vincent Povirk [Mon, 30 Nov 2009 21:40:53 +0000 (15:40 -0600)] 
ole32: Don't track the stream size in storage stream objects.

We can't do this safely when there are multiple objects for a single stream.

14 years agoole32: Use the storage vtable to resize streams.
Vincent Povirk [Mon, 30 Nov 2009 21:05:41 +0000 (15:05 -0600)] 
ole32: Use the storage vtable to resize streams.

14 years agoole32: Use the storage vtable to write to streams.
Vincent Povirk [Mon, 30 Nov 2009 17:38:45 +0000 (11:38 -0600)] 
ole32: Use the storage vtable to write to streams.

14 years agorsaenh/tests: Fix memory leak.
Juan Lang [Tue, 8 Dec 2009 19:40:37 +0000 (11:40 -0800)] 
rsaenh/tests: Fix memory leak.

14 years agocrypt32: Compare CRL's authority key identifier against the certificate's subject...
Juan Lang [Tue, 8 Dec 2009 18:18:27 +0000 (10:18 -0800)] 
crypt32: Compare CRL's authority key identifier against the certificate's subject key identifier property, which also decodes the certificate's extension if necessary.

14 years agowinhttp: Fix test error when run as non-administrator.
Juan Lang [Tue, 8 Dec 2009 17:47:08 +0000 (09:47 -0800)] 
winhttp: Fix test error when run as non-administrator.

14 years agowininet: Fix an apparent typo.
Juan Lang [Fri, 4 Dec 2009 22:39:37 +0000 (14:39 -0800)] 
wininet: Fix an apparent typo.

14 years agowininet: Trace more parameters to HTTP_GetCustomHeaderIndex.
Juan Lang [Fri, 4 Dec 2009 22:37:46 +0000 (14:37 -0800)] 
wininet: Trace more parameters to HTTP_GetCustomHeaderIndex.

14 years agomshtml: Implement IHTMLFrameBase::get_name.
Andrew Eikum [Mon, 7 Dec 2009 22:28:12 +0000 (16:28 -0600)] 
mshtml: Implement IHTMLFrameBase::get_name.

14 years agomshtml: Implement IHTMLWindow2::{get,put}_onresize.
Andrew Eikum [Mon, 7 Dec 2009 22:28:10 +0000 (16:28 -0600)] 
mshtml: Implement IHTMLWindow2::{get,put}_onresize.

14 years agomshtml: Implement IHTMLFrameBase::{get,put}_scrolling.
Andrew Eikum [Mon, 7 Dec 2009 22:28:07 +0000 (16:28 -0600)] 
mshtml: Implement IHTMLFrameBase::{get,put}_scrolling.

14 years agomshtml: Store ns[i]frame reference in HTMLFrameBase.
Andrew Eikum [Mon, 7 Dec 2009 22:28:04 +0000 (16:28 -0600)] 
mshtml: Store ns[i]frame reference in HTMLFrameBase.

14 years agowinex11: Move X11 display failure MESSAGE to winediag.
Roderick Colenbrander [Tue, 8 Dec 2009 12:11:20 +0000 (13:11 +0100)] 
winex11: Move X11 display failure MESSAGE to winediag.

14 years agoinclude: Add mmdeviceapi.idl.
Maarten Lankhorst [Tue, 8 Dec 2009 12:20:19 +0000 (13:20 +0100)] 
include: Add mmdeviceapi.idl.

14 years agogdiplus: Add missing declarations for imageattributes.c.
Marcin Baczyński [Tue, 8 Dec 2009 14:36:31 +0000 (15:36 +0100)] 
gdiplus: Add missing declarations for imageattributes.c.

14 years agogdiplus: Add missing declarations for image.c.
Marcin Baczyński [Tue, 8 Dec 2009 14:36:30 +0000 (15:36 +0100)] 
gdiplus: Add missing declarations for image.c.

14 years agoshell32/tests: Remove a useless string.
Paul Vriens [Tue, 8 Dec 2009 14:31:34 +0000 (15:31 +0100)] 
shell32/tests: Remove a useless string.

14 years agoshell32/tests: Remove a now unused define.
Paul Vriens [Tue, 8 Dec 2009 14:27:27 +0000 (15:27 +0100)] 
shell32/tests: Remove a now unused define.

14 years agoshell32/tests: Removed an unused define.
Paul Vriens [Tue, 8 Dec 2009 14:24:50 +0000 (15:24 +0100)] 
shell32/tests: Removed an unused define.

14 years agoshell32/tests: Decide whether to use CSIDL_PROGRAMS or CSIDL_COMMON_PROGRAMS by check...
Paul Vriens [Tue, 8 Dec 2009 14:15:10 +0000 (15:15 +0100)] 
shell32/tests: Decide whether to use CSIDL_PROGRAMS or CSIDL_COMMON_PROGRAMS by checking admin rights.

14 years agoshell32/tests: Cope with non-English Vista+ and short names in the title bar of explo...
Paul Vriens [Tue, 8 Dec 2009 13:54:53 +0000 (14:54 +0100)] 
shell32/tests: Cope with non-English Vista+ and short names in the title bar of explorer windows.

14 years agoiphlpapi: Use winediag for icmp failure.
Roderick Colenbrander [Tue, 8 Dec 2009 13:14:21 +0000 (14:14 +0100)] 
iphlpapi: Use winediag for icmp failure.

14 years agows2_32: Use winediag for socket failures.
Roderick Colenbrander [Tue, 8 Dec 2009 13:09:05 +0000 (14:09 +0100)] 
ws2_32: Use winediag for socket failures.

14 years agoserver: Only check if permission bits changed before calling fchmod().
Paul Chitescu [Tue, 8 Dec 2009 12:10:01 +0000 (14:10 +0200)] 
server: Only check if permission bits changed before calling fchmod().

14 years agocrypt32/tests: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Tue, 8 Dec 2009 11:26:13 +0000 (12:26 +0100)] 
crypt32/tests: Fix compilation on systems that don't support nameless unions.

14 years agosnmpapi: Add stub for SnmpSvcGetUptime.
Juan Lang [Mon, 7 Dec 2009 20:02:07 +0000 (12:02 -0800)] 
snmpapi: Add stub for SnmpSvcGetUptime.

14 years agowinspool.drv/tests: Fix test failures on XP+ with long printer names.
Paul Vriens [Tue, 8 Dec 2009 09:25:18 +0000 (10:25 +0100)] 
winspool.drv/tests: Fix test failures on XP+ with long printer names.

14 years agoadapi32/tests: Fix test failures when the computername is fully qualified on W2K3...
Paul Vriens [Tue, 8 Dec 2009 08:28:49 +0000 (09:28 +0100)] 
adapi32/tests: Fix test failures when the computername is fully qualified on W2K3 and earlier.

14 years agontdll: Only free the string if the test succeeded.
Huw Davies [Tue, 8 Dec 2009 10:34:40 +0000 (10:34 +0000)] 
ntdll: Only free the string if the test succeeded.

14 years agowininet/tests: Mark behavior of IE5 as broken for some ftp tests.
Hans Leidekker [Tue, 8 Dec 2009 10:44:29 +0000 (11:44 +0100)] 
wininet/tests: Mark behavior of IE5 as broken for some ftp tests.

14 years agontdll/tests: Fix a memory leak.
Hans Leidekker [Tue, 8 Dec 2009 10:44:04 +0000 (11:44 +0100)] 
ntdll/tests: Fix a memory leak.

Found by Valgrind.

14 years agosetupapi/tests: Fix a memory leak.
Hans Leidekker [Tue, 8 Dec 2009 10:43:42 +0000 (11:43 +0100)] 
setupapi/tests: Fix a memory leak.

Found by Valgrind.

14 years agowinhttp: Check for endCert being NULL (Coverity).
Marcus Meissner [Sun, 6 Dec 2009 19:58:14 +0000 (20:58 +0100)] 
winhttp: Check for endCert being NULL (Coverity).

14 years agosetupapi32/tests: More tests for SetupGetInfFileListW.
Stefan Leichter [Tue, 8 Dec 2009 07:57:44 +0000 (08:57 +0100)] 
setupapi32/tests: More tests for SetupGetInfFileListW.

14 years agomsi: Add a NULL terminator to file->dest after reallocation.
James Hawkins [Tue, 8 Dec 2009 03:55:32 +0000 (19:55 -0800)] 
msi: Add a NULL terminator to file->dest after reallocation.

14 years agomsi: Free the column info data when updating the table column info.
James Hawkins [Tue, 8 Dec 2009 03:55:21 +0000 (19:55 -0800)] 
msi: Free the column info data when updating the table column info.

14 years agomsi: Make sure to free the extra row data when deleting a row.
James Hawkins [Tue, 8 Dec 2009 03:54:37 +0000 (19:54 -0800)] 
msi: Make sure to free the extra row data when deleting a row.

14 years agomshtml: Added IHTMLDocument2::onreadystatechange property implementation.
Jacek Caban [Tue, 8 Dec 2009 00:19:15 +0000 (01:19 +0100)] 
mshtml: Added IHTMLDocument2::onreadystatechange property implementation.

14 years agojscript: Fixed String.split for missing regexp separator.
Jacek Caban [Tue, 8 Dec 2009 00:13:27 +0000 (01:13 +0100)] 
jscript: Fixed String.split for missing regexp separator.

14 years agojscript: Moved set_last_index call to do_regexp_match_next.
Jacek Caban [Tue, 8 Dec 2009 00:13:11 +0000 (01:13 +0100)] 
jscript: Moved set_last_index call to do_regexp_match_next.