wine
12 years agod3drm: Add refcount info to AddRef and Release traces.
Christian Costa [Fri, 16 Mar 2012 07:16:10 +0000 (08:16 +0100)] 
d3drm: Add refcount info to AddRef and Release traces.

12 years agod3drm: Texture callback cannot be passed directly. Texture object argument is differe...
Christian Costa [Fri, 16 Mar 2012 07:16:02 +0000 (08:16 +0100)] 
d3drm: Texture callback cannot be passed directly. Texture object argument is different so disable it for now.

12 years agod3drm: Remove "partial stub" mention of forwarded methods.
Christian Costa [Fri, 16 Mar 2012 07:15:53 +0000 (08:15 +0100)] 
d3drm: Remove "partial stub" mention of forwarded methods.

12 years agodbghelp: Add support for jump instructions in function epilogs on x86_64.
Alexandre Julliard [Fri, 16 Mar 2012 12:15:38 +0000 (13:15 +0100)] 
dbghelp: Add support for jump instructions in function epilogs on x86_64.

12 years agomsxml3: Avoid building code that isn't used without libxml.
Alexandre Julliard [Fri, 16 Mar 2012 12:02:24 +0000 (13:02 +0100)] 
msxml3: Avoid building code that isn't used without libxml.

12 years agoshell32: Partially implement Mac Trash backing for the Recycle Bin.
Ken Thomases [Wed, 14 Mar 2012 21:49:47 +0000 (16:49 -0500)] 
shell32: Partially implement Mac Trash backing for the Recycle Bin.

12 years agomscoree: Better support RUNTIME_INFO_UPGRADE_VERSION in GetRequestedRuntimeInfo.
Alistair Leslie-Hughes [Mon, 12 Mar 2012 05:15:31 +0000 (16:15 +1100)] 
mscoree: Better support RUNTIME_INFO_UPGRADE_VERSION in GetRequestedRuntimeInfo.

12 years agowindowscodecs: Add stub for DllCanUnloadNow.
André Hentschel [Sat, 10 Mar 2012 19:17:42 +0000 (20:17 +0100)] 
windowscodecs: Add stub for DllCanUnloadNow.

12 years agoole32/tests: Assign a default value (clang).
Alistair Leslie-Hughes [Tue, 31 Jan 2012 09:00:39 +0000 (20:00 +1100)] 
ole32/tests: Assign a default value (clang).

12 years agoadvapi32: Assign a default value (clang).
Alistair Leslie-Hughes [Tue, 31 Jan 2012 09:14:42 +0000 (20:14 +1100)] 
advapi32: Assign a default value (clang).

12 years agowevtapi: Add stub dll.
Austin English [Mon, 5 Mar 2012 00:08:21 +0000 (16:08 -0800)] 
wevtapi: Add stub dll.

12 years agooleaut32: Avoid converting variants if it is not needed.
Alessandro Pignotti [Thu, 2 Feb 2012 18:02:17 +0000 (19:02 +0100)] 
oleaut32: Avoid converting variants if it is not needed.

12 years agoshlwapi: Implemented StrToInt64ExA/W.
Carlo Bramini [Thu, 8 Mar 2012 13:35:56 +0000 (14:35 +0100)] 
shlwapi: Implemented StrToInt64ExA/W.

12 years agontdll: Fix mapping sections for applications that map over the section headers.
Erich Hoover [Wed, 7 Mar 2012 22:22:07 +0000 (15:22 -0700)] 
ntdll: Fix mapping sections for applications that map over the section headers.

12 years agopo: Update Korean translation.
Hwang YunSong [Thu, 15 Mar 2012 13:54:46 +0000 (22:54 +0900)] 
po: Update Korean translation.

12 years agomssign32: Add a trailing '\n' to a few FIXME() messages.
Francois Gouget [Fri, 16 Mar 2012 09:16:05 +0000 (10:16 +0100)] 
mssign32: Add a trailing '\n' to a few FIXME() messages.

12 years agomsvcrt: Implement _mbcjmstojis.
Akihiro Sagawa [Thu, 15 Mar 2012 14:41:33 +0000 (23:41 +0900)] 
msvcrt: Implement _mbcjmstojis.

