Commit Graph

100100 Commits

Author SHA1 Message Date
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
Dmitry Timoshkov 7d95758e67 taskschd: Make IRegistrationInfo a part of ITaskDefinition implementation. 2014-02-20 13:25:24 +01:00
Dmitry Timoshkov 257a3bb17c taskschd: Add IRegistrationInfo stub implementation. 2014-02-20 13:25:23 +01:00
Nikolay Sivov ffcced0f39 ole32/tests: Handle context generation failure better. 2014-02-20 11:20:00 +01:00
Aric Stewart eb19c39126 winemac.drv: Improve positioning of IME client window based on caret. 2014-02-20 11:19:46 +01:00
Michael Stefaniuc 147cf6cc4e qedit: Use the generic BaseFilter implementation in SampleGrabber. 2014-02-20 11:19:26 +01:00
Michael Stefaniuc 974e5af3fe strmbase: Return the iface instead of the object pointer. 2014-02-20 11:18:46 +01:00
Frédéric Delanoy 8bd2eb3e78 cabarc: Use BOOL type where appropriate. 2014-02-20 11:18:41 +01:00
Frédéric Delanoy e7c5c9ae9b user32: Use BOOL type where appropriate. 2014-02-20 11:18:37 +01:00
Vincent Povirk 78459aea0d gdiplus: Improve GdipFillRectangles parameter validation. 2014-02-20 11:18:24 +01:00
Ken Thomases ed11dc0ba3 kernel32: Fix build on newer Mac OS X. 2014-02-20 00:05:40 +01:00
Jacek Caban b0b6728cf1 wmp: Added IWMPPlayer4 stub implementation. 2014-02-19 20:27:26 +01:00
Jacek Caban 92517e2c5e mshtml: Added support for ZoomFactor registry value. 2014-02-19 17:37:50 +01:00