Assorted spelling fixes.
[wine] / dlls / shell32 / shelllink.c
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...
2003-05-21  Mike McCormackRemove code that starts wineshelllink, instead create...
2003-05-06  Robert LunnonEliminate segfault due to NULL This->sIcoPath.
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2003-03-20  Alexandre JulliardReplaced mkstemp by mkstemps from libiberty.
2002-11-21  Johan DahlinMake shell32 compile with -DSTRICT.
2002-11-15  Marcus MeissnerAlso silence IShellLinkA_fnSetShowCmd.
2002-11-12  Marcus MeissnerSilence IShellLink::SetShowCmd for the case we support.
2002-10-31  Marcus MeissnerEscape \ in path and arguments.
2002-08-20  Dusan LackoFix extraction of icons from ICO files.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-16  Mike McCormackDon't try reading a PIDL in IPersistStream->Load if...
2002-07-29  Marcus MeissnerCheck for mkstemp, added a port implementation if it...
2002-07-24  Juergen Schmied- Cleaned up the implementation of shell folders and...
2002-07-02  Juergen Schmied- changed STRRET definition
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-04-08  Dusan LackoIf we can't extract the icon, defer link creation to...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-08-16  Alexandre JulliardMoved undocshell.h to dlls/shell32. Removed shell16.h.
2001-08-10  Dusan LackoFix ExtractFromEXEDLL for nIndex != 0.
2001-07-24  Alexandre JulliardRemoved HEAP_strdupA.
2001-05-14  Marcus MeissnerImplemented 64bit file size handling.
2001-02-12  James AbbatielloImplement IShellLink<A|W>_fnGetWorkingDirectory,
2001-01-17  Jeremy WhiteRevised shell link process to treat empty (e.g. ""...
2000-12-01  Alexandre JulliardFinished separation of shell32 and wsock32.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-25  Patrik StridvallFixed some issues found by winapi_check.
2000-11-04  Alexandre JulliardRemoved leftover debug output.
2000-11-02  Alexandre JulliardCreate Gnome/KDE desktop and menu entries from IShellLink
2000-09-26  Alexandre JulliardRemoved shell.h. Cleaned up the nested includes mess...
2000-08-03  Alexandre JulliardFixed IShellLinkA/W definitions.
2000-01-18  Alexandre JulliardAdded debugstr_guid function and used it to replace
1999-12-27  Francois GougetBuffer overflows and strncpy fixes.
1999-10-31  Francois GougetGeneralized the use of the new ICOM_VFIELD and ICOM_VTB...
1999-08-15  Juergen SchmiedMore use of rc files for strings and menus, fixes....
1999-07-31  Patrik StridvallEliminated warnings.
1999-07-25  Juergen SchmiedImplemented access to lnk's to a IStream interface.
1999-07-10  Juergen SchmiedCompletely rewritten. IPersistStream interface implemented.
1999-06-12  Alexandre JulliardConverted to the new debug interface, using script...
1999-05-22  Paul QuinnMicrosoft com vtable compatibility workaround for g...
1999-04-25  Patrik Stridvall#pragma pack(?) changed to #include "*pack*.h"
1999-04-22  Juergen Schmied- more checks for valid pidl formats
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-01  Juergen SchmiedAll 19 FileMenu_* functions, some as stubs, some implem...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-24  Juergen SchmiedImplemented reading of *.lnk-files.
1999-02-24  Marcus MeissnerOptimized away more includes, readded some #includes...
1999-02-18  Francois GougetModified so that they do not use the VTABLE_FUNC macros...
1999-02-17  Francois GougetChanged ICOM_THIS definition.
1999-02-10  Francois GougetBetter set of macros for defining the COM interfaces.
1999-01-23  Juergen Schmied- some fixes, cleaned up includes, fixed leaks
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1999-01-03  Juergen SchmiedNew stubs NTSHChangeNotifyRegister, NTSHChangeNotifyDer...
1998-12-14  Juergen SchmiedAdds the IPersistFile Interface to IShellLink[W] and...
1998-11-25  Juergen SchmiedMoved existing IShellLink class. New stubs for IShellLinkW.