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.
Nathan Gallaher [Sun, 6 Dec 2009 13:30:06 +0000 (08:30 -0500)]
ole32: Fix invalid memory access in storage32.
Paul Chitescu [Fri, 4 Dec 2009 15:58:20 +0000 (17:58 +0200)]
services.exe: Reduce Registry access to KEY_READ or MAXIMUM_ALLOWED wherever possible.
Paul Chitescu [Fri, 4 Dec 2009 15:07:27 +0000 (17:07 +0200)]
advapi32: Reduce registry access to MAXIMUM_ALLOWED wherever possible.
Maarten Lankhorst [Fri, 4 Dec 2009 13:09:32 +0000 (14:09 +0100)]
dsound: Move buffer property sets to buffer.c.
Huw Davies [Mon, 7 Dec 2009 11:33:02 +0000 (11:33 +0000)]
xinput1_3: Don't print the contents of [out] parameters.
Found by Valgrind.
Nikolay Sivov [Mon, 7 Dec 2009 10:42:37 +0000 (13:42 +0300)]
windowscodecs/tests: Release decoder after use.
Henri Verbeet [Mon, 7 Dec 2009 10:08:40 +0000 (11:08 +0100)]
dxgi: Implement IDXGISurface::GetParent().
Henri Verbeet [Mon, 7 Dec 2009 10:08:39 +0000 (11:08 +0100)]
dxgi: Implement IDXGISurface::GetDevice().
Henri Verbeet [Mon, 7 Dec 2009 10:08:38 +0000 (11:08 +0100)]
dxgi: Add a separate function for surface initialization.
Henri Verbeet [Mon, 7 Dec 2009 10:08:37 +0000 (11:08 +0100)]
d3d9: Fix GetDevice() for surfaces that are part of a texture.
If the surface is part of a texture it doesn't keep its own reference to the
device, but instead relies on the reference the texture has. This fixes a
regression introduced by
ff92e6eb6a6b0f5b6ee0d062f8434cad8f31c33d.
Henri Verbeet [Mon, 7 Dec 2009 10:08:36 +0000 (11:08 +0100)]
d3d8: Fix GetDevice() for surfaces that are part of a texture.
If the surface is part of a texture it doesn't keep its own reference to the
device, but instead relies on the reference the texture has. This fixes a
regression introduced by
3cedef2ffea3a72d9717470f01a3a046db923e4b.
Stefan Dösinger [Sun, 6 Dec 2009 17:08:39 +0000 (18:08 +0100)]
Render to fbo when the size mismatches at creation time.
This is needed because the window(and thus the GL drawable) might be
smaller than the D3D backbuffer. If we waited for the FBO switch until
Present is called we'd lose data in the first frame.
Stefan Dösinger [Tue, 24 Nov 2009 11:31:39 +0000 (12:31 +0100)]
wined3d: Render to a FBO if the window size is changed.
Stefan Dösinger [Sun, 6 Dec 2009 16:39:47 +0000 (17:39 +0100)]
wined3d: Infrastructure to render swapchains to a FBO.
Stefan Dösinger [Fri, 4 Dec 2009 09:21:01 +0000 (10:21 +0100)]
wined3d: Use GL_COLOR_ATTACHMENT0 as offscreen buffer with FBOs.
This is used by the offscreen render target->texture blit code if
FBOs are enabled, but FBO_blit is not supported
Stefan Dösinger [Sun, 6 Dec 2009 14:45:46 +0000 (15:45 +0100)]
wined3d: A function for checking if a surface is offscreen.
Stefan Dösinger [Fri, 4 Dec 2009 12:07:18 +0000 (13:07 +0100)]
wined3d: Add a function for initializing surface sysmem.
Maarten Lankhorst [Mon, 7 Dec 2009 07:25:23 +0000 (08:25 +0100)]
include: Fix typo in audiopolicy.
Maarten Lankhorst [Sun, 6 Dec 2009 11:59:31 +0000 (12:59 +0100)]
include: Add some definitions to ks.h.
Hans Leidekker [Mon, 7 Dec 2009 09:32:03 +0000 (10:32 +0100)]
ntdll/tests: Fix a memory leak.
Found by Valgrind.
Hans Leidekker [Mon, 7 Dec 2009 09:09:39 +0000 (10:09 +0100)]
netapi32/tests: Fix a memory leak.
Found by Valgrind.
Hans Leidekker [Mon, 7 Dec 2009 08:54:38 +0000 (09:54 +0100)]
fusion: Fix some memory leaks.
Found by Valgrind.
Hans Leidekker [Mon, 7 Dec 2009 08:19:23 +0000 (09:19 +0100)]
userenv/tests: Fix some memory leaks.
Found by Valgrind.
Hans Leidekker [Mon, 7 Dec 2009 08:18:58 +0000 (09:18 +0100)]
usp10: Fix a memory leak.
Found by Valgrind.
Hans Leidekker [Mon, 7 Dec 2009 08:18:35 +0000 (09:18 +0100)]
msi/tests: Loosen check on kernel32 language version.
Hans Leidekker [Mon, 7 Dec 2009 08:18:00 +0000 (09:18 +0100)]
wininet: Cleanup any existing cache file before creating a new one.
Otherwise we leak the file name and handle when a request is sent again.
Found by Valgrind.
Marcus Meissner [Sun, 6 Dec 2009 21:45:48 +0000 (22:45 +0100)]
reg: Fixed 2 functionality bugs in REG DELETE (Coverity).
Alexandre Julliard [Sat, 5 Dec 2009 10:53:37 +0000 (11:53 +0100)]
gdi32: Avoid use of some 16-bit types.
Alexandre Julliard [Sat, 5 Dec 2009 10:45:31 +0000 (11:45 +0100)]
gdi32: Don't include wingdi16.h by default.
Alexandre Julliard [Fri, 4 Dec 2009 20:47:30 +0000 (21:47 +0100)]
gdi32: Make gdi.exe into a stand-alone 16-bit module.
Alexandre Julliard [Fri, 4 Dec 2009 20:34:46 +0000 (21:34 +0100)]
gdi32: Stop exporting the 16-bit print job functions.
Alexandre Julliard [Fri, 4 Dec 2009 20:32:42 +0000 (21:32 +0100)]
wineps.drv: Don't include 16-bit headers in psdrv.h.
Alexandre Julliard [Fri, 4 Dec 2009 20:29:08 +0000 (21:29 +0100)]
wineps.drv: Duplicate the print job support from 16-bit GDI.
Alexandre Julliard [Fri, 4 Dec 2009 19:53:11 +0000 (20:53 +0100)]
wineps.drv: Add a wrapper function for WriteSpool16.
Vincent Povirk [Mon, 7 Dec 2009 02:07:40 +0000 (20:07 -0600)]
gdiplus: Fix cleanup after errors in GdipCloneImage.
Vincent Povirk [Mon, 7 Dec 2009 02:02:35 +0000 (20:02 -0600)]
gdiplus: Implement GdipCloneBitmapArea.
Marcus Meissner [Sun, 6 Dec 2009 22:33:56 +0000 (23:33 +0100)]
rpcrt4: Fixed array_compute_and_size_conformance on strings (Coverity).
Jacek Caban [Sun, 6 Dec 2009 21:10:44 +0000 (22:10 +0100)]
jscript: Don't pass EXPR_NEWREF flag to evaluate member expression in array_expression_eval.
Jacek Caban [Sun, 6 Dec 2009 21:10:24 +0000 (22:10 +0100)]
mshtml: Added test for setting VT_EMPTY event handler.
Jacek Caban [Sun, 6 Dec 2009 21:10:07 +0000 (22:10 +0100)]
mshtml: Don't pass fdexNameEnsure flag to script engines in find_global_prop.
André Hentschel [Sun, 6 Dec 2009 20:42:21 +0000 (21:42 +0100)]
xcopy: Fix time acronyms in German translation.
Paul Vriens [Sun, 6 Dec 2009 17:32:06 +0000 (18:32 +0100)]
advapi32/tests: Fix some test failures when the computername is fully qualified.
Huw Davies [Sun, 6 Dec 2009 17:04:00 +0000 (17:04 +0000)]
setupapi: Fix memory leak.
Found by Valgrind.
Nikolay Sivov [Sun, 6 Dec 2009 15:58:28 +0000 (18:58 +0300)]
msvcrt/tests: Free temporary file name after test.
Huw Davies [Sun, 6 Dec 2009 15:02:55 +0000 (15:02 +0000)]
ntdll: Fix a few memory leaks in tests.
Found by Valgrind.
Huw Davies [Sun, 6 Dec 2009 13:11:33 +0000 (13:11 +0000)]
oleaut32: Fix several memory leaks in tests.
Found by Valgrind.
Nikolay Sivov [Sat, 5 Dec 2009 19:37:35 +0000 (22:37 +0300)]
gdiplus/tests: Delete Pen object after use.
Nikolay Sivov [Sat, 5 Dec 2009 19:20:55 +0000 (22:20 +0300)]
gdiplus/tests: Free created iterator in tests.
Nikolay Sivov [Sat, 5 Dec 2009 18:58:57 +0000 (21:58 +0300)]
gdiplus/tests: Additional test to show that custom cap isn't created without stroke path.
Nikolay Sivov [Sat, 5 Dec 2009 18:50:50 +0000 (21:50 +0300)]
gdiplus/tests: Free brush pointer after test.
Nikolay Sivov [Sat, 5 Dec 2009 18:42:19 +0000 (21:42 +0300)]
comctl32/datetime: Free internal data completely on control destruction.
Nikolay Sivov [Sat, 5 Dec 2009 18:21:04 +0000 (21:21 +0300)]
comctl32/tests: Don't forget to free array after tests.
Nikolay Sivov [Sat, 5 Dec 2009 17:49:12 +0000 (20:49 +0300)]
comctl32/tests: Free imagelist after use.
Nikolay Sivov [Sat, 5 Dec 2009 17:39:03 +0000 (20:39 +0300)]
comctl32/treeview: Free items pointer array and root item on control destruction.
Two issues here: item pointers array wasn't freed, root item data wasn't freed.
Found by Valgrind.
Nikolay Sivov [Sat, 5 Dec 2009 10:08:12 +0000 (13:08 +0300)]
kernel32/tests: Fix test failures on NT4.
Piotr Caban [Sun, 6 Dec 2009 00:07:57 +0000 (01:07 +0100)]
msxml3: Fix VARIANT_from_xmlChar implementation.
Francois Gouget [Sun, 6 Dec 2009 12:45:30 +0000 (13:45 +0100)]
wined3d: Don't define nameless structs or unions.
Fixes compilation on systems that don't support nameless unions or structs.
Francois Gouget [Sun, 6 Dec 2009 12:43:25 +0000 (13:43 +0100)]
mshtml/tests: Fix the get_event_src() macro declaration.
Francois Gouget [Sun, 6 Dec 2009 12:41:47 +0000 (13:41 +0100)]
winhttp: Fix compilation on systems that don't support nameless unions.
Huw Davies [Sun, 6 Dec 2009 12:05:37 +0000 (12:05 +0000)]
oleaut32: Fix a couple of memory leaks in the tests.
Found by Valgrind.
Huw Davies [Sun, 6 Dec 2009 11:38:32 +0000 (11:38 +0000)]
inetcomm: Fix memory leak.
Found by Valgrind.