wine
16 years agorichedit: Shorten EM_AUTOURLDETECT tests.
Alex Villacís Lasso [Sun, 20 Jul 2008 17:29:57 +0000 (12:29 -0500)] 
richedit: Shorten EM_AUTOURLDETECT tests.

EM_AUTOURLDETECT tests are taking too much time, so this patch tests
just one URL and one non-URL for all messages but WM_SETTEXT. Also,
remove one trace that spams the output needlessly.

16 years agowined3d: Move set_tex_op(_nvrc) to their specific files.
Stefan Dösinger [Sat, 12 Jul 2008 16:45:33 +0000 (11:45 -0500)] 
wined3d: Move set_tex_op(_nvrc) to their specific files.

16 years agowined3d: Remove some #ifdefs.
Stefan Dösinger [Sat, 12 Jul 2008 16:26:36 +0000 (11:26 -0500)] 
wined3d: Remove some #ifdefs.

16 years agowined3d: Set WINED3DDEVCAPS2_VERTEXELEMENTSCANSHARESTREAMOFFSET.
Stefan Dösinger [Sat, 12 Jul 2008 16:22:18 +0000 (11:22 -0500)] 
wined3d: Set WINED3DDEVCAPS2_VERTEXELEMENTSCANSHARESTREAMOFFSET.

16 years agowined3d: Whitespace fix.
Stefan Dösinger [Sat, 12 Jul 2008 02:16:28 +0000 (21:16 -0500)] 
wined3d: Whitespace fix.

16 years agowined3d: Fix a copy and paste bug.
Stefan Dösinger [Thu, 10 Jul 2008 18:38:35 +0000 (13:38 -0500)] 
wined3d: Fix a copy and paste bug.

This happened to work because most cards have the same amount of
pshader and vshader constants, but for some reason this doesn't hold
true on this macbook pro here, which lead to a crash due to heap
corruption

16 years agowined3d: Use less strict pixel format matching if the match fails.
Stefan Dösinger [Mon, 21 Jul 2008 14:22:22 +0000 (09:22 -0500)] 
wined3d: Use less strict pixel format matching if the match fails.

Some drivers(the open source ones most notably) cannot satisfy all
possible D3D formats. This doesn't mean we should fall back to the
emergency fallback instantly. Instead, try to loosen the requirements
step by step.

16 years agouser32: Don't send the menu clicks if we can't retrieve the item rect.
Huw Davies [Mon, 21 Jul 2008 13:50:10 +0000 (14:50 +0100)] 
user32: Don't send the menu clicks if we can't retrieve the item rect.

16 years agowineesd: Make use of `esd-config --libs` for the configure check.
Francois Gouget [Mon, 21 Jul 2008 21:41:21 +0000 (23:41 +0200)] 
wineesd: Make use of `esd-config --libs` for the configure check.

Also follow the naming convention for the 'xxx-config' variables.

16 years agogphoto2.ds: Make use of `gphoto2-config --libs` for the configure check.
Francois Gouget [Mon, 21 Jul 2008 15:10:45 +0000 (17:10 +0200)] 
gphoto2.ds: Make use of `gphoto2-config --libs` for the configure check.

16 years agogdiplus: Add tests for passing negative strides to GdipCreateBitmapFromScan0.
Lei Zhang [Fri, 18 Jul 2008 22:31:58 +0000 (15:31 -0700)] 
gdiplus: Add tests for passing negative strides to GdipCreateBitmapFromScan0.

16 years agomstask: TaskScheduler stub with AddRef, QueryInterface, and Release.
Roy Shea [Thu, 17 Jul 2008 23:56:14 +0000 (16:56 -0700)] 
mstask: TaskScheduler stub with AddRef, QueryInterface, and Release.

16 years agomstask: Generate C file with GUID definitions from mstask.idl.
Roy Shea [Thu, 17 Jul 2008 23:52:02 +0000 (16:52 -0700)] 
mstask: Generate C file with GUID definitions from mstask.idl.

