Sebastian Lackner
|
fdd83248b6
|
ole32/tests: Add additional tests for CoWaitForMultipleHandles and WM_QUIT.
|
2015-05-22 14:09:19 +09:00 |
Nikolay Sivov
|
aa3a234803
|
ole32: Implement SNB marshalling.
|
2015-05-15 21:58:06 +09:00 |
Francois Gouget
|
5f35f1a8db
|
ole32/tests: Silence some clipboard traces that generate too many lines.
|
2015-05-12 22:32:34 +09:00 |
Nikolay Sivov
|
26a9f62db7
|
ole32/tests: Added a test for OleRun().
|
2015-05-08 18:33:35 +09:00 |
Nikolay Sivov
|
bb37d75074
|
ole32/tests: Fix a test failure on Win8.
|
2015-05-01 21:12:42 +09:00 |
Nikolay Sivov
|
3d33d8a9c4
|
ole32/tests: Fix test failures on some VMs with limited user permissions.
|
2015-05-01 21:12:23 +09:00 |
Huw Davies
|
a38699084b
|
ole32/tests: Win 8 releases the drop target in OleUninitialize().
|
2015-04-20 14:37:13 +09:00 |
Huw Davies
|
f57e08995a
|
ole32/tests: Add tests for loading a dib 'CONTENTS' stream.
|
2015-03-25 19:46:03 +09:00 |
Nikolay Sivov
|
597515c074
|
ole32/tests: Return interface pointer instead of impl pointer from QI.
|
2015-03-24 18:16:34 +09:00 |
Alexandre Julliard
|
c6c3ccad36
|
ole32: Remove confusing uses of the __thiscall specifier.
|
2015-03-12 14:20:33 +09:00 |
Vincent Povirk
|
06b735ae76
|
ole32: Test the entire range lock block for synchronization.
|
2015-03-11 12:45:33 +09:00 |
Nikolay Sivov
|
44360823b9
|
oleaut32: Use WdtpInterfacePointer_* functions in VARIANT marshalling.
|
2015-03-09 22:06:21 +09:00 |
Michael Stefaniuc
|
514951cc11
|
ole32: Return the buffer pointer when WdtpInterfacePointer_UserMarshal fails.
Found by PVS-Studio.
|
2015-01-19 14:20:50 +01:00 |
Michael Stefaniuc
|
139ebf643a
|
ole32/tests: Remove unused assignments (PVS-Studio).
|
2015-01-19 14:20:36 +01:00 |
Michael Stefaniuc
|
c2da97a5e5
|
ole32/tests: Actually test some return codes (PVS-Studio).
|
2015-01-19 14:20:32 +01:00 |
André Hentschel
|
065e4770f0
|
ole32/tests: Remove unused variable (Clang).
|
2014-12-02 10:48:37 +01:00 |
Sebastian Lackner
|
f6f55058e4
|
ole32: Don't process window events when APC calls are queued.
|
2014-11-21 20:10:04 +09:00 |
Sebastian Lackner
|
bbf6891030
|
ole32: Verify arguments for CoWaitForMultipleHandles, always initialize index to zero.
|
2014-11-21 20:10:01 +09:00 |
Sebastian Lackner
|
f7f2167fe8
|
ole32/tests: Add tests for CoWaitForMultipleHandles.
|
2014-11-21 20:09:58 +09:00 |
Nikolay Sivov
|
2487afa5d3
|
ole32/tests: Use proper wrappers for IObjContext methods.
|
2014-11-19 23:36:34 +09:00 |
Nikolay Sivov
|
f7fdaf1c9f
|
ole32/tests: Release() doesn't return HRESULT code.
|
2014-11-19 23:36:34 +09:00 |
Akihiro Sagawa
|
efdaa4a17a
|
ole32: Search 32-bit registry in 64-bit CoGetPSClsid and vice versa.
|
2014-07-15 15:34:40 +02:00 |
Akihiro Sagawa
|
fae8d9db5f
|
ole32/tests: Add CoGetPSClsid WOW64 registry tests.
|
2014-07-15 15:33:25 +02:00 |
Vincent Povirk
|
a270ed90ad
|
ole32: Add tests for STGC_OVERWRITE.
|
2014-06-16 09:28:45 +02:00 |
Andrew Eikum
|
c2089cbd0d
|
ole32: Respect TreatAs in CoCreateInstance.
|
2014-06-16 09:28:38 +02:00 |
Andrew Eikum
|
42f5118570
|
ole32: Implement CoTreatAsClass for classes without AutoTreatAs.
|
2014-06-16 09:28:29 +02:00 |
Guillaume Charifi
|
216b24527d
|
ole32: CoCreateGuid returns E_INVALIDARG on null-GUID.
|
2014-06-12 18:23:33 +02:00 |
Vincent Povirk
|
b3e26be0cb
|
ole32: STGM_NOSNAPSHOT implies deny write.
|
2014-05-12 10:48:14 +02:00 |
Vincent Povirk
|
4f0d36d9a0
|
ole32: Initial implementation of transaction locking.
|
2014-05-05 10:53:41 +02:00 |
Vincent Povirk
|
b4ade51a84
|
ole32: Accept STGM_TRANSACTED with no share mode specified.
|
2014-05-05 10:53:38 +02:00 |
Vincent Povirk
|
6417a277cf
|
ole32: Map STGM_SHARE_EXCLUSIVE to FILE_SHARE_READ.
|
2014-05-05 10:53:35 +02:00 |
Vincent Povirk
|
04735d6f39
|
ole32: Use share modes when creating storage files.
|
2014-05-05 10:53:30 +02:00 |
Francois Gouget
|
3d70f86fe2
|
ole32/tests: Add a trailing '\n' to an ok() call.
|
2014-05-02 17:15:24 +02:00 |
Huw Davies
|
dcfd901c83
|
ole32/tests: Fix win8 test failures.
|
2014-05-01 16:32:09 +02:00 |
Vincent Povirk
|
65887802c5
|
ole32: Initial storage file locking implementation.
|
2014-04-29 11:26:51 +02:00 |
Vincent Povirk
|
a00f43d7e0
|
ole32/tests: Add tests for sharing storages in transacted mode.
|
2014-04-29 11:26:33 +02:00 |
Vincent Povirk
|
b8c60aaeec
|
ole32/tests: Add tests for storage locking.
|
2014-04-29 11:25:55 +02:00 |
Dmitry Timoshkov
|
5356c945cd
|
ole32: Add support for VT_DISPATCH/VT_UNKNOWN to PropVariantClear and PropVariantCopy.
|
2014-04-21 11:09:53 +02:00 |
Dmitry Timoshkov
|
f9c40c37cd
|
ole32: If number of VT_VECTOR elements is 0 there is no need to allocate memory.
|
2014-04-18 13:09:19 +02:00 |
Dmitry Timoshkov
|
d68c13a894
|
ole32/tests: Add some tests for PropVariantCopy.
|
2014-04-18 13:09:11 +02:00 |
Dmitry Timoshkov
|
5e7251b937
|
ole32: Revert part of 3cb0c81336 .
VT_INT|VT_VECTOR and VT_UINT|VT_VECTOR are not supposed to be supported
by PropVariantClear and PropVariantCopy.
|
2014-04-18 13:08:59 +02:00 |
Dmitry Timoshkov
|
f35078ee40
|
ole32/tests: Fix crashes in PropVariantClear tests under win64.
|
2014-04-18 13:08:57 +02:00 |
Dmitry Timoshkov
|
ccefbee73b
|
ole32/tests: Fix crashes in PropVariantClear tests under win2000 and XP.
|
2014-04-17 10:44:55 +02:00 |
Dmitry Timoshkov
|
0946c154fa
|
ole32: PropVariantClear should always reset contents of the passed in PROPVARIANT.
|
2014-04-16 10:55:07 +02:00 |
Dmitry Timoshkov
|
7de7fc653b
|
ole32/tests: Add more tests for PropVariantClear.
|
2014-04-16 10:54:54 +02:00 |
Dmitry Timoshkov
|
3cb0c81336
|
ole32: Add support for VT_INT/VT_UINT to PropVariantClear and PropVariantCopy.
|
2014-04-16 10:54:48 +02:00 |
Piotr Caban
|
2fbbe143be
|
ole32: Add more SetConvertStg amd WriteFmtUserTypeStg tests.
|
2014-04-07 19:06:42 +02:00 |
Piotr Caban
|
0d4c693a7b
|
ole32: Add OleDoAutoConvert implementation.
|
2014-04-07 19:06:39 +02:00 |
Vincent Povirk
|
2e384c4f95
|
ole32: Use pstgPriority if specified in StgOpenStorage.
|
2014-03-05 11:48:57 +01:00 |
Piotr Caban
|
9f9fb6b7f1
|
ole32/tests: Fix DoDragDrop tests.
|
2014-03-04 11:50:50 +01:00 |