comctl32: Fix typo in rebar.
[wine] / dlls / shell32 / shelllink.c
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...
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...
next