16 years agod3d9: Fix type of loop variable in stream_test() and texop_test().
Gerald Pfeifer [Fri, 18 Jul 2008 15:17:26 +0000 (17:17 +0200)] 
d3d9: Fix type of loop variable in stream_test() and texop_test().

16 years agocomctl32: Fix type of loop variable in HEADER_DeleteItem.
Gerald Pfeifer [Fri, 18 Jul 2008 15:24:56 +0000 (17:24 +0200)] 
comctl32: Fix type of loop variable in HEADER_DeleteItem.

16 years agocomctl32: header: Simplify by shedding off unused parameters.
Gerald Pfeifer [Fri, 18 Jul 2008 15:53:04 +0000 (17:53 +0200)] 
comctl32: header: Simplify by shedding off unused parameters.

16 years agogdiplus: Remove incorrect test.
Huw Davies [Mon, 21 Jul 2008 11:35:58 +0000 (12:35 +0100)] 
gdiplus: Remove incorrect test.

16 years agouser32: Don't access pConv after it's been freed.
Huw Davies [Mon, 21 Jul 2008 10:15:49 +0000 (11:15 +0100)] 
user32: Don't access pConv after it's been freed.

16 years agoAvoid exporting common symbols since that's broken on Mac OS X.
Alexandre Julliard [Mon, 21 Jul 2008 12:47:55 +0000 (14:47 +0200)] 
Avoid exporting common symbols since that's broken on Mac OS X.

16 years agooleaut32/tests: Run more typelib tests on win9x.
Detlef Riekenberg [Sun, 20 Jul 2008 22:17:55 +0000 (00:17 +0200)] 
oleaut32/tests: Run more typelib tests on win9x.

16 years agooleaut32/tests: Fix tmarshal tests on win9x.
Detlef Riekenberg [Sun, 20 Jul 2008 22:07:53 +0000 (00:07 +0200)] 
oleaut32/tests: Fix tmarshal tests on win9x.

16 years agocomctl32: Fixed the MRU tests on Vista.
Reece Dunn [Sun, 20 Jul 2008 14:04:28 +0000 (15:04 +0100)] 
comctl32: Fixed the MRU tests on Vista.

16 years agoshell32/tests: Vista returns E_INVALIDARG if the path sent to SetPath is invalid.
Reece Dunn [Sun, 20 Jul 2008 13:41:48 +0000 (14:41 +0100)] 
shell32/tests: Vista returns E_INVALIDARG if the path sent to SetPath is invalid.

16 years agooleaut32: Fix the vartype tests on Vista.
Reece Dunn [Sun, 20 Jul 2008 10:23:17 +0000 (11:23 +0100)] 
oleaut32: Fix the vartype tests on Vista.

16 years agoshell32: Make the tests build with the Vista SDK.
Reece Dunn [Sun, 20 Jul 2008 12:54:14 +0000 (13:54 +0100)] 
shell32: Make the tests build with the Vista SDK.

16 years agoshell32: Do not use a fixed path in the shelllink tests.
Reece Dunn [Sun, 20 Jul 2008 13:40:19 +0000 (14:40 +0100)] 
shell32: Do not use a fixed path in the shelllink tests.

16 years agouxtheme/tests: Use HRESULT_FROM_WIN32 to check the error codes, not LOWORD.
Reece Dunn [Sun, 20 Jul 2008 10:41:07 +0000 (11:41 +0100)] 
uxtheme/tests: Use HRESULT_FROM_WIN32 to check the error codes, not LOWORD.

16 years agoadvapi32: Fix RegGetValue when dwFlags includes RRF_RT_ANY.
Mathias Kosch [Sat, 19 Jul 2008 16:54:20 +0000 (18:54 +0200)] 
advapi32: Fix RegGetValue when dwFlags includes RRF_RT_ANY.

