Match class name used by Windows.
[wine] / dlls / shell32 / shfldr_desktop.c
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-14  Martin FuchsReturn "file not found" error values instead of E_INVAL...
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-23  Martin Fuchs- ISF_Desktop_fnGetUIObjectOf(): allow context menu...
2004-01-23  Martin FuchsReturn 'My Compuer' PIDL when calling Desktop->ParseDis...
2004-01-20  Martin Fuchs- fix typos in shelllink.c header comment and a struct...
2004-01-19  Martin Fuchs- move IShellFolder_fnGetDisplayNameOf() contents into...
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-09  Alexandre JulliardFixed a few more headers dependency issues.
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-16  Rolf KalbermatterChange calls to CLSIDFromString to SHCLSIDFromStringW...
2002-12-15  Rolf KalbermatterAdd support for Unicode IExtractIcon creation in
2002-12-13  Rolf KalbermatterAdded Unicode versions of the HCR_ internal functions.
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...