oleaut32: Added Esperanto language.
[wine] / dlls / ole32 /
2006-04-07  Robert Shearmanole32: Fix typo in FileMonikerImpl_BindToObject.
2006-04-07  Robert Shearmanole32: Check for pcbSize parameter of CompositeMonikerI...
2006-04-07  Robert Shearmanole32: Check for pcbSize in AntiMonikerImpl_GetSizeMax...
2006-04-07  Robert Shearmanole32: Fix DefaultHandler_EnumAdvises.
2006-04-03  Robert Shearmanole32: Add documentation for the clip format user marsh...
2006-04-03  Mike McCormackole32: STGM_PRIORITY implies STGM_SHARE_EXCLUSIVE.
2006-03-31  Robert Shearmanole: Use ncalrpc instead of ncacn_np as the RPC transport.
2006-03-30  Robert Shearmanole32: Remove unnecessary commenting out of the RPC...
2006-03-30  Robert Shearmanole32: Don't process posted messages in CoWaitForMultip...
2006-03-30  Robert Shearmanole32: Try to retrieve messages that are COM calls...
2006-03-30  Robert Shearmanole32: Put the PeekMessage call of CoWaitForMultipleHan...
2006-03-30  Robert Shearmanole32: Whether the message loop is entered in CoWaitFor...
2006-03-30  Robert Shearmanole32: Pass the no yield flag to PeekMessage.
2006-03-30  Mike McCormackole32: Fix StgOpenStorage's handling of the STGM_PRIORI...
2006-03-22  Kevin Koltzauole32: Initial tests for OLE clipboard functions.
2006-03-21  Francois GougetAssorted spelling fixes.
2006-03-20  Robert Shearmanole: Use the thread pool for executing RPC calls for...
2006-03-06  Robert Shearmanole: Implement IRpcChannelBuffer::GetDestCtx on the...
2006-03-06  Robert Shearmanole: Store the destination context and the destination...
2006-03-02  Alexandre JulliardFixed some compiler warnings on old gcc versions.
2006-03-01  Robert Shearmanole: Change NORMALEXTREFS to 5, like it is in native.
2006-03-01  Robert Shearmanole: Fix marshaling of proxies for interfaces that...
2006-02-24  Vitaly Lipatovole32: Add descriptions for StgCreateDocfile and StgIsS...
2006-02-24  Francois GougetAdd trailing '\n's to ok() calls.
2006-02-24  Vitaly Lipatovole32/tests: Do not compare returned by DeleteFile...
2006-02-24  Robert Shearmanole: Fallthrough from local activation in CoGetClassObject.
2006-02-22  Robert Shearmanole: Make the CoCreateInstance test succeed.
2006-02-21  Dr J A Gowole32: Fix stream ref counting.
2006-02-21  Dr J A Gowole32: Fix up permissions when opening streams.
2006-02-20  Robert Shearmanole: Test the behaviour of CoCreateInstance with an...
2006-02-20  Robert Shearmanole: Change the Apartment Model field to a boolean.
2006-02-15  Mike McCormackole32: Added a test showing OLE storage's IStorage...
2006-02-07  Alexandre JulliardInclude wine/port.h in files that use exceptions.
2006-02-07  Robert Shearmanole32: Print an error message if the apartment isn...
2006-01-20  Huw Daviesole: ProgIDFromCLSID sets progid to NULL on failure.
2006-01-20  Robert Shearmanole: Verify that the proxy is being used in the correct...
2006-01-20  Robert Shearmanole: Add a test for WM_QUIT behaviour during COM calls.
2006-01-20  Robert Shearmanole: Fix WM_QUIT Handling in CoWaitForMultipleHandles.
2006-01-18  Robert Shearmanole: Update the COM todo list.
2006-01-18  Robert Shearmanole: Re-post the quit message outside of the DoDragDrop...
2006-01-14  Robert Shearmanole: Optimisation for COM Calls.
2006-01-12  Robert Shearmanole: Fix crash in RpcChannelBuffer_SendReceive.
2006-01-12  Robert Shearmanole: Use strict prototypes for some test functions.
2006-01-11  Robert Shearmanole: Implement IEnumSTATDATA for the Ole Advise Holder.
2006-01-11  Robert Shearmanole: Initialise hrref so as not to display garbage...
2006-01-11  Robert Shearmanole: Remove some duplicated code.
2006-01-10  Robert Shearmanole: Defer apartment window creation until the first...
2006-01-10  Robert Shearmanole: Add an accessor function for an apartment's window.
2006-01-10  Robert Shearmanole: Report and clean up after PostMessage failures.
2006-01-10  Robert Shearmanole: Pass a channel into IRpcStubBuffer::Invoke.
2006-01-10  Robert Shearmanole: Reduce the access rights required by start_local_s...
2006-01-10  Robert Shearmanole: Return the last error if we couldn't open the...
2006-01-09  Robert Shearmanole: Join the MTA if necessary when executing an RPC...
2006-01-09  Robert Shearmanole: Prefer services over servers.
2006-01-09  Robert Shearmanole: Add some tests for CLSIDFromString.
2006-01-09  Robert Shearmanole: Remove __CLSIDFromStringA.
2006-01-06  Alexandre Julliardole: Remove a no longer needed smbfs hack.
2006-01-06  Robert Shearmanole: Remove "stub" from TRACEs of functions that aren...
2006-01-06  Ulrich Czekallaole: Fix SmallBlocksToBigBlocks loop.
2006-01-03  Robert Shearmanole: Check the return value of IStream_SetSize in IStre...
2006-01-03  Robert Shearmanole: Fix mis-handling of return value in StgStreamImpl_...
2005-12-26  Robert ShearmanFix detection of V1a prop variant library in test suite.
2005-12-22  Ulrich Czekallaole32: Return error instead of asserting if storage...
2005-12-19  Alexandre Julliardole32: Revert exception handler change.
2005-12-16  Alexandre JulliardTake advantage of the __EXCEPT_PAGE_FAULT macro.
2005-12-16  Alexandre JulliardWe no longer need to handle EXCEPTION_PRIV_INSTRUCTION...
2005-12-12  Michael Jungole32: Periodically call IDropTarger::DragOver during...
2005-12-12  Eric PouechFunctions with no paramters must be (void).
2005-12-12  Eric PouechConst correctness fixes.
2005-12-12  Robert ShearmanCreateErrorInfo trace fix.
2005-12-06  Robert ShearmanOLE: Fix a typo where brackets were missing.
2005-12-02  Francois GougetAssorted spelling fixes.
2005-11-29  Robert ShearmanImplement some user marshal functions and add tests.
2005-11-29  Michael JungMade the Drag&Drop cursors' rubber band visible on...
2005-11-28  Robert ShearmanImplement IOleObject_DoVerb function by running the...
2005-11-28  Robert ShearmanDelegate advises to the remote object to enable the...
2005-11-28  Robert ShearmanCall DefaultHandler_Stop if we fail to start the server...
2005-11-28  Michael JungCorrect the hot spot position of the drag&drop 'move...
2005-11-28  Robert ShearmanCall the equivalent delegate function for all of the...
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-12  Robert ShearmanImplement CLSCTX_INPROC_HANDLER in CoGetClassObject...
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-11-09  Markus AmslerImprove c2man Documented-Total count.
2005-11-09  Robert Shearman- Extend COM_OpenKeyForCLSID to open a subkey and retur...
2005-11-08  Michael JungAdded tracing to CoCreateInstance.
2005-11-08  Robert ShearmanWe shouldn't pass the application name into CreateProce...
2005-11-03  Robert ShearmanImplement OLE object notifications, making sure to...
2005-10-29  Ivan Leo PuotiDelete some temp files created by the ole32 tests.
2005-10-26  Robert ShearmanImplement a Stop function and use this to properly...
2005-10-06  Francois GougetUse "static const" rather than "const static" as gcc...
2005-10-03  Robert ShearmanPass WM_QUIT to outer modal loop.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-29  Robert ShearmanAdd a stubbed out implementation of IAdviseSink and...
2005-09-28  Robert Shearman- Make the interfaces that should be supported by the...
2005-09-28  Alex Villacís LassoAdd NULL check for sinkInterface in DataCache_GetAdvise.
2005-09-28  Alex Villacís LassoAdd missing ! to fix a reversed condition check in
2005-09-27  Vincent BéronUse the proper calling convention for 2 16-bit functions.
2005-09-26  Francois GougetAssorted spelling fixes.
2005-09-26  Francois GougetFix .spec declarations for functinos with 64bit argumen...
2005-09-25  Robert ShearmanMove all 16-bit functions to an appropriate 16-bit...
next