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
Michael Stefaniuc
e1676fc989
dmloader: Don't crash on container destruction if it was never loaded.
2014-03-13 20:21:55 +01:00
Michael Stefaniuc
c600be1ff5
dmloader: Pass the object to the IDirectMusicContainer_Release helper.
2014-03-13 11:21:54 +01:00
Michael Stefaniuc
9cb38a4ad0
dmloader: Add COM tests for DirectMusicLoader.
2014-03-13 11:21:51 +01:00
Michael Stefaniuc
82f771e347
dmloader/tests: Centralize the skip().
2014-03-13 11:21:48 +01:00
Michael Stefaniuc
917d5eabe6
dmloader: None of the COM classes support aggregation.
2014-03-13 11:21:40 +01:00
Zhenbo Li
7442abde92
mshtml: Added IHTMLTableRow::align property implementation.
2014-03-12 20:30:00 +01:00
Akihiro Sagawa
04e8b00ab0
gdi32: Improve the font enumeration order for complex script locales.
2014-03-12 20:27:43 +01:00
Vincent Povirk
a07966dba8
user32: Create popup menu windows before WM_ENTERMENULOOP.
2014-03-12 20:26:35 +01:00
Vincent Povirk
7f8d1de1b7
user32/tests: Add message tests for TrackPopupMenu.
2014-03-12 20:25:25 +01:00
Vincent Povirk
0dc1886634
user32/tests: Put some menu items in the test_menu_trackagain menu.
2014-03-12 20:24:24 +01:00
Vincent Povirk
b8d80364c3
user32/tests: Add a test for empty popup menus.
2014-03-12 20:24:17 +01:00
Jactry Zeng
0f23b967a4
include: Fix a typo in ITextServices method named TxGetCurTarget.
2014-03-12 19:06:31 +01:00
Jacek Caban
e7553b56fe
mshtml: Moved htmldoc5.c content into htmldoc3.c.
2014-03-12 19:02:15 +01:00
Stefan Dösinger
a3e5676c9a
d3d8/tests: Test GetPrivateData size behavior.
2014-03-12 19:01:27 +01:00
Stefan Dösinger
120ca8e722
d3d8/tests: Use a custom GUID for the private data tests.
2014-03-12 19:01:25 +01:00
Stefan Dösinger
2a95fa6831
d3d9/tests: Test GetPrivateData size behavior.
2014-03-12 19:01:15 +01:00
Stefan Dösinger
6ffbfc7c29
d3d9/tests: Use a custom GUID for the private data tests.
2014-03-12 19:01:13 +01:00
Stefan Dösinger
3754cdd793
wined3d: Correctly handle the size parameter in get_private_data.
2014-03-12 19:01:07 +01:00
Jacek Caban
3d09d1a9cb
crypt32/tests: Improved test failure message.
2014-03-12 12:27:20 +01:00
Aric Stewart
f0de67de0c
imm32: Set context conversion and sentence status.
2014-03-12 10:42:34 +01:00
Aric Stewart
7a907f1fd7
imm32: Add IME_CMODE_FULLSHAPE to conversion mode.
2014-03-12 10:42:29 +01:00
Sebastian Lackner
7ba4d119c1
ntdll: Use condition variable for RtlQueueWorkItem implementation.
2014-03-12 10:41:26 +01:00
Andrey Gusev
05863c0776
po: Update Ukrainian translation.
2014-03-12 10:24:29 +01:00
Nikolay Sivov
29eaebaa34
msi: Update feature selection bitmaps.
2014-03-12 10:24:05 +01:00
Nikolay Sivov
eebf9c6b82
scrrun: Implement Path() property for Folder.
2014-03-12 10:22:32 +01:00
Jacek Caban
31faed571d
mshtml: Adder _parent target support to navigate_anchor.
2014-03-11 19:39:41 +01:00
Jacek Caban
d6bb86e84c
mshtml: Added IHTMLFrameBase2::onload property implementation.
2014-03-11 19:39:40 +01:00
Jacek Caban
9c45b34c62
mshtml: Bind events not sent to default view to body element instead of directly to target.
2014-03-11 19:39:39 +01:00
Henri Verbeet
a05dcd911e
wined3d: Handle shader_arb_free_context_data() during context creation.
2014-03-11 19:39:38 +01:00
Henri Verbeet
82780d6ba6
ddraw/tests: Skip the overlay tests in test_block_formats_creation() if overlays are not supported.
2014-03-11 19:39:37 +01:00
Henri Verbeet
cf5023bfff
gdi32/tests: Fix test_device_caps() on multihead setups.
...
Unfortunately this currently mostly fails on Wine.
2014-03-11 19:39:36 +01:00
Henri Verbeet
d8ec2b5d95
gdi32/tests: Fix test_window_dc_clipping() when the virtual screen origin is not (0, 0).
2014-03-11 19:39:35 +01:00
Henri Verbeet
ec66785f02
user32: Fix TEXT_WordBreak() when no characters fit.
2014-03-11 19:39:35 +01:00
Jacek Caban
cbfeef4b8b
mshtml: Removed test failing on Windows 8.1.
2014-03-11 19:39:34 +01:00
Stefan Dösinger
f6e0e1815b
ddraw/tests: Show that a failing SetPrivateData call does not clear the old contents.
2014-03-11 19:39:33 +01:00
Stefan Dösinger
b71c4f000b
d3d8/tests: Show that a failing SetPrivateData call does not clear the old contents.
2014-03-11 19:39:32 +01:00
Stefan Dösinger
379c6564db
d3d9/tests: Show that a failing SetPrivateData call does not clear the old contents.
2014-03-11 19:39:31 +01:00
Stefan Dösinger
ab6368b6e8
wined3d: Don't modify existing data if set_private_data fails.
2014-03-11 19:39:30 +01:00