Commit Graph

100359 Commits

Author SHA1 Message Date
Zhenbo Li 0f8ae7bc45 mshtml: Added IHTMLTableRow::rowIndex property implementation. 2014-03-17 17:34:10 +01:00
David Quintana 2bb1059ad2 shlwapi: SHInvokeCommand last parameter is a command ID, or 0 to use the default. 2014-03-14 19:06:59 +01:00
David Quintana 5b0c288977 comctl32: Fix horizontal separators in vertical toolbars. 2014-03-14 19:06:12 +01:00
Stefan Dösinger 51c3203e49 wined3d: Free old data after addrefing the new one. 2014-03-14 18:54:59 +01:00
Stefan Dösinger 6a34d4b40f wined3d: Decouple private data from the resource structure. 2014-03-14 18:54:48 +01:00
Akihiro Sagawa 05b3d7b69b version: Don't convert binary version resource to ANSI texts. 2014-03-14 17:17:04 +01:00
Akihiro Sagawa 66933d71ee version/tests: Add more VerQueryValueA tests. 2014-03-14 17:17:01 +01:00
Henri Verbeet 0ee5fae929 d3d9/tests: Use a separate device for multisample_get_rtdata_test(). 2014-03-14 16:14:24 +01:00
Henri Verbeet af63977750 d3d9/tests: Use a separate device for zenable_test(). 2014-03-14 16:14:23 +01:00
Henri Verbeet 55e669265d d3d9/tests: Use a separate device for fog_special_test(). 2014-03-14 16:14:23 +01:00
Henri Verbeet f9c46fb77a d3d9/tests: Use a separate device for volume_srgb_test(). 2014-03-14 16:14:22 +01:00
Henri Verbeet c868f2d3a7 d3d9/tests: Use a separate device for volume_dxt5_test(). 2014-03-14 16:14:21 +01:00
Dmitry Timoshkov c2148f9e2a schedsvc: Mark service as auto-start once a task is registered. 2014-03-14 16:14:20 +01:00
Michael Stefaniuc 79fe437524 dmloader/tests: Skip the tests if we don't have IDirectMusicLoader8. 2014-03-14 16:14:19 +01:00
Michael Stefaniuc 046981e617 dswave/tests: Add COM tests for DirectSoundWave. 2014-03-14 16:14:19 +01:00
Michael Stefaniuc 2fe9605373 dswave: DirectSoundWave doesn't support COM aggregation. 2014-03-14 16:14:18 +01:00
Vincent Povirk 9a5375989d gdiplus: Fix an overzealous optimization. 2014-03-14 11:31:19 +01:00
Vincent Povirk 06555a96ad gdiplus: Account for negative height/width in GdipDrawImagePointsRect. 2014-03-14 11:31:14 +01:00
Stefan Leichter cbd7651552 odbccp32: Add ordinals to spec file. 2014-03-14 11:29:53 +01:00
Dmitry Timoshkov 38dcd677c8 taskschd: Implement ITaskService::get_HighestVersion. 2014-03-13 20:22:27 +01:00
Dmitry Timoshkov c751ec6a65 schedsvc: Implement SchRpcRetrieveTask. 2014-03-13 20:22:26 +01:00
Dmitry Timoshkov adab8514e4 schedsvc: Implement SchRpcRegisterTask. 2014-03-13 20:22:25 +01:00
Dmitry Timoshkov b6a3e9be42 schedsvc: Implement SchRpcDelete. 2014-03-13 20:22:24 +01:00
Dmitry Timoshkov 3266b490f7 schedsvc: Implement SchRpcCreateFolder. 2014-03-13 20:22:23 +01:00
Dmitry Timoshkov 2463e44f61 schedsvc: Implement SchRpcHighestVersion. 2014-03-13 20:22:22 +01:00
Dmitry Timoshkov 88df368868 schedsvc: Add Task Scheduler service. 2014-03-13 20:22:21 +01:00
Jacek Caban 69bee9f004 vbscript: Allow empty brackets in argument declarations. 2014-03-13 20:22:21 +01:00
Nikolay Sivov c7d45060e5 msxml3: Fix some test failures on Win8.1. 2014-03-13 20:22:20 +01:00
Matteo Bruni 7617951dfd d3dx9: Correctly handle empty parameter data. 2014-03-13 20:22:19 +01:00
Matteo Bruni 9295ee0c0b d3dx9/tests: Mark a test todo_wine when DXTn textures aren't supported by the GL driver. 2014-03-13 20:22:18 +01:00
Matteo Bruni d6a919af89 d3dx9/tests: Skip a test if DXTn texture formats are not supported. 2014-03-13 20:22:17 +01:00
Matteo Bruni d96d0af83d d3dx9/tests: Skip some volume tests if loading the texture fails. 2014-03-13 20:22:16 +01:00
Matteo Bruni db4bf1e1d4 d3dx9: Fix a WARN. 2014-03-13 20:22:14 +01:00
Jactry Zeng fa2c509243 riched20/tests: Fix a SysAllocString leak. 2014-03-13 20:22:14 +01:00
Nikolay Sivov 02af74400f msxml3: Respect stylesheet output mode when dumping resulting document. 2014-03-13 20:22:13 +01:00
Piotr Caban 28cc0b8bc1 msvcrt: Improve toupper_l implementation. 2014-03-13 20:22:12 +01:00
Piotr Caban 13f6194bb1 msvcrt: Improve tolower tests. 2014-03-13 20:22:11 +01:00
Piotr Caban 6a63e0e6bc msvcrt: Improve tolower_l implementation. 2014-03-13 20:22:10 +01:00
Jacek Caban 992fa48020 mshtml: Added support for target attribute in submit function implementation. 2014-03-13 20:22:09 +01:00
Jacek Caban 74067c56b1 mshtml: Skip tests depending on iframe onload event on IEs older than IE9. 2014-03-13 20:22:08 +01:00
Jacek Caban e5dbd6e9f0 mshtml: Added IHTMLDocument7 stub implementation. 2014-03-13 20:22:07 +01:00
Jacek Caban f2676d3729 mshtml: Merge htmldoc3.c into htmldoc.c. 2014-03-13 20:22:06 +01:00
Henri Verbeet b02129aa90 d3d9/tests: Give add_dirty_rect_test() its own device.
We want to avoid tests accidentally depending on state set by previous
tests. For example, add_dirty_rect_test() had a dependency on D3DRS_CULLMODE
being D3DCULL_NONE, set by lighting_test().
2014-03-13 20:22:05 +01:00
Henri Verbeet cac52b4b10 d3d9/tests: Don't share the D3D object either in visual.c tests that have their own device. 2014-03-13 20:22:04 +01:00
Henri Verbeet 8db0401f60 d3d8/tests: Move some stateblock tests to device.c. 2014-03-13 20:22:03 +01:00
Henri Verbeet 6f1b494a90 d3d9/tests: Move some stateblock tests to device.c. 2014-03-13 20:22:02 +01:00
Henri Verbeet 64dd435e2a wined3d: Only use a single allocation for each struct private_data. 2014-03-13 20:22:01 +01:00
Zhenbo Li 3679619909 mshtml: Added IHTMLTableRow::vAlign property implementation. 2014-03-13 20:22:00 +01:00
Frédéric Delanoy 03cec9d886 krnl386.exe16: Use BOOL type where appropriate. 2014-03-13 20:21:59 +01:00
Michael Stefaniuc a539e13f23 dmloader/tests: Add COM tests for DirectMusicContainer. 2014-03-13 20:21:58 +01:00