Commit Graph

100100 Commits

Author SHA1 Message Date
Nikolay Sivov 2ce06e5727 oleaut32: Fix SafeArrayGetElement() for FADF_RECORD arrays. 2014-02-25 14:22:49 -06:00
Nikolay Sivov 4c02dc867f oleaut32: Propagate return codes properly. 2014-02-25 14:22:38 -06:00
Dmitry Timoshkov 4c08276e6b taskschd: Return appropriate error code for a malformed XML. 2014-02-25 14:22:23 -06:00
Dmitry Timoshkov 39f0b276c7 taskschd: Don't accept task XML with an invalid boolean value. 2014-02-25 14:22:17 -06:00
Dmitry Timoshkov d2fc6b3145 taskschd: Add a check for the task namespace. 2014-02-25 14:22:10 -06:00
Dmitry Timoshkov 1c778d91bd taskschd/tests: Add more various tests. 2014-02-25 14:22:02 -06:00
Frédéric Delanoy ce1175149b comdlg32/tests: Use BOOL type where appropriate. 2014-02-25 14:21:50 -06:00
Frédéric Delanoy b26c439150 avifil32: Use BOOL type where appropriate. 2014-02-25 14:21:41 -06:00
Francois Gouget d155df5c19 winmm/tests: Change the current directory to a place that will be writable. 2014-02-25 14:21:14 -06:00
Francois Gouget 2e0d15b007 oleaut32/tests: Skip the test_stub() tests if we have insufficient privileges. 2014-02-25 14:20:23 -06:00
Francois Gouget e08c6947c2 d3d9/tests: Fix some test failures on Windows 2000. 2014-02-25 14:20:15 -06:00
Matteo Bruni 8226a187d6 d3dx9: Don't call CoUninitialize if CoInitializeEx failed. 2014-02-25 14:18:07 -06:00
Matteo Bruni 244100f01c d3dx9: Remove Begin/End stub fixmes. 2014-02-25 14:17:59 -06:00
Matteo Bruni 49604ca1b7 d3dx9: Kill a noisy TRACE. 2014-02-25 14:17:51 -06:00
Matteo Bruni 62288d02be d3dx9: Call D3DCompile() for ASCII effects. 2014-02-25 14:17:45 -06:00
Matteo Bruni b86b3dfa40 d3dx9: Calling CommitChanges with no active pass silently returns. 2014-02-25 14:17:35 -06:00
Christoph von Wittich 37e0a1a5d4 comctl32: Rename TBSTYLE_EX_UNDOC1 to TBSTYLE_EX_VERTICAL. 2014-02-24 15:00:40 -06:00
Huw Davies ad7e889c1d wineps: Use the correct colours when a monochrome bitmap without a colour table is the source. 2014-02-24 09:31:00 -06:00
Piotr Caban 90dfe084c6 qcap: Add Avi Mux input pin IMemInputPin::ReceiveCanBlock implementation. 2014-02-24 09:16:25 -06:00
Piotr Caban 6017d55d07 qcap: Add Avi Mux IConfigInterleaving::put_Mode implementation. 2014-02-24 09:16:18 -06:00
Piotr Caban 43bef66e8b qcap: Add Avi Mux input pin IMemInputPin::NotifyAllocator. 2014-02-24 09:16:11 -06:00
Piotr Caban 151a3eec9a qcap: Add Avi Mux input pin IMemInputPin::GetAllocator. 2014-02-24 09:16:04 -06:00
Piotr Caban 0ea378e101 qcap: Don't define IMemInputPin_iface in AviMuxIn structure. 2014-02-24 09:14:46 -06:00
Piotr Caban d9f6a377be qcap: Add Avi Mux input pin IMemInputPin::GetAllocatorRequirements implementation. 2014-02-24 09:14:39 -06:00
Jacek Caban 6cbf44b5e6 wmp: Added IOleControl stub implementation. 2014-02-24 09:14:27 -06:00
Jacek Caban ca589fc1e5 wmp: Added SetObjectRects implementation. 2014-02-24 09:14:18 -06:00
Jacek Caban bd95cb5404 wmp: Added DoVerb(OLEIVERB_HIDE) implementation. 2014-02-24 09:14:11 -06:00
Jacek Caban b0f4ed187b wmp: Return success in IPersistStreamInit::InitNew. 2014-02-24 09:14:03 -06:00
Jacek Caban 2b04a5e3ff urlmon: Fixed some tests on IE11. 2014-02-24 09:13:48 -06:00
Marcus Meissner 563486b555 include: Added missing FindExInfoBasic enum. 2014-02-24 09:12:36 -06:00
Nikolay Sivov d867a49a3d shell32/tests: Fix some test failures on Win8. 2014-02-24 09:12:15 -06:00
Nikolay Sivov 88fc916442 ntdll: Use case-insensitive matching for typelib flags.
Spotted by Austin English.
2014-02-24 09:12:03 -06:00
Nikolay Sivov 0fb770492d oleaut32: Some tests for IFontEventsDisp change event. 2014-02-24 09:11:18 -06:00
Nikolay Sivov 1eb7cca1b9 include: Use existing DISPID values instead of magic numbers. 2014-02-24 09:11:02 -06:00
Nikolay Sivov 6824cae6e7 scrrun: Added a IEnumVARIANT stub for IDriveCollection. 2014-02-24 09:09:49 -06:00
Nikolay Sivov 8a7795407c scrrun: Added a IDriveCollection stub. 2014-02-24 09:09:33 -06:00
Nikolay Sivov 4da741daf1 oleaut32: Fix buffer increment step for VT_RECORD case doing SafeArrayCopyData(). 2014-02-24 09:09:12 -06:00
Nikolay Sivov 598f3f0623 oleaut32/tests: Test for internal safearray data layout. 2014-02-24 09:09:05 -06:00
Nikolay Sivov a4e0fc95a9 oleaut32: Fix SafeArrayPutElement() for FADF_RECORD arrays. 2014-02-24 09:08:57 -06:00
Frédéric Delanoy 2ba5cdd3f6 setupx.dll16: Use BOOL type where appropriate. 2014-02-24 09:08:14 -06:00
Frédéric Delanoy b09833a847 d3dcompiler_43/tests: Use BOOL type where appropriate. 2014-02-24 09:08:03 -06:00
Frédéric Delanoy 10197d3173 atl/tests: Use BOOL type where appropriate. 2014-02-24 09:07:35 -06:00
Nikolay Sivov e610713012 oleaut32: Fix VariantCopy() for VT_RECORD variants. 2014-02-22 08:42:16 -06:00
Nikolay Sivov 52a70451c4 oleaut32/tests: Test for VariantClear() on VT_RECORD variant. 2014-02-22 08:42:12 -06:00
Ken Thomases b3acbfc878 ddraw/tests: Test that DirectDraw doesn't modify the pixel format of the window it targets. 2014-02-22 08:42:07 -06:00
Ken Thomases 7366709d60 d3d8/tests: Test that Direct3D8 doesn't modify the pixel format of the window it targets. 2014-02-22 08:42:03 -06:00
Ken Thomases 995be892fa d3d9/tests: Test that Direct3D9 doesn't modify the pixel format of the window it targets. (try 4, resend). 2014-02-22 08:41:59 -06:00
Ken Thomases 4c4552c5a1 wined3d: Restore the pixel format of the window whose pixel format was actually changed. 2014-02-22 08:41:55 -06:00
Ken Thomases b8569d2f30 wined3d: Make context_update_window() just mark the GL context as needing to be set rather than setting it. 2014-02-22 08:41:51 -06:00
Ken Thomases baa85a097a wined3d: Use a separate flag to track if the GL context needs to be made current.
The new needs_set flag can be cleared after it's been heeded whereas restore_ctx
must not be cleared until the context has been released back to level 0.
2014-02-22 08:41:47 -06:00