12 years agomsvcrt: Add semi stub _mbcjmstojis implementation.
Akihiro Sagawa [Thu, 15 Mar 2012 14:41:30 +0000 (23:41 +0900)] 
msvcrt: Add semi stub _mbcjmstojis implementation.

12 years agoddraw: Get rid of IDirect3DMaterialImpl.
Henri Verbeet [Thu, 15 Mar 2012 20:49:58 +0000 (21:49 +0100)] 
ddraw: Get rid of IDirect3DMaterialImpl.

12 years agowined3d: Move the WGL extension detection code to the same place as regular GL extens...
Henri Verbeet [Thu, 15 Mar 2012 20:49:57 +0000 (21:49 +0100)] 
wined3d: Move the WGL extension detection code to the same place as regular GL extension detection.

12 years agowined3d: Use the same code for parsing the WGL extension string as for the regular...
Henri Verbeet [Thu, 15 Mar 2012 20:49:56 +0000 (21:49 +0100)] 
wined3d: Use the same code for parsing the WGL extension string as for the regular GL extension string.

12 years agowined3d: Introduce a separate function for parsing the GL extension string.
Henri Verbeet [Thu, 15 Mar 2012 20:49:55 +0000 (21:49 +0100)] 
wined3d: Introduce a separate function for parsing the GL extension string.

12 years agowined3d: The current WGL DC should never be NULL in wined3d_adapter_init_gl_caps().
Henri Verbeet [Thu, 15 Mar 2012 20:49:54 +0000 (21:49 +0100)] 
wined3d: The current WGL DC should never be NULL in wined3d_adapter_init_gl_caps().

12 years agomsvcrt: Add entry points for the C++ exception functions on x86_64.
Alexandre Julliard [Tue, 13 Mar 2012 14:50:40 +0000 (15:50 +0100)] 
msvcrt: Add entry points for the C++ exception functions on x86_64.

12 years agomsvcrt: Add a new file for the x86_64 exception handling.
Alexandre Julliard [Tue, 13 Mar 2012 14:40:27 +0000 (15:40 +0100)] 
msvcrt: Add a new file for the x86_64 exception handling.

12 years agomsvcrt: Move more i386-specific exception code to except_i386.c.
Alexandre Julliard [Tue, 13 Mar 2012 14:24:18 +0000 (15:24 +0100)] 
msvcrt: Move more i386-specific exception code to except_i386.c.

12 years agomsvcrt: Create an i386-specific file for exception handling.
Alexandre Julliard [Tue, 13 Mar 2012 14:10:15 +0000 (15:10 +0100)] 
msvcrt: Create an i386-specific file for exception handling.

12 years agoamstream: Get and store event for streams render completion.
Christian Costa [Wed, 14 Mar 2012 20:51:43 +0000 (21:51 +0100)] 
amstream: Get and store event for streams render completion.

12 years agoamstream: Create MediaStream filter when initialising AMMutiMediaStream.
Christian Costa [Wed, 14 Mar 2012 20:51:35 +0000 (21:51 +0100)] 
amstream: Create MediaStream filter when initialising AMMutiMediaStream.

12 years agoamstream: Retrieve some interfaces needed to control the stream.
Christian Costa [Wed, 14 Mar 2012 20:51:27 +0000 (21:51 +0100)] 
amstream: Retrieve some interfaces needed to control the stream.

12 years agoamstream: Use 'Source' filter name for file source filter as in native.
Christian Costa [Wed, 14 Mar 2012 20:51:20 +0000 (21:51 +0100)] 
amstream: Use 'Source' filter name for file source filter as in native.

12 years agoamstream: Don't load the stream file. AddSourceFilter does it already.
Christian Costa [Wed, 14 Mar 2012 20:51:12 +0000 (21:51 +0100)] 
amstream: Don't load the stream file. AddSourceFilter does it already.

12 years agoamstream: Don't create the source filter. AddSourceFilter does it already.
Christian Costa [Wed, 14 Mar 2012 20:51:04 +0000 (21:51 +0100)] 
amstream: Don't create the source filter. AddSourceFilter does it already.

