wine
16 years agorichedit: When returning position through wParam pointer, EM_POSFROMCHAR must return...
Alex Villacís Lasso [Mon, 23 Jun 2008 18:49:49 +0000 (13:49 -0500)] 
richedit: When returning position through wParam pointer, EM_POSFROMCHAR must return 0 as LRESULT.

Add tests for EM_POSFROMCHAR for 1.0 and 2.0.

16 years agod3d9/tests: Test for Direct3DCreate9 failure.
Alexandre Julliard [Tue, 24 Jun 2008 09:09:47 +0000 (11:09 +0200)] 
d3d9/tests: Test for Direct3DCreate9 failure.

16 years agod3d9: Make Direct3DCreate9 fail if we can't initialize wined3d.
Alexandre Julliard [Tue, 24 Jun 2008 09:07:53 +0000 (11:07 +0200)] 
d3d9: Make Direct3DCreate9 fail if we can't initialize wined3d.

16 years agod3d8: Make Direct3DCreate8 fail if we can't initialize wined3d.
Alexandre Julliard [Tue, 24 Jun 2008 09:07:43 +0000 (11:07 +0200)] 
d3d8: Make Direct3DCreate8 fail if we can't initialize wined3d.

16 years agowinex11: Print more details on OpenGL load failure. Only print errors once.
Alexandre Julliard [Mon, 23 Jun 2008 20:56:10 +0000 (22:56 +0200)] 
winex11: Print more details on OpenGL load failure. Only print errors once.

16 years agoddraw: Implement FPU mode fixup in d3d7 device.
Alexander Dorofeyev [Thu, 19 Jun 2008 23:49:46 +0000 (02:49 +0300)] 
ddraw: Implement FPU mode fixup in d3d7 device.

As documented in DirectX7 SDK, d3d7 devices set FPU mode (control word) on every
call and restore it back to original state before returning, if created in
DDSCL_FPUPRESERVE cooperative mode. This allows games to work with FPU in a
possibly incompatible mode and avoid resetting it all the time.

16 years agoshell32: Stop crash when an error occurs.
Alistair Leslie-Hughes [Fri, 20 Jun 2008 10:35:53 +0000 (20:35 +1000)] 
shell32: Stop crash when an error occurs.

16 years agosecur32: Fix crash under win98.
Alistair Leslie-Hughes [Wed, 18 Jun 2008 11:28:10 +0000 (21:28 +1000)] 
secur32: Fix crash under win98.

16 years agod3dx9_*: Add version resources.
Louis Lenders [Thu, 19 Jun 2008 08:01:49 +0000 (08:01 +0000)] 
d3dx9_*: Add version resources.

16 years agomshtml: Added IHTMLElement::put_onclick implementation.
Jacek Caban [Mon, 23 Jun 2008 14:54:51 +0000 (09:54 -0500)] 
mshtml: Added IHTMLElement::put_onclick implementation.

16 years agomshtml: Added generic HTML event listener and use it for click event.
Jacek Caban [Mon, 23 Jun 2008 14:54:33 +0000 (09:54 -0500)] 
mshtml: Added generic HTML event listener and use it for click  event.

16 years agomshtml: Use heap_alloc_zero in NSContainer_Create.
Jacek Caban [Mon, 23 Jun 2008 14:54:16 +0000 (09:54 -0500)] 
mshtml: Use heap_alloc_zero in NSContainer_Create.

16 years agomshtml: Added onclick attribute support.
Jacek Caban [Mon, 23 Jun 2008 14:54:00 +0000 (09:54 -0500)] 
mshtml: Added onclick attribute support.

16 years agomshtml: Added IHTMLImgElement::put_src implementation.
Jacek Caban [Mon, 23 Jun 2008 14:52:40 +0000 (09:52 -0500)] 
mshtml: Added IHTMLImgElement::put_src implementation.

