Commit Graph

100016 Commits

Author SHA1 Message Date
Frédéric Delanoy 86e2f37ebc dsound/tests: Use wine_dbgstr_guid for printing GUIDs. 2014-02-12 19:15:20 +01:00
Henri Verbeet 28510c73c2 d3d10core: Implement ID3D10Multithread. 2014-02-12 19:15:19 +01:00
Jacek Caban 8b7c4e3b24 wmp: Added IConnectionPointContainer stub implementation. 2014-02-12 19:15:18 +01:00
Alistair Leslie-Hughes 2c6ce9a02f dpnet: Add DirectPlay8 registry keys. 2014-02-12 19:15:17 +01:00
Jactry Zeng 1841426616 riched20/tests: Add tests to check the content open by ITextDocument_fnOpen. 2014-02-12 19:15:17 +01:00
Jacek Caban 7dc605ae78 msxml3: Fixed qname leak.
Spotted by Hans Leidekker.
2014-02-12 19:15:16 +01:00
Francois Gouget c92f773a3d dpnet/tests: Add a trailing '\n' to an ok() call. 2014-02-12 19:15:15 +01:00
Francois Gouget 899cb20eb9 inetmib1/tests: Add a trailing '\n' to an ok() call. 2014-02-12 19:15:14 +01:00
Nikolay Sivov 0a20d46801 kernel32/tests: Fix some test failures in older XP/Win2k3 versions. 2014-02-12 19:15:13 +01:00
Nikolay Sivov ee518b5e36 kernel32/tests: Don't test last error when there's no failure. 2014-02-12 19:15:12 +01:00
Alexandre Julliard 7066ce0b1e kernel32: Set correct binary type for COM and PIF files. 2014-02-12 19:15:11 +01:00
Michael Stefaniuc 37e5d4c53c qedit/tests: COM tests for IEnumPins from SampleGrabber. 2014-02-12 19:15:10 +01:00
Michael Stefaniuc ec9d32adf8 qedit: Return the correct iface in IEnumPins_QueryInterface(). 2014-02-12 19:15:10 +01:00
Michael Stefaniuc bb08b9f463 qedit/tests: Expand the SampleGrabber COM tests. 2014-02-12 19:15:09 +01:00
Michael Stefaniuc e27adf2a8c qedit: IMemInputPin / IQualityControl are IPin stuff. 2014-02-12 19:15:08 +01:00
Frédéric Delanoy 5380596379 propsys/tests: Use common wine_dbgstr_guid implementation from test.h. 2014-02-12 19:15:07 +01:00
Frédéric Delanoy d3b0543c05 crypt32/tests: Use common wine_dbgstr_guid implementation from test.h. 2014-02-12 19:15:06 +01:00
André Hentschel 374b449fdd gdiplus/tests: Remove assertions in graphics tests. 2014-02-12 19:15:05 +01:00
Alexandre Julliard 241dd9ff23 ntdll: Fix printing formats for ARM registers. 2014-02-12 19:15:04 +01:00
Alexandre Julliard 4e4acd5f70 winebuild: Generate position-independent code for ARM. 2014-02-12 19:15:02 +01:00
Piotr Caban f4985e42b7 msvcrt/tests: Don't pass path containing spaces to _spawnvp. 2014-02-11 20:22:31 +01:00
Erich E. Hoover 68e3b18533 ddraw: Return the D3D identifier when GetDeviceIdentifier is called with no flags. 2014-02-11 20:22:30 +01:00
Erich E. Hoover 2cb3aeb7b9 ddraw: Return a DLL in szDriver for GetDeviceIdentifier. 2014-02-11 19:20:33 +01:00
Martin Storsjo 963c26b36f wined3d: Fix clamping in reading rectangular YV12 textures.
The lower bound for chroma components is size.y + 1/2, not
size.y - 1/2.
2014-02-11 19:20:08 +01:00
Alistair Leslie-Hughes d3b1407982 dpnet/tests: Add IDirectPlay8Peer_EnumHosts tests. 2014-02-11 19:19:15 +01:00
Alistair Leslie-Hughes 1500a8a937 dpnet/tests: Add DirectPlay8Server tests. 2014-02-11 19:19:15 +01:00
Bruno Jesus a7578c7ae7 bcrypt: Add semi-stub implementation of BCryptGenRandom. 2014-02-11 19:19:15 +01:00
Dmitry Timoshkov c47ba3a425 scrrun: Fix a file enumeration handle leak. 2014-02-11 19:19:15 +01:00
Dmitry Timoshkov 173233cfe3 scrrun: Move the counter check into the code block where counter is actually incremented. 2014-02-11 19:19:14 +01:00
Aurimas Fišeras c8f780be6a po: Update Lithuanian translation. 2014-02-11 19:19:14 +01:00
Jacek Caban 07c3e134c8 wmp: Added IOleInPlaceObjectWindowless stub implementation. 2014-02-11 19:19:14 +01:00
Jacek Caban d1691bc204 wmp: Added GetMiscStatus implementation. 2014-02-11 19:19:14 +01:00
Jacek Caban 5a60ebf89a wmp: Added missing registry entries for WindowsMediaPlayer coclass registration. 2014-02-11 19:19:14 +01:00
Jacek Caban 4016bb18de wmp.idl: Added proper version independent ProgID. 2014-02-11 19:19:14 +01:00
Henri Verbeet d799eb2d83 d3d10_1: Implement D3D10CreateDevice1(). 2014-02-11 19:19:14 +01:00
Henri Verbeet 409c872c99 d3d10core: Implement ID3D10Device1. 2014-02-11 19:19:14 +01:00
Henri Verbeet 2be432b4df dxgi/tests: Also test for ID3D10Device1 and ID3D11Device in test_device_interfaces(). 2014-02-11 19:19:14 +01:00
Henri Verbeet e806b5bab9 dxgi/tests: Add tests for CreateDXGIFactory(). 2014-02-11 19:19:14 +01:00
Henri Verbeet a13a546573 dxgi: Implement CreateDXGIFactory1(). 2014-02-11 19:19:14 +01:00
Hans Leidekker 386d2aa8b7 wbemprox: Don't list loopback network adapters. 2014-02-11 19:19:13 +01:00
Hans Leidekker 25eb10058c winhttp/tests: Improve tracing. 2014-02-11 19:19:13 +01:00
Hans Leidekker 50feb7b708 winhttp/tests: Fix a couple of test failures. 2014-02-11 19:19:13 +01:00
Nikolay Sivov e593c3068c ole32: Remove ERR() output that's not really helpful. 2014-02-11 19:19:13 +01:00
Nikolay Sivov 747c649d99 ole32: Use precomposed table for GUID from string conversion. 2014-02-11 19:19:13 +01:00
Dmitry Timoshkov 9c010d70b0 advapi32/tests: Correct the test failure message. 2014-02-11 19:19:13 +01:00
Frédéric Delanoy 5e52a29b53 msvcrtd: Use BOOL type where appropriate. 2014-02-11 19:19:13 +01:00
Frédéric Delanoy 7533040cfc propsys: Use BOOL type where appropriate. 2014-02-11 19:19:13 +01:00
Austin English 0776a76eef riched20: Remove duplicate declaration. 2014-02-11 19:19:13 +01:00
Alexandre Julliard ea9ed542be user32: Use delayed imports to call the imm32 functions. 2014-02-10 20:11:02 +01:00
Frédéric Delanoy 0f2bed51bd Assorted spelling fixes. 2014-02-10 15:47:29 +01:00