Alexandre Julliard
|
0f38b850c2
|
ole32/tests: Avoid using snprintf().
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-04-23 23:50:44 +02:00 |
Piotr Caban
|
f9beb7ff10
|
ole32: Add more IStorage clipboard tests.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-09-27 11:03:41 +02:00 |
Piotr Caban
|
01c6002a49
|
ole32: Improve OleClipboardData GetData implementation.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-09-27 11:03:41 +02:00 |
Piotr Caban
|
0196eee8a8
|
ole32: Change DataObjectImpl_GetData return value to show more implementation problems.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-09-27 11:03:41 +02:00 |
Piotr Caban
|
b8c7b33106
|
ole32: Add IDataObject_GetData tests on synthesized format.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-09-27 11:03:41 +02:00 |
Piotr Caban
|
058110369d
|
ole32: Initialize more FORMATETC fields using InitFormatEtc helper.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-09-27 11:03:41 +02:00 |
André Hentschel
|
355f6b24d2
|
ole32/tests: Don't crash if EnumFormatEtc failed.
Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-07-03 11:17:40 +02:00 |
Huw Davies
|
8fc1a4cd86
|
ole32: OleUninitialize() does not release the reference to the clipboard's source dataobject.
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-23 16:28:04 +02:00 |
Thomas Faber
|
87dba2bbd0
|
ole32: Zero STGMEDIUM before calling IDataObject::GetData.
Signed-off-by: Thomas Faber <thomas.faber@reactos.org>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-02-28 15:33:18 +01:00 |
Alexandre Julliard
|
526b19551b
|
ole32/tests: Add a test for WM_DRAWCLIPBOARD during OleSetClipboard.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-01-02 12:14:49 +01:00 |
Alexandre Julliard
|
8865f4a4ec
|
user32: Synthesize text clipboard formats on the user32 side.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-07 00:34:24 +09:00 |
Alexandre Julliard
|
295061a280
|
ole32/tests: Make the clipboard test more strict and remove Win9x compatibility cruft.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-08-17 14:26:59 +09:00 |
Michael Stefaniuc
|
11c67756d2
|
ole32/tests: Avoid casts from COM objects to ifaces.
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-08-11 20:18:01 +09:00 |
Francois Gouget
|
a648b87bff
|
ole32/tests: Fix spelling of a test function name.
Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-04-14 13:16:02 +09:00 |
Paul Gofman
|
d3b42a13d2
|
ole32/tests: OleGetClipboard should succeed when COM/OLE is not inited.
Signed-off-by: Paul Gofman <gofmanp@gmail.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-01-15 23:52:35 +09:00 |
Paul Gofman
|
5d4b23e6e7
|
ole32: Zero output interface pointer in OleGetClipboard() on error.
Signed-off-by: Paul Gofman <gofmanp@gmail.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-01-15 23:52:20 +09:00 |
Piotr Caban
|
d90ec79be2
|
ole32: Make clipboard latest_snapshot access thread safe.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-12-29 17:18:15 +01: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
|
597515c074
|
ole32/tests: Return interface pointer instead of impl pointer from QI.
|
2015-03-24 18:16:34 +09:00 |
Alexandre Julliard
|
aaa680bfda
|
ole32/tests: Fix array indices in a trace.
|
2013-05-21 14:57:53 +02:00 |
Michael Stefaniuc
|
43ae84636a
|
ole32: Avoid TRUE:FALSE conditional expressions.
|
2012-08-13 11:50:42 +02:00 |
Nikolay Sivov
|
d91dbd0baa
|
ole32/tests: Test for return value directly without macros.
|
2011-01-11 16:05:46 +01:00 |
Greg Geldorp
|
8cbb8cc38d
|
ole32/tests: Disable target device clipboard tests.
|
2011-01-03 16:57:04 +01:00 |
Michael Stefaniuc
|
6012a506cc
|
ole32/tests: Standardize the COM usage in clipboard.c.
|
2010-12-14 12:30:46 +01:00 |
Alexandre Julliard
|
bc8e70c089
|
ole32/tests: Make some variables static.
|
2010-10-01 13:37:14 +02:00 |
Jörg Höhle
|
08df19b405
|
ole32/tests: Guard ReleaseStgMedium with SUCCEEDED.
|
2009-09-30 14:31:57 +02:00 |
Huw Davies
|
7490f922e0
|
ole32/tests: Add a test for enhanced metafile retrieval.
|
2009-06-23 11:45:08 +02:00 |
Alexandre Julliard
|
fb640601ea
|
ole32: Fix some pointer conversion warnings on 64-bit.
|
2009-05-28 15:24:25 +02:00 |
Huw Davies
|
66d04f8eb6
|
ole32: Implement GetDataHere.
|
2009-04-30 17:20:00 +02:00 |
Huw Davies
|
d2837cb94d
|
ole32/tests: Improve the traces in the test.
|
2009-04-24 15:02:23 +02:00 |
Huw Davies
|
11cb788f35
|
ole32/tests: For win9x and winme the size of the data on the clipboard may be larger than expected.
|
2009-04-23 18:14:03 +02:00 |
Huw Davies
|
083473659b
|
ole32/tests: Rename variable to avoid a conflict on some systems.
|
2009-04-22 17:00:56 +02:00 |
Huw Davies
|
6928615d5c
|
ole32/tests: Add some tests to exercise the enumerator.
|
2009-04-22 14:43:37 +02:00 |
Huw Davies
|
1556d831c8
|
ole32/tests: win9x and winme don't enumerate duplicated cfFormats.
|
2009-04-22 14:43:33 +02:00 |
Huw Davies
|
d18875f306
|
ole32/tests: win64 sets the lsb of the final DWORD in the ole private data header.
|
2009-04-22 14:43:20 +02:00 |
Huw Davies
|
f9d48e7ba0
|
ole32/tests: win9x and winme don't have CF_UNICODETEXT.
|
2009-04-22 14:43:17 +02:00 |
Huw Davies
|
508d6db8e2
|
ole32/tests: win9x, winme and nt4 ignore the target device.
|
2009-04-22 14:43:13 +02:00 |
Huw Davies
|
57d555c796
|
ole32/tests: OleGetClipboard doesn't return the same object under win9x, winme and nt4.
|
2009-04-22 14:43:09 +02:00 |
Huw Davies
|
08d4352f9b
|
ole32: Add support for enumerating non-ole clipboard formats.
|
2009-04-21 13:26:17 +02:00 |
Huw Davies
|
575b0e1435
|
ole32: Don't set cf_dataobject if we're clearing the clipboard.
|
2009-04-21 13:21:19 +02:00 |
Huw Davies
|
1e73a54690
|
ole32: Check that the target devices match.
|
2009-04-21 13:16:48 +02:00 |
Huw Davies
|
aadd07ca9d
|
ole32/tests: Tests for a flushed clipboard.
|
2009-04-16 11:37:39 -05:00 |
Huw Davies
|
718831b77c
|
ole32/tests: Add a few more reference count tests.
|
2009-04-16 11:36:53 -05:00 |
Huw Davies
|
fca4ed5596
|
ole32: After a call to GetData the consumer should hold a ref on the source data object.
|
2009-04-16 11:36:42 -05:00 |
Huw Davies
|
df08d463c9
|
ole32: The consumer data object is not a singleton, but reflects the state of the clipboard when it was acquired.
|
2009-04-16 11:36:00 -05:00 |
Huw Davies
|
f8a1b7e5a5
|
ole32/tests: Tests that show the consumer data object isn't a singleton.
|
2009-04-16 11:35:24 -05:00 |
Alexandre Julliard
|
c378490d7d
|
ole32/tests: Avoid size_t in traces.
|
2009-04-08 16:09:52 +02:00 |
Huw Davies
|
126ec0181f
|
ole32/tests: Set tymed in GetData and AddRef the interfaces (ReleaseStgMedium releases them even if pUnkForRelease is non-NULL).
|
2009-04-01 15:23:03 +02:00 |
Huw Davies
|
61fa9bb061
|
ole32/tests: Add some tests for stream data.
|
2009-03-31 15:00:38 +02:00 |
Huw Davies
|
d28d731b61
|
ole32/tests: Add broken return value for win98.
|
2009-03-31 15:00:33 +02:00 |