oleaut32/tests: Replace realloc() with HeapReAlloc().
[wine] / dlls / ole32 /
2009-05-18  Huw Daviesole32: Implement TYMED_ISTORAGE marshalling.
2009-05-18  Huw Daviesole32: Implement TYMED_ISTREAM marshalling.
2009-05-18  Huw Daviesole32/tests: Add tests for TYMED_ISTREAM marshalling.
2009-05-18  Huw Daviesole32: Add support for marshalling pUnkForRelease.
2009-05-18  Huw Daviesole32/tests: Add tests for STGMEDIUM marshalling with...
2009-05-18  Huw Daviesole32: Implement the WdtpInterfacePointer marshal funct...
2009-05-18  Huw Daviesole32/tests: Show that it's the loword of the separate...
2009-05-18  Huw Daviesole32: Add proxies and stubs for FillAppend and FillAt.
2009-05-18  Huw Daviesole32: Add proxies and stubs for ReadAt and WriteAt.
2009-05-18  Huw Daviesole32: Add proxies and stubs for OpenStream and EnumEle...
2009-05-18  Huw Daviesole32: Add proxies and stubs for Seek and CopyTo.
2009-05-18  Huw Daviesole32: Add proxies and stubs for Read and Write.
2009-05-18  Huw Daviesole32: Add proxies and stubs for GetData and GetDataHere.
2009-05-12  Huw Daviesole32/tests: Add tests to show the WdtpInterfacePointer...
2009-05-12  Huw Daviesole32/tests: Make the size tests for the WdtpInterfaceP...
2009-05-08  Alexandre Julliardole32/tests: Fix the clipboard format test on Win64.
2009-05-05  Hans Leidekkerole32: Use existing MTA in CoGetClassObject and CoCreat...
2009-05-05  Hans Leidekkerole32: Add tests to show that COM needs to be initializ...
2009-04-30  Huw Daviesole32: Implement GetDataHere.
2009-04-28  Huw Daviesole32: Don't ask for a name if it's not required.
2009-04-24  Huw Daviesole32/tests: Improve the traces in the test.
2009-04-24  Huw Daviesole32: Fix a couple of comments.
2009-04-24  Huw Daviesole32: Expose the marshalled data on the clipboard...
2009-04-24  Austin Englishole32: Rename a macro to prevent a conflict on NetBSD.
2009-04-24  Aric Stewartole32: CoGetTreatAsClass should return S_FALSE if it...
2009-04-23  Huw Daviesole32: Rewrite OleQueryCreateFromData so it compares...
2009-04-23  Huw Daviesole32: Register a few more clipboard formats and make...
2009-04-23  Huw Daviesole32: Add a stub for OleCreateFromDataEx.
2009-04-23  Huw Daviesole32/tests: For win9x and winme the size of the data...
2009-04-22  Huw Daviesole32/tests: Rename variable to avoid a conflict on...
2009-04-22  Huw Daviesole32: Improve the TRACEs by printing the fmtetc contents.
2009-04-22  Huw Daviesole32/tests: Add some tests to exercise the enumerator.
2009-04-22  Huw Daviesole32/tests: win9x and winme don't enumerate duplicated...
2009-04-22  Huw Daviesole32/tests: win64 sets the lsb of the final DWORD...
2009-04-22  Huw Daviesole32/tests: win9x and winme don't have CF_UNICODETEXT.
2009-04-22  Huw Daviesole32/tests: win9x, winme and nt4 ignore the target...
2009-04-22  Huw Daviesole32/tests: OleGetClipboard doesn't return the same...
2009-04-21  Huw Daviesole32: Add support for enumerating non-ole clipboard...
2009-04-21  Huw Daviesole32: Don't set cf_dataobject if we're clearing the...
2009-04-21  Huw Daviesole32: Check that the target devices match.
2009-04-21  Huw Daviesole32: Make get_priv_data return target device ptrs...
2009-04-16  Huw Daviesole32/tests: Tests for a flushed clipboard.
2009-04-16  Huw Daviesole32: Try global and stream types if the requested...
2009-04-16  Huw Daviesole32: OleFlushClipboard should render all formats...
2009-04-16  Huw Daviesole32: Add support for getting storage based objects...
2009-04-16  Huw Daviesole32: Add support for getting stream based objects...
2009-04-16  Huw Daviesole32: Add support for getting global handle objects...
2009-04-16  Huw Daviesole32/tests: Add a few more reference count tests.
2009-04-16  Huw Daviesole32: After a call to GetData the consumer should...
2009-04-16  Huw Daviesole32: Now that the consumer side of the clipboard...
2009-04-16  Huw Daviesole32: The consumer data object is not a singleton...
2009-04-16  Huw Daviesole32/tests: Tests that show the consumer data object...
2009-04-16  Huw Daviesole32: If there's a current data object on the ole...
2009-04-16  Huw Daviesole32: Store the marshalled IDataObject in a window...
2009-04-16  Huw Daviesole32: Rename a variable.
2009-04-16  Huw Daviesole32: Don't pass a window if we're reading from the...
2009-04-16  Huw Daviesole32: Add a function to return (and possibly create...
2009-04-16  Huw Daviesole32: Add a helper function to set and release the...
2009-04-16  Huw Daviesole32: Add a helper function to return the ole clipboar...
2009-04-16  Huw Daviesole32: Unicodify window creation. Don't register the...
2009-04-16  Huw Daviesole32: Use helper function to duplicate global memory.
2009-04-16  Huw Daviesole32: Add support for rendering storage data to the...
2009-04-16  Huw Daviesole32: Make all formats available to the clipboard.
2009-04-16  Huw Daviesole32: Add support for rendering stream data to the...
2009-04-16  Huw Daviesole32: Rewrite the clipboard window's wndproc to use...
2009-04-16  Huw Daviesole32: Change helper function to return the matching...
2009-04-16  Huw Daviesole32: Store a cached version of the local data object...
2009-04-08  Alexandre Julliardole32/tests: Avoid size_t in traces.
2009-04-02  Vincent Povirkole32: When renaming a storage element, delete from...
2009-04-01  Huw Daviesole32: Change the global memory duplicator to return...
2009-04-01  Huw Daviesole32: Rename a few variables and remove a couple of...
2009-04-01  Huw Daviesole32: Move the embed source hack to a separate function.
2009-04-01  Huw Daviesole32/tests: Set tymed in GetData and AddRef the interf...
2009-03-31  Huw Daviesole32/tests: Add some tests for stream data.
2009-03-31  Huw Daviesole32/tests: Add broken return value for win98.
2009-03-31  Huw Daviesole32/tests: On win9x GetClipboardData returns a new...
2009-03-31  Huw Daviesole32: Simplify some of the error handling.
2009-03-30  Huw Daviesole32/tests: Tests for EnumFormatEtc.
2009-03-30  Huw Daviesole32/tests: Fix DVTARGETDEVICE offsets.
2009-03-30  Huw Daviesole32: Reimplement the formatetc enumerator using ...
2009-03-30  Huw Daviesole32: AddRef does not return an HRESULT. Have the...
2009-03-30  Huw Daviesole32: Change the enum formatetc constructor to return...
2009-03-30  Huw Daviesole32: Don't hold a reference on the parent IDataObject.
2009-03-30  Huw Daviesole32: Rename a variable.
2009-03-30  Huw Daviesole32: Use a helper function to access the enum format...
2009-03-26  Huw Daviesole32: Set the 'Ole Private Data' clipboard format.
2009-03-26  Huw Daviesole32: OleFlushClipboard shouldn't call EmptyClipboard.
2009-03-25  Huw Daviesole32/tests: Tests for the 'Ole Private Data' clipboard...
2009-03-25  Huw Daviesole32: Move the code to set the clipboard formats to...
2009-03-23  Huw Daviesole32: Store the ole clipboard window's HWND in the...
2009-03-23  Huw Daviesole32: Register DataObject clipboard format.
2009-03-23  Huw Daviesole32: Use IsEqualIID rather than memcmp.
2009-03-23  Huw Daviesole32: Simplify QueryInterface.
2009-03-23  Huw Daviesole32: pFmt isn't exposed to the client, so simplify...
2009-03-23  Huw Daviesole32: Rearrange functions to eliminate forward declara...
2009-03-23  Huw Daviesole32: Add a helper function to retrieve the implementa...
2009-03-23  Huw Daviesole32: Don't allocate the ole clipboard object in globa...
2009-03-23  Huw Daviesole32: Remove unused static variable.
2009-03-13  Michael Stefaniucwidl: Output "LONG" instead of "long" for a 32bit integer.
2009-03-12  Alexandre Julliardole32: Get rid of WINE_StringFromCLSID and A->W convers...
next