shell32: Fix FOLDERID_Document definition.
[wine] / dlls / shell32 / shv_item_cmenu.c
2011-06-06  Michael Stefaniucshell32: COM cleanup for the IContextMenu2 iface.
2011-06-06  Michael Stefaniucshell32: Pass object pointers instead of ifaces to...
2010-07-19  David Hedbergshell32: Fix some return values from the shellview...
2010-03-16  David Hedbergshell32: Initial support for the properties command...
2008-01-21  Andrew Talbotshell32: Remove unneeded casts.
2007-12-03  Alexandre Julliardshell32: Get rid of the internal _InsertMenuItem function.
2007-12-03  Alexander Nicolays... shell32: Localize file context menu.
2007-11-05  Andrew Talbotshell32: Constify some variables.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-05-21  Andrew Talbotshell32: Exclude unused headers.
2006-10-09  Hans Leidekkershell32: Win64 printf format warning fixes.
2006-10-07  James Hawkinsjanitorial: Remove redundant NULL checks before SHFree.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-09-02  Kevin KoltzauFix warnings in 64bit.
2005-07-03  Mike McCormack-Wpointer-sign fixes.
2005-06-09  Mike McCormackAdd a cast to get rid of a warning.
2005-06-07  Mike McCormackWarning fixes for -Wmissing-declarations and -Wwrite...
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-03-21  Mike McCormackEliminate casts of the return value of HeapAlloc.
2005-01-14  James Hawkins- Use Interlocked* instead of ++/-- in AddRef/Release.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-21  Martin FuchsMatch class name used by Windows.
2004-09-20  Martin FuchsCorrect setting of default menu item in shell context...
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-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-06-18  Robert ShearmanMake ole32 a delay-load import of shell32.
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-02  Martin FuchsDeclare LPCITEMIDLIST as 'const' pointer and adjust...
2003-06-24  Aric StewartISvItemCm_fnInvokeCommand: added support for "delete...
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-12-13  Rolf KalbermatterFixed some signed/unsigned comparison warnings.
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-11-21  Johan DahlinMake shell32 compile with -DSTRICT.
2002-09-17  Francois GougetRemove references to PCVOID and LPUINT.
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...
2001-11-06  Francois GougetDon't prefix %p with 0x.
2001-08-16  Alexandre JulliardMoved undocshell.h to dlls/shell32. Removed shell16.h.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-08-03  Alexandre JulliardAdded guiddef.h and moved a few GUID definitions to...
2000-02-26  Juergen SchmiedMoved file functions to shlfileop.c
2000-02-20  Juergen Schmied- new files related to context menu and drag drop file...