Commit Graph

100062 Commits

Author SHA1 Message Date
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
Ken Thomases 2d1e67ee68 wined3d: Remove redundant call to context_set_pixel_format() from context_update_window().
It calls context_set_gl_context() just after and that starts with a call to
context_set_pixel_format().  Also, context_update_window() didn't do the
right thing (fall back to swapchain backup DC) if context_set_pixel_format()
fails.
2014-02-22 08:41:42 -06:00
Ken Thomases 088dd7289c wined3d: Call context_enter() before context_update_window() so it records the proper restore state. 2014-02-22 08:41:38 -06:00
Bruno Jesus de0c46fd52 ws2_32/tests: Add W2K error values as valid. 2014-02-22 08:41:34 -06:00
Frédéric Delanoy 17fecb55a1 taskkill: Use BOOL type where appropriate. 2014-02-22 08:41:30 -06:00
Frédéric Delanoy aa2f454f37 msvidc32: Use BOOL type where appropriate. 2014-02-22 08:41:26 -06:00
Hans Leidekker 1ae3bcc94d msi: Don't install services without an image path.
Spotted by Aric Stewart.
2014-02-22 08:41:22 -06:00
Dmitry Timoshkov 175dc76336 taskschd: ITaskService::NewTask doesn't need a server connection. 2014-02-22 08:41:18 -06:00
Dmitry Timoshkov 67ad1d85ac taskschd: Add support for Principals to task definition XML writer. 2014-02-22 08:41:13 -06:00
Dmitry Timoshkov c6a01c42c9 taskschd: Add support for RegistrationInfo to task definition XML writer. 2014-02-22 08:41:09 -06:00
Dmitry Timoshkov 890bff2622 taskschd: Add initial version of the task definition XML writer. 2014-02-22 08:41:05 -06:00
Dmitry Timoshkov 3cb5015c4a taskschd: Add support for reading Principals to XML parser. 2014-02-22 08:41:01 -06:00
Dmitry Timoshkov a7c70a4904 taskschd: Add support for reading RegistrationInfo to XML parser. 2014-02-22 08:40:56 -06:00
Dmitry Timoshkov 606ee6cce3 taskschd: Add support for reading more TaskSettings fields to XML parser. 2014-02-22 08:40:52 -06:00
Dmitry Timoshkov 02bd13dfdf include: Fix typedef for TASK_RUNLEVEL_TYPE. 2014-02-22 08:40:48 -06:00
Dmitry Timoshkov 529d9ea922 xmllite: Also clear the attr pointer in reader_clear_attrs. 2014-02-22 08:40:44 -06:00
Aric Stewart 3218cc077e secur32: Return success on graceful close of SSL connection. 2014-02-22 08:40:40 -06:00
Michael Stefaniuc 59ed2131ac qedit: Use the generic IEnumPin implementation for SampleGrabber. 2014-02-22 08:40:35 -06:00
Kai Tietz 6f41e98b61 d3dx9shader.h: Added some missing declarations. 2014-02-22 08:40:12 -06:00
Kai Tietz d7c4663df1 d3dx9core.h: Allow overriding D3DX_SDK_VERSION. 2014-02-22 08:18:06 -06:00
Alexandre Julliard 36565aa8b3 Release 1.7.13. 2014-02-20 19:27:43 +01:00
Lauri Kenttä a693cf50b0 po: Update Finnish translation. 2014-02-20 17:46:11 +01:00
Jacek Caban a818e9a6c9 wmp: Added more tests. 2014-02-20 16:04:52 +01:00
Jacek Caban bea155e491 wmp: Added IOleInPlaceObject::GetWindow implementaiton. 2014-02-20 16:04:39 +01:00
Jacek Caban 543905f4d2 wmp: Added IOleObject::Close implementation. 2014-02-20 16:04:35 +01:00
Jacek Caban 79fc46ddbb wmp: Added DoVerb(OLEIVERB_INPLACEACTIVATE) implementation. 2014-02-20 16:04:31 +01:00
Jacek Caban 89c5cefb25 wmp/tests: Fixed tests on old WMP versions. 2014-02-20 16:04:17 +01:00
Dmitry Timoshkov f41f8af021 xmllite/tests: Add a test for parsing an empty element after XML declaration. 2014-02-20 15:15:45 +01:00
Huw Davies fb298aed04 user32: If the listbox loses focus while holding capture, release it by essentially simulating a button up event. 2014-02-20 13:58:32 +01:00
Bruno Jesus 5782bac2a0 ws2_32: Fix conversion of address in GetAddrInfoW. 2014-02-20 13:28:46 +01:00
Matteo Bruni 772d660e28 d3dx9/tests: Use a valid version tag for the "empty" shader. 2014-02-20 13:25:31 +01:00
Matteo Bruni b74fc45b81 d3dx9/tests: Add a test for constant tables in FX20 shaders. 2014-02-20 13:25:30 +01:00
Matteo Bruni fa8a0dc7f6 d3dx9: Allow loading float "FOURCC" DDS files. 2014-02-20 13:25:29 +01:00
Matteo Bruni 596bb77862 d3dx9: Add some more float pixel formats. 2014-02-20 13:25:28 +01:00
Matteo Bruni e5d9be5eaf d3dx9/tests: Create A8L8 and DXTn textures instead of plain surfaces.
Creating them as plain surfaces fails on my Nvidia Win7 system.
2014-02-20 13:25:28 +01:00
Dmitry Timoshkov ab8d8dd1dc taskschd: Implement IRegisteredTask::get_Xml. 2014-02-20 13:25:27 +01:00
Dmitry Timoshkov d99d3014f5 taskschd: Implement IRegisteredTask::get_Definition. 2014-02-20 13:25:26 +01:00
Dmitry Timoshkov 734417a481 taskschd: Make ITaskDefinition a part of IRegisteredTask implementation. 2014-02-20 13:25:26 +01:00
Dmitry Timoshkov 9c6e7dea5b taskschd: Delay creation of ITaskSettings until it's required. 2014-02-20 13:25:25 +01:00