d3d9/tests: Add r500 fp_special results.
[wine] / dlls / hlink / link.c
2013-02-26  Piotr Cabanhlink: Return value returned by IHlinkTarget_Navigate...
2013-02-26  Piotr Cabanhlink: Call BindToObject with IID_IUnknown in IHlink_fn...
2012-08-14  Michael Stefaniuchlink: Avoid a TRUE:FALSE conditional expression.
2012-05-14  Francois Gougethlink: Fix the spelling of the Hlink::SetAdditionalPara...
2012-02-06  Andrew Eikumhlink: Don't query the IHlinkSite if the IMoniker is...
2012-02-06  Andrew Eikumhlink: Always pass a bind context to IMoniker::GetDispl...
2011-10-21  Jacek Cabanhlink: Return S_FALSE in GetTargetFrameName when return...
2011-10-21  Jacek Cabanhlink: Don't use WINAPI for internal functions.
2011-10-21  Jacek Cabanhlink: Reorder functions to avoid vtbl forward declaration.
2010-12-29  Michael Stefaniuchlink: Use ifaces instead of vtbl pointers in HlinkImpl.
2010-11-02  Andrew Eikumhlink: Site data should only be set if the hlink has...
2010-08-17  Andrew Eikumhlink: Implement HLINKGETREF flags handling.
2010-03-17  Andrew Eikumhlink: Set hlink's location to NULL if the empty string...
2009-12-31  Andrew Eikumhlink: String target reference is actually moniker...
2009-12-23  Andrew Eikumhlink: Add tests and fix error handling in IHlink:...
2009-10-21  Andrew Eikumhlink: Use HLINKSETF flags in Hlink::fnSetMonikerReference.
2009-01-27  Michael Stefaniuchlink: Remove superfluous pointer casts.
2008-09-11  Alistair Leslie... hlink: Mark Get/Set AdditionalParams as Unimplemented.
2008-07-11  Andrew Talbothlink: Remove unneeded address-of operators from array...
2008-02-29  Andrew Talbothlink: Assign to struct instead of using memcpy.
2007-12-10  Michael Stefaniuchlink: Rename the wrappers around HeapAlloc() &Co to...
2007-11-21  Jacek Cabanhlink: Wrap heap functions.
2007-11-21  Jacek Cabanhlink: Move common includes and function declarations...
2007-05-24  Rob Shearmanhlink: Improve the loading of hlinks.
2007-05-24  Rob Shearmanhlink: Improve the saving of hlinks by documenting...
2006-10-09  Michael Stefaniuchlink: Win64 printf format warning fixes.
2006-08-03  Dmitry Timoshkovhlink: Avoid double computation of the string length.
2006-08-01  Mike McCormackhlink: Use ShellExecute to start the link if we can...
2006-08-01  Mike McCormackhlink: Use CoTaskMemAlloc when returning memory to...
2006-08-01  Mike McCormackhlink: Create a strdupW function and use it.
2006-07-24  Mike McCormackhlink: Only release an object that we successfully...
2006-06-07  Mike McCormackhlink: Add a basic implementation (based on work by...