msvcrt: Convert all the printf functions to use MS ABI varargs.
[wine] / dlls / ole32 /
2008-12-29  Rob Shearmaninclude: Include winuser.h from generated oleidl.h...
2008-12-24  Andrew Talbotole32: Superfluous semicolons fix.
2008-12-22  Nikolay Sivovole32: Fix return value for IDataObject_GetData.
2008-12-19  Nikolay Sivovole32: Make OleSetClipboard affected by previous OleIni...
2008-12-19  Andrew Talbotole32: Remove unused Wine debug channel.
2008-12-17  Hans Leidekkerjanitorial: Don't depend on user32 for the self registr...
2008-12-15  Francois Gougetole32: Use the IStream16_(CreateStream,CreateStorage...
2008-12-12  Francois Gougetole32/tests: Make test_runnable() static.
2008-12-12  Francois Gougetole32: Fix the STORAGE_dump_pps_entry() description.
2008-12-04  Alexandre Julliardole32: Make a function static.
2008-12-03  Alexandre Julliardole32: Remove some unused functions.
2008-12-02  Alexandre Julliardole32: Register interfaces through dlldata.c as far...
2008-12-01  Alexandre Julliardole32: Use a dlldata.c file instead of maintaining...
2008-11-28  Maarten Lankhorstole32: Fix releasing spy.
2008-11-28  Huw Daviesole32: Forward the ASYNC_STGMEDIUM user marshallers...
2008-11-26  Maarten Lankhorstole32: Add Co*InitializeSpy functions.
2008-11-26  Francois GougetStraighten out some ellipses.
2008-11-26  Francois Gougetole32: Remove WINAPI on static functions where not...
2008-11-26  Francois Gougetole32: Remove __RPC_USER on static functions where...
2008-11-25  Huw Daviesole32: Defer releasing the delegate interfaces until...
2008-11-25  Huw Daviesole32: Factor out the code to release the delegate...
2008-11-17  Francois GougetAssorted spelling fixes.
2008-11-13  Alexandre Julliardole32/tests: Fix a couple of test failures on Win9x...
2008-11-13  Alexandre Julliardole32/tests: Don't hardcode the Ansi codepage value.
2008-11-13  Alexandre Julliardole32/tests: Use a CLSID that is more likely to exist...
2008-11-13  Alexandre Julliardole32/tests: Fix a couple of global stream test failure...
2008-11-12  Huw Daviesole32: Don't issue a warning if a flat copy is all...
2008-11-11  Paul Vriensole32/tests: Don't crash on NT4.
2008-11-06  Michael Stefaniucole32: Remove some superfluous casts of void pointers...
2008-11-03  Michael Stefaniucole32: Do not cast NULL.
2008-10-31  Huw Daviesole32: Call the object's GetClassID if it's running.
2008-10-28  Huw Daviesole32: Implement IEnum*_Next marshallers.
2008-10-28  Huw Daviesole32: Try to load the '\1Ole' stream and create it...
2008-10-28  Huw Daviesole32: Create the '\1Ole' stream.
2008-10-27  Austin Englishole32: Implement IEnumFORMATETC_Next_Proxy and IEnumFOR...
2008-10-23  Sylvain Petreolleole32: Stub implementation for CoGetCallerTID.
2008-10-23  Huw Daviesole32: Call the appropriate storage function when we...
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.
next