16 years agomshtml: Added IHTMLElement::put_className implementation.
Jacek Caban [Mon, 23 Jun 2008 14:52:17 +0000 (09:52 -0500)] 
mshtml: Added IHTMLElement::put_className implementation.

16 years agomshtml: Return NULL instead of empty string in IHTMLElement::get_className.
Jacek Caban [Mon, 23 Jun 2008 14:51:28 +0000 (09:51 -0500)] 
mshtml: Return NULL instead of empty string in  IHTMLElement::get_className.

16 years agomshtml: Added IHTMLDocument3::createTextNode implementation.
Jacek Caban [Mon, 23 Jun 2008 14:50:22 +0000 (09:50 -0500)] 
mshtml: Added IHTMLDocument3::createTextNode implementation.

16 years agomshtml: Added IHTMLDOMNode::appendChild implementation.
Jacek Caban [Mon, 23 Jun 2008 14:49:26 +0000 (09:49 -0500)] 
mshtml: Added IHTMLDOMNode::appendChild implementation.

16 years agowinspool.drv: Make sure the printer driver registry entry exists.
Huw Davies [Mon, 23 Jun 2008 16:12:12 +0000 (17:12 +0100)] 
winspool.drv: Make sure the printer driver registry entry exists.

16 years agosetupapi/tests: Fix a test on NT4.
Paul Vriens [Mon, 23 Jun 2008 15:47:49 +0000 (17:47 +0200)] 
setupapi/tests: Fix a test on NT4.

16 years agosetupapi/tests: Remove a registry key on failure for NT4.
Paul Vriens [Mon, 23 Jun 2008 15:27:37 +0000 (17:27 +0200)] 
setupapi/tests: Remove a registry key on failure for NT4.

16 years agosetupapi/tests: Prevent crash on NT4.
Paul Vriens [Mon, 23 Jun 2008 14:16:43 +0000 (16:16 +0200)] 
setupapi/tests: Prevent crash on NT4.

16 years agosetupapi/tests: Remove last win9x references.
Paul Vriens [Mon, 23 Jun 2008 13:48:16 +0000 (15:48 +0200)] 
setupapi/tests: Remove last win9x references.

16 years agorpcrt4: Fix NdrConformantVaryingStructUnmarshall to use buffer memory if applicable...
Rob Shearman [Mon, 23 Jun 2008 11:56:49 +0000 (12:56 +0100)] 
rpcrt4: Fix NdrConformantVaryingStructUnmarshall to use buffer memory if applicable and to reuse memory for embedded pointers.

16 years agorpcrt4: Factor out string validation from NDR unmarshalling functions into a separate...
Rob Shearman [Mon, 23 Jun 2008 11:56:29 +0000 (12:56 +0100)] 
rpcrt4: Factor out string validation from NDR unmarshalling functions into a separate function, validate_string_data.

16 years agowidl: Fix the embedded pointer offsets in generated code when the containing structur...
Rob Shearman [Mon, 23 Jun 2008 11:58:03 +0000 (12:58 +0100)] 
widl: Fix the embedded pointer offsets in generated code when the containing structure has padding.

Do so by calculating the alignment of members when iterating through
the structures and adding it onto the buffer and memory offsets.

Only call type_memsize once elsewhere in the embedded pointer
processing functions since the return value will be the same from the
second call.

16 years agowidl: Replace code to round up values and calculate padding with macros to improve...
Rob Shearman [Mon, 23 Jun 2008 11:57:28 +0000 (12:57 +0100)] 
widl: Replace code to round up values and calculate padding with macros to improve readability.

16 years agoshell32/tests: Use the original path if GetLongPathNameA fails.
Alexandre Julliard [Mon, 23 Jun 2008 15:22:01 +0000 (17:22 +0200)] 
shell32/tests: Use the original path if GetLongPathNameA fails.

16 years agowinspool: Don't print NULL pointers in traces.
Alexandre Julliard [Mon, 23 Jun 2008 15:10:04 +0000 (17:10 +0200)] 
winspool: Don't print NULL pointers in traces.

