Handle a number as a parameter for custom action 19.
[wine] / dlls / ole32 /
2005-02-08  Robert Shearman- Implement CoDisconnectObject.
2005-02-08  Robert ShearmanMove object-to-stub-manager mapping rule to register_if...
2005-02-08  Robert Shearman- Split up apartment creation so that the long code...
2005-02-08  Alexandre JulliardAuthors: Mike Hearn <mh@codeweavers.com>, Robert Shearm...
2005-02-02  Robert Shearman- Pass the original IID to IMarshal_UnmarshalInterface...
2005-02-01  Robert Shearman- Add code for destroying the thread-local storage...
2005-01-31  Robert ShearmanRemove test that fails on Win98 and is not useful.
2005-01-28  Robert ShearmanRelease the client security objects when no longer...
2005-01-28  Robert Shearman- More tests.
2005-01-28  Robert Shearman- Implement CoSetProxyBlanket, CoQueryProxyBlanket...
2005-01-27  Robert ShearmanGive IUnknown its own ifstub to fix ref-counting and...
2005-01-26  Robert Shearman- Make proxy manager use IMultiQI instead of IInternalU...
2005-01-26  Robert Shearman- Use InterlockedIncrement for the ipid counter instead...
2005-01-26  Robert Shearman- Implement IRemUnknown.
2005-01-25  Robert Shearman- Move OLE automation interface registration to oleaut32.
2005-01-25  Robert ShearmanProxies/stubs for IRemUnknown methods, based on code...
2005-01-25  Robert Shearman- Generate machine-local IPIDs.
2005-01-24  Robert Shearman- Add a new flag SORFP_NOLIFETIMEMGMT to tell the proxy...
2005-01-21  Mike HearnVarious formatting/style changes.
2005-01-20  Robert Shearman- Consolidate more stub creation details into register_...
2005-01-19  Robert Shearman- Initialize ppv pointer in ClientIdentity_QueryInterfa...
2005-01-17  Robert ShearmanInitialize clsid member to the marshaler clsid to fix...
2005-01-17  Robert ShearmanImplement table marshaling.
2005-01-14  Robert Shearman- Remove obsolete structs, rearrange things to group...
2005-01-14  Robert ShearmanMake proxy shutdown test succeed by releasing the chann...
2005-01-14  Robert Shearman- Add documentation for most Co* functions.
2005-01-14  Robert Shearman- The apartment reference should be held while the...
2005-01-14  Robert Shearman- Don't use the pipe caching code because it doesn...
2005-01-14  Robert ShearmanDestroy stubs on apartment shutdown.
2005-01-14  Mike HearnForce context switch on chanbuf disconnect to avoid...
2005-01-12  Christian CostaCoInitialize(Ex) should return S_FALSE when COM is...
2005-01-12  Robert Shearman- Document CoSetState & CoGetState.
2005-01-12  Robert ShearmanRemove wine_marshal_data: it is unneeded and there...
2005-01-12  Robert Shearman- Force creation of thread queue to stop PostThreadMess...
2005-01-12  Robert ShearmanThe way apartments are used has changed, so fix up...
2005-01-12  Robert Shearman- Make MTA dynamically allocated so that proxies and...
2005-01-11  Bill MedlandCorrected testing for multithreaded (based upon observa...
2005-01-11  Mike McCormackTests and fixes for StgOpenStorage.
2005-01-11  Robert ShearmanAdd tests for trying to unmarshal from a bad stream...
2005-01-11  Robert Shearman- Document how thread-safety is ensured for each member...
2005-01-11  Mike McCormackTest and fix a few problems with OLE storage streams.
2005-01-10  Mike McCormackTest and fix StgCreateDocFile grfModes.
2005-01-09  Paul Vriens- use Interlocked* functions in AddRef and Release.
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2005-01-07  Robert ShearmanRename iid in wine_marshal_id to ipid and use IPIDs...
2005-01-07  Robert ShearmanThe current architecture cannot handle pipes changing...
2005-01-06  Robert ShearmanNo need to add a reference to the apartment from new_st...
2005-01-06  Robert Shearman- Make struct oletls ref counted so that it is only...
2005-01-06  Robert ShearmanConnectNamedPipe returning ERROR_PIPE_CONNECTED is...
2005-01-05  Robert ShearmanThe channel buffer can be NULL if the proxy is disconne...
2005-01-05  Robert Shearman- Fix race on apartment creation.
2005-01-05  Mike Hearn- Make apartment access thread-safe by introducing...
2005-01-05  Mike McCormackAllow COM to start services containing COM servers.
2005-01-04  Robert Shearman- Add tracing for proxy ref count functions.
2005-01-04  Mike HearnAdd a DCOM todo list.
2005-01-04  Robert ShearmanImplement proxy manager.
2005-01-04  Robert ShearmanMake the ClassFactory proxy support aggregation.
2005-01-03  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2005-01-03  Mike HearnComment out an assert, as we don't yet implement IRemUn...
2004-12-27  Robert Shearman- Move named pipe macros into rpc.c.
2004-12-27  Robert ShearmanImplement COM local servers using table marshaling...
2004-12-27  Mike Hearn- Implement the COM stub manager, refactor the current...
2004-12-27  Mike HearnPropagate apartments through the intermediate threads...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-22  Eric PouechReadFile and WriteFile must be passed a parameter for...
2004-12-21  Robert ShearmanAdd tests for moniker and marshaling functions.
2004-12-20  Francois GougetAssorted spelling fixes.
2004-12-16  Ge van GeldorpAllocate correct amount of memory.
2004-12-14  Robert Shearman- Add documentation to several functions.
2004-12-14  Robert ShearmanRemove unneeded includes and the unused COMPOBJ_hInstan...
2004-12-14  Robert ShearmanUse OBJREF on the wire for generic marshaling functions.
2004-12-14  Robert ShearmanFixed incorrect unsigned test.
2004-12-13  Eric PouechFixed some errors in function prototypes.
2004-12-09  Alexandre JulliardJanitorial: C booleans must not be compared against...
2004-12-08  Robert Shearman- Make the wine_marshal_id structure more like the...
2004-12-07  Mike HearnRename the STUBMGR thread to more accurately reflect...
2004-12-06  Robert ShearmanRemove unnecessary WNDPROC casts.
2004-12-01  Robert Shearman- Add some function declarations to objbase.h.
2004-11-30  Eric PouechConst correctness fixes.
2004-11-29  Mike HearnTrace the OLE error info strings.
2004-11-29  Mike Hearn- Improve OLE function documentation.
2004-11-24  Robert ShearmanImplement OleDuplicateData.
2004-11-19  Alexandre JulliardRemoved a couple of no longer needed entries.
2004-10-27  Ge van GeldorpUse only one .res file.
2004-10-25  Dmitry Timoshkov- Remove bogus use of nStatCounter and hOleAut32 in...
2004-10-22  Francois GougetAssorted spelling fixes.
2004-10-18  Vincent BéronFix some types problems.
2004-10-18  Robert ShearmanImprove proxy destruction comment.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-10-05  Francois GougetAssorted spelling fixes.
2004-10-05  Alexandre JulliardAvoid depending on the non-standard IUnknown_METHODS...
2004-09-24  Joris HuizerRef count increment/decrement cleanup.
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-21  Alexandre JulliardIgnore the generated header files.
2004-09-21  Alexandre JulliardBuild the .h files from their idl source at compile...
2004-09-20  Alexandre JulliardBuild idl files as part of the normal build process.
2004-09-20  Mike McCormackCoSuspendClassObjects stub implementation.
2004-09-09  Alexandre JulliardGet rid of the non-standard ICOM_THIS macro.
2004-09-09  Francois GougetMove the PROPVARIANT declaration from objidl.idl to...
2004-09-08  Francois GougetThe union in PROPVARIANT is always nameless on Windows...
next