Juan Lang [Thu, 15 Nov 2007 19:06:50 +0000 (11:06 -0800)]
iphlpapi: Don't allocate gobs of memory if there are no non-loopback interfaces.
Juan Lang [Thu, 15 Nov 2007 19:06:07 +0000 (11:06 -0800)]
iphlpapi: Don't allocate gobs of memory if the IP address table is empty.
Juan Lang [Thu, 15 Nov 2007 19:05:10 +0000 (11:05 -0800)]
iphlpapi: Don't allocate gobs of memory if interface table is empty.
Juan Lang [Thu, 15 Nov 2007 19:04:12 +0000 (11:04 -0800)]
iphlpapi: Don't allocate gobs of memory if the UDP table is empty.
Juan Lang [Thu, 15 Nov 2007 19:03:25 +0000 (11:03 -0800)]
iphlpapi: Don't allocate gobs of memory when the ARP table is empty.
Juan Lang [Thu, 15 Nov 2007 19:02:22 +0000 (11:02 -0800)]
iphlpapi: Don't allocate gobs of memory when the route table is empty.
Juan Lang [Thu, 15 Nov 2007 19:01:13 +0000 (11:01 -0800)]
iphlpapi: Don't allocate gobs of memory when the TCP entry table is empty.
Juan Lang [Thu, 15 Nov 2007 19:00:12 +0000 (11:00 -0800)]
iphlpapi: Don't override return value from getTcpTable.
Juan Lang [Thu, 15 Nov 2007 17:38:12 +0000 (09:38 -0800)]
iphlpapi: Default to a default gateway when choosing the best route.
David Adam [Thu, 15 Nov 2007 12:09:38 +0000 (13:09 +0100)]
d3dx8: Implement D3DXMatrixReflect.
David Adam [Thu, 15 Nov 2007 11:53:10 +0000 (12:53 +0100)]
d3dx8: Implement D3DXMatrixShadow.
David Adam [Thu, 15 Nov 2007 11:15:58 +0000 (12:15 +0100)]
d3dx8: Implement D3DXPlaneIntersectLine.
David Adam [Thu, 15 Nov 2007 10:27:19 +0000 (11:27 +0100)]
d3dx8: Implement D3DXPlaneNormalize.
Dmitry Timoshkov [Thu, 15 Nov 2007 05:35:27 +0000 (13:35 +0800)]
kernel32: Mask out FILE_ATTRIBUTE_NOT_CONTENT_INDEXED to prevent a test failure under Windows.
Dmitry Timoshkov [Thu, 15 Nov 2007 05:36:42 +0000 (13:36 +0800)]
kernel32: Set last error to ERROR_ALREADY_EXISTS if CreateFile succeeds and file existed before for CREATE_ALWAYS and OPEN_ALWAYS.
Huw Davies [Thu, 15 Nov 2007 10:25:15 +0000 (10:25 +0000)]
msxml3: Don't leak an interface on failure.
Gerald Pfeifer [Thu, 15 Nov 2007 13:06:59 +0000 (14:06 +0100)]
taskmgr: Move out-of-domain checking into PerfDataGetProcessorUsage() and PerfDataGetProcessorSystemUsage().
Andrey Turkin [Fri, 9 Nov 2007 22:12:16 +0000 (01:12 +0300)]
server: Pass Information field from async I/O APCs.
Andrey Turkin [Fri, 9 Nov 2007 22:12:07 +0000 (01:12 +0300)]
ntdll: Make async i/o functions generate completion messages.
Andrey Turkin [Fri, 9 Nov 2007 22:11:58 +0000 (01:11 +0300)]
ws2_32: Make certain winsock functions generate i/o completion messages.
Andrey Turkin [Fri, 9 Nov 2007 22:11:48 +0000 (01:11 +0300)]
server: Allow async i/o operations to send completion messages.
Andrey Turkin [Fri, 9 Nov 2007 22:11:31 +0000 (01:11 +0300)]
ntdll: Add some I/O completion tests.
Gerald Pfeifer [Wed, 14 Nov 2007 21:14:20 +0000 (22:14 +0100)]
comctl32: Remove check which never triggers.
Jonathan Ernst [Tue, 13 Nov 2007 13:49:17 +0000 (14:49 +0100)]
wordpad: Updated French translation.
James Hawkins [Thu, 15 Nov 2007 09:01:58 +0000 (03:01 -0600)]
msi: Don't ignore the error returned by ready_media.
James Hawkins [Thu, 15 Nov 2007 09:01:06 +0000 (03:01 -0600)]
msi: Only check the presence of the cabinet if the file is compressed.
James Hawkins [Thu, 15 Nov 2007 08:59:17 +0000 (02:59 -0600)]
msi: Add tests for situations involving missing cabinets.
James Hawkins [Thu, 15 Nov 2007 08:58:21 +0000 (02:58 -0600)]
msi: Simplify ready_media.
Alexandre Julliard [Thu, 15 Nov 2007 10:31:17 +0000 (11:31 +0100)]
wine.inf: Register inetcomm.dll.
Alexandre Julliard [Thu, 15 Nov 2007 10:30:15 +0000 (11:30 +0100)]
wine.inf: Some dlls need to be registered before the others.
Alistair Leslie-Hughes [Wed, 14 Nov 2007 05:07:14 +0000 (16:07 +1100)]
msxml: Test for insertBefore with a NULL output parameter.
Alistair Leslie-Hughes [Wed, 14 Nov 2007 05:05:17 +0000 (16:05 +1100)]
msxml: Allow insertBefore to have a NULL output parameter.
Andrew Talbot [Wed, 14 Nov 2007 21:48:17 +0000 (21:48 +0000)]
user32: Constify a variable.
Alex Villacís Lasso [Sat, 10 Nov 2007 23:09:45 +0000 (18:09 -0500)]
user32: Conformance tests for DlgDirList and DlgDirSelectEx.
Alex Villacís Lasso [Wed, 14 Nov 2007 19:17:46 +0000 (14:17 -0500)]
user32: DlgDirList converts path specification to uppercase.
Rob Shearman [Wed, 14 Nov 2007 17:23:24 +0000 (17:23 +0000)]
ole32: Intialise some out parameters in ProxyCliSec_QueryBlanket.
Huw Davies [Wed, 14 Nov 2007 16:39:50 +0000 (16:39 +0000)]
inetcomm: Add a test for MimeBody.
Huw Davies [Wed, 14 Nov 2007 16:39:02 +0000 (16:39 +0000)]
inetcomm: Add a class factory for MimeBody.
Huw Davies [Wed, 14 Nov 2007 12:44:19 +0000 (12:44 +0000)]
inetcomm: Add a stub MimeBody implementation.
Huw Davies [Wed, 14 Nov 2007 12:12:38 +0000 (12:12 +0000)]
inetcomm: Register a couple more classes.
Kirill K. Smirnov [Wed, 14 Nov 2007 15:17:55 +0000 (19:17 +0400)]
wineconsole: Do not show "Apply" button - it is not used anyway.
Hans Leidekker [Wed, 14 Nov 2007 12:15:29 +0000 (13:15 +0100)]
wininet: Fix a number of problems with InternetGetCookie.
This version incorporates Lei Zhang's changes to the test, with his consent.
Hans Leidekker [Wed, 14 Nov 2007 12:15:16 +0000 (13:15 +0100)]
wininet: Fix a number of problems with InternetSetCookie.
Rob Shearman [Wed, 14 Nov 2007 10:49:34 +0000 (10:49 +0000)]
msxml3: Don't leak node in xmldoc_createElement in the wrong type was specified.
Rob Shearman [Wed, 14 Nov 2007 10:45:29 +0000 (10:45 +0000)]
msxml3: Fix some memory leaks of name in test_xmldoc.
Alex Villacís Lasso [Sat, 10 Nov 2007 23:09:41 +0000 (18:09 -0500)]
user32: Conformance tests for LB_DIR on listboxes.
Alex Villacís Lasso [Sat, 10 Nov 2007 23:09:08 +0000 (18:09 -0500)]
user32: DlgDirSelect tacks on a period on filenames without ext.
Alex Villacís Lasso [Sat, 10 Nov 2007 23:08:10 +0000 (18:08 -0500)]
user32: LB_DIR with standalone DDL_DRIVES implies DDL_EXCLUSIVE.
Alex Villacís Lasso [Sat, 10 Nov 2007 23:08:06 +0000 (18:08 -0500)]
user32: Fix returned value of LB_DIR.
Alexandre Julliard [Wed, 14 Nov 2007 11:38:35 +0000 (12:38 +0100)]
comctl32: Fixed handling of monochrome icons in image lists.
Gerald Pfeifer [Tue, 13 Nov 2007 20:03:33 +0000 (21:03 +0100)]
ws2_32/tests: Fix error checking.
Stefan Dösinger [Sat, 10 Nov 2007 23:42:14 +0000 (00:42 +0100)]
wined3d: Fix ATI video memory detection typo.
Stefan Dösinger [Tue, 13 Nov 2007 21:08:13 +0000 (22:08 +0100)]
wined3d: Non power of two texture fixes.
Stefan Dösinger [Sun, 11 Nov 2007 20:46:17 +0000 (21:46 +0100)]
wined3d: Apply matrices when switching from transformed vertices to shaders.
Stefan Dösinger [Sat, 10 Nov 2007 21:36:28 +0000 (22:36 +0100)]
wined3d: Read the framebuffer size from the surface, not the window.
Stefan Dösinger [Fri, 9 Nov 2007 23:19:19 +0000 (00:19 +0100)]
wined3d: Depth stencil fixes.
Stefan Dösinger [Fri, 9 Nov 2007 18:53:20 +0000 (19:53 +0100)]
wined3d: Partially revert "Get rid of the conditionals in shader_glsl".
Stefan Dösinger [Fri, 9 Nov 2007 13:52:56 +0000 (14:52 +0100)]
wined3d: Get rid of a few Nvidiaisms in glsl shaders.
Stefan Dösinger [Fri, 9 Nov 2007 13:48:47 +0000 (14:48 +0100)]
wined3d: Hardcode local constants into the shader if possible.
Andrew Talbot [Tue, 13 Nov 2007 21:55:27 +0000 (21:55 +0000)]
user32: Constify a variable.
Detlef Riekenberg [Tue, 13 Nov 2007 20:49:06 +0000 (21:49 +0100)]
comctl32: Fix a typo in a debug message.
Francois Gouget [Tue, 13 Nov 2007 19:51:57 +0000 (20:51 +0100)]
kernel32/tests: Fix a signed/unsigned warning.
Francois Gouget [Tue, 13 Nov 2007 19:50:35 +0000 (20:50 +0100)]
rpcrt4: Add some missing prototypes and better match the PSDK types.
Francois Gouget [Tue, 13 Nov 2007 19:50:14 +0000 (20:50 +0100)]
advpack: Skip some tests if not in interactive mode because they pop up dialogs.
Francois Gouget [Tue, 13 Nov 2007 19:47:53 +0000 (20:47 +0100)]
user32/tests/msg: Don't mess up lParam as it is passed on to DefWindowProcA().
Rob Shearman [Tue, 13 Nov 2007 18:58:51 +0000 (18:58 +0000)]
rpcrt4: Fix a copy and paste mistake in declaring threaddata_cs_debug.
Reported by Hans Leidekker.
Rob Shearman [Tue, 13 Nov 2007 18:58:46 +0000 (18:58 +0000)]
ole32: Release the correct pointer in test_MkParseDisplayName.
Reported by Dan Kegel.
Rob Shearman [Tue, 13 Nov 2007 18:58:34 +0000 (18:58 +0000)]
ole32: Validate the parameters to DataCache_Cache.
Jonathan Ernst [Tue, 13 Nov 2007 13:54:45 +0000 (14:54 +0100)]
wine.desktop: Updated French translation.
Jonathan Ernst [Tue, 13 Nov 2007 13:37:22 +0000 (14:37 +0100)]
avifil32: Updated French translation.
Jonathan Ernst [Tue, 13 Nov 2007 13:36:00 +0000 (14:36 +0100)]
xcopy: Updated French translation.
Jonathan Ernst [Tue, 13 Nov 2007 13:24:51 +0000 (14:24 +0100)]
net: Updated French translation.
Jonathan Ernst [Tue, 13 Nov 2007 13:20:23 +0000 (14:20 +0100)]
localui: Updated French translation.
Jonathan Ernst [Tue, 13 Nov 2007 13:16:31 +0000 (14:16 +0100)]
credui: Updated French translation.
Jonathan Ernst [Tue, 13 Nov 2007 13:13:10 +0000 (14:13 +0100)]
regedit: Updated French translation.
Jonathan Ernst [Tue, 13 Nov 2007 13:07:23 +0000 (14:07 +0100)]
cmd: Updated French translation.
Jonathan Ernst [Tue, 13 Nov 2007 12:53:30 +0000 (13:53 +0100)]
shell32: Updated French translation.
Dmitry Timoshkov [Tue, 13 Nov 2007 12:41:01 +0000 (20:41 +0800)]
server: Make timer id allocation algorithm conform to the Windows one.
Alexandre Julliard [Tue, 13 Nov 2007 20:35:30 +0000 (21:35 +0100)]
winedbg: Print a backtrace in --auto mode.
Alexandre Julliard [Tue, 13 Nov 2007 20:34:52 +0000 (21:34 +0100)]
shell32: Don't wait for the command to terminate in ShellLink_InvokeCommand.
Alexandre Julliard [Tue, 13 Nov 2007 20:34:28 +0000 (21:34 +0100)]
shell32: Pass some of the ShellExecute flags through InvokeCommand.
Alexandre Julliard [Tue, 13 Nov 2007 20:33:37 +0000 (21:33 +0100)]
include: Added definition for SEE_MASK_NOASYNC.
EA Durbin [Sun, 11 Nov 2007 18:30:38 +0000 (12:30 -0600)]
kernel32: Add stub for GetConsoleKeyboardLayoutNameW.
EA Durbin [Sun, 11 Nov 2007 18:28:00 +0000 (12:28 -0600)]
kernel32: Add stub implementation of GetConsoleKeyboardLayoutNameA.
EA Durbin [Sun, 11 Nov 2007 18:26:41 +0000 (12:26 -0600)]
kernel32: Add stub implementation of GetConsoleInputExeNameW.
EA Durbin [Sun, 11 Nov 2007 18:25:46 +0000 (12:25 -0600)]
kernel32: Add stub implementation of GetConsoleInputExeNameA.
Alistair Leslie-Hughes [Sun, 11 Nov 2007 11:36:07 +0000 (22:36 +1100)]
msxml3: Enable test for bad argument / fix memory leak.
Alistair Leslie-Hughes [Sun, 11 Nov 2007 11:35:35 +0000 (22:35 +1100)]
msxml3: Return E_INVALIDARG on bad parameter.
Francois Gouget [Tue, 13 Nov 2007 08:32:20 +0000 (09:32 +0100)]
ctapi32: Use quotes to include our headers. Fixes winapi_check warnings.
Francois Gouget [Tue, 13 Nov 2007 08:32:13 +0000 (09:32 +0100)]
cfgmgr32: Flesh out cfgmgr32.h a bit more and fix the corresponding functions.
Francois Gouget [Tue, 13 Nov 2007 08:31:51 +0000 (09:31 +0100)]
rpcrt4: Add an API documentation stub to make winapi_check happy.
Francois Gouget [Tue, 13 Nov 2007 08:29:57 +0000 (09:29 +0100)]
d3dx8: Make d3dx8math.h C++ compatible.
Francois Gouget [Tue, 13 Nov 2007 08:30:29 +0000 (09:30 +0100)]
acledit: Add wfext.h.
Francois Gouget [Tue, 13 Nov 2007 08:28:53 +0000 (09:28 +0100)]
ntoskrnl: Remove trailing spaces in Wine traces.
Francois Gouget [Tue, 13 Nov 2007 08:28:16 +0000 (09:28 +0100)]
wined3d: Add trailing '\n's to two shader_addline() calls.
James Hawkins [Tue, 13 Nov 2007 06:57:49 +0000 (00:57 -0600)]
msi: Fix the condition for checking a drive.
James Hawkins [Tue, 13 Nov 2007 06:57:01 +0000 (00:57 -0600)]
msi: Set the file to NULL when running the directory search.
James Hawkins [Tue, 13 Nov 2007 06:50:14 +0000 (00:50 -0600)]
msi: Implement the VolumeSelectCombo control.
James Hawkins [Tue, 13 Nov 2007 06:48:18 +0000 (00:48 -0600)]
msi: Test the Uninstall registry entries.
James Hawkins [Tue, 13 Nov 2007 06:47:21 +0000 (00:47 -0600)]
msi: Delete the uninstall key when the product is removed.