Huw Davies
|
b045342ae8
|
ole32/tests: Add tests to show the WdtpInterfacePointer marshal data looks like the result of CoMarshalInterface.
|
2009-05-12 14:57:54 +02:00 |
Huw Davies
|
782ec11a0d
|
ole32/tests: Make the size tests for the WdtpInterfacePointer marshaller more restrictive.
|
2009-05-12 14:57:51 +02:00 |
Alexandre Julliard
|
18419dab31
|
ole32/tests: Fix the clipboard format test on Win64.
|
2009-05-08 13:52:05 +02:00 |
Hans Leidekker
|
bd4975acb0
|
ole32: Use existing MTA in CoGetClassObject and CoCreateInstance.
Custom actions in the CS3 installer depend on this.
|
2009-05-05 14:14:20 +02:00 |
Hans Leidekker
|
d2820c0684
|
ole32: Add tests to show that COM needs to be initialized only once for multi-threaded apartments.
|
2009-05-05 14:14:10 +02:00 |
Huw Davies
|
66d04f8eb6
|
ole32: Implement GetDataHere.
|
2009-04-30 17:20:00 +02:00 |
Huw Davies
|
2e11733f45
|
ole32: Don't ask for a name if it's not required.
|
2009-04-28 14:47:54 +02:00 |
Huw Davies
|
d2837cb94d
|
ole32/tests: Improve the traces in the test.
|
2009-04-24 15:02:23 +02:00 |
Huw Davies
|
739ca6deae
|
ole32: Fix a couple of comments.
|
2009-04-24 15:02:11 +02:00 |
Huw Davies
|
12edc21a3a
|
ole32: Expose the marshalled data on the clipboard rather than as a window prop so that other processes can actually read it.
|
2009-04-24 15:02:05 +02:00 |
Austin English
|
2fe86fb7cd
|
ole32: Rename a macro to prevent a conflict on NetBSD.
|
2009-04-24 11:51:53 +02:00 |
Aric Stewart
|
46da8ef18b
|
ole32: CoGetTreatAsClass should return S_FALSE if it cannot even find the key for the requested CLSID.
|
2009-04-24 11:51:35 +02:00 |
Huw Davies
|
211268a74e
|
ole32: Rewrite OleQueryCreateFromData so it compares clipboard format ids rather than strings and be sure to free the enumerator.
|
2009-04-23 18:14:27 +02:00 |
Huw Davies
|
b133e94b62
|
ole32: Register a few more clipboard formats and make them have global scope.
|
2009-04-23 18:14:27 +02:00 |
Huw Davies
|
689c510f63
|
ole32: Add a stub for OleCreateFromDataEx.
|
2009-04-23 18:14:27 +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
|
aaed9de51a
|
ole32: Improve the TRACEs by printing the fmtetc contents.
|
2009-04-22 17:00:53 +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
|
bdca138d5a
|
ole32: Make get_priv_data return target device ptrs (rather than offsets) and add a couple of helper functions to simplify this process.
|
2009-04-21 13:16:37 +02:00 |
Huw Davies
|
aadd07ca9d
|
ole32/tests: Tests for a flushed clipboard.
|
2009-04-16 11:37:39 -05:00 |
Huw Davies
|
c648dcf615
|
ole32: Try global and stream types if the requested types don't match the source.
|
2009-04-16 11:37:30 -05:00 |
Huw Davies
|
18d413bb74
|
ole32: OleFlushClipboard should render all formats to the clipboard.
|
2009-04-16 11:37:25 -05:00 |
Huw Davies
|
9bacd00ce7
|
ole32: Add support for getting storage based objects from a flushed clipboard.
|
2009-04-16 11:37:18 -05:00 |
Huw Davies
|
25d7ecde47
|
ole32: Add support for getting stream based objects from a flushed clipboard.
|
2009-04-16 11:37:10 -05:00 |
Huw Davies
|
f8a9ca2cfa
|
ole32: Add support for getting global handle objects from a flushed clipboard.
|
2009-04-16 11:37:03 -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
|
d2156f3894
|
ole32: Now that the consumer side of the clipboard separated from the main clipboard object, simplify the initialization code.
|
2009-04-16 11:36:39 -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 |
Huw Davies
|
4311691a88
|
ole32: If there's a current data object on the ole clipboard GetData should use it.
|
2009-04-16 11:35:15 -05:00 |
Huw Davies
|
6d4a394099
|
ole32: Store the marshalled IDataObject in a window property of the clipboard window.
This is somewhat different from how Windows behaves. Windows stores
two properties; an IID and an endpoint number.
|
2009-04-16 11:35:08 -05:00 |
Huw Davies
|
1ec12f68b1
|
ole32: Rename a variable.
|
2009-04-16 11:34:55 -05:00 |
Huw Davies
|
bd9eb3b527
|
ole32: Don't pass a window if we're reading from the clipboard.
|
2009-04-16 11:34:49 -05:00 |
Huw Davies
|
6526b570e1
|
ole32: Add a function to return (and possibly create) the clipboard's window.
|
2009-04-16 11:34:39 -05:00 |
Huw Davies
|
6ce9922f3d
|
ole32: Add a helper function to set and release the source IDataObject.
|
2009-04-16 11:34:06 -05:00 |
Huw Davies
|
bf8d85cee0
|
ole32: Add a helper function to return the ole clipboard structure.
|
2009-04-16 11:33:57 -05:00 |
Huw Davies
|
72f53ed4d7
|
ole32: Unicodify window creation. Don't register the class as global.
|
2009-04-16 11:33:50 -05:00 |
Huw Davies
|
5defc71dfe
|
ole32: Use helper function to duplicate global memory.
|
2009-04-16 11:33:40 -05:00 |
Huw Davies
|
469d6ea2df
|
ole32: Add support for rendering storage data to the clipboard.
|
2009-04-16 11:33:29 -05:00 |
Huw Davies
|
f4745c0a06
|
ole32: Make all formats available to the clipboard.
|
2009-04-16 11:33:19 -05:00 |