Framework for the doppler effect.
[wine] / dlls / shell32 / shelllink.c
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.