Gerald Pfeifer [Sat, 29 Dec 2007 19:57:03 +0000 (20:57 +0100)]
winhelp: Remove a dead condition.
Alexander Dorofeyev [Mon, 31 Dec 2007 02:04:27 +0000 (18:04 -0800)]
wined3d: Fix regression of colorfill and texture to swapchain codepaths in BltOverride.
Alexander Dorofeyev [Mon, 31 Dec 2007 02:03:48 +0000 (18:03 -0800)]
ddraw: Remove redundant iface<->impl casts in IDirect3DTextureImpl_Load.
The implementation pointer retrieved from interface ptr wasn't being used for
anything except retrieving same interface ptr back.
Alexander Dorofeyev [Mon, 31 Dec 2007 02:03:42 +0000 (18:03 -0800)]
ddraw: Release palette interfaces.
Alexander Dorofeyev [Mon, 31 Dec 2007 02:03:35 +0000 (18:03 -0800)]
wined3d: Free palette handle when destroying IWineD3DPaletteImpl.
Jeremy White [Mon, 31 Dec 2007 16:00:13 +0000 (10:00 -0600)]
wintab32: If we could not find a stylus sort of device, we haven't found a tablet.
Jeremy White [Mon, 31 Dec 2007 15:49:19 +0000 (09:49 -0600)]
wintab32: Add logic to detect specific tablet cursor types, use it to discard non tablet X devices.
Jeremy White [Sun, 30 Dec 2007 23:16:37 +0000 (17:16 -0600)]
wintab32: Remove the unused and clearly broken FindOpenContext function.
It's clear that someone left it in by accident; the TABLET_FindOpenContext
is its clear successor.
Jeremy White [Sun, 30 Dec 2007 17:41:54 +0000 (11:41 -0600)]
wintab32: Add modest trace information for tablets.
Andrew Talbot [Sun, 30 Dec 2007 15:29:38 +0000 (15:29 +0000)]
crypt32: Remove unneeded casts.
Andrew Talbot [Sun, 30 Dec 2007 15:29:43 +0000 (15:29 +0000)]
cryptnet: Remove unneeded cast.
Andrew Talbot [Sat, 29 Dec 2007 21:17:43 +0000 (21:17 +0000)]
user32: Fix a spelling typo.
Andrew Talbot [Sat, 29 Dec 2007 15:37:24 +0000 (15:37 +0000)]
avifil32: Remove unneeded casts.
Andrew Talbot [Sat, 29 Dec 2007 15:37:27 +0000 (15:37 +0000)]
cabinet: Remove unneeded cast.
Andrew Talbot [Sat, 29 Dec 2007 15:37:34 +0000 (15:37 +0000)]
comctl32: Remove unneeded casts.
Andrew Talbot [Sat, 29 Dec 2007 15:37:21 +0000 (15:37 +0000)]
advapi32: Remove unneeded casts.
Peter Dons Tychsen [Sat, 29 Dec 2007 04:55:48 +0000 (05:55 +0100)]
oleaut32: Add missing types to serialize/deserialize.
Rob Shearman [Sat, 29 Dec 2007 12:14:19 +0000 (12:14 +0000)]
ntdll: Set the DataLength field of the information field in NtQueryValueKey to how much data should be returned, not what was actually returned.
Rob Shearman [Sat, 29 Dec 2007 12:14:07 +0000 (12:14 +0000)]
ntdll: Add some tests for NtQueryValueKey.
Gerald Pfeifer [Sat, 29 Dec 2007 08:41:02 +0000 (09:41 +0100)]
user32: Fix type of loop variable.
Gerald Pfeifer [Sat, 29 Dec 2007 08:32:43 +0000 (09:32 +0100)]
wined3d: Remove noop check in IWineD3DBaseTextureImpl_Appl().
Gerald Pfeifer [Sat, 29 Dec 2007 08:14:07 +0000 (09:14 +0100)]
msi: Add missing initializer for delete_ops.
Alexandre Julliard [Mon, 31 Dec 2007 16:25:08 +0000 (17:25 +0100)]
shell32: Fix messed up indentation.
Alexandre Julliard [Mon, 31 Dec 2007 16:25:05 +0000 (17:25 +0100)]
winedos: Don't emulate in 32-bit mode interrupts that don't have a specific handler.
Rob Shearman [Sun, 30 Dec 2007 16:46:45 +0000 (16:46 +0000)]
rpcrt4: Fix NdrGetBuffer to set the correct fields in the MIDL_STUB_MESSAGE structure.
Fix NdrFreeBuffer to use the fBufferValid flag to determine whether or
not I_RpcFreeBuffer needs to be called.
Rob Shearman [Sun, 30 Dec 2007 16:46:21 +0000 (16:46 +0000)]
rpcrt4: Make some variables in the tests static.
Rob Shearman [Sun, 30 Dec 2007 16:46:15 +0000 (16:46 +0000)]
rpcrt4: Add tests for NdrServerInitializeNew.
Rob Shearman [Sun, 30 Dec 2007 16:46:05 +0000 (16:46 +0000)]
rpcrt4: Fix the MIDL_STUB_MESSAGE fields set by NdrServerInitializeNew.
Rob Shearman [Sun, 30 Dec 2007 16:45:19 +0000 (16:45 +0000)]
rpcrt4: Fix a case of destroying a context handle without first releasing the lock.
Reverse the order of the release statements in NDRSContextMarshall2 for
the case where the context handle doesn't have valid data so that the
release that releases the lock comes first and then the optional second
release doesn't need to release the lock.
Rob Shearman [Sun, 30 Dec 2007 16:44:54 +0000 (16:44 +0000)]
rpcrt4: Keep a track of server context handles allocated during processing of a request.
Release them after processing of a request has finished to avoid a slow
memory leak if the association isn't released for ages.
Rob Shearman [Sun, 30 Dec 2007 16:45:42 +0000 (16:45 +0000)]
include: Add defines for more message flags in rpcdcep.h.
Rob Shearman [Sun, 30 Dec 2007 16:45:05 +0000 (16:45 +0000)]
widl: Check that the buffer has enough space before unmarshalling base types in generated code.
Jacek Caban [Sun, 30 Dec 2007 16:44:32 +0000 (17:44 +0100)]
ole32: Fixed parameter checking and improved debug traces in IBindCtx::QueryInterface.
Jacek Caban [Sun, 30 Dec 2007 16:55:02 +0000 (17:55 +0100)]
urlmon: Added more tests.
Jacek Caban [Sun, 30 Dec 2007 16:45:00 +0000 (17:45 +0100)]
urlmon: Added BindToObject implementation.
Jacek Caban [Sun, 30 Dec 2007 16:44:15 +0000 (17:44 +0100)]
urlmon: Call AddRef in EnumFORMATETC::QueryInterface.
Jacek Caban [Sun, 30 Dec 2007 16:44:02 +0000 (17:44 +0100)]
urlmon: Added "CBinding Context" bind option support.
Jacek Caban [Sun, 30 Dec 2007 16:43:39 +0000 (17:43 +0100)]
urlmon: Binding_Create clean up.
Jacek Caban [Sun, 30 Dec 2007 16:43:26 +0000 (17:43 +0100)]
urlmon: Better error handling.
Jacek Caban [Sun, 30 Dec 2007 16:43:11 +0000 (17:43 +0100)]
urlmon: Better implementation of bind stopping.
Jacek Caban [Sun, 30 Dec 2007 16:42:17 +0000 (17:42 +0100)]
urlmon: Make start_binding more generic.
Jacek Caban [Sun, 30 Dec 2007 16:42:03 +0000 (17:42 +0100)]
urlmon: Added ibind argument handling in CreateAsyncBindCtx.
Jacek Caban [Sun, 30 Dec 2007 16:41:44 +0000 (17:41 +0100)]
urlmon.idl: Added missing MONIKERPROPERTY variables.
Jacek Caban [Sun, 30 Dec 2007 16:40:26 +0000 (17:40 +0100)]
urlmon: Use BindProtocol in Binding object.
Rob Shearman [Sat, 29 Dec 2007 12:14:30 +0000 (12:14 +0000)]
rpcrt4: Implement NdrConformantStringMemorySize.
Rob Shearman [Sat, 29 Dec 2007 12:17:55 +0000 (12:17 +0000)]
rpcrt4: Add some tests for non-conformant strings.
Rob Shearman [Sat, 29 Dec 2007 12:16:01 +0000 (12:16 +0000)]
rpcrt4: Implement non-conformant string functions.
Rob Shearman [Sat, 29 Dec 2007 12:13:48 +0000 (12:13 +0000)]
rpcss: Initialise some out-only parameters that aren't initialised by the generated RPC code.
Michael Stefaniuc [Sat, 29 Dec 2007 00:05:07 +0000 (01:05 +0100)]
user32: Remove unneeded casts.
Michael Stefaniuc [Sat, 29 Dec 2007 00:04:58 +0000 (01:04 +0100)]
wininet: Fix typo in comparison with NULL. Found by Smatch.
Lei Zhang [Fri, 28 Dec 2007 21:08:09 +0000 (13:08 -0800)]
gdiplus: Add GdipCreatePen2 and test cases.
Lei Zhang [Fri, 28 Dec 2007 20:54:31 +0000 (12:54 -0800)]
gdiplus: Initialize a variable in a test.
Andrew Talbot [Fri, 28 Dec 2007 17:21:48 +0000 (17:21 +0000)]
ntdll: Remove unneeded casts.
Andrew Talbot [Fri, 28 Dec 2007 17:21:45 +0000 (17:21 +0000)]
msvfw32: Remove unneeded casts.
Jacek Caban [Fri, 28 Dec 2007 13:54:48 +0000 (14:54 +0100)]
urlmon: Added more binding tests.
Jacek Caban [Fri, 28 Dec 2007 13:54:22 +0000 (14:54 +0100)]
urlmon: Release protocol sink in Terminate.
Jacek Caban [Fri, 28 Dec 2007 13:53:38 +0000 (14:53 +0100)]
urlmon: More ReportProgress implementation.
Jacek Caban [Fri, 28 Dec 2007 13:53:25 +0000 (14:53 +0100)]
urlmon: Move setting protocol_sink to separated function.
Alexandre Julliard [Fri, 28 Dec 2007 15:26:23 +0000 (16:26 +0100)]
Release 0.9.52.
Vincent Hardy [Fri, 28 Dec 2007 10:11:25 +0000 (11:11 +0100)]
regedit: Window caption correction.
Roderick Colenbrander [Sun, 23 Dec 2007 19:51:58 +0000 (20:51 +0100)]
wined3d: Only store the palette index in the alpha component when the primary render target uses P8.
This was already done in other places but I missed this spot.
Roderick Colenbrander [Sun, 23 Dec 2007 19:47:15 +0000 (20:47 +0100)]
wined3d: In case of GL_EXT_paletted_textures we use GL_COLOR_INDEX and don't need a GL_RED fixup.
Dmitry Timoshkov [Fri, 28 Dec 2007 02:59:13 +0000 (10:59 +0800)]
user32: Reimplement IsHungAppWindow.
Jacek Caban [Fri, 28 Dec 2007 01:00:53 +0000 (02:00 +0100)]
urlmon: Rename BindProtocol's IInternetProtocolSink methods.
Binding's implementation uses the same names, what makes reading logs
harder.
Jacek Caban [Fri, 28 Dec 2007 01:00:37 +0000 (02:00 +0100)]
urlmon: Use heap_alloc_zero to allocate BindProtocol.
Jacek Caban [Fri, 28 Dec 2007 01:00:24 +0000 (02:00 +0100)]
urlmon: Added mime filters tests.
Jacek Caban [Fri, 28 Dec 2007 01:00:10 +0000 (02:00 +0100)]
urlmon: Added [Un]RegisterMimeFilter implementation.
Jacek Caban [Fri, 28 Dec 2007 00:59:51 +0000 (01:59 +0100)]
urlmon: RegisterNameSpace clean up.
Jacek Caban [Fri, 28 Dec 2007 00:59:38 +0000 (01:59 +0100)]
urlmon: Added CoInternetQueryInfo tests.
Jacek Caban [Fri, 28 Dec 2007 00:59:25 +0000 (01:59 +0100)]
urlmon: Added CoInternetQueryInfo implementation.
Jacek Caban [Fri, 28 Dec 2007 00:59:06 +0000 (01:59 +0100)]
mshtml: Added QueryInfo tests.
Jacek Caban [Fri, 28 Dec 2007 00:58:53 +0000 (01:58 +0100)]
mshtml: Added ResProtocolInfo::QueryInfo implementation.
Jacek Caban [Fri, 28 Dec 2007 00:58:41 +0000 (01:58 +0100)]
mshtml: Added AboutProtocolInfo::QueryInfo implementation.
Stefan Dösinger [Thu, 27 Dec 2007 20:20:59 +0000 (21:20 +0100)]
wined3d: Multiply the half pixel correction with .w.
Rob Shearman [Thu, 27 Dec 2007 13:50:35 +0000 (13:50 +0000)]
server: Initialise the apc_call_t union in async_set_result to all zero to avoid a Valgrind warning.
Mike McCormack [Wed, 26 Dec 2007 08:48:15 +0000 (11:48 +0300)]
shell32: Implement "My Network Places" shell folder.
Marcus Meissner [Mon, 24 Dec 2007 14:01:18 +0000 (15:01 +0100)]
d3d9: Initialize pVertexBuffer.
Aric Stewart [Wed, 26 Dec 2007 14:15:06 +0000 (08:15 -0600)]
fonts: Correct External leading for japanese small font and enable fontmetric test for the font.
Rob Shearman [Thu, 27 Dec 2007 10:01:13 +0000 (10:01 +0000)]
explorer: Fix memory leak when one or more properties are not present on a hal device.
Rob Shearman [Thu, 27 Dec 2007 10:01:09 +0000 (10:01 +0000)]
rpcss: Zero the memory of several variables before writing them to the pipe to silence Valgrind warnings.
Stefan Dösinger [Wed, 26 Dec 2007 21:12:05 +0000 (22:12 +0100)]
wined3d: Combine two glScalef calls into one.
Stefan Dösinger [Tue, 25 Dec 2007 22:14:05 +0000 (23:14 +0100)]
wined3d: Get rid of the invymat.
glScalef(1.0, -1.0, 1.0) does the same as the glMultMatrix with the
invymat matrix, and it is more optimal.
Stefan Dösinger [Tue, 25 Dec 2007 21:57:01 +0000 (22:57 +0100)]
wined3d: Fix a problem in BltOverride.
Gerald Pfeifer [Wed, 26 Dec 2007 21:44:22 +0000 (22:44 +0100)]
msi: Fix error handling in encode_streamname().
Alexander Dorofeyev [Thu, 27 Dec 2007 08:23:59 +0000 (00:23 -0800)]
wined3d: Also update alpha test when stage texture is NULL.
Alexander Nicolaysen Sørnes [Sun, 23 Dec 2007 14:55:15 +0000 (15:55 +0100)]
comdlg32: PageSetupDlgW: Load paper orientation in ChangePrinterW.
Alexander Dorofeyev [Tue, 25 Dec 2007 08:18:21 +0000 (00:18 -0800)]
wined3d: Add zero/near zero vertex rhw special case.
Alexander Dorofeyev [Mon, 24 Dec 2007 10:24:09 +0000 (02:24 -0800)]
ws2_32: Fix timeout check.
Rob Shearman [Mon, 24 Dec 2007 17:01:40 +0000 (17:01 +0000)]
rpcrt4: Re-use existing memory for embedded pointers in NdrVaryingArrayUnmarshall.
Rob Shearman [Mon, 24 Dec 2007 17:01:27 +0000 (17:01 +0000)]
rpcrt4: Re-use existing memory for embedded pointers in NdrConformantVaryingArrayUnmarshall.
Rob Shearman [Mon, 24 Dec 2007 17:01:20 +0000 (17:01 +0000)]
rpcrt4: Add tests for varying and conformant varying arrays.
Andrey Turkin [Wed, 26 Dec 2007 08:51:18 +0000 (11:51 +0300)]
dbghelp: Treat const addresses as const unsigned.
This will prevent winedbg from spamming about __wine_dbch__default.
Rob Shearman [Wed, 26 Dec 2007 11:03:17 +0000 (11:03 +0000)]
quartz: Fix memory leak in FilterGraphInner_Release.
Rob Shearman [Wed, 26 Dec 2007 11:03:03 +0000 (11:03 +0000)]
oleaut32: Fix copy and paste error in VARIANT_UserUnmarshall with VT_UNKNOWN test.
The variant type is VT_UNKNOWN so we should be using V_UNKNOWN, not
V_VARIANTREF(V_R8) to check the type unmarshalled properly.
Rob Shearman [Wed, 26 Dec 2007 11:02:55 +0000 (11:02 +0000)]
msi: Fix several memory leaks after using IEnumSTATSTG_Next.
The pwcsName field of STATSTG must be freed, otherwise the memory will
be leaked.
Rob Shearman [Wed, 26 Dec 2007 11:02:48 +0000 (11:02 +0000)]
hlink: Fix memory leak by freeing extension services This->headers in the release function.
Reece H. Dunn [Tue, 25 Dec 2007 02:04:43 +0000 (02:04 +0000)]
user32: Added the new Vista messages to spy.
Reece H. Dunn [Tue, 25 Dec 2007 02:00:28 +0000 (02:00 +0000)]
include: Added the new Vista messages.
Rob Shearman [Tue, 25 Dec 2007 19:08:25 +0000 (19:08 +0000)]
rpcss: Use context handles to automatically free running object table entries if the client process quits without calling IrotRevoke.
Rob Shearman [Tue, 25 Dec 2007 19:08:21 +0000 (19:08 +0000)]
widl: Add support for generating code for out-only context handles by calling NdrContextHandleInitialize.