12 years agoamstream: Rewrite OpenFile flow in a more readable manner by using SUCCEEDED macro.
Christian Costa [Wed, 14 Mar 2012 20:50:56 +0000 (21:50 +0100)] 
amstream: Rewrite OpenFile flow in a more readable manner by using SUCCEEDED macro.

12 years agontdll: Properly follow jumps when checking a function epilog.
Alexandre Julliard [Thu, 15 Mar 2012 19:29:23 +0000 (20:29 +0100)] 
ntdll: Properly follow jumps when checking a function epilog.

12 years agostrmbase: Allow constructor function to be NULL but display an error saying we don...
Christian Costa [Thu, 15 Mar 2012 07:17:10 +0000 (08:17 +0100)] 
strmbase: Allow constructor function to be NULL but display an error saying we don't implement the CLSID.

12 years agopo: Update French translation.
Frédéric Delanoy [Wed, 14 Mar 2012 21:58:01 +0000 (22:58 +0100)] 
po: Update French translation.

12 years agopo: Update Spanish translation.
Eduardo García [Wed, 14 Mar 2012 21:57:42 +0000 (22:57 +0100)] 
po: Update Spanish translation.

12 years agontoskrnl.exe: Fix a typo.
Alexander Morozov [Thu, 15 Mar 2012 16:15:56 +0000 (20:15 +0400)] 
ntoskrnl.exe: Fix a typo.

12 years agogdiplus: Use the surround colors in path gradient rendering.
Vincent Povirk [Wed, 29 Feb 2012 21:40:15 +0000 (15:40 -0600)] 
gdiplus: Use the surround colors in path gradient rendering.

12 years agogdiplus: Implement path gradient surround color accessors.
Vincent Povirk [Wed, 29 Feb 2012 21:23:38 +0000 (15:23 -0600)] 
gdiplus: Implement path gradient surround color accessors.

12 years agogdiplus: Test SetSurroundColors with fewer colors than points on the path.
Vincent Povirk [Wed, 29 Feb 2012 20:56:55 +0000 (14:56 -0600)] 
gdiplus: Test SetSurroundColors with fewer colors than points on the path.

12 years agomsxml3: Added IVBSAXAttributes for MXAttributes.
Nikolay Sivov [Thu, 15 Mar 2012 09:53:45 +0000 (12:53 +0300)] 
msxml3: Added IVBSAXAttributes for MXAttributes.

12 years agomsxml3: Implement getValueFromQName() for MXAttributes.
Nikolay Sivov [Thu, 15 Mar 2012 06:58:34 +0000 (09:58 +0300)] 
msxml3: Implement getValueFromQName() for MXAttributes.

12 years agoieframe: Added EnumVerbs tests.
Jacek Caban [Thu, 15 Mar 2012 12:10:56 +0000 (13:10 +0100)] 
ieframe: Added EnumVerbs tests.

12 years agoieframe: Use Custom IEnumOLEVERBVtbl implementation in IOleObject::EnumVerbs.
Jacek Caban [Thu, 15 Mar 2012 12:10:37 +0000 (13:10 +0100)] 
ieframe: Use Custom IEnumOLEVERBVtbl implementation in IOleObject::EnumVerbs.

OleRegEnumVerbs can't work because CLSID_WebBrowser doesn't have
required registries set

12 years agomsxml3: Avoid BAD_CAST in schemasInit.
Jacek Caban [Thu, 15 Mar 2012 11:33:17 +0000 (12:33 +0100)] 
msxml3: Avoid BAD_CAST in schemasInit.

12 years agourlmon: Make name spaces comparison case insensitive.
Piotr Caban [Thu, 15 Mar 2012 11:08:18 +0000 (12:08 +0100)] 
urlmon: Make name spaces comparison case insensitive.

12 years agourlmon: Stop binding when OnDataAvailable fails.
Piotr Caban [Thu, 15 Mar 2012 11:08:05 +0000 (12:08 +0100)] 
urlmon: Stop binding when OnDataAvailable fails.

12 years agourlmon/tests: Added GetBindResult tests.
Piotr Caban [Thu, 15 Mar 2012 11:07:46 +0000 (12:07 +0100)] 
urlmon/tests: Added GetBindResult tests.