16 years agoddraw: Ensure to load wined3d before attempting to create a clipper.
Michael Karcher [Sat, 21 Jun 2008 14:02:49 +0000 (16:02 +0200)] 
ddraw: Ensure to load wined3d before attempting to create a clipper.

16 years agows2_32/tests: Initialize buffer to avoid valgrind warning.
Marcus Meissner [Mon, 23 Jun 2008 06:44:19 +0000 (08:44 +0200)] 
ws2_32/tests: Initialize buffer to avoid valgrind warning.

16 years agouser32: Fix buffer length thinko in dde_client.c.
Dan Kegel [Mon, 23 Jun 2008 05:37:11 +0000 (22:37 -0700)] 
user32: Fix buffer length thinko in dde_client.c.

16 years agoavifil32: The array index is 0-based.
Detlef Riekenberg [Sun, 22 Jun 2008 20:23:28 +0000 (22:23 +0200)] 
avifil32: The array index is 0-based.

16 years agorpcrt4: Ignore the AuthzSvr parameter for RPC_C_AUTHN_WINNT.
Kai Blin [Mon, 23 Jun 2008 07:52:23 +0000 (09:52 +0200)] 
rpcrt4: Ignore the AuthzSvr parameter for RPC_C_AUTHN_WINNT.

16 years agorpcrt4: Fix some A/W use in error messages.
Kai Blin [Mon, 23 Jun 2008 07:51:47 +0000 (09:51 +0200)] 
rpcrt4: Fix some A/W use in error messages.

16 years agorpcrt4: Add test for using a conformant varying structure with pointers.
Rob Shearman [Mon, 23 Jun 2008 08:25:25 +0000 (09:25 +0100)] 
rpcrt4: Add test for using a conformant varying structure with pointers.

16 years agokernel32/tests: Add tests for TLS functions.
Dan Hipschman [Fri, 20 Jun 2008 23:10:31 +0000 (16:10 -0700)] 
kernel32/tests: Add tests for TLS functions.

16 years agontdll: Implement [Rtl]InitializeCriticalSectionEx.
Jon Griffiths [Fri, 20 Jun 2008 07:19:09 +0000 (00:19 -0700)] 
ntdll: Implement [Rtl]InitializeCriticalSectionEx.

16 years agowinhelp: Removed the main history button, and use the item in Options menu instead.
Eric Pouech [Sat, 21 Jun 2008 09:00:16 +0000 (11:00 +0200)] 
winhelp: Removed the main history button, and use the item in Options menu instead.

16 years agowinhelp: Added the options menu.
Eric Pouech [Sat, 21 Jun 2008 09:00:07 +0000 (11:00 +0200)] 
winhelp: Added the options menu.

16 years agowined3d: Half float formats need ARB_TEXTURE_FLOAT as well.
H. Verbeet [Sun, 22 Jun 2008 22:22:29 +0000 (00:22 +0200)] 
wined3d: Half float formats need ARB_TEXTURE_FLOAT as well.

Currently we only check if ARB_HALF_FLOAT_PIXEL is supported. This is
not enough, we need ARB_TEXTURE_FLOAT as well. This fixes some errors
when running the d3d9 visual test with Mesa swrast.

16 years agowined3d: Report post pixelshader blending on WINED3DFMT_A16B16G16R16F.
H. Verbeet [Sun, 22 Jun 2008 22:22:19 +0000 (00:22 +0200)] 
wined3d: Report post pixelshader blending on WINED3DFMT_A16B16G16R16F.

16 years agowined3d: Fix a usage flags conflict.
Roderick Colenbrander [Sun, 22 Jun 2008 20:53:36 +0000 (20:53 +0000)] 
wined3d: Fix a usage flags conflict.

Both WINED3DUSAGE_OVERLAY and WINED3DUSAGE_QUERY_SRGBBLEND were using
the same value. All usage flags except for OVERLAY are directly mapped
to d3d9, so give OVERLAY its own value.

