crypt32: Correct trust error status for cyclic chains.
[wine] / dlls / ole32 /
2008-10-21  Huw Daviesole32: Query the object's dirty state if it's running.
2008-10-21  Huw Daviesole32: Call the object's IPersistStorage_HandsOffStorag...
2008-10-21  Huw Daviesole32: Call the object's IPersistStorage_SaveCompleted...
2008-10-21  Huw Daviesole32: Call the object's IPersistStorage_Save() if...
2008-10-21  Huw Daviesole32: Call the object's IPersistStorage_InitNew()...
2008-10-21  Huw Daviesole32: Call the object's IPersistStorage_Load() if...
2008-10-21  Huw Daviesole32: Call the object's IOleObject_IsUpToData() if...
2008-10-21  Huw Daviesole32: Call the object's own IOleObject_GetUserType...
2008-10-21  Huw Daviesole32: Partial implementation of IOleObject_Update().
2008-10-18  Alexandre Julliardole32: Convert source files to utf-8.
2008-10-11  Alexandre Julliardcomcat: Moved all the implementation to ole32 where...
2008-10-11  Alexandre Julliardcomcat: Moved dll registration to ole32.
2008-10-09  Paul Vriensole32/tests: Fix two failures on NT4.
2008-10-08  Michael Stefaniucole32: Use the right FAILED/SUCCEEDED macro instead...
2008-10-06  Aric Stewartole32: Handle GetMenuItemCount returning -1 by changing...
2008-10-06  Huw Daviesole32: Remove an unneeded WINAPI and remove some useles...
2008-09-29  Rob Shearmanole32: Fix clipboard test failures on some versions...
2008-09-29  Rob Shearmanole32: Create a dummy window for use in the drag and...
2008-09-16  Rob Shearmanole32: Update comments in compobj.c.
2008-09-15  Michael Karcherole32/compobj: Fix function name in comment.
2008-09-09  James Hawkinsole32: Fix a few file access discrepancies between...
2008-09-03  James Hawkinsole32: Fix two failing tests in win9x.
2008-09-03  James Hawkinsole32: Fix a failing test in Vista.
2008-09-02  Dan Hipschmanole32: Add a widl-generated proxy file for oleidl.idl.
2008-09-02  Dan Hipschmanole32: Add a widl-generated proxy file for objidl.idl.
2008-09-02  Dan Hipschmanole32: Add widl-generated proxies for unknwn.idl and...
2008-08-20  Alistair Leslie... ole32: Stop crash under w2k8.
2008-08-19  James Hawkinsole32: Storage sharing should be implemented in ole32...
2008-08-19  James Hawkinsole32: Test the file access and share modes of StgCreat...
2008-08-18  Rob Shearmanole32: Remove dead code in StorageImpl_LoadFileHeader.
2008-08-18  Rob Shearmanole32: Fix testing of HRESULT types with not operator...
2008-08-18  Paul Vriensole32/tests: Fix a test on win98 and W2K.
2008-07-28  François Dorinole32: Fix return value for DefaultHandler_SetExtent.
2008-07-22  Lei Zhangole32: Silence FIXME from CoGetContextToken stub.
2008-07-21  Vincent Povirkole32: Always return false when asked if NULL is the...
2008-07-21  Vincent Povirkole32: Add tests for OleIsCurrentClipboard(NULL).
2008-07-11  Andrew Talbotole32: Remove unneeded address-of operators from array...
2008-07-08  Alexandre Julliardtests: Don't depend on the static uuid libraries in...
2008-07-08  James Hawkinsole32: Fix a few failing tests in win2k.
2008-07-07  Andrew Talbotole32: Remove unneeded address-of operators from functi...
2008-06-30  James Hawkinsole32: Fix a test failure in win9x.
2008-06-26  Alexandre Julliardole32: Make the apartment window a HWND_MESSAGE window.
2008-06-24  Alexandre Julliardole32: Don't consider RPC_S_UUID_LOCAL_ONLY an error...
2008-06-23  Rob Shearmanole32: Include compobj_private.h in oleobj.c to type...
2008-06-23  Rob Shearmanole32: Remove unused BIGBLOCKFILE_GetSize.
2008-06-23  Rob Shearmanole32: Include ole2.h in ole32_main.c to type-check...
2008-06-23  Rob Shearmanole32: Include enumx.h in enumx.c to get the declaratio...
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.
2008-05-30  Paul Vriensole32/tests: Prevent a crash.
2008-05-22  Francois Gougetole32/tests: Add a trailing '\n' to ok() calls.
2008-05-20  Michael Karcherole32/tests: Test StringFromGUID2.
2008-05-20  Michael Karcherole32/tests: Do not call Release if CoCreateInstance...
2008-05-06  Francois GougetAssorted spelling fixes.
2008-04-30  Alexandre Julliardmakefiles: List the static libraries as normal imports...
2008-04-29  Alexandre JulliardInclude wine/port.h everywhere we use exceptions.
2008-04-29  Rob Shearmanrpcss: When registering a moniker that is already regis...
2008-04-29  Rob Shearmanole32: Keep track of the number of weak references...
2008-04-29  Rob Shearmanole32: Add a test for marshaling an object as table...
2008-04-29  Rob Shearmanole32: Add tests for registering a moniker more than...
2008-04-28  Rob Shearmanole32: Fix two comments about the running object table.
2008-04-23  Austin EnglishSpelling fixes.
2008-04-17  James Hawkinsole32: Fix a few tests that fail in win2k.
2008-04-16  Rob Shearmanole32: Add tests for clipboard's implementation of...
2008-04-16  Rob Shearmanole32: Fix OLEClipbrd_IDataObject_QueryGetData to confo...
2008-04-16  Rob Shearmanole32: Add some tests for OleGetClipboard.
2008-04-14  Francois Gougetole32: Fix spelling of GetComparisonData().
2008-04-11  Rob Shearmanole32: Use I_RpcExceptionFilter instead of custom excep...
2008-04-10  Austin Englishole32: Spelling fixes.
2008-03-31  Andrew Talbotole32: Assign to structs instead of using CopyMemory.
2008-03-24  Reece Dunnole32: Added a missing include needed for CLSID_ShellDe...
2008-03-15  Rob Shearmanole32: CreatePointerMoniker is implemented.
2008-03-14  Andrew Talbotole32: Assign to structs instead of using memcpy.
2008-03-11  Andrew Talbotole32: Assign to structs instead of using memcpy.
2008-03-11  Andrew Talbotole32: Assign to structs instead of using memcpy.
2008-03-07  Huw Daviesole32: Fix CopyTo to work correctly with LARGE_INTEGERs.
2008-03-06  Rob Shearmanuuid: Add CLSID_InProcFreeMarshaler.
2008-03-06  Huw Daviesole32: Fix CopyTo to work correctly with LARGE_INTEGERs.
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-03-03  Francois GougetAssorted spelling, punctuation and case fixes.
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2008-02-26  Alexandre Julliardole32: Added a CoGetContextToken stub.
2008-02-25  Rob Shearmanole32: Implement VT_VECTOR|VT_VARIANT in PropVariantCopy.
2008-02-16  Rob ShearmanDon't use GetExceptionCode and GetExceptionInformation...
2008-02-15  Francois GougetAssorted spelling fixes.
2008-02-15  Rob Shearmanole32: Fix the character count passed to GetClipboardFo...
2008-02-13  Rob Shearmanole32: Fix potential NULL dereference of qiresults...
2008-02-13  Rob Shearmanole32: Fix a potentially confusing combination of condi...
2008-02-13  Rob Shearmanole32: Remove an assert that is useless and triggers...
2008-02-13  Rob Shearmanole32: Fix local-variable shadowing in apartment_hostob...
2008-02-13  Rob Shearmanole32: Fix reference count leak in BindMoniker.
2008-02-07  Alexandre Julliardtests: Add a helper routine to wait for a child process...
2008-02-04  Rob Shearmanole32: Add pointer moniker implementation.
2008-02-04  Rob Shearmanole32: Add tests for CreatePointerMoniker.
2008-02-04  Rob Shearmanole32: Add a stub implementation of CreatePointerMoniker.
2008-01-22  Rob Shearmanole32: Don't get the HRESULT from the buffer if we...
2008-01-15  Rob Shearmanole32: Partially implement ServerRpcChannelBuffer_GetDe...
2008-01-15  Andrew Talbotole32: Remove unneeded casts.
next