Commit Graph

57845 Commits

Author SHA1 Message Date
Vitaliy Margolen fc023b96d2 dinput: COM cleanup - use helper function instead of direct typecast in base device class. 2011-01-10 10:58:36 +01:00
Vitaliy Margolen 0b99bf3edb dinput: COM cleanup - use proper interface instead of typecasting This when calling queue_event. 2011-01-10 10:58:26 +01:00
Vitaliy Margolen b66e00cb09 dinput: COM cleanup - return interface instead of typecasting This. 2011-01-10 10:58:19 +01:00
Vitaliy Margolen 15216098e0 dinput: COM cleanup - use proper DirectInput interface with IUknown calls. 2011-01-10 10:58:14 +01:00
Vitaliy Margolen 7b47282625 dinput: More COM cleanup for IDirectInput - use interfaces instead of typecasts. 2011-01-10 10:58:06 +01:00
Gerald Pfeifer 37f5080e1b ws2_32: Restructure and simplify debugstr_wsaioctl a bit. 2011-01-10 10:44:51 +01:00
Hans Leidekker f133222d5e msi/tests: Add a test for MsiGetComponentState. 2011-01-10 10:42:43 +01:00
Hans Leidekker 35bdf01881 msi/tests: Add tests for publishing and unpublishing assemblies. 2011-01-10 10:42:39 +01:00
Hans Leidekker f6c46e41a2 appwiz.cpl: Fix two RegQueryValueExW calls. 2011-01-10 10:42:32 +01:00
Hans Leidekker 3440e768dd Revert "advapi32: Fix cred domain according to tests.".
This reverts commit 061eb12ca3.
The patch makes tests for CredRead and CredEnumerate pass but breaks
CredWrite at the same time.
2011-01-10 10:42:29 +01:00
Hans Leidekker 06562d16b3 kernel32: Add a stub implementation of GetThreadIOPendingFlag. 2011-01-10 10:42:23 +01:00
Jacek Caban d3f456d146 msxml3: Don't forward get_namespaceURI calls to node's IXMLDOMNode iface. 2011-01-10 10:41:18 +01:00
Jacek Caban 730fa1e7f2 msxml3: Don't forward get_nodeTypedValue to node's IXMLDOMNode iface.
Its current implementation for XML_ENTITY_REF_NODE can't work and will 
always return VT_NULL variant anyways.
2011-01-10 10:41:13 +01:00
Michael Stefaniuc 0abef30926 urlmon: Use an iface instead of a vtbl pointer in MkProtocol. 2011-01-10 10:41:04 +01:00
Michael Stefaniuc d4f8ce0a54 urlmon: Use ifaces instead of vtbl pointers in MimeFilter. 2011-01-10 10:40:57 +01:00
Michael Stefaniuc 3d05c172f0 urlmon: Use ifaces instead of vtbl pointers in GopherProtocol. 2011-01-10 10:40:51 +01:00
Travis Athougies ee8b276731 d3dcompiler_43/tests: Added error tests to HLSL test suite. 2011-01-10 10:39:51 +01:00
Travis Athougies 3add55840d d3dcompiler_43/tests: Fixed nonconformant C string literals in HLSL test suite. 2011-01-10 10:39:44 +01:00
Jacek Caban 89991e1f4c shdocvw: Improved 'iexplore -nohome' handling. 2011-01-10 10:37:52 +01:00
Jacek Caban c56614e114 shdocvw: Moved allocating InternetExplorer object to separated function. 2011-01-10 10:37:45 +01:00
Jacek Caban e2fa7a4019 shdocvw: Added beginning iexplore DDE suport. 2011-01-10 10:37:39 +01:00
Jacek Caban f48fa4b945 shdocvw: Added InternetExplorer::get_Visible implementation. 2011-01-10 10:37:31 +01:00
Jacek Caban 74ccbf0083 shdocvw: Added InternetExplorer object tests. 2011-01-10 10:37:28 +01:00
Jacek Caban 967561f8ea shdocvw: Separate DocHost ref count from InternetExplorer ref count. 2011-01-10 10:36:48 +01:00
Matteo Bruni ef0f358813 wined3d: Don't call glPointParameter with a random context. 2011-01-07 15:01:38 +01:00
Jacek Caban 0a9738775c mshtml: Use inline function instead of macro for BSCallback vtbl implementations. 2011-01-07 15:01:26 +01:00
Jacek Caban 233a9ea5e6 mshtml: Avoid obj to iface cast in ProtocolFactory_Create. 2011-01-07 15:01:21 +01:00
Rex Tsai 21578a1a40 wininet: Update Traditional Chinese translation. 2011-01-07 15:01:13 +01:00
Rex Tsai 898de76040 setupapi: Update Traditional Chinese translation. 2011-01-07 15:01:07 +01:00
Greg Geldorp 1e922ebb07 gdi32/tests: Fix System font test for Japanese. 2011-01-07 15:00:52 +01:00
Alexandre Julliard e7749967b8 kernel32: Update the country code for Serbia. 2011-01-07 12:11:53 +01:00
Henri Verbeet c117248bd1 wined3d: Pass an IWineD3DResourceImpl pointer to resource_get_type(). 2011-01-07 10:23:37 +01:00
Henri Verbeet 7e67bcedfd wined3d: Pass an IWineD3DResourceImpl pointer to resource_set_priority(). 2011-01-07 10:23:25 +01:00
Henri Verbeet 2d9748b1e3 wined3d: Pass an IWineD3DResourceImpl pointer to resource_get_priority(). 2011-01-07 10:23:21 +01:00
Henri Verbeet a80749fd57 wined3d: Pass an IWineD3DResourceImpl pointer to resource_set_private_data(). 2011-01-07 10:23:17 +01:00
Hwang YunSong d512ccdfa1 wineps.drv: Update Korean resource. 2011-01-07 10:23:10 +01:00
Stefan Leichter 8fffb22f1e setupapi: Add stub for SetupDiSetSelectedDevice. 2011-01-07 10:22:58 +01:00
Michael Stefaniuc 3b2b23d808 shlwapi/tests: COM cleanup for thread.c. 2011-01-07 10:22:36 +01:00
Michael Stefaniuc 65941a66c3 oleaut32/tests: COM cleanup for vartest.c. 2011-01-07 10:22:32 +01:00
Michael Stefaniuc 5c40a8a9ac msdaps: COM cleanup for the IClassFactory iface. 2011-01-07 10:22:27 +01:00
Michael Stefaniuc a9ae183d8a ole32: COM cleanup for the IMalloc iface. 2011-01-07 10:22:22 +01:00
Michael Stefaniuc 2796677f8c urlmon: Use an iface instead of a vtbl pointer in ProxyBindStatusCallback. 2011-01-07 10:22:10 +01:00
Jacek Caban 510567d98a msxml3: Get rid of xmlnode_transformNodeToObject. 2011-01-06 18:39:05 +01:00
Michael Stefaniuc d214a96d58 mshtml: Remove some leftover *_THIS undefs. 2011-01-06 18:29:24 +01:00
Michael Stefaniuc f242b1fb6c mshtml: Finish the COM standardization in protocol.c. 2011-01-06 18:29:21 +01:00
Greg Geldorp 62670dc39e dinput/tests: Skip acquire tests when not running in the foreground.
If our window isn't the foreground window, we'll never be able to
successfully Acquire with SetCooperativeLevel DISCL_FOREGROUND in effect.
2011-01-06 18:29:14 +01:00
Hans Leidekker 01286b97e3 msi/tests: Mark a test result on some old Wow64 platforms as broken. 2011-01-06 18:28:52 +01:00
Alexandre Julliard d1d494b3db wldap32: Convert translations to po files. 2011-01-06 17:57:43 +01:00
Alexandre Julliard 8aefc9081c winmm: Convert translations to po files. 2011-01-06 17:50:17 +01:00
Alexandre Julliard b31d2311b2 shdoclc: Convert translations to po files. 2011-01-06 17:42:05 +01:00