16 years agowined3d: Update the d3dusage query mask with 0x100000 (vertextexture).
Roderick Colenbrander [Sun, 22 Jun 2008 13:41:39 +0000 (13:41 +0000)] 
wined3d: Update the d3dusage query mask with 0x100000 (vertextexture).

16 years agowined3d: Update the Nvidia driver version to 173.41 and also put it in the right...
Roderick Colenbrander [Sat, 21 Jun 2008 20:19:04 +0000 (20:19 +0000)] 
wined3d: Update the Nvidia driver version to 173.41 and also put it in the right format e.g. 7.15.11.7341 instead of 7.15.10.17341.

16 years agogdi32: Extend the font substitution test, make it pass under Wine.
Dmitry Timoshkov [Sun, 22 Jun 2008 13:41:47 +0000 (22:41 +0900)] 
gdi32: Extend the font substitution test, make it pass under Wine.

16 years agowine.inf: Add Baltic font substitutions.
Dmitry Timoshkov [Sun, 22 Jun 2008 13:41:03 +0000 (22:41 +0900)] 
wine.inf: Add Baltic font substitutions.

16 years agosetupapi/tests: Remove win9x specifics from testInstallClass.
Paul Vriens [Mon, 23 Jun 2008 08:26:29 +0000 (10:26 +0200)] 
setupapi/tests: Remove win9x specifics from testInstallClass.

16 years agosetupapi/tests: Remove win9x specifics from testCreateDeviceInfo.
Paul Vriens [Mon, 23 Jun 2008 07:47:48 +0000 (09:47 +0200)] 
setupapi/tests: Remove win9x specifics from testCreateDeviceInfo.

16 years agodbghelp: Use dbgstr_a() in case pointer is NULL.
Andrew Talbot [Sun, 22 Jun 2008 14:12:02 +0000 (15:12 +0100)] 
dbghelp: Use dbgstr_a() in case pointer is NULL.

16 years agodxdiagn: Use helper functions for adding properties to container.
Vitaliy Margolen [Sat, 21 Jun 2008 17:54:00 +0000 (11:54 -0600)] 
dxdiagn: Use helper functions for adding properties to container.

16 years agodxdiagn: PhysicalMemory parameter is a string not long long.
Vitaliy Margolen [Sat, 21 Jun 2008 17:53:44 +0000 (11:53 -0600)] 
dxdiagn: PhysicalMemory parameter is a string not long long.

16 years agorpcrt4: Initialise UniquePtrCount in NdrServerInitializeNew.
Rob Shearman [Sun, 22 Jun 2008 08:42:08 +0000 (09:42 +0100)] 
rpcrt4: Initialise UniquePtrCount in NdrServerInitializeNew.

16 years agoinclude: Add new bitfields to MIDL_STUB_MESSAGE added in Vista SDKs.
Rob Shearman [Sun, 22 Jun 2008 15:17:32 +0000 (16:17 +0100)] 
include: Add new bitfields to MIDL_STUB_MESSAGE added in Vista SDKs.

Move fBufferValid to a bitfield and update the corresponding tests in rpcrt4.
Add tests for the new fields.

16 years agoinclude: Add declarations for OleNoteObjectVisible, GetConvertStg and OleDoAutoConver...
Rob Shearman [Sun, 22 Jun 2008 08:40:49 +0000 (09:40 +0100)] 
include: Add declarations for OleNoteObjectVisible, GetConvertStg and OleDoAutoConvert to ole2.h.

16 years agoole32: Include compobj_private.h in oleobj.c to type-check the function signatures...
Rob Shearman [Sun, 22 Jun 2008 08:41:19 +0000 (09:41 +0100)] 
ole32: Include compobj_private.h in oleobj.c to type-check the function signatures of DataAdviseHolder_OnConnect and DataAdviseHolder_OnDisconnect.

