ieframe: Added ITargetFramePriv2 interface to HlinkFrame object.
[wine] / dlls / ole32 / tests /
2011-12-20  Francois Gougetinclude: Add a few missing include directives to shlguid.h.
2011-12-15  Francois Gougetinclude: Add a couple of missing include directives...
2011-09-21  Francois Gougetole32/tests: Skip some tests if not allowed to modify...
2011-09-19  Francois Gougetole32/tests: Fix compilation on systems that don't...
2011-09-13  Vincent Povirkole32: Discard existing data when creating a new storag...
2011-09-13  Vincent Povirkole32/tests: Test creation of a storage on an ILockByte...
2011-08-31  Octavian Voicuole32: Fix a few incorrect pointer/integer casts on...
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-08-03  Michael Stefaniucole32/tests: COM cleanup in compobj.c.
2011-07-26  Austin Englishole32/tests: Make sure to use a return value (LLVM...
2011-07-11  Frédéric Delanoyole32/tests: Remove dead assignment (Clang).
2011-06-08  Adam Martinsonole32: Don't call IDropTarget::QueryInterface() in...
2011-06-03  Vincent Povirkole32: Avoid opening source storage in IStorage::CopyTo.
2011-05-30  David Hedbergole32: Add ManualResetEvent implementation.
2011-05-20  Adam Martinsonole32/tests: IDropTarget::QueryInterface() shouldn...
2011-05-02  Nicolas Le Camole32/tests: Fix large integer overflow warnings.
2011-04-28  David Hedbergoleaut32: Fix CLSIDToString behaviour when passed an...
2011-04-08  Nikolay Sivovole32: Handle null argument in OleIsRunning().
2011-02-17  Austin Englishole32/tests: Make sure to use a return value (LLVM...
2011-02-14  Austin Englishole32/tests: Make sure to use return values (LLVM/Clang).
2011-02-14  Austin Englishole32/tests: Make sure to use a return value (LLVM...
2011-02-14  Austin Englishole32/tests: Make sure to use return values (LLVM/Clang).
2011-02-10  Austin Englishole32/tests: Make sure to use return values (LLVM/Clang).
2011-02-07  Austin Englishole32/tests: Remove unused assignment (LLVM/Clang).
2011-01-11  Nikolay Sivovole32/tests: Test for return value directly without...
2011-01-03  Greg Geldorpole32/tests: Disable target device clipboard tests.
2011-01-03  Greg Geldorpole32/tests: Fix crashes in usrmarshal.
2010-12-31  André Hentschelole32/tests: Don't test function directly when reportin...
2010-12-14  Michael Stefaniucole32/tests: Standardize the COM usage in clipboard.c.
2010-12-05  Michael Stefaniucole32/tests: Use an iface instead of a vtbl pointer...
2010-12-01  Andrew Bogottole32: Fix the test for arbitrary property ids.
2010-12-01  Andrew Bogottole32: Revert "ole32: Only read known format ids when...
2010-11-18  Andrew Bogottole32/tests: Added a couple of simple tests for StgCrea...
2010-11-16  Jacek Cabanole32: Skip more tests on win9x.
2010-11-01  Huw Daviesole32: Implement OnRun and OnStop.
2010-11-01  Huw Daviesole32/tests: Add tests to exercise the datacache's...
2010-10-21  David Hedbergole32: Pass failures from delegate object's ::QueryInte...
2010-10-18  David Hedbergole32: OleLoad should not fail even if IOleObject:...
2010-10-01  Alexandre Julliardole32/tests: Make some variables static.
2010-09-28  Andrew Eikumole32: Create a FORMATETC if one is not given in OleCreate.
2010-09-28  Huw Daviesole32: Call the draw_continue function.
2010-09-28  Huw Daviesole32/tests: Mark the draw_continue callbacks as option...
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-07-22  Huw Daviesole32/tests: Relax the reference counting tests a bit...
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-05-27  Vincent Povirkole32: Fix seeking backwards in hglobalstream.
2010-05-27  Vincent Povirkole32/tests: Add more IStream_Seek tests for hglobalstream.
2010-05-25  Juan Langole32: Only read known format ids when attempting to...
2010-05-25  Juan Langole32/tests: Test creating an IPropertySetStorage with...
2010-05-21  Andrew Nguyenole32/tests: Add tests for output parameters in MkParse...
2010-05-21  Andrew Nguyenole32: Validate pointer parameters in MkParseDisplayName.
2010-05-18  Nikolay Sivovole32: Use window property to store registered drop...
2010-05-07  Vincent Povirkole32: Fix reads past the end of streams.
2010-05-03  Nikolay Sivovole32/tests: Additional test for RevokeDragDrop with...
2010-05-03  Nikolay Sivovole32/ole2: Fix simple parameter handling for DoDragDrop().
2010-05-03  Nikolay Sivovole32/tests: Move tests to a separate function.
2010-04-09  Alexandre Julliardole32/tests: Avoid using a pointer difference in a...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-03-15  Vincent Povirkole32: Allow CopyTo to succeed in spite of already...
2010-03-05  Alexandre Julliardole32/tests: Avoid sizeof in traces.
2010-03-04  Vincent Povirkole32: Add tests for CopyTo in recursive situations.
2010-03-03  Vincent Povirkole32: Add a test showing IStorage_CopyTo ignores open...
2010-03-02  Reece Dunnole32: IMoniker_IsRunning returns E_INVALIDARG when...
2010-02-25  Reece Dunnole32: Fix the HGLOBAL stream Seek implementation.
2010-02-25  Reece Dunnole32/tests: Improve the HGLOBAL stream tests for Seek.
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-01-25  Vincent Povirkole32: IStorage_Revert has no effect for non-transacted...
2009-12-30  Alexander Kochetkovole32/storage32: Fix return value for invalid access...
2009-12-30  Rob Shearmanole32: Fix stream reference leak in test_ReadClassStm.
2009-12-28  Vincent Povirkole32: Always allow changes to read-only transacted...
2009-12-22  Paul Vriensole32/tests: Fix a test failure on several platforms.
2009-12-21  Vincent Povirkole32: Store the most recent item name in IEnumSTATSTG...
2009-12-21  Vincent Povirkole32: Make IEnumSTATSTG functions fail when the parent...
2009-12-21  Vincent Povirkole32: Add some tests for IEnumSTATSTG.
2009-12-18  Vincent Povirkole32: Fix memory leaks in the storage test.
2009-12-16  Huw Daviesole32: Fix several memory leaks in the tests.
2009-12-11  Vincent Povirkole32: Implement Revert for transacted storage objects.
2009-12-11  Vincent Povirkole32: Implement transacted storage.
2009-12-10  Paul Vriensole32/tests: Don't crash on Win9x/WinMe by using more...
2009-12-10  Vincent Povirkole32: Add a test for modifying read-only substorage...
2009-12-08  Vincent Povirkole32: Change the base IStorage filename to a pointer...
2009-12-07  Rob Shearmanole32: Add tests for HGLOBAL stream ignoring the HighPa...
2009-12-07  Rob Shearmanole32: Initialise all of position variables in test_sav...
2009-12-04  Vincent Povirkole32: Forbid substorages of simple mode storages.
2009-12-01  Rob Shearmanole32: Fix test failure on win2000+.
2009-11-30  Rob Shearmanole32: Cope with double quotes in paths for libraries...
2009-11-24  Rob Shearmanole32: Fix error code returned by CoGetClassObject...
2009-11-24  Rob Shearmanole32: Add tests for errors returned by CoCreateInstanc...
2009-11-24  Rob Shearmanole32: Add inproc handler object creation support for...
2009-11-24  Rob Shearmanole32: Fix behaviour of CoLockObjectExternal with fLast...
2009-11-24  Rob Shearmanole32: Add test for CoLockObjectExternal with fLastUnlo...
2009-11-20  Rob Shearmanole32: Objects registered as local servers don't need...
2009-11-20  Vincent Povirkole32: Invalidate open storage objects that are deleted.
2009-11-20  Vincent Povirkole32: Forbid renaming an open storage.
2009-11-20  Vincent Povirkole32: Forbid opening the same storage twice.
2009-11-20  Vincent Povirkole32: Invalidate open storage objects that outlive...
2009-11-20  Vincent Povirkole32: Add test for freeing the parent of a storage.
2009-11-19  Vincent Povirkole32: Do not allow renaming streams that are open.
2009-11-19  Vincent Povirkole32: Do not allow the same stream to be opened twice.
2009-11-19  Vincent Povirkole32: Always invalidate stream objects when deleting...
next