shell32: A lot of lnk files have extra data blocks at the end, although they don...
[wine] / dlls / shell32 / shlview.c
2007-12-06  Alexander Nicolays... shell32: Handle backspace key in shellview.
2007-12-03  Alexandre Julliardshell32: Get rid of the internal _InsertMenuItem function.
2007-11-05  Andrew Talbotshell32: Constify some variables.
2007-09-26  Mikołaj Zalewskishell32: shlview: Change some more ANSI calls to Unicode.
2007-09-26  Mikołaj Zalewskishell32: Make the shell view control Unicode.
2007-07-09  Thomas Weidenmuellershell32: Set current directory when executing files...
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2006-10-16  Francois GougetAssorted spelling fixes.
2006-10-09  Hans Leidekkershell32: Win64 printf format warning fixes.
2006-10-07  James Hawkinsjanitorial: Remove redundant NULL checks before SHFree.
2006-10-05  Francois Gougetshell32: Don't forget to set stateMask when calling...
2006-07-11  Andrew Talbotshell32: Write-strings warning fix.
2006-06-12  Alexandre Julliardshell32: Make some variables static and/or const.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-08  Mikołaj Zalewskishell32: Don't use uninitialized item.mask in shlview.
2006-04-18  Mikołaj Zalewskishell32: Use LVCOLUMW instead of LVCOLUMNA in LVM_INSER...
2006-03-13  Mike McCormackshell32: Fix some gcc 4.1 warnings caused by casts...
2006-02-11  Andrey Turkinshell32: IShellView list's control id should be 1,...
2006-01-12  Robert Shearmanshell: Fix view window Z order.
2005-12-12  Michael Jungshell32: Fix drag-scrolling in the shellview object.
2005-12-02  Michael JungImplemented scrolling during drag&drop for the shellvie...
2005-11-28  Michael JungUse GetUIObjectOf instead of BindToObject to get a...
2005-11-28  Michael JungRegister the shell view itself as the drop target,...
2005-08-19  Jason EdmeadesHandle context menu->refresh, and F5 to initiate a...
2005-07-30  Jozef StefankaFixed browsing to other directories in Word 2003 file...
2005-07-27  Alexandre JulliardReplace the _ICOM_THIS_From macros by inline functions...
2005-07-03  Mike McCormack-Wpointer-sign fixes.
2005-06-07  Mike McCormackWarning fixes for -Wmissing-declarations and -Wwrite...
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-04-12  Huw DaviesIf ICommDlgBrowser_OnDefaultCommand returns anything...
2005-03-21  Mike McCormackEliminate casts of the return value of HeapAlloc.
2005-03-14  Martin Fuchs- switch to correct shell desktop context menu
2005-03-07  Mike McCormackUse lstrcmpiA in preference to strcasecmp.
2005-02-14  Filip NavaraDon't crash if ShellFolder doesn't implement the IID_IS...
2005-01-21  Mike McCormackImplement GetAdvise and SetAdvise.
2005-01-14  James Hawkins- Use Interlocked* instead of ++/-- in AddRef/Release.
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2004-12-06  Robert ShearmanRemove unnecessary WNDPROC casts.
2004-10-18  Vincent BéronFix some types problems.
2004-09-22  Robert ShearmanGetWindowLong -> GetWindowLongPtr.
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-22  Alexandre JulliardDon't define BEGIN_INTERFACE in unknwn.h.
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-08-11  Francois GougetModify widl to put the C COM macros inside an #ifdef...
2004-08-04  Filip NavaraDestroy associated listview when IShellView is destroyed.
2004-07-16  Martin FuchsDistinguish between Open and Explore commands.
2004-06-18  Robert ShearmanMake ole32 a delay-load import of shell32.
2004-04-13  Juan LangIShellView seems reasonably complete, change a FIXME...
2004-02-10  Jon GriffithsStrRetToStrN returns BOOL and shouldn't crash on NULL...
2004-02-09  Huw DaviesUse the BTNS_* toolbar button style defines rather...
2004-02-03  Ulrich CzekallaSet the item mask before calling GetItem.
2004-02-02  Ulrich CzekallaMake SHChangeNotifyRegister be recursive so that will...
2004-01-18  Martin FuchsShellView_CreateList(), SIC_Initialize(): enable transp...
2003-10-24  Filip Navara- Removed initialization of sh32_policy_table in SHInit...
2003-09-22  Rolf KalbermatterAdded declarations for newly documented SHChangeNotify...
2003-09-17  Alexandre JulliardMoved undocumented functions out of the exported commct...
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-09  Alexandre JulliardConverted the rest of the obj_*.h headers to IDL into...
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-09-03  Alexandre JulliardConverted oleidl.h to IDL.
2003-09-02  Martin FuchsDeclare LPCITEMIDLIST as 'const' pointer and adjust...
2003-08-20  Alexandre Julliardwinnls.h must not include winbase.h.
2003-06-18  Francois GougetTypos/spelling fixes.
2003-05-19  Aric StewartMake sure we find the drag and drop functions before...
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2003-03-27  Rolf KalbermatterCosmetic fixes.
2003-01-21  Robert Shearman- Clear bits in structure passed to IOleCommandTarget_Q...
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2002-12-16  Rolf KalbermatterMake some shell32 files compile in MSVC.
2002-12-13  Rolf KalbermatterFixed some signed/unsigned comparison warnings.
2002-11-21  Johan DahlinMake shell32 compile with -DSTRICT.
2002-07-29  Alexandre JulliardImport comctl32 functions from shell32 by ordinal.
2002-07-24  Juergen Schmied- Cleaned up the implementation of shell folders and...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-02  Patrik StridvallMove __stdcall/__cdecl to the right place.
2002-01-29  Dimitrie O. PaunMake FIXMEs more grep-able.
2001-10-25  Aric StewartAdd handling for LVN_GETDISPINFOW.
2001-08-16  Alexandre JulliardMoved undocshell.h to dlls/shell32. Removed shell16.h.
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-02-21  Chris MorganAdd shell support for deleting files using the Delete...
2001-02-13  Chris MorganImplement keyboard shortcut F2 to rename files and...
2001-02-12  Francois GougetRemove TOOLBAR_ID and WM_SETTINGCHANGE, they are not...
2001-02-12  Francois GougetChange the callback declarations to a safer format.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-08  Francois GougetWe must include windef.h before wtypes.h (directly...
2000-09-26  Alexandre JulliardRemoved shell.h. Cleaned up the nested includes mess...
2000-08-09  Alexandre JulliardMoved a few non-standard headers into their respective...
2000-08-03  Alexandre JulliardAdded guiddef.h and moved a few GUID definitions to...
2000-04-28  Juergen SchmiedSmall fixes.
2000-04-23  Alexandre JulliardRemoved a few inter-dll dependencies.
2000-03-24  Patrik StridvallFixed some ANSI C violations.
2000-02-26  Juergen SchmiedMoved file functions to shlfileop.c
2000-02-20  Juergen Schmied- implemented rename, copy and delete file
2000-01-18  Alexandre JulliardAdded debugstr_guid function and used it to replace
1999-11-28  Niels Kristian Bec... Compiler warnings fixed.
1999-11-23  Juergen Schmied- made IShellFolder a aggregable object
next