12 years agourlmon: Added GetBindResult implementation.
Piotr Caban [Thu, 15 Mar 2012 11:07:30 +0000 (12:07 +0100)] 
urlmon: Added GetBindResult implementation.

12 years agomshtml: Get rid of remaining PRBool usages.
Jacek Caban [Thu, 15 Mar 2012 10:55:01 +0000 (11:55 +0100)] 
mshtml: Get rid of remaining PRBool usages.

12 years agomshtml: Get rid of PRBool from nsembed.c and nsservice.c.
Jacek Caban [Thu, 15 Mar 2012 10:54:48 +0000 (11:54 +0100)] 
mshtml: Get rid of PRBool from nsembed.c and nsservice.c.

12 years agomshtml: Get rid of PRBool from nsio.c.
Jacek Caban [Thu, 15 Mar 2012 10:54:33 +0000 (11:54 +0100)] 
mshtml: Get rid of PRBool from nsio.c.

12 years agomshtml: Get rid of PRBool in nsiface.idl.
Jacek Caban [Thu, 15 Mar 2012 10:54:15 +0000 (11:54 +0100)] 
mshtml: Get rid of PRBool in nsiface.idl.

12 years agoadvapi32: Fix failures in the security tests compiled with PSDK headers.
Dmitry Timoshkov [Thu, 15 Mar 2012 08:11:06 +0000 (16:11 +0800)] 
advapi32: Fix failures in the security tests compiled with PSDK headers.

12 years agoadvapi32: Add some mutex security tests.
Dmitry Timoshkov [Thu, 15 Mar 2012 08:10:42 +0000 (16:10 +0800)] 
advapi32: Add some mutex security tests.

12 years agoddraw: Get rid of IDirect3DViewportImpl.
Henri Verbeet [Wed, 14 Mar 2012 21:04:32 +0000 (22:04 +0100)] 
ddraw: Get rid of IDirect3DViewportImpl.

12 years agod3d8: Don't return a pointer to the implementation in IDirect3DSwapChain8Impl_QueryIn...
Henri Verbeet [Wed, 14 Mar 2012 21:04:31 +0000 (22:04 +0100)] 
d3d8: Don't return a pointer to the implementation in IDirect3DSwapChain8Impl_QueryInterface().

12 years agod3d8: Don't return a pointer to the implementation in IDirect3DTexture8Impl_QueryInte...
Henri Verbeet [Wed, 14 Mar 2012 21:04:30 +0000 (22:04 +0100)] 
d3d8: Don't return a pointer to the implementation in IDirect3DTexture8Impl_QueryInterface().

12 years agod3d8: Don't return a pointer to the implementation in IDirect3DVolume8Impl_QueryInter...
Henri Verbeet [Wed, 14 Mar 2012 21:04:29 +0000 (22:04 +0100)] 
d3d8: Don't return a pointer to the implementation in IDirect3DVolume8Impl_QueryInterface().

12 years agod3d8: Don't return a pointer to the implementation in IDirect3DVolumeTexture8Impl_Que...
Henri Verbeet [Wed, 14 Mar 2012 21:04:28 +0000 (22:04 +0100)] 
d3d8: Don't return a pointer to the implementation in IDirect3DVolumeTexture8Impl_QueryInterface().

12 years agogdi.exe16: Eliminate a couple of dead stores.
Ken Thomases [Wed, 14 Mar 2012 20:12:17 +0000 (15:12 -0500)] 
gdi.exe16: Eliminate a couple of dead stores.

12 years agostrmbase: Rename MediaSeekingPassThru to RendererPosPassThru to match standard strmba...
Aric Stewart [Wed, 14 Mar 2012 19:45:42 +0000 (14:45 -0500)] 
strmbase: Rename MediaSeekingPassThru to RendererPosPassThru to match standard strmbase naming.

12 years agostrmbase: Move the MediaSeekingPassThru functions from quartz into strmbase.
Aric Stewart [Wed, 14 Mar 2012 19:45:34 +0000 (14:45 -0500)] 
strmbase: Move the MediaSeekingPassThru functions from quartz into strmbase.

