ole32: Remove some assertions in the stuctured storage code by
[wine] / include / shlobj.h
2006-09-08  Francois Gougetshell32: Fix name of a constant.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-12-16  Stefan Leichtershell32: Fix return value of PathProcessCommand.
2005-11-28  Alexandre JulliardRemove unnecessary external variable declarations.
2005-09-12  Alexandre JulliardFixed the binary layout gcc hacks to do the right thing...
2005-07-26  Alexandre JulliardUncomment the typedef in the DECLARE_INTERFACE macro...
2005-05-19  Kevin KoltzauAdded missing AW define.
2005-05-16  Martin FuchsDefine flags for SHFormatDrive().
2005-03-17  Jon GriffithsAdd some missing interfaces.
2005-03-16  Mike McCormackAdd defines for SLDF flags.
2005-03-14  Mike McCormackMove interface declarations to shobjidl.idl.
2005-01-03  Hans LeidekkerStub implementations for SHUpdateImageA, SHHandleUpdate...
2004-11-04  Aric StewartImplementation of PathCleanupSpec.
2004-10-05  Alexandre JulliardGet rid of the non-standard Ixxx_METHODS macro definiti...
2004-10-04  Francois GougetFix incorrect usage of COBJMACROS.
2004-09-07  Francois GougetFix c_parser.pm so it handles 'const' preceeding a...
2004-08-23  Alexandre JulliardGet rid of the ICOM_MSVTABLE_COMPAT support, g++ no...
2004-08-22  Francois GougetMoved declarations from undocshell.h to shlobj.h to...
2004-08-20  Francois GougetFix packing bug in shlobj.h.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_DEFINE macro.
2004-08-11  Francois GougetRemove LPFILESYSTEMBINDDATA as it's not defined in...
2004-07-09  Alexandre JulliardAuthors: Martin Fuchs <martin-fuchs@gmx.net>, Ge van...
2004-06-30  Ge van GeldorpFix IFileSystemBindData method order.
2004-06-28  Ge van GeldorpMatch prototypes to Platform SDK.
2004-02-11  Alexandre JulliardMoved some more definitions out of undocshell.h into...
2004-02-11  Martin Fuchs- move some PIDL function declarations from undocshell...
2004-02-03  Juan LangDeclare SHGetFolderPath and related constants.
2004-01-21  Rolf KalbermatterImplement PathGetShortPathA/W and change its prototype...
2004-01-08  Kevin KoltzauDefine structs FILEDESCRIPTOR and FILEGROUPDESCRIPTOR...
2004-01-06  Alexandre JulliardSHCoCreateInstance is now documented (spotted by Franco...
2003-11-26  Alexandre JulliardMoved the ShellExecuteEx definitions to shellapi.h...
2003-10-02  Rolf KalbermatterMoved definition of newly documented API SHRestricted...
2003-09-22  Rolf KalbermatterAdded declarations for newly documented SHChangeNotify...
2003-09-15  Rolf KalbermatterAdded IFileSystemBindData implementation.
2003-09-09  Alexandre JulliardConverted the rest of the obj_*.h headers to IDL into...
2003-09-08  Rolf KalbermatterChange parameter in SHGetSpecialFolderPathA/W to int...
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 Julliardshlobj.h must include wine/obj_dragdrophelper.h (report...
2003-09-02  Martin FuchsDeclare LPCITEMIDLIST as 'const' pointer and adjust...
2003-08-28  Dimitrie O. PaunUse angle brackets (<>) rather than quotes ("") for...
2003-07-26  Martin FuchsFixed Ansi version of RenderFILENAME and implement...
2003-06-06  Robert Shearman- Support a few more flags
2003-04-13  Vincent BéronInclude shlguid.h from shlobj.h.
2003-04-11  Alexandre JulliardSimplified COM interface declarations, removing the...
2003-04-10  Alexandre JulliardGet rid of the ICOM_CALL macros.
2003-04-10  Alexandre JulliardUse a more compatible technique to declare COM interfac...
2003-04-01  Rolf KalbermatterMoved prototype for SHBindToParent() to shlobj.h.
2003-03-17  Paul RupeAdd CSIDL_PROFILES. Improved logging for non-existent...
2003-02-01  Rolf KalbermatterChange SHCreateDirectory and Win32DeleteFile to be...
2003-01-21  Rolf KalbermatterChange SHChangeNotify to be Unicode and ANSI indifferen...
2003-01-03  Dimitrie O. PaunSHGetMalloc() returns a HRESULT, not a DWORD.
2002-12-23  Dimitrie O. PaunAdded missing LPDROPFILES definition.
2002-12-07  Rolf KalbermatterAdd SHDefExtractIcon{AW} function.
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-12-03  Alberto MassariSHGetSetSettings has now the right signature and the...
2002-11-12  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-31  Patrik StridvallMove __stdcall/__cdecl to the right place.
2001-10-10  Chris GreenAdded names of the "missing" paths for SHGetSpecialFold...
2000-09-26  Alexandre JulliardRemoved shell.h. Cleaned up the nested includes mess...
2000-09-18  Mike McCormackFixed incorrect arg count in SHGetSettings that causes...
2000-08-25  Eric PouechImproved a bit the folder browsing implementation.
2000-06-20  Hidenori TakeshimaAdded typedef of DROPFILES.
2000-06-13  Juergen Schmied- new dll shfolder.dll
2000-06-11  Francois GougetReordered the CALLBACK and WINAPI directives so that...
2000-04-28  Juergen SchmiedComplete cleanup, bugfixes.
2000-02-20  Juergen SchmiedStarted implementation of shell notifications.
1999-10-23  Francois GougetDefine the COM macros even in C++.
1999-09-14  Patrik StridvallAdd support for anonymous struct/unions on compilers...
1999-07-25  Juergen SchmiedMany fixes/reimplementations.
1999-06-12  Patrik StridvallAdded extern "C" if __cplusplus is defined.
1999-04-22  Adrian ThurstonICOMization of remaining interfaces.
1999-04-22  Juergen SchmiedMoved stuff to the right place.
1999-04-22  Juergen Schmied- corrected parameter count for SHGetSettings
1999-04-11  Juergen Schmied- reorganised icon extracing from files
1999-04-10  Juergen SchmiedILLoadFromString and SHGetSettings implemented.
1999-04-01  Juergen SchmiedAll 19 FileMenu_* functions, some as stubs, some implem...
1999-03-25  Juergen SchmiedUse the new header for COM definitions.
1999-03-14  Jim AstonRenamed wintypes.h to windef.h.
1999-03-14  Juergen Schmied- IShellFolder and IEnumIDList are using the new COM...
1999-03-10  Paul QuinnAdded a lot of new OLE interfaces.
1999-02-28  Marcus MeissnerMore include optimisations and fixes.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-25  Adrian Thurston- Use the new COM definition macros in the header.
1999-02-24  Juergen SchmiedChanged pidl structure to match the pidl's used in...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-13  Francis BeaudetImplemented the OLE Drag and Drop target registration...
1999-02-11  Alexandre JulliardAuthors: Adrian Thurston <adriant@corel.ca>, Zygo Blaxe...
1999-02-09  Francois GougetDllGetClassObject should take a REFCLSID not an LPCLSID.
1999-01-23  Juergen Schmied- some fixes, cleaned up includes, fixed leaks
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1999-01-03  Juergen SchmiedNew stubs NTSHChangeNotifyRegister, NTSHChangeNotifyDer...
1998-12-26  Marcus MeissnerChanged // comments to /* */ so WINE compiles with...
1998-12-25  Juergen SchmiedFixed the TEXT redefined warnings.
1998-12-15  Paul QuinnLots of new defines and stubs.
1998-12-14  Juergen SchmiedAdds the IPersistFile Interface to IShellLink[W] and...
1998-12-10  Alexandre JulliardAuthors: Francis Beaudet <francis@macadamian.com>,...
1998-11-25  Juergen SchmiedMoved existing IShellLink class. New stubs for IShellLinkW.
next