netstat: Initial implementation.
[wine] / dlls / shell32 / shelllink.c
2012-01-09  Nikolay Sivovshell32: Use S_OK as successful return code name.
2011-11-23  Frédéric Delanoyshell32: Avoid hardcoding array lengths.
2011-11-01  Alistair Leslie... shell32: Release site pointer.
2011-09-20  Francois Gougetshell32: Fix printing NULL strings.
2011-05-23  Michael Stefaniucshell32: Finish the COM cleanup in shelllink.c.
2011-05-23  Michael Stefaniucshell32: COM cleanup for the IShellLinkA iface.
2010-11-12  Andrew Eikumshell32: Don't search Path or PIDL for an icon in IShel...
2010-05-03  Aric Stewartshell32: Handle NULL pName in ShellLink fnSetDescription.
2010-03-29  Alexandre Julliardshell32: Always start the 64-bit version of winemenubui...
2010-03-19  Nikolay Sivovshell32: Add IPersistFile::GetCurFile implementation...
2010-01-26  Christian Costashell32: Improve some FIXMEs.
2010-01-07  Nikolay Sivovshell32/shelllink: Fix some string buffers leaks.
2009-12-17  Huw Daviesshell32: Fix a memory leak.
2009-11-16  Alexandre Julliardshell32: Fix setting of NULL arguments in IShellLink.
2009-10-27  Alexandre Julliardshell32: Specify the full application path when startin...
2009-09-09  Hans Leidekkershell32: Reject NULL path in IShellLink_SetPath.
2009-02-19  Michael Stefaniucshell32: Remove superfluous pointer casts.
2009-01-08  Alexandre Julliardshell32: Avoid a pointer cast in a trace.
2008-11-12  Andrew Talbotshell32: Sign-compare warnings fix.
2008-03-18  Andrew Talbotshell32: Assign to structs instead of using memcpy.
2008-01-21  Andrew Talbotshell32: Remove unneeded casts.
2008-01-11  Francois Gougetshell32: A lot of lnk files have extra data blocks...
2007-11-13  Alexandre Julliardshell32: Don't wait for the command to terminate in...
2007-11-13  Alexandre Julliardshell32: Pass some of the ShellExecute flags through...
2007-11-12  Rob Shearmanshell32: Fix a memory leak in Stream_WriteLocationInfo.
2007-10-05  Andrew Talbotshell32: Fix some memory leaks.
2007-09-13  Andrew Talbotshell32: Constify some variables.
2007-06-29  Misha Koshelevshell32: Fix shelllink creation to non-executable files...
2007-06-28  Misha Koshelevwinemenubuilder: Wait for parent process to finish...
2007-06-11  Jeff Latimershell32: Fix possible dereference of NULL ptr.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-03-23  Andrew Talbotshell32: Replace inline static with static inline.
2007-02-22  Aric Stewartshell32: IShellLink::GetIDList fix.
2007-02-14  Misha Koshelevshell32: Properly create shell links for commands on...
2007-02-14  Francois GougetAssorted spelling fixes.
2007-02-05  Francois Gougetshell32: Remove an unneeded local variable initialization.
2006-10-09  Hans Leidekkershell32: Win64 printf format warning fixes.
2006-09-29  Andrew Talbotshell32: Cast-qual warnings fix.
2006-08-09  Mike McCormackshell32: IShellLink::SetPath removes quotes from the...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-11-08  Mike McCormackFix a problem spotted by Dmitry and another one stoppin...
2005-11-04  Mike McCormackPartially implement and test the shelllink object's
2005-11-04  Mike McCormackUse advapi32.CommandLineFromMsiDescriptor to get msi...
2005-11-03  Mike McCormackPass the correct verb.
2005-11-02  Martin FuchsCorrect WINAPI position for MSVC portability.
2005-10-28  Mike McCormackHandle MSI advertised shortcuts in the shelllink object.
2005-10-28  Mike McCormackImplement IContextMenu::QueryContextMenu and
2005-10-27  Mike McCormackAdd the IObjectWithSite interface.
2005-10-18  Mike McCormackUse ShellLink_QueryInterface to return the right interf...
2005-09-02  Kevin KoltzauFix warnings in 64bit.
2005-07-26  Alexandre JulliardGet rid of the _ICOM_THIS macros and call the inline...
2005-07-03  Mike McCormack-Wpointer-sign fixes.
2005-06-16  Mike McCormack- forward AddRef, Release, QueryInterface and GetClassI...
2005-06-16  Mike McCormackSwitch IShellLink to use shlwapi.SHCreateStreamOnFileW.
2005-06-15  Mike McCormackRemove some uses of wine/unicode.h functions.
2005-06-14  Michael JungUse SHGetPathFromIDList instead of SHELL32_GetPathFromI...
2005-06-14  Mike McCormackAdd the IContextMenu interface to the ShellLink object.
2005-06-13  Mike McCormackImplement ShellLink's IShellExtInit::Initialize() method.
2005-06-13  Mike McCormack- add the IShellExtInit interface to the ShellLink...
2005-06-09  Mike McCormackAdd the IShellLinkDataList interface to the ShellLink...
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-05-13  Mike McCormackRemove some unused include files.
2005-04-22  Mike McCormackMSI advertised shortcuts don't require a product ID.
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2005-04-13  Huw DaviesAdd a unicode pidl type.
2005-03-27  Mike McCormackUse api definitions, remove duplicate code.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-17  Jon GriffithsUse LMEM_ flags for LocalAlloc(), not GMEM_ (GlobalAlloc).
2005-03-02  Francois GougetAssorted spelling fixes.
2005-02-25  Mike McCormack- implement loading and saving of MSI advertised shortc...
2005-02-17  Dmitry TimoshkovConvert winemenubuilder to unicode.
2005-02-16  Huw DaviesSetPath("") should return S_OK.
2005-01-14  James Hawkins- Use Interlocked* instead of ++/-- in AddRef/Release.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-10-05  Francois GougetAssorted spelling fixes.
2004-09-23  Martin FuchsAt least print message if we're not returning requested...
2004-09-22  Martin FuchsStore absolute path in .lnk file.
2004-09-22  Martin FuchsImplement IShellLinkA::Resolve and IShellLinkW::Resolve.
2004-09-09  Alexandre JulliardRemoved some more uses of the non-standard ICOM_THIS...
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-23  Aric StewartMake sure exePath contains the path since it is used...
2004-08-20  Aric StewartIn IPersistFile_Save if the exe file is not found,...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2004-04-19  Francois GougetMake Unicode const strings static so they are not copie...
2004-04-12  Martin Fuchs- eliminate MSVC type conversion warning
2004-04-07  Alexandre JulliardFixed a couple of header files ordering issues.
2004-04-05  Martin Fuchs- fix dirty flag on shelllink loading and saving
2004-03-26  Martin Fuchs- Fix handling of %2, %3, ... and lower case format...
2004-03-25  Martin FuchsImplementation of IPersistFile::IsDirty().
2004-03-22  Martin FuchsFix for recent shelllink patch, which removed the impor...
2004-03-22  Mike McCormackUpdate path from relative path on loading.
2004-01-20  Martin Fuchs- fix typos in shelllink.c header comment and a struct...
2003-11-17  Alexandre JulliardRemoved some unnecessary includes.
2003-10-09  Dimitrie O. PaunMove useful information out of documentation/shell32.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-04  Alexandre JulliardImplemented shtypes.idl and shobjidl.idl and removed...
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
next