16 years agocrypt32/tests: Make the msg tests usable on win9x (avoid crash).
Detlef Riekenberg [Sun, 20 Jul 2008 11:59:04 +0000 (13:59 +0200)] 
crypt32/tests: Make the msg tests usable on win9x (avoid crash).

16 years agowordpad: Added missing Dutch translations.
Frans Kool [Sun, 20 Jul 2008 07:01:34 +0000 (09:01 +0200)] 
wordpad: Added missing Dutch translations.

16 years agotools: Allow running tests with valgrind.
Dan Kegel [Fri, 18 Jul 2008 23:31:43 +0000 (16:31 -0700)] 
tools: Allow running tests with valgrind.

16 years agogdi32: CreateDIBitmap should check for SetDIBits failure.
Lei Zhang [Fri, 18 Jul 2008 22:28:44 +0000 (15:28 -0700)] 
gdi32: CreateDIBitmap should check for SetDIBits failure.

16 years agowinex11: X11DRV_DIB_[GS]etImageBits should return 0 on failure.
Lei Zhang [Fri, 18 Jul 2008 22:28:06 +0000 (15:28 -0700)] 
winex11: X11DRV_DIB_[GS]etImageBits should return 0 on failure.

16 years agooleaut32: Check return values in several functions.
Lei Zhang [Fri, 18 Jul 2008 22:25:31 +0000 (15:25 -0700)] 
oleaut32: Check return values in several functions.

16 years agoole32: Always return false when asked if NULL is the current clipboard.
Vincent Povirk [Thu, 17 Jul 2008 22:33:48 +0000 (17:33 -0500)] 
ole32: Always return false when asked if NULL is the current clipboard.

16 years agoole32: Add tests for OleIsCurrentClipboard(NULL).
Vincent Povirk [Thu, 17 Jul 2008 22:11:30 +0000 (17:11 -0500)] 
ole32: Add tests for OleIsCurrentClipboard(NULL).

16 years agoquartz: Fix bugs that occur during connection.
Maarten Lankhorst [Fri, 18 Jul 2008 00:37:51 +0000 (17:37 -0700)] 
quartz: Fix bugs that occur during connection.

16 years agoquartz: Fix handling of zero byte samples and endofstreams.
Maarten Lankhorst [Fri, 18 Jul 2008 22:49:31 +0000 (15:49 -0700)] 
quartz: Fix handling of zero byte samples and endofstreams.

16 years agoshell32: Avoid usage of undefined xdg_results variable, since XDG_UserDirLookup(...
Kirill K. Smirnov [Fri, 18 Jul 2008 20:38:03 +0000 (00:38 +0400)] 
shell32: Avoid usage of undefined xdg_results variable, since XDG_UserDirLookup() always corrupts it.

16 years agoRevert "gdi32: Reselect objects into the DC only if scaling factors change.".
Dmitry Timoshkov [Mon, 21 Jul 2008 08:15:55 +0000 (17:15 +0900)] 
Revert "gdi32: Reselect objects into the DC only if scaling factors change.".

This reverts commit 3cbd9639da103bb6b5dcd7b78b4fc72edca1b765.

16 years agogdi32: Relax the gm.gmCellIncX comparison.
Dmitry Timoshkov [Mon, 21 Jul 2008 08:15:16 +0000 (17:15 +0900)] 
gdi32: Relax the gm.gmCellIncX comparison.

16 years agowinetest: Fix a compiler warning with the size_t type.
Alexandre Julliard [Mon, 21 Jul 2008 11:00:14 +0000 (13:00 +0200)] 
winetest: Fix a compiler warning with the size_t type.

16 years agoAssorted spelling fixes.
Francois Gouget [Sun, 20 Jul 2008 21:51:31 +0000 (23:51 +0200)] 
Assorted spelling fixes.

16 years agoregedit: Remove a couple of left-over debug statements.
Francois Gouget [Sun, 20 Jul 2008 21:51:41 +0000 (23:51 +0200)] 
regedit: Remove a couple of left-over debug statements.

16 years agosane.ds: Use 'sane-config --ldflags'.
Francois Gouget [Sun, 20 Jul 2008 20:41:41 +0000 (22:41 +0200)] 
sane.ds: Use 'sane-config --ldflags'.

16 years agowintrust/tests: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Sun, 20 Jul 2008 20:39:26 +0000 (22:39 +0200)] 
wintrust/tests: Fix compilation on systems that don't support nameless unions.

