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.
Vincent Povirk [Mon, 30 Nov 2009 15:50:15 +0000 (09:50 -0600)]
ole32: Add DestroyDirEntry to the storage vtable.
Vincent Povirk [Mon, 30 Nov 2009 15:43:17 +0000 (09:43 -0600)]
ole32: Take a StorageBaseImpl in removeFromTree.
Vincent Povirk [Mon, 30 Nov 2009 15:40:17 +0000 (09:40 -0600)]
ole32: Take a StorageBaseImpl in insertIntoTree.
Vincent Povirk [Mon, 7 Dec 2009 20:53:36 +0000 (14:53 -0600)]
ole32: Change the base IStorage filename to a pointer type.
The maximum size of the name returned by Stat() on a top-level storage has
nothing to do with DIRENTRY_NAME_BUFFER_LEN. Windows can return longer names
and probably has a limit of MAX_PATH. Also, Stat always returns an absolute
pathname, so we don't need a special case in StgOpenStorage.
Henri Verbeet [Mon, 7 Dec 2009 19:20:03 +0000 (20:20 +0100)]
dxgi: The "unknown0" parameter to DXGID3D10CreateDevice() is a pointer.
Fixes stack corruption in the 64-bit tests. Thanks to Paul Vriens for debugging this.
Henri Verbeet [Mon, 7 Dec 2009 19:20:02 +0000 (20:20 +0100)]
wined3d: Rename the "wineD3D" device field to "wined3d".
Henri Verbeet [Mon, 7 Dec 2009 19:20:01 +0000 (20:20 +0100)]
wined3d: Remove the redundant "adapterNo" field from the device.
Henri Verbeet [Mon, 7 Dec 2009 19:20:00 +0000 (20:20 +0100)]
wined3d: Rename the wined3d_adapter "num" field to "ordinal".
This makes it consistent with dxgi_adapter.
Henri Verbeet [Mon, 7 Dec 2009 19:19:59 +0000 (20:19 +0100)]
wined3d: Pass the correct vertex count in DrawIndexedPrimitiveStrided().
This fixes a regression introduced by
2b2fc827ce1f340554cc8d01f6b183d4a5c02114.
Aric Stewart [Mon, 7 Dec 2009 18:59:52 +0000 (12:59 -0600)]
mpr: Initialize handle to NULL on ERROR_NO_NETWORK case in WNetOpenEnum.
Gerald Pfeifer [Mon, 7 Dec 2009 15:07:29 +0000 (16:07 +0100)]
ntdll: Guard debugging code by #ifdef instead of plain #if.
Alexandre Julliard [Tue, 8 Dec 2009 11:19:05 +0000 (12:19 +0100)]
ntdll/tests: Add tests for open directories with NtCreateFile and strange options.
Alexandre Julliard [Tue, 8 Dec 2009 11:18:44 +0000 (12:18 +0100)]
server: Improve parameter checks when opening a directory.
Alexandre Julliard [Mon, 7 Dec 2009 20:25:20 +0000 (21:25 +0100)]
ntdll: Get rid of a line break in a trace.
Paul Vriens [Mon, 7 Dec 2009 15:43:47 +0000 (16:43 +0100)]
mshtml/tests: Skip some tests on older IE.
Piotr Caban [Mon, 7 Dec 2009 13:55:02 +0000 (14:55 +0100)]
mshtml: Added more OleDocumentView_UIActivate tests.
Piotr Caban [Mon, 7 Dec 2009 13:54:33 +0000 (14:54 +0100)]
mshtml: Improved OleDocumentView_UIActivate implementation.
Piotr Caban [Mon, 7 Dec 2009 13:54:05 +0000 (14:54 +0100)]
mshtml: Added Advise handling to OleObject_Close.
Piotr Caban [Mon, 7 Dec 2009 13:53:44 +0000 (14:53 +0100)]
mshtml: Added OleObject_Advise tests.
Piotr Caban [Mon, 7 Dec 2009 13:53:19 +0000 (14:53 +0100)]
mshtml: Added OleObject_EnumAdvise implementation.
Piotr Caban [Mon, 7 Dec 2009 13:52:54 +0000 (14:52 +0100)]
mshtml: Added OleObject_Unadvise implementation.
Piotr Caban [Mon, 7 Dec 2009 13:52:28 +0000 (14:52 +0100)]
mshtml: Added OleObject_Advise implementation.
Piotr Caban [Mon, 7 Dec 2009 13:51:52 +0000 (14:51 +0100)]
mshtml: Added PersistStreamInit_InitNew implementation.
Alexandre Julliard [Mon, 7 Dec 2009 14:36:09 +0000 (15:36 +0100)]
aclocal.m4: Perform a more exhaustive search of the possible naming combinations for Mingw tools.