Henri Verbeet [Wed, 9 Dec 2009 19:32:10 +0000 (20:32 +0100)]
dxgi: Implement IDXGIOutput::GetDisplayModeList().
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.
Henri Verbeet [Wed, 9 Dec 2009 19:32:08 +0000 (20:32 +0100)]
wined3d: Rename "wineD3DDevice" to "device".
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.
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.
Jeremy White [Wed, 9 Dec 2009 21:02:44 +0000 (15:02 -0600)]
usrmarshal: Add a test for marshalling a SAFEARRAY of VT_BSTR.
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.
Eric Pouech [Wed, 9 Dec 2009 19:55:18 +0000 (20:55 +0100)]
winedump: Dump PE symbols table if any.
Eric Pouech [Wed, 9 Dec 2009 19:55:07 +0000 (20:55 +0100)]
winedump: Rewrote a bit the COFF symbol table stuff.
Vincent Povirk [Mon, 30 Nov 2009 23:22:58 +0000 (17:22 -0600)]
ole32: Remove the ancestorStorage attribute.
Vincent Povirk [Mon, 30 Nov 2009 23:17:13 +0000 (17:17 -0600)]
ole32: Make IEnumSTATSTGImpl reference the parent storage.
Vincent Povirk [Mon, 30 Nov 2009 23:13:33 +0000 (17:13 -0600)]
ole32: Make findElement take a StorageBaseImpl.
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.
Vincent Povirk [Fri, 4 Dec 2009 21:32:16 +0000 (15:32 -0600)]
ole32: Add a test for modifying read-only substorage objects.
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.
Alexandre Julliard [Wed, 9 Dec 2009 17:53:35 +0000 (18:53 +0100)]
clock: Convert to Unicode.
Alexandre Julliard [Wed, 9 Dec 2009 17:52:46 +0000 (18:52 +0100)]
net: 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.
Alexandre Julliard [Wed, 9 Dec 2009 17:14:07 +0000 (18:14 +0100)]
winedbg: Use the explicit name for all A/W function.
Huw Davies [Wed, 9 Dec 2009 14:06:03 +0000 (14:06 +0000)]
ole32: Release the error info strings.
Found by Valgrind.
Huw Davies [Wed, 9 Dec 2009 13:52:11 +0000 (13:52 +0000)]
include: Add a few guids.
Kirill K. Smirnov [Wed, 9 Dec 2009 13:27:45 +0000 (16:27 +0300)]
comctl32/treeview: Avoid a NULL pointer dereference.
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.
Nikolay Sivov [Wed, 9 Dec 2009 12:49:51 +0000 (15:49 +0300)]
shell32: Fix some trace typos.
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.
Henri Verbeet [Wed, 9 Dec 2009 10:51:19 +0000 (11:51 +0100)]
wined3d: Only disable blending for offscreen targets.
Henri Verbeet [Wed, 9 Dec 2009 10:51:18 +0000 (11:51 +0100)]
wined3d: Remove unused GetDevice() implementations.
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.
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.
Henri Verbeet [Wed, 9 Dec 2009 10:51:15 +0000 (11:51 +0100)]
wined3d: Remove a few redundant assignments.
Hans Leidekker [Wed, 9 Dec 2009 10:45:49 +0000 (11:45 +0100)]
ntdll/tests: Free Unicode string before reuse.
Nikolay Sivov [Tue, 8 Dec 2009 21:20:34 +0000 (00:20 +0300)]
gdiplus/tests: Fix a matrix leak in test.
Piotr Caban [Tue, 8 Dec 2009 15:02:52 +0000 (16:02 +0100)]
urlmon: Added InternetSecurityManager marshalling test.
Piotr Caban [Tue, 8 Dec 2009 15:02:19 +0000 (16:02 +0100)]
urlmon: Added ProxyStub implementation.
Jacek Caban [Tue, 8 Dec 2009 22:51:46 +0000 (23:51 +0100)]
wininet: Correctly handle dwContentRead for gzip encoded requests.
Juan Lang [Tue, 8 Dec 2009 21:43:49 +0000 (13:43 -0800)]
winhttp/tests: Only free a certificate context if retrieving it succeeded.
Juan Lang [Tue, 8 Dec 2009 21:32:19 +0000 (13:32 -0800)]
rsaenh: Free a verify context's keys when it's destroyed.
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.
Alexandre Julliard [Wed, 9 Dec 2009 12:13:29 +0000 (13:13 +0100)]
winex11: Fix a compiler warning.
Alexandre Julliard [Wed, 9 Dec 2009 11:19:48 +0000 (12:19 +0100)]
ntdll/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.
Alexandre Julliard [Wed, 9 Dec 2009 11:19:38 +0000 (12:19 +0100)]
crypt32/tests: Avoid size_t in traces.
Jaime Rave [Wed, 9 Dec 2009 02:28:56 +0000 (21:28 -0500)]
winedbg: Add Spanish translation.
Marcin Baczyński [Wed, 9 Dec 2009 00:08:46 +0000 (01:08 +0100)]
gdiplus: Add missing declaration for customlinecap.c.
Marcin Baczyński [Wed, 9 Dec 2009 00:08:45 +0000 (01:08 +0100)]
gdiplus: Add missing declarations for pen.c.
Marcin Baczyński [Wed, 9 Dec 2009 00:08:44 +0000 (01:08 +0100)]
gdiplus: Add missing declarations for gdiplus.c.
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.
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.
Alexandre Julliard [Wed, 9 Dec 2009 11:04:41 +0000 (12:04 +0100)]
msvcrt/tests: Fix the signal handler calling convention.
Alexandre Julliard [Wed, 9 Dec 2009 11:04:27 +0000 (12:04 +0100)]
d3d9/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.
Alexandre Julliard [Wed, 9 Dec 2009 11:04:08 +0000 (12:04 +0100)]
uxtheme: 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.
Marcus Meissner [Tue, 8 Dec 2009 23:01:29 +0000 (00:01 +0100)]
dbghelp: Add a missing NULL check (Coverity).
Vincent Povirk [Mon, 30 Nov 2009 23:07:37 +0000 (17:07 -0600)]
ole32: Add an attribute to StorageBaseImpl to track its reverted status.
Vincent Povirk [Mon, 30 Nov 2009 23:02:52 +0000 (17:02 -0600)]
ole32: Store the parent of internal storage 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.
Vincent Povirk [Mon, 30 Nov 2009 21:05:41 +0000 (15:05 -0600)]
ole32: Use the storage vtable to resize streams.
Vincent Povirk [Mon, 30 Nov 2009 17:38:45 +0000 (11:38 -0600)]
ole32: Use the storage vtable to write to streams.
Juan Lang [Tue, 8 Dec 2009 19:40:37 +0000 (11:40 -0800)]
rsaenh/tests: Fix memory leak.
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.
Juan Lang [Tue, 8 Dec 2009 17:47:08 +0000 (09:47 -0800)]
winhttp: Fix test error when run as non-administrator.
Juan Lang [Fri, 4 Dec 2009 22:39:37 +0000 (14:39 -0800)]
wininet: Fix an apparent typo.
Juan Lang [Fri, 4 Dec 2009 22:37:46 +0000 (14:37 -0800)]
wininet: Trace more parameters to HTTP_GetCustomHeaderIndex.
Andrew Eikum [Mon, 7 Dec 2009 22:28:12 +0000 (16:28 -0600)]
mshtml: Implement IHTMLFrameBase::get_name.
Andrew Eikum [Mon, 7 Dec 2009 22:28:10 +0000 (16:28 -0600)]
mshtml: Implement IHTMLWindow2::{get,put}_onresize.
Andrew Eikum [Mon, 7 Dec 2009 22:28:07 +0000 (16:28 -0600)]
mshtml: Implement IHTMLFrameBase::{get,put}_scrolling.
Andrew Eikum [Mon, 7 Dec 2009 22:28:04 +0000 (16:28 -0600)]
mshtml: Store ns[i]frame reference in HTMLFrameBase.
Roderick Colenbrander [Tue, 8 Dec 2009 12:11:20 +0000 (13:11 +0100)]
winex11: Move X11 display failure MESSAGE to winediag.
Maarten Lankhorst [Tue, 8 Dec 2009 12:20:19 +0000 (13:20 +0100)]
include: Add mmdeviceapi.idl.
Marcin Baczyński [Tue, 8 Dec 2009 14:36:31 +0000 (15:36 +0100)]
gdiplus: Add missing declarations for imageattributes.c.
Marcin Baczyński [Tue, 8 Dec 2009 14:36:30 +0000 (15:36 +0100)]
gdiplus: Add missing declarations for image.c.
Paul Vriens [Tue, 8 Dec 2009 14:31:34 +0000 (15:31 +0100)]
shell32/tests: Remove a useless string.
Paul Vriens [Tue, 8 Dec 2009 14:27:27 +0000 (15:27 +0100)]
shell32/tests: Remove a now unused define.
Paul Vriens [Tue, 8 Dec 2009 14:24:50 +0000 (15:24 +0100)]
shell32/tests: Removed an unused define.
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.
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.
Roderick Colenbrander [Tue, 8 Dec 2009 13:14:21 +0000 (14:14 +0100)]
iphlpapi: Use winediag for icmp failure.
Roderick Colenbrander [Tue, 8 Dec 2009 13:09:05 +0000 (14:09 +0100)]
ws2_32: Use winediag for socket failures.
Paul Chitescu [Tue, 8 Dec 2009 12:10:01 +0000 (14:10 +0200)]
server: Only check if permission bits changed before calling fchmod().
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.
Juan Lang [Mon, 7 Dec 2009 20:02:07 +0000 (12:02 -0800)]
snmpapi: Add stub for SnmpSvcGetUptime.
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.
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.
Huw Davies [Tue, 8 Dec 2009 10:34:40 +0000 (10:34 +0000)]
ntdll: Only free the string if the test succeeded.
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.
Hans Leidekker [Tue, 8 Dec 2009 10:44:04 +0000 (11:44 +0100)]
ntdll/tests: Fix a memory leak.
Found by Valgrind.
Hans Leidekker [Tue, 8 Dec 2009 10:43:42 +0000 (11:43 +0100)]
setupapi/tests: Fix a memory leak.
Found by Valgrind.
Marcus Meissner [Sun, 6 Dec 2009 19:58:14 +0000 (20:58 +0100)]
winhttp: Check for endCert being NULL (Coverity).
Stefan Leichter [Tue, 8 Dec 2009 07:57:44 +0000 (08:57 +0100)]
setupapi32/tests: More tests for SetupGetInfFileListW.
James Hawkins [Tue, 8 Dec 2009 03:55:32 +0000 (19:55 -0800)]
msi: Add a NULL terminator to file->dest after reallocation.
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.
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.
Jacek Caban [Tue, 8 Dec 2009 00:19:15 +0000 (01:19 +0100)]
mshtml: Added IHTMLDocument2::onreadystatechange property implementation.
Jacek Caban [Tue, 8 Dec 2009 00:13:27 +0000 (01:13 +0100)]
jscript: Fixed String.split for missing regexp separator.
Jacek Caban [Tue, 8 Dec 2009 00:13:11 +0000 (01:13 +0100)]
jscript: Moved set_last_index call to do_regexp_match_next.
Juan Lang [Mon, 7 Dec 2009 21:18:02 +0000 (13:18 -0800)]
inetmib1: Return SNMP_ERRORSTATUS_NOSUCHNAME for an interface's physical address if it has none.
Juan Lang [Mon, 7 Dec 2009 21:14:46 +0000 (13:14 -0800)]
inetmib1: Return error value from MIB copy functions.
Juan Lang [Mon, 7 Dec 2009 21:12:36 +0000 (13:12 -0800)]
inetmib1: Don't claim a value is dynamic when it isn't.
Vincent Povirk [Mon, 30 Nov 2009 16:35:55 +0000 (10:35 -0600)]
ole32: Use the storage vtable to read streams.