Alexandre Julliard [Thu, 26 Mar 2009 12:20:04 +0000 (13:20 +0100)]
ntdll: Get rid of the no longer used pthread emulation.
Aric Stewart [Wed, 25 Mar 2009 19:35:37 +0000 (14:35 -0500)]
msctf: Implement ThreadMgr ITfSource::UnadviseSink.
Nikolay Sivov [Wed, 25 Mar 2009 22:34:58 +0000 (18:34 -0400)]
comctl32/tab: Selected item should have TCIS_BUTTONPRESSED state.
Nikolay Sivov [Wed, 25 Mar 2009 21:39:11 +0000 (17:39 -0400)]
comctl32/tab: Handle state mask in TCM_[G,S]ETITEM.
Nikolay Sivov [Wed, 25 Mar 2009 20:34:48 +0000 (16:34 -0400)]
comctl32/tab: Draw tab button properly on TCIS_BUTTONPRESSED state.
Michael Stefaniuc [Wed, 25 Mar 2009 22:02:42 +0000 (23:02 +0100)]
d3dxof: Remove redundant NULL check before HeapFree (Smatch).
Michael Stefaniuc [Wed, 25 Mar 2009 22:02:37 +0000 (23:02 +0100)]
msi: Remove redundant NULL check before msi_free (Smatch).
Christian Costa [Wed, 25 Mar 2009 21:55:03 +0000 (22:55 +0100)]
amstream: Implement IAMMultiMediaStreamImpl_GetFilterGraph.
Andrew Talbot [Wed, 25 Mar 2009 20:49:52 +0000 (20:49 +0000)]
winedos: Initializations fix.
Huw Davies [Thu, 19 Mar 2009 12:23:45 +0000 (12:23 +0000)]
rpcrt4: Dynamically allocate the buffer if the fixed size one isn't large enough. Don't return an inappropriate error if we fail to get the status text, it's only used for diagnostics.
Alexandre Julliard [Thu, 26 Mar 2009 10:07:28 +0000 (11:07 +0100)]
configure: socketpair needs -lsocket on Solaris.
Alexandre Julliard [Wed, 25 Mar 2009 21:57:32 +0000 (22:57 +0100)]
wininet/tests: Fix another instance of changed behavior on winehq.org.
Huw Davies [Wed, 25 Mar 2009 14:18:51 +0000 (14:18 +0000)]
ole32/tests: Tests for the 'Ole Private Data' clipboard format.
Huw Davies [Tue, 24 Mar 2009 13:49:24 +0000 (13:49 +0000)]
ole32: Move the code to set the clipboard formats to a separate function.
Rob Shearman [Wed, 18 Mar 2009 11:13:19 +0000 (11:13 +0000)]
rpcrt4: Implement RPC over HTTP support.
CodeWeavers did this work for supporting the optional HTTP connection
method of Outlook 2003/2007 (must be running with Windows versions set
to XP or higher to see this option).
This was written before Microsoft publicly released a specification
for the RPC over HTTP protocol and so was developed by examining
traffic flowing between a Windows client and an IIS server.
Rob Shearman [Wed, 18 Mar 2009 10:59:35 +0000 (10:59 +0000)]
rpcrt4: Implement stubless asynchronous NDR interpreter.
CodeWeavers did this work for supporting Outlook 2007.
Hans Leidekker [Wed, 25 Mar 2009 12:52:56 +0000 (13:52 +0100)]
msi: Detect privately installed assemblies.
Another fix for the office 2007 sp1 installer.
Hans Leidekker [Wed, 25 Mar 2009 12:52:04 +0000 (13:52 +0100)]
msi: Add some tests for MsiQueryFeatureState.
These tests confirm that a feature is reported as advertised if only
one of its components is missing.
Alexandre Julliard [Wed, 25 Mar 2009 13:19:02 +0000 (14:19 +0100)]
kernel32: Revert incorrect part of commit
7c3529f1cc6a3ce6f0a403c337926c8fc9fbfc57.
Aric Stewart [Wed, 25 Mar 2009 12:24:13 +0000 (07:24 -0500)]
advapi32: Stub TreeResetNamedSecurityInfo for the IE8 installer.
Alexandre Julliard [Wed, 25 Mar 2009 12:27:27 +0000 (13:27 +0100)]
winebuild: Skip non-functions when building the undefined exports file.
Patrick Gauthier [Fri, 20 Mar 2009 23:23:39 +0000 (19:23 -0400)]
user32/tests: Check effect of magic font height value 0x7fff in dialog template.
Aric Stewart [Wed, 18 Mar 2009 19:31:14 +0000 (14:31 -0500)]
msi: Verify the existence of fusion.dll before reporting the .Net version.
Fixes an issue with .Net 3.0 where it does not install a new
fusion.dll but does add a key to the registery. The fact that a new
dll is not installed has been verified on windows.
Rein Klazes [Wed, 18 Mar 2009 07:47:00 +0000 (08:47 +0100)]
user32: In MENU_SuspendPopup() make sure the right message is removed.
Roman Mindalev [Fri, 13 Mar 2009 17:16:35 +0000 (20:16 +0300)]
ntdll: Move search for assemblyIdentity element.
Roman Mindalev [Fri, 13 Mar 2009 17:15:33 +0000 (20:15 +0300)]
ntdll: Free memory for type field of an assembly_identity.
Roman Mindalev [Fri, 13 Mar 2009 17:14:03 +0000 (20:14 +0300)]
ntdll: Check for arch and name fields in assembly_identity structure.
Ricardo Filipe [Fri, 13 Mar 2009 00:58:35 +0000 (00:58 +0000)]
comdlg32: Send CDN_INCLUDEITEM notification for each object in an Open/Save dialog.
Kusanagi Kouichi [Fri, 13 Mar 2009 13:03:18 +0000 (22:03 +0900)]
winex11.drv: Make import/export functions static.
Ken Thomases [Fri, 13 Mar 2009 16:48:27 +0000 (11:48 -0500)]
dbghelp: Include Mach-O modules in minidumps.
Ken Thomases [Fri, 13 Mar 2009 16:48:21 +0000 (11:48 -0500)]
dbghelp/stabs: For Mach-O, line numbers use absolute address, not offset.
So, compute the offset by subtracting the function address.
Ken Thomases [Fri, 13 Mar 2009 16:48:07 +0000 (11:48 -0500)]
dbghelp: Recognize .dylib files as Mach-O modules.
Ken Thomases [Fri, 13 Mar 2009 16:48:00 +0000 (11:48 -0500)]
dbghelp: Add support for debugging Mach-O modules.
Aric Stewart [Tue, 24 Mar 2009 13:21:47 +0000 (08:21 -0500)]
msctf: Hook up the DocumentMgr to be able to forward ITfThreadMgrEventSink events to sinks advised to the ThreadMgr.
Aric Stewart [Tue, 24 Mar 2009 13:21:39 +0000 (08:21 -0500)]
msctf: Add ITfThreadMgrEventSink to ThreadMgr.
Aric Stewart [Tue, 24 Mar 2009 13:45:06 +0000 (08:45 -0500)]
msctf: Define ITfTextInputProcessor. Implemented by the Text Services.
Aric Stewart [Tue, 24 Mar 2009 13:21:28 +0000 (08:21 -0500)]
msctf: ThreadMgr sink framework.
Alexandre Julliard [Wed, 25 Mar 2009 10:55:17 +0000 (11:55 +0100)]
wininet/tests: Fix the http tests for the new winehq.org behavior.
Henri Verbeet [Wed, 25 Mar 2009 09:12:28 +0000 (10:12 +0100)]
wined3d: Do the ffp_valid check before even trying to use the element.
Henri Verbeet [Wed, 25 Mar 2009 09:12:27 +0000 (10:12 +0100)]
wined3d: Don't use rtInternal for surfaces that are on a swapchain.
These surfaces won't be attached to an FBO anyway, so avoid the cost of a
potential format conversion when blitting from a non-RT surface. This is
mostly an issue for ddraw applications with 16 bit render targets.
Henri Verbeet [Wed, 25 Mar 2009 09:12:27 +0000 (10:12 +0100)]
wined3d: Add a more convenient way to check if a surface is on a swapchain.
This won't help if we actually need the swapchain, of course.
Henri Verbeet [Wed, 25 Mar 2009 09:12:27 +0000 (10:12 +0100)]
wined3d: Fix a few sign compare warnings.
Henri Verbeet [Wed, 25 Mar 2009 09:12:27 +0000 (10:12 +0100)]
wined3d: Make the texunit field in struct stb_const_desc unsigned.
Henri Verbeet [Wed, 25 Mar 2009 09:12:26 +0000 (10:12 +0100)]
wined3d: Implement WINED3DTSS_TCI_SPHEREMAP.
Henri Verbeet [Wed, 25 Mar 2009 09:12:26 +0000 (10:12 +0100)]
wined3d: Reduce the number of checkGLcall's in tex_coordindex() a bit.
Henri Verbeet [Wed, 25 Mar 2009 09:12:26 +0000 (10:12 +0100)]
wined3d: Print a FIXME in tex_coordindex() when NV_TEXGEN_REFLECTION isn't supported.
Henri Verbeet [Wed, 25 Mar 2009 09:12:26 +0000 (10:12 +0100)]
wined3d: Fix the indentation in tex_coordindex().
The indentation here is pretty horrible. Also removes a couple of fairly
useless comments.
Henri Verbeet [Wed, 25 Mar 2009 09:12:26 +0000 (10:12 +0100)]
wined3d: Print a warning when the stage isn't mapped to a valid texture unit in tex_coordindex().
Francois Gouget [Tue, 24 Mar 2009 23:51:35 +0000 (00:51 +0100)]
wineesd.drv: Remove esd_host as it is unused.
It is unlikely to ever be used too. The default behavior is to connect
to the server specified by $ESPEAKER or to the local one which suits us
just fine.
Michael Stefaniuc [Tue, 24 Mar 2009 23:17:38 +0000 (00:17 +0100)]
uninstaller: Add the Romanian translation.
Michael Stefaniuc [Tue, 24 Mar 2009 23:17:52 +0000 (00:17 +0100)]
gdi32: Use "%p" to TRACE() pointers.
Michael Stefaniuc [Tue, 24 Mar 2009 23:17:28 +0000 (00:17 +0100)]
setupapi: Update the Romanian translation.
Christian Costa [Tue, 24 Mar 2009 22:59:37 +0000 (23:59 +0100)]
d3dxof: Remove limitation on data buffer size.
Andrew Talbot [Tue, 24 Mar 2009 19:54:00 +0000 (19:54 +0000)]
ntdll: Remove superfluous semicolon.
Austin English [Tue, 24 Mar 2009 19:40:36 +0000 (15:40 -0400)]
twain32: Fix a compiler warning on PC-BSD.
Paul Vriens [Tue, 24 Mar 2009 16:09:46 +0000 (17:09 +0100)]
comctl32/tests: Fix a crash on W2K and below.
Paul Vriens [Tue, 24 Mar 2009 15:13:01 +0000 (16:13 +0100)]
winspool.drv/tests: Fix a test failure on NT4 and below.
Alexandre Julliard [Tue, 24 Mar 2009 15:56:58 +0000 (16:56 +0100)]
avifil32: Make avifile.dll into a stand-alone 16-bit module.
Alexandre Julliard [Tue, 24 Mar 2009 14:24:06 +0000 (15:24 +0100)]
wineps.drv: Set the line join and cap styles based on the selected pen.
Alexandre Julliard [Tue, 24 Mar 2009 14:23:33 +0000 (15:23 +0100)]
configure: Always set LDPATH, rpath support is broken on many platforms.
Lei Zhang [Fri, 20 Mar 2009 22:37:07 +0000 (15:37 -0700)]
oleaut32: Fix some corner cases in VarBstrCmp.
Vincent Povirk [Mon, 16 Mar 2009 17:51:04 +0000 (12:51 -0500)]
gdiplus: Support line gradient brushes in GdipFillPath.
Kirill K. Smirnov [Fri, 13 Mar 2009 23:18:10 +0000 (02:18 +0300)]
mciavi32: Fix typo.
Austin English [Fri, 13 Mar 2009 20:13:13 +0000 (16:13 -0400)]
winegcc: Fix a compiler warning on PC-BSD.
Hans Leidekker [Tue, 24 Mar 2009 09:27:01 +0000 (10:27 +0100)]
winspool: Support special environment value "all" in EnumPrinterDrivers.
A custom action in the sp1 installer passes this value.
Hans Leidekker [Tue, 24 Mar 2009 09:26:42 +0000 (10:26 +0100)]
msi: Only apply a transform when its language id matches the system language id.
Fix for office 2007 sp1 installer.
Hans Leidekker [Tue, 24 Mar 2009 09:26:24 +0000 (10:26 +0100)]
msi: Don't initialize COM for custom action threads.
Hans Leidekker [Tue, 24 Mar 2009 09:25:54 +0000 (10:25 +0100)]
msi: Add stub implementations of MsiSourceListClearAllExA/W.
Hans Leidekker [Tue, 24 Mar 2009 09:25:34 +0000 (10:25 +0100)]
msi: Implement MsiReinstallProductA/W.
Hans Leidekker [Tue, 24 Mar 2009 09:24:46 +0000 (10:24 +0100)]
msi: Add stub implementations of MsiDeterminePatchSequenceA/W.
Rob Shearman [Tue, 24 Mar 2009 11:29:12 +0000 (11:29 +0000)]
rpcrt4: Fix crash when calling RpcServerUseProtseq for ncacn_np and ncalrpc.
Add tests for these protocol sequences and for ncacn_ip_tcp.
Rob Shearman [Tue, 24 Mar 2009 11:26:35 +0000 (11:26 +0000)]
services: Always initialise the out buffer in svcctl_QueryServiceStatusEx and svcctl_QueryServiceConfig2W.
Rob Shearman [Tue, 24 Mar 2009 11:26:12 +0000 (11:26 +0000)]
services: svcctl_GetServiceDisplayNameW and svcctl_GetServiceKeyNameW should have string attribute on output buffer.
They also should not have two parameters for specifying the size of the buffer.
The buffer size should also not include in the nul-terminating character.
Rob Shearman [Tue, 24 Mar 2009 11:25:51 +0000 (11:25 +0000)]
advapi32: Trace the contents of the in parameter to GetServiceKeyNameW, not the out parameter.
Rob Shearman [Tue, 24 Mar 2009 11:25:35 +0000 (11:25 +0000)]
services: Add a ref count to the service entry in svcctl_CreateServiceW.
The ref count will be released by SC_RPC_HANDLE_destroy when the
returned handle is destroyed.
Change svcctl_OpenServiceW to use InterlockedIncrement to increment
the ref count since the service is in the database and therefore could
be shared and SC_RPC_HANDLE_destroy doesn't take the scmdatabase lock
when decrementing the ref count.
Michael Stefaniuc [Tue, 24 Mar 2009 10:00:06 +0000 (11:00 +0100)]
msi: Add the Romanian translation.
Paul Vriens [Tue, 24 Mar 2009 09:17:13 +0000 (10:17 +0100)]
riched20/tests: Fix and extend EM_FORMATRANGE tests.
Henri Verbeet [Tue, 24 Mar 2009 09:09:25 +0000 (10:09 +0100)]
shdocvw: Add a stub ITaskbarList implementation.
Based on a patch by Louis Lenders. Although MSDN claims this should be in
shell32, it really is in shdocvw.
Henri Verbeet [Tue, 24 Mar 2009 09:09:24 +0000 (10:09 +0100)]
wined3d: Pass format_desc to set_shader().
This should be the last unnecessary getFormatDescEntry() call.
Henri Verbeet [Tue, 24 Mar 2009 09:09:24 +0000 (10:09 +0100)]
wined3d: Pass format_desc to getColorBits() and getDepthStencilBits().
Henri Verbeet [Tue, 24 Mar 2009 09:09:23 +0000 (10:09 +0100)]
wined3d: Pass format_desc to the Check*Capability() function.
Rather than looking it up all the time.
Henri Verbeet [Tue, 24 Mar 2009 09:09:23 +0000 (10:09 +0100)]
wined3d: Remove the bytesPerPixel field from IWineD3DSurfaceImpl and IWineD3DVolumeImpl.
We can use the information from format_desc instead.
Henri Verbeet [Tue, 24 Mar 2009 09:09:22 +0000 (10:09 +0100)]
wined3d: Set the byte count for WINED3DFMT_UNKNOWN to 0.
As far as I can tell nothing depends on this being 1, and there's some code
that checks for WINED3DFMT_UNKNOWN and uses 0 for the byte count in that case.
Henri Verbeet [Tue, 24 Mar 2009 09:09:22 +0000 (10:09 +0100)]
d3d8: Cleanup the vertexshader handling code a bit.
Henri Verbeet [Tue, 24 Mar 2009 09:09:22 +0000 (10:09 +0100)]
d3d8: Cleanup the pixelshader handling code a bit.
This mostly just reduces the nesting to something more sane.
Henri Verbeet [Tue, 24 Mar 2009 09:09:21 +0000 (10:09 +0100)]
d3d8: Properly handle unsetting the pixelshader in SetPixelShader().
Henri Verbeet [Tue, 24 Mar 2009 09:09:21 +0000 (10:09 +0100)]
wined3d: Try to make Coverity shut up (CID 863, 905).
Comparing gl_shaders against NULL after potentially dereferencing it a few
lines earlier probably confuses Coverity. Checking num_gl_shaders instead
should avoid this.
Nikolay Sivov [Mon, 23 Mar 2009 20:12:51 +0000 (16:12 -0400)]
comctl32/listview: Some tests for LVM_GETSUBITEMRECT.
Nikolay Sivov [Mon, 23 Mar 2009 20:08:02 +0000 (16:08 -0400)]
comctl32/ipaddress: Store current IP address text as a window text for IP Address control.
Nikolay Sivov [Mon, 23 Mar 2009 20:05:49 +0000 (16:05 -0400)]
comctl32/trackbar: Fix reverting to default value for TBM_SETPAGESIZE with lParam = -1.
Nikolay Sivov [Mon, 23 Mar 2009 20:00:04 +0000 (16:00 -0400)]
comctl32/tab: Implement TCM_[G,S]ETEXTENDEDSTYLE and TCS_EX_FLATSEPARATORS style.
Nikolay Sivov [Mon, 23 Mar 2009 19:47:16 +0000 (15:47 -0400)]
comctl32/tab: Fix button background filling on TCS_BUTTONS.
Nikolay Sivov [Mon, 23 Mar 2009 19:45:44 +0000 (15:45 -0400)]
comctl32/tab: Implement TCM_REMOVEIMAGE.
Alexandre Julliard [Tue, 24 Mar 2009 10:50:13 +0000 (11:50 +0100)]
winebuild: Make sure main module is properly initialized.
James Hawkins [Sun, 22 Mar 2009 21:37:54 +0000 (14:37 -0700)]
kernel32: Don't try to load an empty initialization file.
James Hawkins [Sun, 22 Mar 2009 21:37:44 +0000 (14:37 -0700)]
kernel32: Handle writing empty sections and keys in WritePrivateProfileString.
James Hawkins [Sun, 22 Mar 2009 21:37:31 +0000 (14:37 -0700)]
kernel32: Set last error to ERROR_FILE_NOT_FOUND if lpAppName is NULL.
James Hawkins [Sun, 22 Mar 2009 21:36:54 +0000 (14:36 -0700)]
kernel32: Add tests for WritePrivateProfileString.
Andrew Talbot [Thu, 19 Mar 2009 22:40:07 +0000 (22:40 +0000)]
wineps.drv: Remove order-of-evaluation dependencies.
Andrew Talbot [Thu, 19 Mar 2009 22:40:14 +0000 (22:40 +0000)]
winex11.drv: Remove order-of-evaluation dependencies.