16 years agod3dx9: Add a test for D3DXGetShaderVersion().
Luis Busquets [Sun, 20 Jul 2008 20:07:49 +0000 (22:07 +0200)] 
d3dx9: Add a test for D3DXGetShaderVersion().

16 years agod3dx9: Implement D3DXGetShaderVersion().
Luis Busquets [Sun, 20 Jul 2008 20:07:42 +0000 (22:07 +0200)] 
d3dx9: Implement D3DXGetShaderVersion().

16 years agomsxml3/tests: Added test for ISAXXMLReader_parse with SafeArray as argument.
Piotr Caban [Sat, 19 Jul 2008 20:32:26 +0000 (22:32 +0200)] 
msxml3/tests: Added test for ISAXXMLReader_parse with SafeArray as argument.

16 years agomsxml3: Added support for SafeArrays in ISAXXMLReader_parse.
Piotr Caban [Sat, 19 Jul 2008 20:41:39 +0000 (22:41 +0200)] 
msxml3: Added support for SafeArrays in ISAXXMLReader_parse.

16 years agomsxml3: Add error handling.
Piotr Caban [Sat, 19 Jul 2008 20:32:10 +0000 (22:32 +0200)] 
msxml3: Add error handling.

16 years agomsxml3/tests: Added tests for ISAXXMLReader_putErrorHandler and ISAXXMLReader_getErro...
Piotr Caban [Sat, 19 Jul 2008 20:32:03 +0000 (22:32 +0200)] 
msxml3/tests: Added tests for ISAXXMLReader_putErrorHandler and ISAXXMLReader_getErrorHandler.

16 years agomsxml3: Do not invoke ISAXXMLReader_endDocument when parser was stopped.
Piotr Caban [Sat, 19 Jul 2008 20:31:56 +0000 (22:31 +0200)] 
msxml3: Do not invoke ISAXXMLReader_endDocument when parser was stopped.

16 years agowininet: Fix cookie buffer overflow.
Hans Leidekker [Sat, 19 Jul 2008 17:55:52 +0000 (19:55 +0200)] 
wininet: Fix cookie buffer overflow.

Spotted by Yann Droneaud.

16 years agowininet: Move insertion of cookie header from HttpOpenRequest to HttpSendRequest.
Hans Leidekker [Sat, 19 Jul 2008 17:55:39 +0000 (19:55 +0200)] 
wininet: Move insertion of cookie header from HttpOpenRequest to HttpSendRequest.

Based on a patch by Yann Droneaud.

16 years agowininet: Delete local file on error in FtpGetFile.
Hans Leidekker [Sat, 19 Jul 2008 17:53:19 +0000 (19:53 +0200)] 
wininet: Delete local file on error in FtpGetFile.

16 years agowininet: Make another test pass on IE6.
Hans Leidekker [Sat, 19 Jul 2008 17:53:09 +0000 (19:53 +0200)] 
wininet: Make another test pass on IE6.

16 years agowininet: Fix a memory leak.
Hans Leidekker [Sat, 19 Jul 2008 17:52:47 +0000 (19:52 +0200)] 
wininet: Fix a memory leak.

16 years agosetupapi: Fix two memory leaks in the test.
Hans Leidekker [Sat, 19 Jul 2008 17:54:23 +0000 (19:54 +0200)] 
setupapi: Fix two memory leaks in the test.

16 years agocabinet: Fix a memory leak.
Hans Leidekker [Sat, 19 Jul 2008 17:54:10 +0000 (19:54 +0200)] 
cabinet: Fix a memory leak.

