riched20: Use ME_PointFromChar to calculate the caret position.
[wine] / dlls / ole32 / compobj_private.h
2012-11-26  Hans Leidekkerole32: Use wrappers around NT functions to access the...
2012-10-15  Nikolay Sivovole32: Store destination context and context data in...
2011-10-03  Marcus Meissnerole32: Mark two functions as hidden.
2011-08-03  Frédéric Delanoydlls: Assorted spelling fixes.
2011-08-01  Alexandre Julliardole32: Specify the PSFactoryBuffer class in the idl...
2011-04-25  Marcus Meissnerole32: Mark internal symbols has hidden visibility.
2010-11-11  Alexandre Julliardole32: Get rid of the ICOM_THIS_MULTI macro.
2009-11-24  Rob Shearmanole32: Add inproc handler object creation support for...
2009-07-07  Francois Gougetole32: Make apartment_addref() static.
2009-06-23  Hans Leidekkerole32: Implement CoGetContextToken.
2009-06-22  Francois Gougetole32: Make stub_manager_int_addref() static.
2009-04-23  Huw Daviesole32: Register a few more clipboard formats and make...
2009-03-12  Alexandre Julliardole32: Get rid of WINE_StringFromCLSID and A->W convers...
2009-01-19  Andrey Turkinole32: Add a few fields to OLE TLS area to match native...
2009-01-19  Andrey Turkinole32: Add CoGetCallContext and CoSwitchCallContext...
2008-12-04  Alexandre Julliardole32: Make a function static.
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-26  Maarten Lankhorstole32: Add Co*InitializeSpy functions.
2008-10-18  Alexandre Julliardole32: Convert source files to utf-8.
2008-04-29  Rob Shearmanole32: Keep track of the number of weak references...
2008-03-06  Rob Shearmanuuid: Add CLSID_InProcFreeMarshaler.
2008-03-03  Francois GougetAssorted spelling, punctuation and case fixes.
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2007-12-03  Rob Shearmanole32: Ignore the threading model of the PSFactoryBuffe...
2007-11-02  Rob Shearmanole32: Remove an incorrect comment.
2007-06-29  Andrew Talbotole32: Constify some variables.
2007-05-18  Rob Shearmanole32: Create host apartments to enable isolation of...
2007-04-06  Rob Shearmanole32: Fix a hack which depended on the IID of the...
2007-04-05  Rob Shearmanole32: Move declaration for FileMonikerImpl_DecomposePa...
2007-04-05  Rob Shearmanole32: Don't release the registered drop targets in...
2007-04-04  Rob Shearmanole32: Keep a list of the loaded dlls for each apartment.
2007-03-28  Rob Shearmanole32: Pass the OXID info to RPC_CreateClientChannel...
2007-03-27  Rob Shearmanole32: Generate OXID_INFO in the stub manager.
2007-03-27  Rob Shearmanole32: Add a stubbed out implementation of IClientSecur...
2007-03-09  Rob Shearmanole32: Don't keep the local server named pipe open...
2007-03-09  Rob Shearmanole32: Close the named pipe after revoking local server...
2007-02-06  Rob Shearmanole32: Add the external references that the server...
2007-01-08  Rob Shearmanole32: Add a field to the TLS data to determine whether...
2006-12-24  Rob Shearmanole32: Performing a COM call from within the processing...
2006-12-24  Rob Shearmanole32: Track the pending call count so that the correct...
2006-12-20  Rob Shearmanole32: Send a causality ID in the ORPCTHIS header for...
2006-12-20  Rob Shearmanole32: Pass in the IID and IUnknown* of the object...
2006-12-20  Rob Shearmanole32: Implement CoRegisterChannelHook and call channel...
2006-08-26  Robert Shearmanole32: Add support for main-threaded apartments.
2006-08-26  Robert Shearmanole32: Move the opening of the AppId key for a clsid...
2006-08-26  Robert Shearmanole32: CoGetClassObject should host a single-threaded...
2006-08-03  Robert Shearmanole32: Fix CoLockObjectExternal to respect fLastUnlockR...
2006-08-02  Alexandre Julliardole32: Make some functions and variables static.
2006-07-21  Robert Shearmanole32: Implement CoRegisterPSClsid.
2006-06-09  Alexandre Julliardole32: Use the standard DEFINE_OLEGUID macro to define...
2006-05-25  Robert Shearmanole32: Add a class factory for CLSID_InProcFreeMarshaler.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-08  Robert Shearmanole32: Remove duplicated CLSIDs.
2006-03-06  Robert Shearmanole: Implement IRpcChannelBuffer::GetDestCtx on the...
2006-03-06  Robert Shearmanole: Store the destination context and the destination...
2006-02-20  Robert Shearmanole: Change the Apartment Model field to a boolean.
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: Pass a channel into IRpcStubBuffer::Invoke.
2006-01-09  Robert Shearmanole: Join the MTA if necessary when executing an RPC...
2006-01-09  Robert Shearmanole: Remove __CLSIDFromStringA.
2005-11-28  Robert ShearmanDelegate advises to the remote object to enable the...
2005-11-09  Robert Shearman- Extend COM_OpenKeyForCLSID to open a subkey and retur...
2005-09-14  Robert ShearmanAdd exception handling for stubs.
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
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-25  Robert ShearmanRemove unused thread handle entry from the apartment...
2005-07-05  Mike McCormackFix gcc 4.0 -Wpointer-sign warnings.
2005-06-20  Robert Shearman- Change some of the registry helper functions to use...
2005-05-16  Marcus MeissnerMove the Dll init function to compobj.c to avoid having...
2005-05-12  Mike McCormackRemove unnecessary declarations and make functions...
2005-03-17  Robert Shearman- Add critsec debugging info.
2005-03-11  Robert Shearman- Rename apartment functions to become more object...
2005-03-07  Robert ShearmanMake each ifproxy have its own channel buffer to fix...
2005-02-18  Robert Shearman- Move marshaling state machine into stub manager from...
2005-02-15  Robert Shearman- Remove cruft left over from previous RPC backend...
2005-02-15  Robert ShearmanMake COM use the RPC runtime as the backend for RPC...
2005-02-14  Robert ShearmanInvoke objects in STA's in the correct thread by sendin...
2005-02-08  Robert Shearman- Implement CoDisconnectObject.
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-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-25  Robert Shearman- Generate machine-local IPIDs.
2005-01-24  Robert Shearman- Add a new flag SORFP_NOLIFETIMEMGMT to tell the proxy...
2005-01-17  Robert ShearmanImplement table marshaling.
2005-01-14  Robert Shearman- Remove obsolete structs, rearrange things to group...
2005-01-14  Robert Shearman- The apartment reference should be held while the...
2005-01-12  Robert Shearman- Document CoSetState & CoGetState.
2005-01-11  Robert Shearman- Document how thread-safety is ensured for each member...
2005-01-07  Robert ShearmanRename iid in wine_marshal_id to ipid and use IPIDs...
2005-01-06  Robert Shearman- Make struct oletls ref counted so that it is only...
2005-01-05  Mike Hearn- Make apartment access thread-safe by introducing...
2005-01-04  Robert ShearmanImplement proxy manager.
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...
next