mshtml: Added test of IHlinkFrame service.
[wine] / dlls / ole32 /
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...
2005-09-23  Robert ShearmanImplement some IRunningObject functions that actually...
2005-09-23  Robert ShearmanImplement OleRegEnumVerbs.
2005-09-23  Robert ShearmanDon't fail in CoRegisterClassObject if the class alread...
2005-09-22  Alexandre JulliardRemoved unused debug channels.
2005-09-22  Robert Shearman- Initialize out pointer to NULL before access check in
2005-09-21  Alexandre JulliardWe are no longer generating .spec.c files.
2005-09-20  Robert ShearmanImplement OleIsRunning.
2005-09-20  Robert Shearman- Fix a trace to refer to the object ID rather than...
2005-09-19  Robert Shearman- Remove redunant braces.
2005-09-19  Robert ShearmanFix the return codes during unmarshaling so that it...
2005-09-18  Robert ShearmanFix ref-counting rules to match native DCOM Dlls.
2005-09-17  Robert ShearmanRe-arrange some functions and vtables so we don't have...
2005-09-14  Robert ShearmanAdd exception handling for stubs.
2005-09-12  Alexandre JulliardSendMessageTimeout takes a DWORD_PTR not a DWORD.
2005-09-12  Alexandre JulliardFixed some traces to use the right printf format and...
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-09-07  Richard CohenRelax the share mode validation for transacted storage...
2005-09-06  Eric PouechFixes for function prototypes without arguments.
2005-09-02  Robert ShearmanThe [string] attribute is only valid on byte, char...
2005-09-02  Alexandre JulliardAuthors: Mike Hearn <mh@codeweavers.com>, Robert Shearm...
2005-08-27  Robert Shearman- Implement IMarshal on proxies so that we don't end...
2005-08-26  Robert ShearmanAdd stub for CoAllowSetForegroundWindow.
2005-08-25  Robert ShearmanRemove unused thread handle entry from the apartment...
2005-08-22  Mike McCormackFix some gcc 4.0 warnings.
2005-08-22  Mike McCormack- return a precomputed result for a NULL string
2005-08-16  Francois GougetUse LPSTORAGE to better match the PSDK.
2005-08-15  Mike McCormackWarning fixes for gcc 4.0.
2005-08-15  Marcus MeissnerAdded CoCreateInstance16, CoGetClassObject16, OleLoad16...
2005-08-10  Alexandre JulliardUse the proper WOW functions everywhere instead of...
2005-08-10  Vincent BéronCorrect mismatches between spec files and comments...
2005-08-10  Vincent BéronRemove local declarations already in included public...
2005-08-08  Alexandre JulliardDon't prefix the functions DllCanUnloadNow, DllGetClass...
next