shell32: SHELL32_GetItemAttributes()
[wine] / dlls / shell32 / shfldr_mycomp.c
2006-01-16  Robert Shearmanshell: Convert SHELL32_GetDisplayNameOfChild to unicode.
2005-11-23  Michael JungAlso scan HKEY_CURRENT_USER for shell namespace extensi...
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-07-27  Alexandre JulliardReplace the _ICOM_THIS_From macros by inline functions...
2005-07-11  Michael JungRelease parent shell folder in GetAttributesOf.
2005-07-03  Mike McCormack-Wpointer-sign fixes.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-05-26  Stefan Dösinger*Handle cidl==0 in shfldr_desktop, shfldr_fs and shfldr...
2005-05-23  Michael JungMore robustly query the SHGDN_FORPARSING flag in the...
2005-05-10  Juan LangFixes to IShellFolder::GetAttributesOf implementations...
2005-05-05  Michael JungFixed MyComputer's GetDisplayNameOf method.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-17  Jon GriffithsUse LMEM_ flags for LocalAlloc(), not GMEM_ (GlobalAlloc).
2005-03-02  Juan LangConvert more API calls to Unicode.
2005-02-26  Juan LangConvert a few calls to Unicode.
2005-02-23  Mike McCormackRemove tabs and reformat.
2005-01-14  James Hawkins- Use Interlocked* instead of ++/-- in AddRef/Release.
2004-12-16  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-20  Martin FuchsMake drive letters in PIDLs always uppercase to enable...
2004-09-06  Alexandre JulliardRemoved some uses of the non-standard ICOM_THIS macro.
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-04-15  Martin Fuchs- make drive letters in PIDLs always uppercase to enabl...
2004-04-13  Martin FuchsCorrect IShellFolder::GetAttributesOf() for the case...
2004-04-08  Juan Lang- move CreateMyCompEnumList and CreateDesktopEnumList...
2004-04-08  Juan LangMove control panel applet enumeration to cpanelfolder.c.
2004-04-06  Juan Lang- rename PT_SPECIAL to PT_SHELLEXT
2004-04-06  Juan LangRename PT_MYCOMP to PT_GUID, and the corresponding...
2004-01-30  Martin Fuchs- remove unneccesary ISF_MyComputer_Constructor() decla...
2004-01-23  Martin FuchsISF_MyComputer_fnGetDisplayNameOf(): return CLSID paths...
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2004-01-20  Martin Fuchs- fix typos in shelllink.c header comment and a struct...
2003-12-30  Martin Fuchs- correct return value of SHGetPathFromIDList[AW](...
2003-09-15  Rolf KalbermatterMake sure the bind context is forwarded in
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-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-15  Rolf KalbermatterAdd support for Unicode IExtractIcon creation in
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-11-21  Johan DahlinMake shell32 compile with -DSTRICT.
2002-10-25  Alberto MassariDon't touch the This pointer after it has been freed.
2002-07-24  Juergen Schmied- Cleaned up the implementation of shell folders and...