explorerframe: Avoid signed-unsigned integer comparisons.
[wine] / dlls / ole32 / tests / ole2.c
2012-12-06  Qian Hongole32: Fix OleDraw() with NULL pUnk.
2012-11-26  Nikolay Sivovole32: Fix OleDraw() regarding passed rectangle handling.
2012-08-13  Jacek Cabanole32/tests: Use proper helpers for iface calls.
2012-03-16  Alistair Leslie... ole32/tests: Assign a default value (clang).
2011-12-15  Francois Gougetinclude: Add a couple of missing include directives...
2011-04-08  Nikolay Sivovole32: Handle null argument in OleIsRunning().
2011-02-14  Austin Englishole32/tests: Make sure to use a return value (LLVM...
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...
2009-11-11  Hans Leidekkerole32: Return success from OleLockRunning when the...
2009-02-09  Rob Shearmanole32: Allow some optional methods to be called in...
2009-02-09  Rob Shearmanole32: Add framework in the ole2 tests for having optio...
2009-02-06  Rob Shearmanole32: Fix an ole2 test failure on Win9x and NT4.
2009-01-20  Michael Stefaniucole32/tests: Remove superfluous pointer casts.
2009-01-07  Nikolay Sivovole32: Fix return value for DefaultHandler_GetMiscStatus.
2008-12-12  Francois Gougetole32/tests: Make test_runnable() static.
2008-08-18  Paul Vriensole32/tests: Fix a test on win98 and W2K.
2008-07-08  James Hawkinsole32: Fix a few failing tests in win2k.
2008-06-10  Paul Vriensole32/tests: Only skip the tests if we are on NT4 or...
2008-06-10  Paul Vriensole32/tests: Fix crash on NT4 and below.
2008-06-10  Paul Vriensole32/tests: Fix crash on W2K and below.
2007-11-13  Rob Shearmanole32: Validate the parameters to DataCache_Cache.
2007-11-12  Rob Shearmanole32: Fix a leak of a moniker object in test_default_h...
2007-10-18  Alexandre JulliardFix redundant uses of MAKEINTRESOURCE.
2007-10-10  Mikolaj Zalewskiole32: OleIsRunning should return TRUE if the class...
2007-01-11  Rob Shearmanole32: Add tests for the default handler.
2006-12-14  Francois Gougetole32: Fix named/nameless union compilation error.
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
2006-12-04  Rob Shearmanole32: Fix HandsOffStorage in the data cache.
2006-12-04  Rob Shearmanole32: Implement the DiscardCache function in the data...
2006-12-04  Rob Shearmanole32: Add tests for invalid clipformat/tymed combinati...
2006-12-04  Rob Shearmanole32: Implement saving of the data cache.
2006-12-04  Rob Shearmanole32: Add handling of the dirty state to the data...
2006-12-04  Rob Shearmanole32: Add some tests for the IViewObject, IOleCache2...
2006-10-14  Michael Ploujnikovole32/tests: Win64 printf format warning fixes.
2006-10-09  Jacek Cabanole32: Don't fail in OleCreate if created object doesn...
2006-09-07  Robert Shearmanole32: Add a test for OleLoad.
2006-09-07  Robert Shearmanole32: Add tests for OleCreate.