wined3d: Catch nop pixel shader changes.
[wine] / dlls / ole32 /
2007-01-04  Rob Shearmanole32: Don't release pUnk in OleCreate if CoCreateInsta...
2007-01-02  Rob Shearmanole32: Fix the calculation of message_state->prefix_dat...
2006-12-29  Rob Shearmanole32: Add tests for channel hooks.
2006-12-28  Rob Shearmanole32: Add some tests for the running object table.
2006-12-28  Rob Shearmanole32: Contrary to MSDN, IROTData doesn't need to be...
2006-12-28  Rob Shearmanole32: Only call IROTData::GetComparisonData once,...
2006-12-28  Rob Shearmanole32: Use IMoniker::GetTimeOfLastChange to attempt...
2006-12-28  Rob Shearmanole32: Use the reduced forms of monikers for comparison...
2006-12-28  Rob Shearmanole32: Execute Reduce using the moniker's vtable in...
2006-12-28  Rob Shearmanole32: ROTFLAGS_REGISTRATIONKEEPSALIVE and ROTFLAGS_ALL...
2006-12-28  Rob Shearmanole32: Output the HRESULT for clipboard tests that...
2006-12-27  Rob Shearmanole32: Marshal the ORPCTHAT structure prefixed to the...
2006-12-27  Rob Shearmanole32: Message filters aren't used in the test_call_fro...
2006-12-24  Alexandre Julliardmake_makefiles: Automatically add IDL header targets...
2006-12-24  Rob Shearmanole32: Performing a COM call from within the processing...
2006-12-24  Rob Shearmanole32: Call the MessagePending function for message...
2006-12-24  Rob Shearmanole32: Track the pending call count so that the correct...
2006-12-24  Rob Shearmanole32: Allow the marshaling/unmarshaling of NULL interf...
2006-12-20  Rob Shearmanole32: Send a causality ID in the ORPCTHIS header for...
2006-12-20  Rob Shearmanole32: Reset the message filter at the end of the messa...
2006-12-20  Rob Shearmanole32: Pass in the IID and IUnknown* of the object...
2006-12-20  Rob Shearmanole32: Call the message filter for incoming calls.
2006-12-20  Rob Shearmanole32: Call ServerNotify for channel hooks.
2006-12-20  Rob Shearmanole32: Implement CoRegisterChannelHook and call channel...
2006-12-20  Rob Shearmanole32: Marshal the ORPCTHIS structure prefixed to the...
2006-12-19  Rob Shearmanole32: Fix the HMETAFILEPICT user marshaling test to...
2006-12-18  Rob Shearmanole32: Fix SetSize for HGLOBAL streams in the case...
2006-12-18  Rob Shearmanole32: Implement HMETAFILE and HMETAFILEPICT user marsh...
2006-12-18  Rob Shearmanole32: Move the user marshal tests to usrmarshal.c.
2006-12-18  Rob Shearmanole32: Add documentation for the user marshaling functions.
2006-12-18  Rob Shearmanole32: Support reading and writing custom clipformats...
2006-12-14  Francois Gougetole32/tests: Replace some '#if 0's with 'if (0)'s.
2006-12-14  Francois Gougetole32: Fix named/nameless union compilation error.
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
2006-12-07  Rob Shearmanole32: Add some documentation for CoCreateInstance.
2006-12-06  Francois Gougetole32: Convert dump_user_flags() into debugstr_user_fla...
2006-12-06  Francois Gougetole32: Convert dump_FORMATETC() into debugstr_formatetc...
2006-12-05  Francois GougetAssorted spelling fixes.
2006-12-04  Rob Shearmanole32: Implement the GetData function of the data cache...
2006-12-04  Rob Shearmanole32: Fix HandsOffStorage in the data cache.
2006-12-04  Rob Shearmanole32: Implement the DiscardCache function in the data...
2006-12-04  Rob Shearmanole32: Add some more traces to the data cache to make...
2006-12-04  Rob Shearmanole32: Add tests for invalid clipformat/tymed combinati...
2006-12-04  Rob Shearmanole32: In the data cache, fmtetc->cfFormat and fmtetc...
2006-12-04  Rob Shearmanole32: Check that the specified clipboard format and...
2006-12-04  Rob Shearmanole32: Set the mapping mode to anisotropic in OleMetafi...
2006-12-04  Rob Shearmanole32: The width of the metafile drawn should be 3...
2006-12-04  Rob Shearmanole32: Fill in the xExt and yExt fields in OleMetafileP...
2006-12-04  Rob Shearmanole32: Use the default icon title font when writing...
2006-12-04  Rob Shearmanole32: The METAFILEPICT created by OleMetafilePictFromI...
2006-12-04  Rob Shearmanole32: Call SetWindowOrgEx and SetWindowExtEx in OleMet...
2006-12-04  Rob Shearmanole32: Implement saving of the data cache.
2006-12-04  Rob Shearmanole32: Add handling of the dirty state to the data...
2006-12-04  Rob Shearmanole32: Add documentation for CreateDataCache.
2006-12-04  Rob Shearmanole32: Add some tests for the IViewObject, IOleCache2...
2006-12-04  Rob Shearmanole32: The advise sink for the data cache should be...
2006-12-04  Rob Shearmanole32: Implement the SetData function for the data...
2006-12-04  Rob Shearmanole32: Load cached data in the data cache into a STGMED...
2006-12-04  Rob Shearmanole32: Implement Cache and Uncache for the data cache.
2006-12-04  Rob Shearmanole32: Create a cache entry for each format in the...
2006-12-04  Rob Shearmanole32: Implement DataCache_GetClassID.
2006-11-28  Dmitry Timoshkovole32: Make some data const.
2006-11-27  Kirill K. Smirnovole32: Fix logic in Storage32Impl_SmallBlocksToBigBlock...
2006-11-22  Huw Daviesole32: Spelling fixes.
2006-11-22  Huw Daviesole32: CoGetInterfaceAndReleaseStream shouldn't crash...
2006-11-16  Huw Daviesole32: CoRegisterMessageFilter shouldn't crash on an...
2006-11-13  Rob Shearmanole32: Re-enable the code that unregisters interfaces...
2006-11-13  Francois GougetAssorted spelling fixes.
2006-11-13  Francois Gougetole32: Standardize some documentation comments.
2006-11-13  Francois Gougetole32/tests: Don't use the NONAMELESS* macros in the...
2006-11-09  Eric Pouechole32: Don't use PropVariantClear to setup an unitializ...
2006-11-09  Michael Stefaniucole32: Fix the warnings introduced by the "unsigned...
2006-11-09  Michael Stefaniucwidl: Use ULONG instead of unsigned long when generatin...
2006-11-09  Michael Stefaniucwidl: Use ULONG instead of unsigned long when generatin...
2006-11-09  Michael Stefaniucwidl: Use ULONG instead of unsigned long when generatin...
2006-11-09  Michael Stefaniucwidl: Use ULONG instead of unsigned long when generatin...
2006-11-07  Francois GougetAssorted spelling fixes.
2006-11-07  Andrew Talbotole32: Cast-qual warnings fix.
2006-10-27  Rob Shearmanole32: Fix a memory leak on the error path of dispatch_rpc.
2006-10-27  Rob Shearmanole32: Fix some memory leaks in the class factory proxy.
2006-10-27  Rob Shearmanole32: Always call IRpcChannelBuffer_GetBuffer in the...
2006-10-24  Eric Pouechole32: Fixed some wrong conditions in OleFlushClipboard.
2006-10-24  Eric Pouechole32: CoUninitialize: No longer access an object after...
2006-10-23  Rob Shearmanole32: Fix some memory leaks in the marshal tests.
2006-10-20  Alexandre JulliardAvoid usage of sizeof in traces that causes warnings...
2006-10-19  Francois GougetFix compilation with gcc 2.95.
2006-10-16  Alexandre JulliardMake.rules: Added support for building IDL client/proxy...
2006-10-16  Francois GougetAssorted spelling fixes.
2006-10-16  Michael Stefaniucole32: Win64 printf format warning fixes.
2006-10-16  Michael StefaniucThe Data1 member of the GUID struct needs to be an...
2006-10-14  Jeff Latimerole32: Remove dead code in errorinfo.c (Coverity).
2006-10-14  Michael Ploujnikovole32/tests: Win64 printf format warning fixes.
2006-10-09  Jacek Cabanole32: Don't fail in OleCreate if created object doesn...
2006-10-03  Francois GougetAssorted spelling fixes.
2006-09-29  Francois Gougetole32: Fix invalid macro usage.
2006-09-29  Francois GougetFix rpcndr.h so it takes CONST_VTABLE into account.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-28  Andrey Turkinole32: StgOpenStorage on non-existent file should creat...
2006-09-28  Huw Daviesole32: Don't return from CoRegisterClassObject until...
2006-09-28  Robert Shearmanole32: Check the return value of IStream_SetSize so...
next