16 years agosnmpapi: Fix a memory leak in the test.
Hans Leidekker [Sat, 19 Jul 2008 17:53:54 +0000 (19:53 +0200)] 
snmpapi: Fix a memory leak in the test.

16 years agodnsapi: Fix a number of memory leaks.
Hans Leidekker [Sat, 19 Jul 2008 17:53:35 +0000 (19:53 +0200)] 
dnsapi: Fix a number of memory leaks.

16 years agohhctrl.ocx: Fixed ref count handling in IOleClientSiteImpl.
Jacek Caban [Sat, 19 Jul 2008 10:28:30 +0000 (12:28 +0200)] 
hhctrl.ocx: Fixed ref count handling in IOleClientSiteImpl.

16 years agowininet: Move remeining InternetQueryOption implementation to vtbl.
Jacek Caban [Sat, 19 Jul 2008 10:30:19 +0000 (12:30 +0200)] 
wininet: Move remeining InternetQueryOption implementation to vtbl.

16 years agowininet: Moved InternetQueryOption(INTERNET_OPTION_PROXY) implementation to vtbl.
Jacek Caban [Sat, 19 Jul 2008 10:29:56 +0000 (12:29 +0200)] 
wininet: Moved InternetQueryOption(INTERNET_OPTION_PROXY) implementation to vtbl.

16 years agowininet: Moved more InternetQueryOption implementation to vtbl.
Jacek Caban [Sat, 19 Jul 2008 10:29:28 +0000 (12:29 +0200)] 
wininet: Moved more InternetQueryOption implementation to vtbl.

16 years agowininet: Move InternetQueryOption(INTERNET_OPTION_USER_AGENT) to vtbl.
Jacek Caban [Sat, 19 Jul 2008 10:29:01 +0000 (12:29 +0200)] 
wininet: Move InternetQueryOption(INTERNET_OPTION_USER_AGENT) to vtbl.

16 years agoadvpack: Fix sign-compare warnings.
Andrew Talbot [Sat, 19 Jul 2008 09:08:05 +0000 (10:08 +0100)] 
advpack: Fix sign-compare warnings.

16 years agoadvpack: Remove a useless test.
Andrew Talbot [Sat, 19 Jul 2008 09:08:00 +0000 (10:08 +0100)] 
advpack: Remove a useless test.

16 years agooleaut32: Use custom file version in VERSIONINFO.
Mikołaj Zalewski [Sat, 19 Jul 2008 08:26:20 +0000 (10:26 +0200)] 
oleaut32: Use custom file version in VERSIONINFO.

16 years agocomctl32: Fix the file version string declaration.
Mikołaj Zalewski [Sat, 19 Jul 2008 08:24:13 +0000 (10:24 +0200)] 
comctl32: Fix the file version string declaration.

16 years agoinclude: Fix typo in vmrender.idl.
Maarten Lankhorst [Fri, 18 Jul 2008 00:58:00 +0000 (17:58 -0700)] 
include: Fix typo in vmrender.idl.

16 years agowinmm: Only fill in the MIXERLINEA struct if the call to mixerGetLineInfoW succeeds.
Huw Davies [Fri, 18 Jul 2008 11:05:52 +0000 (12:05 +0100)] 
winmm: Only fill in the MIXERLINEA struct if the call to mixerGetLineInfoW succeeds.

16 years agowinhttp/tests: Add test for opening request.
Zac Brown [Fri, 18 Jul 2008 00:37:23 +0000 (17:37 -0700)] 
winhttp/tests: Add test for opening request.

16 years agorasapi32: RasEnumDevicesA test: initialize the input parameters before each call...
Stefan Leichter [Thu, 17 Jul 2008 20:19:00 +0000 (22:19 +0200)] 
rasapi32: RasEnumDevicesA test: initialize the input parameters before each call, make sure the return buffer is big enough.

