Andrew Nguyen [Wed, 1 Jun 2011 12:14:13 +0000 (07:14 -0500)]
ws2_32/tests: Properly destroy the async test window.
Andrew Nguyen [Wed, 1 Jun 2011 12:14:08 +0000 (07:14 -0500)]
ws2_32: Free the asynchronous query structure if thread creation fails.
Hans Leidekker [Wed, 1 Jun 2011 12:48:01 +0000 (14:48 +0200)]
msi: GetUserName sets last error to ERROR_INSUFFICIENT_BUFFER if the buffer is too small.
Hans Leidekker [Wed, 1 Jun 2011 12:47:43 +0000 (14:47 +0200)]
crypt32: GetUserName sets last error to ERROR_INSUFFICIENT_BUFFER if the buffer is too small.
Andrew Nguyen [Wed, 1 Jun 2011 12:13:57 +0000 (07:13 -0500)]
advapi32: Fix last error value of GetUserNameA/W and output buffer handling in GetUserNameA.
Andrew Nguyen [Wed, 1 Jun 2011 12:13:21 +0000 (07:13 -0500)]
hostname: Output a CRLF newline with the hostname string.
Andrew Nguyen [Wed, 1 Jun 2011 12:13:03 +0000 (07:13 -0500)]
ddraw: Handle a callback cancellation attempt in d3d7_EnumDevices.
Andrew Nguyen [Wed, 1 Jun 2011 12:12:45 +0000 (07:12 -0500)]
ddraw: Extend the lifetime of the EnumDevices strings beyond function scope.
Marko Nikolic [Tue, 31 May 2011 21:38:47 +0000 (23:38 +0200)]
comctl32/tests: Removed sign comparison warning in tooltip tests.
Marko Nikolic [Tue, 31 May 2011 21:38:46 +0000 (23:38 +0200)]
comctl32/tests: Use unsigned constants to remove sign comparison warning.
André Hentschel [Tue, 31 May 2011 18:17:34 +0000 (20:17 +0200)]
winedbg: Increase buffer for function names.
Huw Davies [Wed, 1 Jun 2011 08:41:43 +0000 (09:41 +0100)]
gdi32: Fix an error in the blue channel of the 32 -> 16 bpp conversion and update the tests to catch this.
Huw Davies [Wed, 1 Jun 2011 08:41:42 +0000 (09:41 +0100)]
gdi32/tests: Add tests for 24 bpp brushes.
Huw Davies [Wed, 1 Jun 2011 08:41:41 +0000 (09:41 +0100)]
gdi32: Add support for 24 bpp brushes.
Huw Davies [Wed, 1 Jun 2011 08:41:40 +0000 (09:41 +0100)]
gdi32/tests: Add tests for 24 bpp dibs.
Huw Davies [Wed, 1 Jun 2011 08:41:39 +0000 (09:41 +0100)]
gdi32: Add support for 24 bpp dibs.
Hans Leidekker [Wed, 1 Jun 2011 09:50:53 +0000 (11:50 +0200)]
wininet: Consistently use the allocation macros.
Hans Leidekker [Wed, 1 Jun 2011 09:50:32 +0000 (11:50 +0200)]
wininet: Don't change the verb if the server response is HTTP_STATUS_REDIRECT_KEEP_VERB.
Hans Leidekker [Wed, 1 Jun 2011 09:50:11 +0000 (11:50 +0200)]
winhttp: Don't change the verb if the server response is HTTP_STATUS_REDIRECT_KEEP_VERB.
Michael Stefaniuc [Wed, 1 Jun 2011 09:02:35 +0000 (11:02 +0200)]
d3d10core: COM cleanup for the ID3D10BlendState iface.
Michael Stefaniuc [Wed, 1 Jun 2011 08:59:33 +0000 (10:59 +0200)]
d3d10core: COM cleanup for the ID3D10GeometryShader iface.
Michael Stefaniuc [Wed, 1 Jun 2011 08:46:00 +0000 (10:46 +0200)]
d3d10core: COM cleanup for the ID3D10ShaderResourceView iface.
Michael Stefaniuc [Wed, 1 Jun 2011 08:37:49 +0000 (10:37 +0200)]
d3d10core: COM cleanup for the ID3D10DepthStencilView iface.
Michael Stefaniuc [Wed, 1 Jun 2011 08:16:55 +0000 (10:16 +0200)]
d3d10core: COM cleanup for the ID3D10Texture3D iface.
Michael Stefaniuc [Wed, 1 Jun 2011 08:12:44 +0000 (10:12 +0200)]
d3d10core: COM cleanup for the ID3D10Texture2D iface.
Michael Stefaniuc [Tue, 31 May 2011 22:30:06 +0000 (00:30 +0200)]
fusion: COM cleanup for the IAssemblyName iface.
Michael Stefaniuc [Tue, 31 May 2011 22:26:27 +0000 (00:26 +0200)]
shell32: COM cleanup in shfldr_netplaces.c.
Michael Stefaniuc [Tue, 31 May 2011 22:22:53 +0000 (00:22 +0200)]
infosoft/tests: COM cleanup in infosoft.c.
David Hedberg [Mon, 30 May 2011 10:45:32 +0000 (12:45 +0200)]
oleaut32: Don't crash in wrapper if variant resides in read-only memory.
Ričardas Barkauskas [Tue, 31 May 2011 11:57:04 +0000 (14:57 +0300)]
ddraw: Change IDirectDrawSurface3_vtbl to IDirectDrawSurface3_iface.
Ričardas Barkauskas [Tue, 31 May 2011 12:34:47 +0000 (15:34 +0300)]
ddraw: Use a This variable in the IDirectDraw3 methods that lack one.
Ričardas Barkauskas [Tue, 31 May 2011 12:03:07 +0000 (15:03 +0300)]
ddraw: Rename surface_from_surface3() to impl_from_IDirectDrawSurface3().
Ričardas Barkauskas [Tue, 31 May 2011 12:49:37 +0000 (15:49 +0300)]
ddraw: Use unsafe_impl_from_IDirectDrawSurface3() for application provided interfaces.
Andrew Nguyen [Tue, 31 May 2011 16:05:25 +0000 (11:05 -0500)]
advapi32/tests: Add tests for GetUserNameA/W.
Dan Kegel [Mon, 30 May 2011 03:19:00 +0000 (20:19 -0700)]
cmd: WCMD_delete: move "Delete *.* ?" processing into WCMD_delete_confirm_wildcard.
André Hentschel [Mon, 30 May 2011 18:08:36 +0000 (20:08 +0200)]
documentation: Replaced CVS with Git.
Michael Stefaniuc [Tue, 31 May 2011 12:12:07 +0000 (14:12 +0200)]
shell32: COM cleanup in shfldr_mycomp.c.
Andrew Nguyen [Tue, 31 May 2011 10:56:40 +0000 (05:56 -0500)]
d3d9: Match temporary variables with UINT return types and fix a return value.
Andrew Nguyen [Tue, 31 May 2011 10:56:33 +0000 (05:56 -0500)]
d3d9: Drop a superfluous cast in IDirect3DDevice9Impl_CreateOffscreenPlainSurface.
Andrew Nguyen [Tue, 31 May 2011 10:56:18 +0000 (05:56 -0500)]
d3d9/tests: Avoid a shift overflow in render_state_test_data_init.
Andrew Nguyen [Tue, 31 May 2011 10:56:11 +0000 (05:56 -0500)]
d3d8/tests: Avoid a shift overflow in render_state_test_data_init.
Andrew Nguyen [Tue, 31 May 2011 10:50:02 +0000 (05:50 -0500)]
ddraw: Remove some unused structure definitions in the private ddraw header.
Andrew Nguyen [Tue, 31 May 2011 10:49:57 +0000 (05:49 -0500)]
ddraw: Add a NULL callback pointer check in the EnumDevices implementations.
Andrew Nguyen [Tue, 31 May 2011 10:49:38 +0000 (05:49 -0500)]
ddraw/tests: Remove a superfluous skip check.
Jacek Caban [Tue, 31 May 2011 10:20:24 +0000 (12:20 +0200)]
mshtml: Added IHTMLMimeTypesCollection::get_length implementation.
Jacek Caban [Tue, 31 May 2011 10:20:15 +0000 (12:20 +0200)]
mshtml: Added IDispatchEx support to HTMLMimeTypesCollection object.
Jacek Caban [Tue, 31 May 2011 10:19:55 +0000 (12:19 +0200)]
mshtml: Don't release plugins collection in OmNavigator destructor since it contains a weak reference.
Jacek Caban [Tue, 31 May 2011 10:19:40 +0000 (12:19 +0200)]
mshtml: Added IOmNavigator::get_mimeTypes implementation.
Jacek Caban [Tue, 31 May 2011 10:19:13 +0000 (12:19 +0200)]
mshtml: Added IHTMLElement::get_offsetLeft implementation.
Jacek Caban [Tue, 31 May 2011 10:19:04 +0000 (12:19 +0200)]
mshtml: Added support for accessing document elements by index.
Alexandre Julliard [Tue, 31 May 2011 11:30:04 +0000 (13:30 +0200)]
widl: Add a more generic way of determining the type of handle for a function.
Alexandre Julliard [Tue, 31 May 2011 11:01:32 +0000 (13:01 +0200)]
widl: Support using custom handle types with the implicit_handle attribute.
Huw Davies [Tue, 31 May 2011 09:02:06 +0000 (10:02 +0100)]
gdi32/tests: Add tests for 4 bpp brushes.
Huw Davies [Tue, 31 May 2011 09:02:05 +0000 (10:02 +0100)]
gdi32: Add support for 4 bpp brushes.
Huw Davies [Tue, 31 May 2011 09:02:04 +0000 (10:02 +0100)]
gdi32/tests: Add tests for 4 bpp dibs.
Huw Davies [Tue, 31 May 2011 09:02:03 +0000 (10:02 +0100)]
gdi32: Add support for 4 bpp dibs.
Michael Stefaniuc [Tue, 31 May 2011 08:20:27 +0000 (10:20 +0200)]
shell32: Finish the COM cleanup in cpanelfolder.c.
Michael Stefaniuc [Tue, 31 May 2011 07:54:13 +0000 (09:54 +0200)]
shell32: COM cleanup for the IShellFolder2 iface in cpanelfolder.c.
Michael Stefaniuc [Tue, 31 May 2011 07:51:42 +0000 (09:51 +0200)]
shell32: COM cleanup for the IDropTargetHelper iface.
Peter Urbanec [Tue, 31 May 2011 03:14:21 +0000 (13:14 +1000)]
ws2_32/tests: Use WSAGetLastError() when reporting errors.
André Hentschel [Mon, 30 May 2011 22:30:30 +0000 (00:30 +0200)]
include: Define FIBER_FLAG_FLOAT_SWITCH.
Vitaliy Margolen [Mon, 30 May 2011 22:31:17 +0000 (16:31 -0600)]
dinput: Keyboard does not support DIPROP_RANGE property.
André Hentschel [Mon, 30 May 2011 22:30:26 +0000 (00:30 +0200)]
ws2_32/tests: Initialize atmark (valgrind).
Jacek Caban [Mon, 30 May 2011 15:51:37 +0000 (17:51 +0200)]
include: Added iextag.idl file.
David Hedberg [Mon, 30 May 2011 10:45:31 +0000 (12:45 +0200)]
ole32: Add ManualResetEvent implementation.
David Hedberg [Mon, 30 May 2011 10:45:30 +0000 (12:45 +0200)]
crypt32: Add BCryptEnumAlgorithms stub.
Aurimas Fišeras [Sat, 21 May 2011 07:12:43 +0000 (10:12 +0300)]
po: Update Lithuanian translation.
Marko Nikolic [Fri, 27 May 2011 12:49:05 +0000 (14:49 +0200)]
comctl32/tests: Fixed variable type, removed sign comparison warning.
Alexandre Julliard [Mon, 30 May 2011 15:25:39 +0000 (17:25 +0200)]
winevdm: Print an error when trying to start a DOS app from the z: drive.
Alexandre Julliard [Mon, 30 May 2011 15:22:27 +0000 (17:22 +0200)]
iphlpapi: Close the socket in IcmpCloseHandle.
Michael Stefaniuc [Mon, 30 May 2011 11:57:12 +0000 (13:57 +0200)]
shell32: COM cleanup in autocomplete.c.
Michael Stefaniuc [Mon, 30 May 2011 11:52:24 +0000 (13:52 +0200)]
d3dxof/tests: Fix an ok() comment to match the tested value.
Alistair Leslie-Hughes [Thu, 19 May 2011 11:58:53 +0000 (21:58 +1000)]
dbghelp: Add stubs SymFromIndex, SymFromIndexW.
Hans Leidekker [Mon, 30 May 2011 07:28:45 +0000 (09:28 +0200)]
uninstaller: Don't list system components.
Hans Leidekker [Mon, 30 May 2011 07:28:31 +0000 (09:28 +0200)]
appwiz.cpl: Don't list system components.
Hans Leidekker [Mon, 30 May 2011 07:28:14 +0000 (09:28 +0200)]
msi: Set the SystemComponent installation property if necessary.
Hans Leidekker [Mon, 30 May 2011 07:27:53 +0000 (09:27 +0200)]
msi: Skip files from global assemblies in the RemoveFiles action.
Marcus Meissner [Sun, 29 May 2011 21:53:45 +0000 (23:53 +0200)]
gdiplus: Convert and pass in 3 points, not 1 (Coverity).
Marcus Meissner [Sun, 29 May 2011 21:31:03 +0000 (23:31 +0200)]
kernel32: Pass in a real string to SetLocaleInfoA, not a function pointer (Coverity).
Marcus Meissner [Sun, 29 May 2011 21:24:16 +0000 (23:24 +0200)]
mpr: Added missing pointer dereference (Coverity).
Marcus Meissner [Sun, 29 May 2011 18:59:01 +0000 (20:59 +0200)]
ntdll: Specify div to be divl.
Avoids a clang bug.
Dylan Smith [Sat, 28 May 2011 22:02:49 +0000 (18:02 -0400)]
include: Pack ACMDRVSTREAMHEADER since ACMSTREAMHEADER is packed.
Marcus Meissner [Sat, 28 May 2011 08:49:32 +0000 (10:49 +0200)]
wineoss.drv: Mark internal symbols with hidden visibility.
Marcus Meissner [Sat, 28 May 2011 08:49:31 +0000 (10:49 +0200)]
windowscodecs: Mark 3 vtables static.
Marcus Meissner [Sat, 28 May 2011 08:49:30 +0000 (10:49 +0200)]
comdlg32: Mark one vtable as static.
Gerald Pfeifer [Fri, 27 May 2011 21:42:11 +0000 (23:42 +0200)]
imm32: Simplify find_window where we do not need to consider the return value of EnumChildWindows.
Alexandre Julliard [Sat, 28 May 2011 11:39:18 +0000 (13:39 +0200)]
widl: Array dimensions have to be constants.
Alexandre Julliard [Sat, 28 May 2011 11:38:25 +0000 (13:38 +0200)]
widl: Don't output callback conformances for non-interpreted functions.
The Windows marshaller calls the callback with an invalid stack.
Alexandre Julliard [Fri, 27 May 2011 19:01:16 +0000 (21:01 +0200)]
winapi: Support optional parameters for stubs.
Alexandre Julliard [Fri, 27 May 2011 18:27:04 +0000 (20:27 +0200)]
Release 1.3.21.
Frédéric Delanoy [Fri, 27 May 2011 14:19:31 +0000 (16:19 +0200)]
wrc: Fix spelling/grammar in manpage.
Huw Davies [Fri, 27 May 2011 13:43:11 +0000 (14:43 +0100)]
gdi32/tests: Add tests for 8bpp brushes.
Huw Davies [Fri, 27 May 2011 13:36:55 +0000 (14:36 +0100)]
gdi32: Add support for 8 bpp brushes.
Huw Davies [Fri, 27 May 2011 13:29:49 +0000 (14:29 +0100)]
gdi32/tests: Add tests for 8 bpp dibs.
Huw Davies [Fri, 27 May 2011 13:26:02 +0000 (14:26 +0100)]
gdi32: Add support for 8 bpp dibs.
Huw Davies [Fri, 27 May 2011 13:17:20 +0000 (14:17 +0100)]
gdi32: Add support for colour tables.
Huw Davies [Fri, 27 May 2011 12:54:46 +0000 (13:54 +0100)]
gdi32/tests: Add tests for non-standard BI_BITFIELD dibs.
Huw Davies [Fri, 27 May 2011 12:48:26 +0000 (13:48 +0100)]
gdi32/tests: Add tests for 16 bpp brushes.
Huw Davies [Fri, 27 May 2011 12:41:32 +0000 (13:41 +0100)]
gdi32: Add conversion routines to the primitive functions.
Huw Davies [Fri, 27 May 2011 12:10:29 +0000 (13:10 +0100)]
gdi32: Add support for 16 bpp dibs.