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
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
Sebastian Lackner
9277fcfdb4
ntdll: Fix possible race-condition in iocp poller code.
2014-03-11 19:39:29 +01:00
Hans Leidekker
3a72922e7f
shlwapi/tests: Fix test failures on Windows 8.
2014-03-11 19:39:28 +01:00
Rico Schüller
9809a3670c
d3dx9/tests: Check if D3DFMT_X1R5G5B5 is supported.
2014-03-11 19:39:27 +01:00
Nikolay Sivov
1e46f605c5
scrrun: Initialize find handle for file collection.
2014-03-11 19:39:25 +01:00
Ken Thomases
06f80d6542
winemac: Make the window's contentView its firstResponder again after changing its style.
2014-03-11 19:39:24 +01:00
Ken Thomases
eef81f5ecc
winex11: Don't leak client window and colormap when pixel format is changed.
2014-03-11 19:39:23 +01:00
Michael Stefaniuc
90f1e180e1
dmcompos: Remove the extraneous IUnknown from DirectMusicChordMap.
...
Also lock/unlock the module only on creation/destruction of the object.
2014-03-11 10:29:00 +01:00
Michael Stefaniuc
4f03d5d1ae
dmcompos: COM cleanup for the IDirectMusicChordMap iface.
2014-03-11 10:28:56 +01:00
Nikolay Sivov
1510a11d89
scrrun: Remove unneeded forward interface definitions from idl.
2014-03-11 10:28:01 +01:00
Nikolay Sivov
863a761426
scrrun: Implement Count() property for drive collection.
2014-03-11 10:27:42 +01:00
Nikolay Sivov
a30a2abbc4
scrrun: Implement Skip() for drive collection.
2014-03-11 10:27:38 +01:00
Piotr Caban
770213e16c
ole32: Update reference counter of returned moniker in CreateGenericComposite.
2014-03-10 19:13:56 +01:00
Jacek Caban
c5b4c8e882
wmvcore: Added WMCreateProfileManager implementation.
2014-03-10 16:36:15 +01:00
Sebastian Lackner
e28fe966fe
shell32: Register user administrative tools shell folder.
...
Discovered by Michael Müller.
2014-03-10 12:20:00 +01:00
Qian Hong
298e050b43
user32/tests: Skip more winstation tests when no enough privileges.
2014-03-10 12:19:38 +01:00
Nikolay Sivov
b2a8a0893f
scrrun/tests: Use a writable location for folder creation test.
2014-03-10 12:16:58 +01:00
Nikolay Sivov
fac1c0d25b
scrrun: Fix Skip() for file collection.
2014-03-10 10:46:46 +01:00
Nikolay Sivov
a9a2c9b539
scrrun: Fix Next() for file collection.
2014-03-10 10:46:45 +01:00
Nikolay Sivov
c633a51773
msxml3/tests: Fixed some test failures.
2014-03-10 10:42:21 +01:00
Nikolay Sivov
5b43c42c88
msxml3: Remove dynamic properties support.
2014-03-10 10:42:02 +01:00
Jacek Caban
86ee4e959a
vbscript: Added support for VARIANT references to interp_newenum.
2014-03-10 10:41:52 +01:00
Jacek Caban
aa045d51b3
vbscipt: Allow ':' to be a separator in select case statement.
2014-03-10 10:41:49 +01:00
Jacek Caban
6f45902252
vbscript: Use VariantCopyInd in invoke_variant_prop.
2014-03-10 10:41:46 +01:00
Jacek Caban
6ad651bf77
vbscipt: Use VariantCopyInd in exec_script.
2014-03-10 10:41:42 +01:00
Marcus Meissner
a2894d4e41
wtsapi32: Remove useless info free (Coverity).
2014-03-10 10:41:38 +01:00
Marcus Meissner
0d00e16327
hhctrl.ocx: Free the correct buffer (Coverity).
2014-03-10 10:41:24 +01:00
Marcus Meissner
3fa41c9e70
msi: Fixed missing free in an error path (Coverity).
2014-03-10 10:41:15 +01:00
Marcus Meissner
6e25c34f2f
msxml3: Mirror the NULL checking logic (Coverity).
2014-03-10 10:40:35 +01:00
Marcus Meissner
221fd39937
crypt32: Fixed copy and paste error in engine creation (Coverity).
2014-03-10 10:40:32 +01:00
Jacek Caban
630e8d9257
urlmon/tests: Use asynchronous binding for invalid cert tests.
2014-03-07 17:38:41 +01:00
Jacek Caban
e739f040c0
crypt32: Simplified getting context expiration.
2014-03-07 16:36:36 +01:00
Jacek Caban
70628f80c0
vbscript: Directly access 'this' object properties in interpreter.
2014-03-07 14:34:47 +01:00
Jacek Caban
82cace0f0e
vbscipt: Added beginning support for arrays as class members.
2014-03-07 14:34:40 +01:00
Hans Leidekker
3dd7c60742
advapi32/test: Fix test failures on filesystems where compression is enabled.
2014-03-07 14:11:37 +01:00
Hans Leidekker
77f5f01bbb
ws2_32/tests: Mark some test results on Windows 8 as broken.
2014-03-07 14:11:35 +01:00
Alexandre Julliard
e64189aa55
kernel32/tests: Add more Unicode digit ranges.
2014-03-07 13:37:14 +01:00
Nikolay Sivov
83367e874c
user32/tests: Properly maintain clipboard viewers chain.
...
Without this CloseClipboard() will crash on Windows 8 if executed after
test_messages().
2014-03-07 11:36:08 +01:00
Henri Verbeet
c91c8ca92d
d3dx9: Use a 1x1x1 unit box in D3DXCreateBox().
2014-03-07 11:34:00 +01:00
Henri Verbeet
b0de8d8891
d3d8/tests: Handle failure to create a device in the stateblock tests with skip().
2014-03-07 11:33:53 +01:00
Henri Verbeet
ad86da8cd0
d3d9/tests: Handle failure to create a device in the stateblock tests with skip().
2014-03-07 11:33:49 +01:00
Henri Verbeet
314a016e29
d3d8/tests: Use create_device() in more tests.
2014-03-07 11:33:38 +01:00
Henri Verbeet
84faf3d8c2
d3d9/tests: Use create_device() in more tests.
2014-03-07 11:33:30 +01:00
Nikolay Sivov
d7aee26d7f
msxml3: Make propputref methods invocable with DISPATCH_PROPERTYPUT.
2014-03-07 11:30:51 +01:00
Piotr Caban
8d5b1dd502
dinput8: Create a window that will receive events generated by input tests.
2014-03-07 11:30:27 +01:00
Vincent Povirk
49f3b4282d
kernel32: Cache locale info from the registry.
2014-03-06 17:18:51 +01:00
Jacek Caban
35f164fac8
ws2_32: Improved WSAIoctl debug messages.
2014-03-06 16:25:38 +01:00
Jacek Caban
2871b4f6cd
atl/tests: Use HKCU instead of HKCR for registrar tests.
2014-03-06 16:25:29 +01:00
André Hentschel
b05a3e999c
ws2_32/tests: Get rid of the do_oob_send helper function.
2014-03-06 13:38:35 +01:00
André Hentschel
ec7c5907f7
ws2_32/tests: Test OOB data more sequential by sending bidirectional.
2014-03-06 13:38:35 +01:00
Dmitry Timoshkov
6670bbf56f
kernel32/tests: Add a test for CreateFile called with TRUNCATE_EXISTING/FILE_WRITE_DATA parameters.
2014-03-06 13:36:04 +01:00
Dmitry Timoshkov
d97e7baa66
kernel32/tests: Add some tests for CreateFile called on a directory instead of a file.
2014-03-06 13:36:04 +01:00
Dmitry Timoshkov
865b503af8
gdiplus/tests: Mark some GdipGetPropertyItem test results as broken under XP.
2014-03-06 13:36:04 +01:00
Dmitry Timoshkov
e06bac6ad8
taskschd/tests: Add more ITaskFolder::RegisterTask tests.
2014-03-06 13:36:04 +01:00
Henri Verbeet
b50235ab35
d3d9/tests: Don't bother handling Direct3DCreate9() failures, we verified it works earlier.
2014-03-06 12:01:29 +01:00
Henri Verbeet
db34ccd7f2
d3d8/tests: Don't bother handling Direct3DCreate8() failures, we verified it works earlier.
2014-03-06 12:01:28 +01:00
Henri Verbeet
0b547ee750
ddraw/tests: Verify that creating a ddraw object works before running any real tests.
2014-03-06 12:01:27 +01:00
Henri Verbeet
ae63dee517
wined3d: Get rid of GL_VENDOR_INTEL.
2014-03-06 12:01:27 +01:00
Nikolay Sivov
05c970c484
oleaut32/tests: Some tests for propputref invocation.
2014-03-06 12:01:26 +01:00
Nikolay Sivov
87fb169f9c
msxml3: Implement endElement() for writer's IVBSAXContentHandler.
2014-03-06 12:01:25 +01:00
Nikolay Sivov
dc37ed1f7a
msxml3: Implement startElement() for writer's IVBSAXContentHandler.
2014-03-06 12:01:25 +01:00
Matteo Bruni
9c5c3a81ce
wined3d: Free CS data on CS destruction.
2014-03-05 19:18:26 +01:00
Matteo Bruni
83c3f8c9ed
d3dx9: Free string data.
2014-03-05 19:18:20 +01:00
Matteo Bruni
596557a57a
d3dx9: Support skipping mip levels in D3DXCreateTextureFromFileInMemoryEx.
2014-03-05 19:18:17 +01:00
Matteo Bruni
7788161c91
d3dx9: Introduce a handle table for parameters to make lookup faster.
2014-03-05 19:18:11 +01:00
Matteo Bruni
db8e1df742
d3dx9: Fix an error trace.
2014-03-05 19:17:12 +01:00
Jacek Caban
22e75c69ab
wininet: Added support for raw deflate content encoding.
2014-03-05 19:17:00 +01:00
Jacek Caban
2667a5376c
wininet: Get rid of no longer needed hack in gzip_read that prevents consuming the whole input buffer until we're at the end of stream.
2014-03-05 19:16:58 +01:00
Jacek Caban
b7c47c033c
wininet: Use non-blocking reads in netconn_drain_content.
2014-03-05 19:16:55 +01:00
Jacek Caban
f9a16d70e2
wininet: Get rid of no longer needed size calculation in netconn_read.
2014-03-05 19:16:53 +01:00
Jacek Caban
d8948da1b4
wininet: Improved non-blocking mode in secure NETCON_recv.
2014-03-05 19:16:50 +01:00
Jacek Caban
0767e06044
wininet: Use blocking_mode_t instead of flags in NETCON_recv.
2014-03-05 19:16:46 +01:00
Jacek Caban
ac58c3e8bc
wininet: Renamed read_mode_t to blocking_mode_t.
2014-03-05 19:16:41 +01:00
Francois Gouget
c4ae0298d0
faultrep/tests: Update is_process_limited() to deal with non-administrator, non-power user accounts.
2014-03-05 11:50:40 +01:00
Francois Gouget
f6ccfaa6f3
msi/tests: Update is_process_limited() to deal with non-administrator accounts.
2014-03-05 11:50:35 +01:00
Francois Gouget
38aa71b2c6
msi/tests: Skip some package tests if in a non-administrator, non-power user account.
2014-03-05 11:50:30 +01:00
Francois Gouget
601c5a1a68
msi/tests: Avoid msi test failures when running in an account with insufficient privileges.
2014-03-05 11:50:22 +01:00
Francois Gouget
65bacd4b69
msi/tests: Avoid source test failures when running in an account with insufficient privileges.
2014-03-05 11:50:02 +01:00
Henri Verbeet
720f686874
wined3d: Recognize VMware SVGA3D.
...
Unfortunately I was only able to test this by overriding the GL_RENDERER and
GL_VENDOR strings returned by the driver.
2014-03-05 11:49:53 +01:00
Henri Verbeet
9ee120f108
ddraw/tests: Avoid using EnumDevices() to get a supported Z buffer format.
2014-03-05 11:49:48 +01:00
Henri Verbeet
75935f9499
ddraw/tests: Add a test for creating surfaces with an explicit pitch.
2014-03-05 11:49:44 +01:00
Henri Verbeet
76ab86ee7f
ddraw: Disallow user memory surfaces before version 4.
2014-03-05 11:49:41 +01:00
Henri Verbeet
74b4b821ab
ddraw: Clear DDSD_LPSURFACE after surface creation.
2014-03-05 11:49:38 +01:00
Nikolay Sivov
17d1c0fbc7
msxml3: Fix BSTR retval handling for IVBSAXLocator.
2014-03-05 11:49:25 +01:00
Nikolay Sivov
7ca1ac7365
msxml3: Fix retval BSTR handling for IVBSAXXMLReader.
2014-03-05 11:49:21 +01:00
Nikolay Sivov
969f060e58
msxml3: Fix IVBSAXAttributes handling of retval BSTRs.
2014-03-05 11:49:17 +01:00
Nikolay Sivov
3cce31b132
msxml3: Fix return values for some methods needed by SAX reader.
2014-03-05 11:49:12 +01:00
Nikolay Sivov
89c21a89a6
msxml3: Added stubs for ISAXErrorHandler/IVBSAXErrorHandler for MXWriter.
2014-03-05 11:49:09 +01:00
Nikolay Sivov
71ecd3b422
msxml3: Added stub support for ISAXDTDHandler/IVBSAXDTDHandler for MXWriter.
2014-03-05 11:49:04 +01:00
Vincent Povirk
2e384c4f95
ole32: Use pstgPriority if specified in StgOpenStorage.
2014-03-05 11:48:57 +01:00
Daniel Lehman
cdc03fa9b8
ole32: Make some COM functions hot-patchable.
2014-03-05 11:48:13 +01:00
Piotr Caban
049f08f4cd
hlink: Improve file protocol handling in HlinkParseDisplayName.
2014-03-04 19:24:29 +01:00
Jacek Caban
595fb40efc
mshtml: Don't use fragment navigation for SuperNavigate calls.
2014-03-04 19:24:26 +01:00
Francois Gouget
badff7c43a
msi/tests: Check that we have enough privileges to run the automation tests.
...
Note that we could have enough privileges to do the InstallProduct
tests, but not enough to clean up the registry after them, thus
causing later runs to fail. In that case we skip the tests.
2014-03-04 19:23:35 +01:00
Jacek Caban
ca2e1c164f
crypt32: Added support for HCCE_LOCAL_MACHINE.
2014-03-04 17:06:24 +01:00
Jacek Caban
786c0c2d58
crypt32: Moved chain engine handle handling to separated function and improved error handling.
2014-03-04 17:06:19 +01:00
Francois Gouget
f1087d865b
kernel32/tests: Skip some profile tests if not allowed to create files in the Windows directory.
2014-03-04 17:06:07 +01:00
Francois Gouget
daaae48e8f
advapi32/tests: Fix the backup tests when run in a non-administrator pre-Vista account.
2014-03-04 17:06:01 +01:00
Henri Verbeet
9c138d772c
ddraw: Validate the surface pitch for user memory surfaces in ddraw_surface_init().
2014-03-04 11:51:06 +01:00
Henri Verbeet
10db40cecc
ddraw: Don't overwrite the caller specified pitch in ddraw_surface_init().
2014-03-04 11:51:03 +01:00
Henri Verbeet
162bc8db6e
ddraw: User memory surfaces should be created with an explicit pitch.
2014-03-04 11:51:01 +01:00
Henri Verbeet
da2fafca8d
ddraw: User memory surfaces should be in the system memory pool.
2014-03-04 11:50:58 +01:00
Henri Verbeet
c1032e977b
wined3d: Filter redundant WINED3D_MAP_DISCARD buffer maps.
2014-03-04 11:50:54 +01:00
Piotr Caban
9f9fb6b7f1
ole32/tests: Fix DoDragDrop tests.
2014-03-04 11:50:50 +01:00
Nikolay Sivov
d745e612ac
msxml3: Added partial implementation of IVBSAXContentHandler for MXWriter.
2014-03-04 11:50:10 +01:00
Stefan Leichter
73a2408f27
comdlg32: Update version resource to values reported from XP.
2014-03-04 11:49:50 +01:00
Michael Stefaniuc
9f2f30c412
avifil32: Avoid forward declarations of COM methods.
2014-03-04 11:49:34 +01:00
Michael Stefaniuc
5c12f6bdc9
avifil32: Merge IAVIStream into the WAVFile object.
2014-03-04 11:49:32 +01:00
Michael Stefaniuc
fbd740b7b1
avifil32: Merge IPersistFile into the WAVFile object.
2014-03-04 11:49:30 +01:00
Michael Stefaniuc
b1c6d5b111
avifil32/tests: Add WAVFile COM tests.
2014-03-04 11:49:28 +01:00
Michael Stefaniuc
8e9cacf099
avifil32: Support COM aggregation in WAVFile.
2014-03-04 11:49:26 +01:00
Michael Stefaniuc
3815c1e9b6
avifil32: Unconditionally support IAVIStream in WAVFile.
2014-03-04 11:49:24 +01:00
Michael Stefaniuc
d1bbb471e8
avifil32: Basic COM cleanup for IAVIFile from WAVFile.
2014-03-04 11:49:22 +01:00
Christoph von Wittich
7d5deb2e7f
comctl32/tests: CCS_VERT should be set when TBSTYLE_EX_VERTICAL is set.
2014-03-04 11:49:10 +01:00
Francois Gouget
376953e00a
oleaut32/tests: Fix compilation on systems that don't support nameless structs.
2014-03-03 19:11:20 +01:00
Matteo Bruni
e32672f2d7
d3dx9/tests: Replace a test giving inconsistent results on Windows.
2014-03-03 17:53:55 +01:00
Matteo Bruni
df3c573f63
d3dx9: Allow loading DDS volume textures into 2D textures.
2014-03-03 17:53:53 +01:00
Matteo Bruni
9008971bde
d3dx9: Improve a number of WARN messages.
2014-03-03 17:53:50 +01:00
Matteo Bruni
8b5cd9edbc
d3dx9: Always use type->Rows as D3DXPC_MATRIX_ROWS parameters size.
2014-03-03 17:53:37 +01:00
Matteo Bruni
c6fefc20a6
d3dx9: Turn D3DXCreateEffectEx FIXME into a TRACE, improve it a bit.
2014-03-03 17:53:34 +01:00
Stefan Dösinger
858bb223b4
winmm: Make some joystick functions hookable.
2014-03-03 17:46:54 +01:00
Stefan Dösinger
7f675174c8
d3d9: Make ResetEx and PresentEx hookable.
2014-03-03 17:46:52 +01:00
Stefan Dösinger
ece57889d6
user32: Make SetWindowTextA/W hookable.
2014-03-03 17:46:50 +01:00
Stefan Dösinger
97569e4e4a
ole32: Make CoCreateInstance hookable for Steam.
2014-03-03 17:46:47 +01:00
Stefan Dösinger
dfbff712f4
wined3d: surface_load_ds_location can handle WINED3D_LOCATION_DISCARDED.
2014-03-03 17:46:46 +01:00
Gediminas Jakutis
6749bdf66b
d3dx9/tests: Add a mesh test for D3DXCreateBox().
2014-03-03 17:46:44 +01:00
Gediminas Jakutis
cc3ec2da1a
d3dx9: Implement D3DXCreateBox().
2014-03-03 17:46:42 +01:00
Jacek Caban
955ce003ae
qcap: Added AVICompressorIn_Disconnect implementation.
2014-03-03 17:02:56 +01:00
Jacek Caban
fd3563b2b9
wininet/tests: Fixed tests for the new winehq.org cert.
2014-03-03 17:02:54 +01:00
Jacek Caban
29a409b222
secur32/tests: Fixed tests with new winehq.org setup.
2014-03-03 17:02:53 +01:00
Hans Leidekker
f525038142
msi: Remove the product reference when a shared component is unregistered.
2014-03-03 17:02:51 +01:00
Aric Stewart
beab7da6cd
user32: Correct buffer calculation for GetMenuStringA.
2014-03-03 17:02:49 +01:00
Nikolay Sivov
d6de1be777
msxml3: Added IVBSAXLexicalHandler interface for MXWriter.
2014-03-03 17:02:48 +01:00
Nikolay Sivov
94dcff1dda
msxml3: Added IVBSAXDeclHandler interface for MXWriter.
2014-03-03 17:02:46 +01:00
Nikolay Sivov
a28ace9ae7
msxml3: Support more variant types in putProperty().
2014-03-03 17:02:45 +01:00
Nikolay Sivov
a41446b1f7
msxml3: Fix IVBSAXXMLReader interface definition.
2014-03-03 17:02:43 +01:00
Nikolay Sivov
2b4f20b8c3
msxml3: Support VT_BSTR|VT_BYREF as reader input.
2014-03-03 17:02:42 +01:00
Nikolay Sivov
19eecac79c
msxml3: Unify Invoke()/InvokeEx() tracing format.
2014-03-03 17:02:41 +01:00
Nikolay Sivov
fbd446519c
fontsub: Added dll stub.
2014-03-03 17:02:39 +01:00
Piotr Caban
6d1ab7fa16
ole32: Add more DoDragDrop tests.
2014-03-03 17:02:35 +01:00
Piotr Caban
efbd52983a
ole32: Fix DROPEFFECT value in OLEDD_TrackStateChange.
2014-03-03 17:02:33 +01:00
Piotr Caban
68d3a136f6
ole32: Merge OLEDD_TrackMouseMove and OLEDD_TrackStateChange functions.
2014-03-03 17:02:32 +01:00
Piotr Caban
bc2c6d39a6
ole32: Change DoDragDrop return value on IDropTarget::Drop call.
2014-03-03 17:02:31 +01:00
Nikolay Sivov
bc50be98c9
oleaut32: Implement DISPID_PICT_RENDER dispid.
2014-03-03 17:02:26 +01:00
Henri Verbeet
b40eda767b
wined3d: Also trace "mem" and "pitch" in wined3d_surface_update_desc().
2014-03-03 17:02:25 +01:00
Henri Verbeet
66aa4dcc6c
ddraw/tests: Don't trust what EnumDevices() tells us about the supported Z buffer formats.
2014-03-03 17:02:23 +01:00
Henri Verbeet
9677805ec4
ddraw/tests: Properly create offscreen plain surfaces.
...
It's not entirely clear what kind of surface is actually created when just
DDSCAPS_SYSTEMMEMORY is specified, but at the very least its format appears to
be validated against the current display mode, which is not what we want.
2014-03-03 17:02:22 +01:00
Henri Verbeet
048f4d4c26
ddraw/tests: Try 24 bpp display modes if 32 bpp modes are unavailable.
2014-03-03 17:02:20 +01:00
Henri Verbeet
1168948764
d3d9/tests: Get rid of "skip_once" in yuv_layout_test().
2014-03-03 17:02:19 +01:00
Hans Leidekker
d0d9b9dcd7
wbemprox: Add support for negated expressions in WHERE clauses.
2014-03-03 17:02:18 +01:00
Hans Leidekker
14bc54d536
wbemprox: Implement Win32_PhysicalMedia.Tag.
2014-03-03 17:02:16 +01:00
Hans Leidekker
59b9c36df5
wbemprox: Implement Win32_DiskDrive.MediaType.
2014-03-03 17:02:15 +01:00
Nikolay Sivov
95142cad53
kernel32: Partial implementation for GetCalendarInfoEx().
2014-03-03 17:02:14 +01:00
Nikolay Sivov
91ee56769c
dmime: COM cleanup of IDirectMusicGraph interface.
2014-03-03 17:02:11 +01:00
Stefan Leichter
0eb626587b
fltlib: Add a version resource.
2014-02-27 14:33:31 -06:00
Dmitry Timoshkov
ee806d9af7
taskschd: Add more tests for RegisterTask, GetTask and DeleteTask.
2014-02-27 11:47:06 -06:00
Aric Stewart
a2c905244b
shell32: Improve the FO_MOVE operation.
2014-02-27 11:45:51 -06:00
Francois Gouget
af0bf54bd0
ddraw/tests: Simplify the 'NT4 testbot' special case a bit.
2014-02-27 10:04:52 -06:00
Jacek Caban
28d3d7a026
wmp: Added version info resources.
2014-02-27 09:52:32 -06:00
Jacek Caban
f88b51731f
urlmon: Fixed url.c tests on IE11.
2014-02-27 09:52:20 -06:00
Piotr Caban
367577c0d6
user32: Check WS_CHILD style in IsChild function.
2014-02-27 09:51:50 -06:00
Hans Leidekker
ec082c3102
winspool: Add stub implementations of UploadPrinterDriverPackageA/W.
2014-02-27 09:32:47 -06:00
Hans Leidekker
a547027b01
msi: Correctly [un]register progids when associated class and extensions change state.
2014-02-27 09:32:21 -06:00
Hans Leidekker
28ecbec88d
msi: Get rid of the InstallMe field in MSIMIME.
2014-02-27 09:32:11 -06:00
Hans Leidekker
f0d663fb4d
msi: Use an INSTALLSTATE variable to track install state of classes and extensions.
2014-02-27 09:32:02 -06:00
Nikolay Sivov
347da355ba
dmime: COM cleanup of IDirectMusicSegmentState8 interface.
2014-02-27 09:27:21 -06:00
Frédéric Delanoy
b89f92181a
shlwapi/tests: Use BOOL type where appropriate.
2014-02-27 09:26:38 -06:00
Frédéric Delanoy
7e17eec750
dplayx: Use BOOL type where appropriate.
2014-02-27 09:26:28 -06:00
Erich E. Hoover
ee484b3140
hhctrl.ocx: Permit HTML start/end tags within quoted attributes.
2014-02-27 09:26:07 -06:00
Erich E. Hoover
5eb040253c
hhctrl.ocx: Support delimited filenames for HH_DISPLAY_TOPIC data.
2014-02-27 09:25:36 -06:00
Aric Stewart
fcae01672f
dmime: Do not try to query a NULL direct sound buffer.
2014-02-26 13:38:06 -06:00
Francois Gouget
4f26fb0e0b
ddraw/tests: Fix some comma versus semi-colon mixups.
2014-02-26 13:38:03 -06:00
André Hentschel
7f9756e1ea
kernel32/tests: Remove unused assertion header.
2014-02-26 13:03:59 -06:00
Huw Davies
7c684cc81c
wineps: Return 32 even for monochrome printers.
...
Returning 1 led to CreateCompatibleBitmap producing 1 bpp bitmaps, which is not correct.
2014-02-26 12:38:44 -06:00
Vincent Povirk
b4daf7a7f0
msi/tests: Add tests for [un]registering progids.
2014-02-26 11:12:25 -06:00
Stefan Leichter
26777a4638
wtsapi32/tests: Add some tests for WTSEnumerateProcessesW.
2014-02-26 09:28:20 -06:00
Alistair Leslie-Hughes
bf681bff2e
dpnet: Add pointer tests and checks in EnumServiceProvider.
2014-02-26 09:26:35 -06:00
Nikolay Sivov
ee9c7dc0b6
fntcache: Added stub Font Cache service.
2014-02-26 09:13:16 -06:00
Piotr Caban
99298f85e4
qcap/tests: Add option to save generated avi file.
2014-02-26 09:10:25 -06:00
Piotr Caban
f6986991be
qcap/tests: Add more Avi Mux tests.
2014-02-26 09:10:22 -06:00
Piotr Caban
ad7eb42246
qcap: Fix uninitialized variable access in Avi Mux.
2014-02-26 09:09:13 -06:00
Piotr Caban
98d0ab3a9f
qcap: Fix some memory leaks in Avi Mux.
2014-02-26 09:09:05 -06:00
Piotr Caban
f4e201ad46
qcap: Fix strf chunk size in AviMuxIn_ReceiveConnection.
2014-02-26 09:08:58 -06:00
Piotr Caban
dddc278b4d
qcap: Add Avi Mux IBaseFilter::Stop implementation.
2014-02-26 09:08:51 -06:00
Jacek Caban
fea6fedf29
wmp: Added IWMPPlayer4::get_settings implementation.
2014-02-26 09:08:38 -06:00
Jacek Caban
b61c63af56
urlmon: Query bind info object for BINDSTRING_ROOTDOC_URL.
2014-02-26 09:08:26 -06:00
Jacek Caban
9c642455f0
urlmon: Fixed protocol tests on IE11.
2014-02-26 09:08:19 -06:00
Francois Gouget
305ff1287b
d3d10_1: Make debug_d3d10_{driver_type,feature_level}() static.
2014-02-26 09:05:54 -06:00
Alexandre Julliard
0e42fd97c0
ntdll: Detect 16-bit modules and resolve imports for them.
2014-02-25 16:08:24 -06:00
Piotr Caban
f4d7a9ab53
qcap: Add Avi Mux IMemInputPin::Receive implementation.
2014-02-25 14:25:57 -06:00
Piotr Caban
0c73ce54cd
qcap: Add Avi Mux Receive helper implementation.
2014-02-25 14:25:51 -06:00
Piotr Caban
053b1f6f60
qcap: Add partial Avi Mux IBaseFilter::Run implementation.
2014-02-25 14:25:40 -06:00
Piotr Caban
b43dcc4515
qcap: Add support for FORMAT_VideoInfo pins in AviMuxIn::ReceiveConnection.
2014-02-25 14:25:30 -06:00
Piotr Caban
e32a9afe65
qcap: Add Avi Mux IConfigInterleaving::put_Interleaving implementation.
2014-02-25 14:25:09 -06:00
Piotr Caban
cde81264e5
qcap: Fix Avi Mux IConfigInterleaving::put_Mode implementation.
2014-02-25 14:25:02 -06:00
Nikolay Sivov
17c4c1bef5
scrrun: Implement DriveType property of IDrive.
2014-02-25 14:24:47 -06:00
Nikolay Sivov
b8e78f3234
scrrun: Added IDrive stub and Next() for drive collection.
2014-02-25 14:24:36 -06:00
Nikolay Sivov
efa2905cf8
oleaut32: Use better naming to clarify copy direction.
2014-02-25 14:22:55 -06:00
Nikolay Sivov
2ce06e5727
oleaut32: Fix SafeArrayGetElement() for FADF_RECORD arrays.
2014-02-25 14:22:49 -06:00
Nikolay Sivov
4c02dc867f
oleaut32: Propagate return codes properly.
2014-02-25 14:22:38 -06:00
Dmitry Timoshkov
4c08276e6b
taskschd: Return appropriate error code for a malformed XML.
2014-02-25 14:22:23 -06:00
Dmitry Timoshkov
39f0b276c7
taskschd: Don't accept task XML with an invalid boolean value.
2014-02-25 14:22:17 -06:00
Dmitry Timoshkov
d2fc6b3145
taskschd: Add a check for the task namespace.
2014-02-25 14:22:10 -06:00
Dmitry Timoshkov
1c778d91bd
taskschd/tests: Add more various tests.
2014-02-25 14:22:02 -06:00
Frédéric Delanoy
ce1175149b
comdlg32/tests: Use BOOL type where appropriate.
2014-02-25 14:21:50 -06:00
Frédéric Delanoy
b26c439150
avifil32: Use BOOL type where appropriate.
2014-02-25 14:21:41 -06:00
Francois Gouget
d155df5c19
winmm/tests: Change the current directory to a place that will be writable.
2014-02-25 14:21:14 -06:00
Francois Gouget
2e0d15b007
oleaut32/tests: Skip the test_stub() tests if we have insufficient privileges.
2014-02-25 14:20:23 -06:00
Francois Gouget
e08c6947c2
d3d9/tests: Fix some test failures on Windows 2000.
2014-02-25 14:20:15 -06:00
Matteo Bruni
8226a187d6
d3dx9: Don't call CoUninitialize if CoInitializeEx failed.
2014-02-25 14:18:07 -06:00
Matteo Bruni
244100f01c
d3dx9: Remove Begin/End stub fixmes.
2014-02-25 14:17:59 -06:00
Matteo Bruni
49604ca1b7
d3dx9: Kill a noisy TRACE.
2014-02-25 14:17:51 -06:00
Matteo Bruni
62288d02be
d3dx9: Call D3DCompile() for ASCII effects.
2014-02-25 14:17:45 -06:00
Matteo Bruni
b86b3dfa40
d3dx9: Calling CommitChanges with no active pass silently returns.
2014-02-25 14:17:35 -06:00
Christoph von Wittich
37e0a1a5d4
comctl32: Rename TBSTYLE_EX_UNDOC1 to TBSTYLE_EX_VERTICAL.
2014-02-24 15:00:40 -06:00
Huw Davies
ad7e889c1d
wineps: Use the correct colours when a monochrome bitmap without a colour table is the source.
2014-02-24 09:31:00 -06:00
Piotr Caban
90dfe084c6
qcap: Add Avi Mux input pin IMemInputPin::ReceiveCanBlock implementation.
2014-02-24 09:16:25 -06:00
Piotr Caban
6017d55d07
qcap: Add Avi Mux IConfigInterleaving::put_Mode implementation.
2014-02-24 09:16:18 -06:00