16 years agoole32: Remove unused BIGBLOCKFILE_GetSize.
Rob Shearman [Sun, 22 Jun 2008 08:40:33 +0000 (09:40 +0100)] 
ole32: Remove unused BIGBLOCKFILE_GetSize.

16 years agoole32: Include ole2.h in ole32_main.c to type-check the function signature of OleMeta...
Rob Shearman [Sun, 22 Jun 2008 08:40:16 +0000 (09:40 +0100)] 
ole32: Include ole2.h in ole32_main.c to type-check the function signature of OleMetafilePictFromIconAndLabel.

16 years agoole32: Include enumx.h in enumx.c to get the declarations of the functions.
Rob Shearman [Sun, 22 Jun 2008 08:39:59 +0000 (09:39 +0100)] 
ole32: Include enumx.h in enumx.c to get the declarations of the functions.

16 years agowinex11: Remove two unused parameters from BITBLT_GetSrcArea().
Gerald Pfeifer [Sat, 21 Jun 2008 18:13:00 +0000 (20:13 +0200)] 
winex11: Remove two unused parameters from BITBLT_GetSrcArea().

16 years agocomctl32: tooltips: Adjust the type of three loop variables from INT to UINT.
Gerald Pfeifer [Sat, 21 Jun 2008 17:51:01 +0000 (19:51 +0200)] 
comctl32: tooltips: Adjust the type of three loop variables from INT to UINT.

16 years agowinhelp: Properly quit winhelp when no file are given on command line.
Eric Pouech [Sat, 21 Jun 2008 08:50:26 +0000 (10:50 +0200)] 
winhelp: Properly quit winhelp when no file are given on command line.

16 years agoregedit: Interpret REG_DWORD as unsigned in editor.
Ted Percival [Sat, 21 Jun 2008 12:30:33 +0000 (22:30 +1000)] 
regedit: Interpret REG_DWORD as unsigned in editor.

16 years agokernel32: Improve Esperanto locale definition.
Mikołaj Zalewski [Sat, 21 Jun 2008 12:32:50 +0000 (14:32 +0200)] 
kernel32: Improve Esperanto locale definition.

16 years agomsxml3/tests: VT_EMPTY is not a string.
Dan Kegel [Mon, 23 Jun 2008 06:00:45 +0000 (23:00 -0700)] 
msxml3/tests: VT_EMPTY is not a string.

16 years agokernel32/tests: Initialize a few variables.
Dan Kegel [Sun, 22 Jun 2008 21:25:21 +0000 (14:25 -0700)] 
kernel32/tests: Initialize a few variables.

16 years agogdi32: GdiConvertToDevmodeW should not refer to unintialized name bytes.
Dan Kegel [Sun, 22 Jun 2008 21:22:06 +0000 (14:22 -0700)] 
gdi32: GdiConvertToDevmodeW should not refer to unintialized name bytes.

16 years agowinmm/tests: Initialize MIXERLINECONTROLSA before calling mixerGetLineControlsA.
Dan Kegel [Sat, 21 Jun 2008 03:20:42 +0000 (20:20 -0700)] 
winmm/tests: Initialize MIXERLINECONTROLSA before calling mixerGetLineControlsA.

16 years agotaskmgr: Add Russian translation.
Vladimir Pankratov [Fri, 20 Jun 2008 12:19:44 +0000 (17:19 +0500)] 
taskmgr: Add Russian translation.

16 years agouser32/tests: Copy/paste fix.
Joris Huizer [Thu, 19 Jun 2008 15:11:19 +0000 (17:11 +0200)] 
user32/tests: Copy/paste fix.

16 years agouser32/tests: Add two tests for ShowWindow(SW_RESTORE).
Anatoly Lyutin [Fri, 20 Jun 2008 06:33:19 +0000 (10:33 +0400)] 
user32/tests: Add two tests for ShowWindow(SW_RESTORE).

