ws2_32: Use better types for some variables.
[wine] / dlls / ole32 /
2009-01-15  Andrey Turkinole32: Add IContextCallback interface to context object.
2009-01-14  Andrey Turkinole32/tests: Add test for IContextCallback.
2009-01-13  Austin Englishole32: Add tests for CoInitializeEx.
2009-01-12  Andrew Talbotole32: Declare a function static.
2009-01-10  Alexandre Julliardole32/tests: Fix marshalling data layout for Win64.
2009-01-09  Nikolay Sivovole32: Some tests for IMoniker::IsRunning with NULL...
2009-01-09  Nikolay Sivovole32: Fix some comment typos.
2009-01-08  Francois Gougetole32: Don't use the default debug channel before it...
2009-01-07  Nikolay Sivovole32: Fix return value for DefaultHandler_GetMiscStatus.
2009-01-05  Alexandre Julliardole32/tests: Fix a structure size check for Win64.
2009-01-04  Michael Stefaniucinclude: Change RPC_STATUS from long to LONG for Win64...
2009-01-04  Michael Karcherole32: Add HICON user marshalling stubs.
2009-01-03  Alexandre Julliardole32/tests: Fix a pointer casting warning on 64-bit.
2009-01-03  Ge van Geldorpole32/tests: Add declarations which are not present...
2009-01-03  Ge van Geldorpole32/tests: Work around broken Windows urlmon.dll.
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...
next