12 years agopo: Update Lithuanian translation.
Aurimas Fišeras [Tue, 13 Mar 2012 18:57:21 +0000 (20:57 +0200)] 
po: Update Lithuanian translation.

12 years agopo: Update German translation.
Julian Rüger [Wed, 14 Mar 2012 15:51:11 +0000 (16:51 +0100)] 
po: Update German translation.

12 years agopo: Update Russian translation.
Nikolay Sivov [Wed, 14 Mar 2012 09:21:20 +0000 (12:21 +0300)] 
po: Update Russian translation.

12 years agod3drm: Complete Load method by adding normals indices and terminating null DWORD...
Christian Costa [Wed, 14 Mar 2012 08:06:59 +0000 (09:06 +0100)] 
d3drm: Complete Load method by adding normals indices and terminating null DWORD to faces data + tests.

12 years agod3drm: Get data from the right objects (sub-objects).
Christian Costa [Wed, 14 Mar 2012 08:06:51 +0000 (09:06 +0100)] 
d3drm: Get data from the right objects (sub-objects).

12 years agod3drm: Fix some tests conditions.
Christian Costa [Wed, 14 Mar 2012 08:06:19 +0000 (09:06 +0100)] 
d3drm: Fix some tests conditions.

12 years agomshtml: Wine Gecko 1.5 release.
Jacek Caban [Wed, 14 Mar 2012 13:45:32 +0000 (14:45 +0100)] 
mshtml: Wine Gecko 1.5 release.

12 years agojscript: Get rid of no longer needed caller argument from builtin_invoke_t.
Jacek Caban [Wed, 14 Mar 2012 11:32:43 +0000 (12:32 +0100)] 
jscript: Get rid of no longer needed caller argument from builtin_invoke_t.

12 years agogdi32: Correctly propagate the enumproc's return value.
Huw Davies [Wed, 14 Mar 2012 14:15:13 +0000 (14:15 +0000)] 
gdi32: Correctly propagate the enumproc's return value.

12 years agokernel32: Add stubs for DeleteVolumeMountPointA/W.
Austin English [Tue, 13 Mar 2012 00:16:20 +0000 (19:16 -0500)] 
kernel32: Add stubs for DeleteVolumeMountPointA/W.

12 years agomgmtapi: New stub dll.
Stefan Leichter [Thu, 8 Mar 2012 23:31:49 +0000 (00:31 +0100)] 
mgmtapi: New stub dll.

12 years agowusa: Add stub program.
Austin English [Sun, 4 Mar 2012 22:34:36 +0000 (14:34 -0800)] 
wusa: Add stub program.

12 years agogdi32: find_face_from_filename() needs to take font replacements into account.
Kusanagi Kouichi [Wed, 14 Mar 2012 12:01:49 +0000 (21:01 +0900)] 
gdi32: find_face_from_filename() needs to take font replacements into account.

12 years agomsvcrt: Add support for _flushall to clear all input buffer.
Akihiro Sagawa [Mon, 12 Mar 2012 12:14:07 +0000 (21:14 +0900)] 
msvcrt: Add support for _flushall to clear all input buffer.

12 years agomsvcrt: Add a helper function to flush all buffers.
Akihiro Sagawa [Mon, 12 Mar 2012 12:14:06 +0000 (21:14 +0900)] 
msvcrt: Add a helper function to flush all buffers.

12 years agomsvcrt: Add support for fflush to clear an input buffer.
Akihiro Sagawa [Mon, 12 Mar 2012 12:14:04 +0000 (21:14 +0900)] 
msvcrt: Add support for fflush to clear an input buffer.

12 years agomsvcrt/tests: Add tests for fflush on input stream.
Akihiro Sagawa [Mon, 12 Mar 2012 12:14:03 +0000 (21:14 +0900)] 
msvcrt/tests: Add tests for fflush on input stream.

12 years agoattrib: Make command accept several arguments.
Christian Costa [Mon, 12 Mar 2012 18:51:56 +0000 (19:51 +0100)] 
attrib: Make command accept several arguments.