16 years agows2_32: WSASendTo() should clear last error on success.
Daniel Santos [Thu, 17 Jul 2008 18:52:51 +0000 (13:52 -0500)] 
ws2_32: WSASendTo() should clear last error on success.

16 years agowined3d: Use the nofilter mipmap lookup for np2 textures.
Stefan Dösinger [Tue, 8 Jul 2008 21:55:33 +0000 (16:55 -0500)] 
wined3d: Use the nofilter mipmap lookup for np2 textures.

This is cleaner than the if statements in the code. Also np2 textures
should in theory support linear filtering, but fglrx doesn't seem to
like it. This needs further investigation. So far we've never used
linear filtering on np2 textures, so there should not be a
regression. Furthermore I think shader support is more important than
filtering, since NP2 textures are mostly used for 1:1 copying to the
screen.

16 years agowined3d: Use GL_ARB_texture_non_power_of_two emulation.
Stefan Dösinger [Tue, 8 Jul 2008 23:59:10 +0000 (18:59 -0500)] 
wined3d: Use GL_ARB_texture_non_power_of_two emulation.

ATI cards prior to the radeon HD series did not have unconditional non
power of two support. So far we've used texture_rectangle for that, or
created a bigger power of two texture with padding. This had the
disadvantage that we had to correct the coordinates, which causes
extreme problems with shaders(doesn't work, pretty much).

Both the MacOS and the fglrx driver have support for
GL_ARB_texture_non_power_of_two, and run it on the hardware as long as
we stay within the texture_rectangle limitations. This allows us to
have conditional non power of two textures with normalized
coordinates. This patch adds an internal extension, and the code
creates a regular GL_TEXTURE_2D texture with NP2 size, but refuses
mipmapping, filtering and texture_rectangle incompatible
operations. This makes np2 textures work with shaders on fglrx and
macos.

16 years agowined3d: Correct the D3DTOP_LERP parameter order.
Stefan Dösinger [Mon, 7 Jul 2008 22:22:00 +0000 (17:22 -0500)] 
wined3d: Correct the D3DTOP_LERP parameter order.

16 years agowined3d: Fix the MULTIPLYADD parameter orders in atifs.
Stefan Dösinger [Mon, 7 Jul 2008 22:06:33 +0000 (17:06 -0500)] 
wined3d: Fix the MULTIPLYADD parameter orders in atifs.

16 years agod3d9: Unset the vertex shader in the compare_instructions test.
Stefan Dösinger [Mon, 7 Jul 2008 22:00:49 +0000 (17:00 -0500)] 
d3d9: Unset the vertex shader in the compare_instructions test.

16 years agowined3d: Move an VBO support check to the state template.
Stefan Dösinger [Sat, 5 Jul 2008 21:46:21 +0000 (16:46 -0500)] 
wined3d: Move an VBO support check to the state template.

16 years agowined3d: Remove more dead code.
Stefan Dösinger [Sat, 5 Jul 2008 21:37:47 +0000 (16:37 -0500)] 
wined3d: Remove more dead code.

The opengl extension mentioned in that code was never finished, and as
far as I know there is no way to make use of tangent data in the d3d
fixed function pipeline as well.

16 years agowined3d: Remove GL_EXT_vertex_weighting stubs.
Stefan Dösinger [Sat, 5 Jul 2008 21:26:33 +0000 (16:26 -0500)] 
wined3d: Remove GL_EXT_vertex_weighting stubs.

16 years agowined3d: Move the vertexblend support check to the template.
Stefan Dösinger [Sat, 5 Jul 2008 21:21:26 +0000 (16:21 -0500)] 
wined3d: Move the vertexblend support check to the template.

16 years agowined3d: Check for ATI_ENVMAP_BUMPMAP in the template.
Stefan Dösinger [Sat, 5 Jul 2008 21:14:00 +0000 (16:14 -0500)] 
wined3d: Check for ATI_ENVMAP_BUMPMAP in the template.

Note that GL_ATI_envmap_bumpmap is not the same as
GL_ATI_fragment_shader. envmap_bumpmap is used together with the
regular opengl ffp pipeline and is not used (other than for
pixelformats) if GL_ATI_fragment_shader is used.

16 years agowined3d: Only register the np2 texture fixup if needed.
Stefan Dösinger [Sat, 5 Jul 2008 21:07:00 +0000 (16:07 -0500)] 
wined3d: Only register the np2 texture fixup if needed.

16 years agorichedit: Fixed regression that caused endless loop.
Dylan Smith [Thu, 17 Jul 2008 15:55:19 +0000 (11:55 -0400)] 
richedit: Fixed regression that caused endless loop.

16 years agowinex11: Fix typo in X11DRV_SetDIBits optimization.
Mathias Kosch [Thu, 17 Jul 2008 20:17:13 +0000 (22:17 +0200)] 
winex11: Fix typo in X11DRV_SetDIBits optimization.

16 years agokernel32: Don't get the profile string if the buffer length is zero.
James Hawkins [Thu, 17 Jul 2008 17:27:14 +0000 (12:27 -0500)] 
kernel32: Don't get the profile string if the buffer length is zero.

16 years agodbghelp: Always initialize section pointer in ImageDirectoryEntryToDataEx.
Alexandre Julliard [Fri, 18 Jul 2008 09:16:02 +0000 (11:16 +0200)] 
dbghelp: Always initialize section pointer in ImageDirectoryEntryToDataEx.

16 years agomsi: Initialize the update function pointer when creating the control.
James Hawkins [Thu, 17 Jul 2008 17:28:37 +0000 (12:28 -0500)] 
msi: Initialize the update function pointer when creating the control.

16 years agoquartz: Fix interface leak in FilterGraph2_Render.
Alexander Dorofeyev [Thu, 17 Jul 2008 17:25:35 +0000 (20:25 +0300)] 
quartz: Fix interface leak in FilterGraph2_Render.

16 years agoquartz: Add missing VariantClear after GetFilterInfo calls.
Alexander Dorofeyev [Thu, 17 Jul 2008 17:25:29 +0000 (20:25 +0300)] 
quartz: Add missing VariantClear after GetFilterInfo calls.

16 years agoquartz: Fix variant handling in GetFilterInfo.
Alexander Dorofeyev [Thu, 17 Jul 2008 17:25:22 +0000 (20:25 +0300)] 
quartz: Fix variant handling in GetFilterInfo.

Removes unnecessary and unsafe type assignment, adds a missing VariantClear.

16 years agoquartz/tests: Fix interface leaks in filtergraph test.
Alexander Dorofeyev [Thu, 17 Jul 2008 17:25:13 +0000 (20:25 +0300)] 
quartz/tests: Fix interface leaks in filtergraph test.

16 years agoquartz: Fix interface leak in FilterGraph2_RemoveFilter.
Alexander Dorofeyev [Thu, 17 Jul 2008 17:24:54 +0000 (20:24 +0300)] 
quartz: Fix interface leak in FilterGraph2_RemoveFilter.

16 years agoquartz/tests: Fix interface leaks in aggregation test.
Alexander Dorofeyev [Thu, 17 Jul 2008 18:54:53 +0000 (21:54 +0300)] 
quartz/tests: Fix interface leaks in aggregation test.

16 years agoquartz/tests: Add filtermapper aggregation tests.
Alexander Dorofeyev [Thu, 17 Jul 2008 17:24:41 +0000 (20:24 +0300)] 
quartz/tests: Add filtermapper aggregation tests.

16 years agoquartz/tests: Test querying IFilterMapper2 from FilterGraph.
Alexander Dorofeyev [Thu, 17 Jul 2008 17:24:33 +0000 (20:24 +0300)] 
quartz/tests: Test querying IFilterMapper2 from FilterGraph.