16 years agoriched20/tests: Add a test for creating ITextDocument.
Dan Hipschman [Fri, 20 Jun 2008 00:11:47 +0000 (17:11 -0700)] 
riched20/tests: Add a test for creating ITextDocument.

16 years agoriched20/tests: Add tests for OLE interface.
Dan Hipschman [Fri, 20 Jun 2008 00:10:59 +0000 (17:10 -0700)] 
riched20/tests: Add tests for OLE interface.

16 years agows2_32/tests: Initialize memory to send.
Marcus Meissner [Sat, 21 Jun 2008 08:32:12 +0000 (10:32 +0200)] 
ws2_32/tests: Initialize memory to send.

16 years agocomdlg32/tests: Make sure no ANSI strings are passed to Unicode functions.
Mikołaj Zalewski [Fri, 20 Jun 2008 21:03:20 +0000 (23:03 +0200)] 
comdlg32/tests: Make sure no ANSI strings are passed to Unicode functions.

16 years agowineps.drv: Use const-correct GetPrinterDataEx() instead of GetPrinterData().
Andrew Talbot [Fri, 20 Jun 2008 16:38:38 +0000 (17:38 +0100)] 
wineps.drv: Use const-correct GetPrinterDataEx() instead of GetPrinterData().

16 years agoinclude: Add definitions for VMR-9 interface.
Maarten Lankhorst [Tue, 10 Jun 2008 14:49:21 +0000 (16:49 +0200)] 
include: Add definitions for VMR-9 interface.

16 years agogdi32: Add tests for GetTextFace.
Dan Hipschman [Thu, 19 Jun 2008 22:59:57 +0000 (15:59 -0700)] 
gdi32: Add tests for GetTextFace.

Currently only GetTextFaceA is tested, and in an ancillary way, and the
behavior differs from GetTextFaceW.

16 years agogdi32: Check for regular fonts by style instead of style name.
Lei Zhang [Thu, 19 Jun 2008 21:57:46 +0000 (14:57 -0700)] 
gdi32: Check for regular fonts by style instead of style name.

16 years agocomctl32: Support LVCF_SUBITEM in LVM_GETCOLUMN.
Lei Zhang [Thu, 19 Jun 2008 21:48:58 +0000 (14:48 -0700)] 
comctl32: Support LVCF_SUBITEM in LVM_GETCOLUMN.

16 years agoadvapi32: Add stub for GetAuditedPermissionsFromAcl{A/W}.
Louis Lenders [Thu, 19 Jun 2008 13:50:02 +0000 (13:50 +0000)] 
advapi32: Add stub for GetAuditedPermissionsFromAcl{A/W}.

16 years agouser32: Return at the end of processing (cmd == SW_HIDE).
Anatoly Lyutin [Thu, 19 Jun 2008 12:15:58 +0000 (16:15 +0400)] 
user32: Return at the end of processing (cmd == SW_HIDE).

16 years agoshlwapi: UrlCanonicalize will canonize address in format "file://localhost/c:/" corre...
Petr Dlouhý [Thu, 19 Jun 2008 09:35:20 +0000 (11:35 +0200)] 
shlwapi: UrlCanonicalize will canonize address in format "file://localhost/c:/" correctly.

16 years agogdiplus: Stub implementation of GdipImageGetFrameDimensionsCount + test.
Petr Dlouhý [Thu, 19 Jun 2008 08:38:09 +0000 (10:38 +0200)] 
gdiplus: Stub implementation of GdipImageGetFrameDimensionsCount + test.

16 years agows2_32: Ignore lpFrom for connected sockets.
Jeff Zaroyko [Fri, 13 Jun 2008 08:05:22 +0000 (18:05 +1000)] 
ws2_32: Ignore lpFrom for connected sockets.

If the the socket is connected and lpFrom is not NULL, Linux will set
msg_namelen to zero and ignore msg_name in recvfrom so don't try try
to update lpFrom.