12 years agod3dx9_36: Make D3DXVec3Unproject support omission of world matrix + test.
Christian Costa [Mon, 12 Mar 2012 18:53:24 +0000 (19:53 +0100)] 
d3dx9_36: Make D3DXVec3Unproject support omission of world matrix + test.

12 years agodevenum: Reset moniker pointer before calling IFilterMapper2_RegisterFilter.
Christian Costa [Mon, 12 Mar 2012 18:52:30 +0000 (19:52 +0100)] 
devenum: Reset moniker pointer before calling IFilterMapper2_RegisterFilter.

12 years agoamstream: Free all used resources when releasing MultiMediaStream object.
Christian Costa [Mon, 12 Mar 2012 18:55:04 +0000 (19:55 +0100)] 
amstream: Free all used resources when releasing MultiMediaStream object.

12 years agoamstream: Add source filter to the filtergraph before loading the file.
Christian Costa [Mon, 12 Mar 2012 18:54:56 +0000 (19:54 +0100)] 
amstream: Add source filter to the filtergraph before loading the file.

12 years agoamstream: Remove duplicate GraphBuilder member.
Christian Costa [Mon, 12 Mar 2012 18:54:48 +0000 (19:54 +0100)] 
amstream: Remove duplicate GraphBuilder member.

12 years agoamstream: Initialize MultiMediastream before creating the source filter.
Christian Costa [Mon, 12 Mar 2012 18:54:39 +0000 (19:54 +0100)] 
amstream: Initialize MultiMediastream before creating the source filter.

12 years agosxs: Add a stub implementation of IAssemblyName.
Hans Leidekker [Wed, 14 Mar 2012 08:44:12 +0000 (09:44 +0100)] 
sxs: Add a stub implementation of IAssemblyName.

12 years agoinclude: Add the IAssemblyName interface.
Hans Leidekker [Wed, 14 Mar 2012 08:43:56 +0000 (09:43 +0100)] 
include: Add the IAssemblyName interface.

12 years agomsxml3: Implement getIndexFromQName() for MXAttributes.
Nikolay Sivov [Wed, 14 Mar 2012 09:18:55 +0000 (12:18 +0300)] 
msxml3: Implement getIndexFromQName() for MXAttributes.

12 years agomsxml3: Implement getType() for MXAttributes.
Nikolay Sivov [Wed, 14 Mar 2012 08:44:34 +0000 (11:44 +0300)] 
msxml3: Implement getType() for MXAttributes.

12 years agomsxml3: Implement getValue() for MXAttributes.
Nikolay Sivov [Wed, 14 Mar 2012 06:21:05 +0000 (09:21 +0300)] 
msxml3: Implement getValue() for MXAttributes.

12 years agomsvcp90/tests: Don't redefine __thiscall.
Nicolas Le Cam [Thu, 1 Mar 2012 21:18:33 +0000 (22:18 +0100)] 
msvcp90/tests: Don't redefine __thiscall.

12 years agogdiplus: Don't add control points to the result in GdipFlattenPath.
Vincent Povirk [Wed, 29 Feb 2012 19:35:28 +0000 (13:35 -0600)] 
gdiplus: Don't add control points to the result in GdipFlattenPath.

12 years agogdiplus: Add test for GdipGetPathGradientSurroundColorsWithCount.
Vincent Povirk [Wed, 22 Feb 2012 22:09:29 +0000 (16:09 -0600)] 
gdiplus: Add test for GdipGetPathGradientSurroundColorsWithCount.

12 years agogdiplus: Add fixme's for unimplemented path gradient features.
Vincent Povirk [Wed, 22 Feb 2012 21:24:20 +0000 (15:24 -0600)] 
gdiplus: Add fixme's for unimplemented path gradient features.

12 years agogdiplus: Do some actual color blending when drawing path gradients.
Vincent Povirk [Wed, 22 Feb 2012 21:10:04 +0000 (15:10 -0600)] 
gdiplus: Do some actual color blending when drawing path gradients.

12 years agogdiplus: Fill path gradients with a solid color.
Vincent Povirk [Mon, 20 Feb 2012 23:08:05 +0000 (17:08 -0600)] 
gdiplus: Fill path gradients with a solid color.