riched20: Use ME_PointFromChar to calculate the caret position.
[wine] / dlls / ole32 / tests /
2013-02-15  Roman Dadkovole32/tests: Add test for OleRun.
2013-02-13  Roman Dadkovole32/tests: Add test for SetClientSite.
2013-01-07  Francois GougetAssorted spelling fixes.
2012-12-06  Qian Hongole32: Fix OleDraw() with NULL pUnk.
2012-11-26  Hans Leidekkerole32: Convert the remaining RegCreateKey and RegOpenKe...
2012-11-26  Hans Leidekkerole32: Use wrappers around NT functions to access the...
2012-11-26  Nikolay Sivovole32: Fix OleDraw() regarding passed rectangle handling.
2012-11-22  Hans Leidekkerole32/tests: Add a test to show that CoGetPSClsid is...
2012-10-31  Michael Stefaniucole32/tests: Fix a memleak on an error path (Smatch).
2012-10-12  Alexandre Julliardole32/tests: Fix a test failure on newer Windows versions.
2012-10-08  Vincent Povirkole32: Add tests for StgConvertVariantToProperty.
2012-09-27  André Hentschelole32/tests: Use IUnknown_Release instead of deprecated...
2012-08-28  Vincent Povirkole32: Add support for reading BSTR properties.
2012-08-28  Vincent Povirkole32: Implement StgConvertPropertyToVariant.
2012-08-28  Vincent Povirkole32: Add tests for StgConvertPropertyToVariant.
2012-08-13  Jacek Cabanole32: Added ISynchronizeHandle tests.
2012-08-13  Jacek Cabanole32/tests: Use proper helpers for iface calls.
2012-08-13  Michael Stefaniucole32: Avoid TRUE:FALSE conditional expressions.
2012-07-18  Nikolay Sivovole32: Remove unsupported interface REFIID from storage...
2012-07-17  Nikolay Sivovole32: Fix QueryInterface for IErrorInfo to return...
2012-07-16  Nikolay Sivovole32: Implement SetConvertStg().
2012-07-13  Nikolay Sivovole32: Implement GetConvertStg().
2012-06-12  Dmitry Timoshkovole32: Add VT_I1 to the list of supported variant types.
2012-05-14  Alexandre Julliardole32: Add a NULL pointer check in CoDisconnectObject.
2012-04-16  Bruno Jesusole32: Make sure StgIsStorageILockBytes tests real...
2012-03-16  Alistair Leslie... ole32/tests: Assign a default value (clang).
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.
next