16 years agowinex11: Only register an XIM callback if we can't open the XIM right away.
Alexandre Julliard [Sat, 21 Jun 2008 09:18:07 +0000 (11:18 +0200)] 
winex11: Only register an XIM callback if we can't open the XIM right away.

16 years agoriched20: Remove redundant NULL check before heap_free (Smatch).
Michael Stefaniuc [Fri, 20 Jun 2008 22:18:40 +0000 (00:18 +0200)] 
riched20: Remove redundant NULL check before heap_free (Smatch).

16 years agoshdocvw: Added WebBrowser's IDispatch methods implementation.
Jacek Caban [Fri, 20 Jun 2008 18:19:04 +0000 (13:19 -0500)] 
shdocvw: Added WebBrowser's IDispatch methods implementation.

16 years agoquartz: Implement IBasicVideo2 for the filtergraph.
Maarten Lankhorst [Tue, 10 Jun 2008 16:17:07 +0000 (18:17 +0200)] 
quartz: Implement IBasicVideo2 for the filtergraph.

16 years agoquartz: Implement IMediaSeeking in the video renderer.
Maarten Lankhorst [Tue, 10 Jun 2008 16:40:09 +0000 (18:40 +0200)] 
quartz: Implement IMediaSeeking in the video renderer.

16 years agoquartz: Implement MediaControl_GetState.
Maarten Lankhorst [Tue, 10 Jun 2008 16:20:33 +0000 (18:20 +0200)] 
quartz: Implement MediaControl_GetState.

This allows applications to wait for state transitions to be really
complete. Fixes some xvid crashes.

16 years agoquartz: Try to render any existing renderers before creating a new one.
Maarten Lankhorst [Tue, 10 Jun 2008 16:19:27 +0000 (18:19 +0200)] 
quartz: Try to render any existing renderers before creating a new one.

16 years agoquartz: Expose some methods so that a custom allocator can be created.
Maarten Lankhorst [Tue, 10 Jun 2008 16:06:08 +0000 (18:06 +0200)] 
quartz: Expose some methods so that a custom allocator can be created.

16 years agoquartz: Only query for event interface when there is a filtergraph.
Maarten Lankhorst [Tue, 10 Jun 2008 16:00:38 +0000 (18:00 +0200)] 
quartz: Only query for event interface when there is a filtergraph.

Prevents a null pointer dereference.

16 years agoquartz: Add the ability to force a pin to use a certain renderer.
Maarten Lankhorst [Tue, 10 Jun 2008 15:57:41 +0000 (17:57 +0200)] 
quartz: Add the ability to force a pin to use a certain renderer.

16 years agosetupapi/tests: Remove some function pointer checks from testRegisterDeviceInfo.
Paul Vriens [Fri, 20 Jun 2008 14:18:14 +0000 (16:18 +0200)] 
setupapi/tests: Remove some function pointer checks from testRegisterDeviceInfo.

16 years agosetupapi/tests: Remove win9x specifics from testDevRegKey.
Paul Vriens [Fri, 20 Jun 2008 14:09:55 +0000 (16:09 +0200)] 
setupapi/tests: Remove win9x specifics from testDevRegKey.

16 years agosetupapi/tests: Remove win9x specifics from testDeviceRegistryPropertyW.
Paul Vriens [Fri, 20 Jun 2008 14:00:48 +0000 (16:00 +0200)] 
setupapi/tests: Remove win9x specifics from testDeviceRegistryPropertyW.

16 years agosetupapi/tests: Skip all tests on Win9x and WinMe.
Paul Vriens [Fri, 20 Jun 2008 13:43:59 +0000 (15:43 +0200)] 
setupapi/tests: Skip all tests on Win9x and WinMe.

16 years agouser32/tests: Skip tests if functions are not implemented.
Paul Vriens [Fri, 20 Jun 2008 15:07:33 +0000 (17:07 +0200)] 
user32/tests: Skip tests if functions are not implemented.