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
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