wined3d: Move max_ffp_textures to wined3d_d3d_info.
[wine] / dlls / rpcrt4 / cproxy.c
2011-06-16  Alexandre Julliardrpcrt4: Add support for float parameters in client...
2011-06-15  Alexandre Julliardrpcrt4: Implement stubless proxy entry thunks for x86_64.
2011-06-15  Alexandre Julliardrpcrt4: Reimplement the stubless proxy entry point...
2011-06-15  Alexandre Julliardrpcrt4: Make more of the stubless proxy setup code...
2011-06-14  Alexandre Julliardrpcrt4: Add a wrapper for NdrClientCall2 to isolate...
2011-06-02  Alexandre Julliardinclude: Make CLIENT_CALL_RETURN definition platform...
2010-12-30  Michael Stefaniucrpcrt4: COM cleanup for StdProxyImpl.
2010-11-11  Alexandre Julliardrpcrt4: Get rid of the ICOM_THIS_MULTI macro.
2010-08-26  Alexandre Julliardrpcrt4: Fix cfi annotations for the stubless proxy...
2010-03-22  Alistair Leslie... rpcrt4: Added stub function CreateStubFromTypeInfo.
2009-06-25  Alexandre Julliardrpcrt4: Add call frame annotations in x86 assembly...
2009-06-15  Alexandre Julliardrpcrt4: Add appropriate stdcall decorations to assembly...
2009-06-03  Alexandre Julliardrpcrt4: Add checks for the number of methods being...
2009-06-03  Alexandre Julliardrpcrt4: Add support for proxy delegation.
2009-06-01  Alexandre Julliardrpcrt4: Retrieve the stubless information for the thunk...
2009-06-01  Alexandre Julliardrpcrt4: Use the same allocation technique as delegated...
2009-06-01  Alexandre Julliardrpcrt4: Return the stack size from the ObjectStubless...
2009-05-27  Alexandre Julliardrpcrt4: Fix the PSFactoryBuffer proxy refcounting,...
2009-05-27  Alexandre Julliardrpcrt4: Internal functions don't need to be WINAPI.
2008-11-26  Francois Gougetrpcrt4: Remove WINAPI on static functions where not...
2008-10-18  Alexandre Julliardrpcrt4: Convert source files to utf-8.
2008-07-02  Rob Shearmanrpcrt4: Reset the BufferLength to the used part of...
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2008-01-08  Rob Shearmanrpcrt4: Set the fBufferValid flag in NdrProxyGetBuffer.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2006-11-10  Michael Stefaniucrpcrt4: Win64 printf format warning fixes.
2006-09-07  Robert Shearmanrpcrt4: Raise an exception if IRpcChannelBuffer_GetBuff...
2006-09-07  Robert Shearmanrpcrt4: Make the reference counting in the standard...
2006-09-07  Robert Shearmanrpcrt4: Remove some unused code.
2006-09-07  Robert Shearmanrpcrt4: Move NdrStub* functions to cstub.c and move...
2006-07-18  Robert Shearmanrpcrt4: Display a big message box if the user tries...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-07  Robert Shearmanrpcrt4: Don't call IUnknown_AddRef if there is no outer...
2006-01-20  Robert Shearmanrpc: Replace the hack that detected stubless proxies...
2006-01-05  Robert Shearmanrpcrt4: Implement NdrClientCall2 and NdrServerCall2.
2005-09-18  Robert ShearmanFix ref-counting rules to match native DCOM Dlls.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2004-11-30  Eric PouechConst correctness fixes.
2004-10-18  Mike McCormackAdd stub implementation for CreateProxyFromTypeInfo.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-13  Alexandre JulliardMoved ICOM_THIS_MULTI definition out of objbase.h and...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-06-14  Robert Shearman- Fix ref count on standard proxy creation.
2004-04-19  Hans LeidekkerFix compiler warning.
2004-01-09  Alexandre JulliardGet rid of no longer needed WINE_PACKED define.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-05-20  Ove KaavenFixed NdrDllRegisterProxy so it registers the key names...
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-10-17  Alexandre JulliardFixed compilation for non-i386.
2002-10-10  Ove KaavenIUnknown_[QAR]_Proxy implementations, VTbl construction...