netstat: Initial implementation.
[wine] / dlls / shell32 / shellole.c
2012-01-16  Detlef Riekenbergshell32: Add a stub for IApplicationAssociationRegistra...
2012-01-09  Nikolay Sivovshell32: Use S_OK as successful return code name.
2011-11-21  Frédéric Delanoyshell32: Avoid harcoding array lengths.
2011-08-03  Frédéric Delanoydlls: Assorted spelling fixes.
2011-01-19  Alexander Morozovshell32: Add stub implementation of IShellDispatch.
2010-12-07  Michael Stefaniucshell32: Use an iface instead of a vtbl pointer in...
2010-11-16  Piotr Cabanshell32: Added partial implementation of SHPropStgWrite...
2010-11-16  Piotr Cabanshell32: Added partial implementation of SHPropStgReadM...
2010-11-16  Piotr Cabanshell32: Added SHPropStgCreate implementation.
2010-11-16  Piotr Cabanshell32: Added SHPropStg* stubs.
2010-09-23  Hans Leidekkershell32: Add stub implementations of IKnownFolder and...
2010-08-20  David Hedbergshell32: Add IExplorerBrowser interface stub.
2010-04-06  Nikolay Sivovshell32: Add stub shell folder for CLSID_Printers.
2010-03-29  Mikhail Maroukhineobjbase.h: CLSIDFromString: Add constness to the parame...
2010-03-22  Nikolay Sivovshell32: Some debug tracing improvements.
2009-08-25  Alexandre Julliardshell32: Move the IQueryAssociations implementation...
2009-02-24  Vincent Povirkshell32: Add stub implementation of IShellItem.
2009-02-19  Michael Stefaniucshell32: Remove superfluous pointer casts.
2008-12-03  Alexandre Julliardshell32: Remove some unused functions.
2008-11-06  Michael Stefaniucshell32: Remove superfluous casts; mostly of void pointers.
2008-10-08  Michael Stefaniucshell32: Use FAILED instead of !SUCCEEDED.
2008-07-07  Andrew Talbotshell32: Remove unneeded address-of operators from...
2008-05-21  Andrew Talbotshell32: Remove unused file-static variable.
2007-12-27  Mike McCormackshell32: Implement "My Network Places" shell folder.
2007-10-18  Alexandre Julliardshell32: Check for internal shell classes before queryi...
2007-09-13  Andrew Talbotshell32: Constify some variables.
2007-07-06  Damjan Jovanovicshell32: DragQueryFile doesn't count the null terminator.
2007-02-07  Andrew Talbotshell32: Declare some functions static.
2007-01-16  Andrew Talbotshell32: Remove unused variable.
2006-11-15  Andrew Talbotshell32: Cast-qual warnings fix.
2006-10-09  Hans Leidekkershell32: Win64 printf format warning fixes.
2006-09-10  Mikołaj Zalewskishell32: Remove the unused shell allocator.
2006-09-10  Mikołaj Zalewskishell32: Document the shell32 "mini-COM" functions.
2006-08-09  Mikołaj Zalewskishell32: Add a Trash virtual folder.
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-02-07  Francois Gougetshell32: Update DllGetClassObject documentation.
2005-11-10  Markus AmslerImprove c2man Documented-Total count. Changes:
2005-08-26  Michael JungImplemented 'My Documents' folder.
2005-08-22  Mike McCormackFix some gcc 4.0 warnings.
2005-08-19  Michael JungAdded stubbed implementation of IPersistPropertyBag...
2005-08-08  Alexandre JulliardDon't prefix the functions DllCanUnloadNow, DllGetClass...
2005-07-03  Mike McCormack-Wpointer-sign fixes.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-05-24  Michael JungAdd a new CLSID for UnixDosFolder, which is identical...
2005-04-13  Martin FuchsCorrect comments of some export ordinals.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-21  Mike McCormackEliminate casts of the return value of HeapAlloc.
2005-03-17  Jon GriffithsUse LMEM_ flags for LocalAlloc(), not GMEM_ (GlobalAlloc).
2005-03-09  Michael JungBeginning of a shell namespace extension to browse...
2005-01-14  James Hawkins- Use Interlocked* instead of ++/-- in AddRef/Release.
2004-12-09  Alexandre JulliardJanitorial: C booleans must not be compared against...
2004-10-19  Vincent BéronFix various function prototypes.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
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-07-12  Marcus MeissnerFixed double applet = applet = assignment.
2004-06-28  Ge van GeldorpMatch prototypes to Platform SDK.
2004-06-18  Robert ShearmanMake ole32 a delay-load import of shell32.
2004-04-19  Maxime BellengéAdd the IAutoComplete and IAutoComplete2 implementation...
2004-03-27  Martin FuchsImplementation of the control panel folder in shell...
2004-01-23  Ge van GeldorpFix various function prototypes to conform to PSDK.
2004-01-06  Alexandre JulliardSHCoCreateInstance is now documented (spotted by Franco...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-03  Alexandre Julliardshlobj.h must include wine/obj_dragdrophelper.h (report...
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2003-03-18  Jon GriffithsDocumentation updates.
2003-01-03  Dimitrie O. PaunSHGetMalloc() returns a HRESULT, not a DWORD.
2002-12-16  Rolf KalbermatterChange calls to CLSIDFromString to SHCLSIDFromStringW...
2002-11-21  Johan DahlinMake shell32 compile with -DSTRICT.
2002-10-25  Andreas Mohr- fix some pselling
2002-08-13  Juergen SchmiedStubs for DragDropHelper.
2002-07-24  Juergen Schmied- Cleaned up the implementation of shell folders and...
2002-07-19  Patrik StridvallFixed some issues found by winapi_check.
2002-07-02  Juergen Schmied- changed STRRET definition
2002-06-10  Sander van LeeuwenHandle ascii & unicode drag and drop structures in...
2002-06-02  Sander van LeeuwenFixed wrong cast; MSDN says lpDropFileStruct->pFiles...
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.
2001-10-01  Eric PouechShould initialize COM before calling it.
2001-08-16  Alexandre JulliardMoved undocshell.h to dlls/shell32. Removed shell16.h.
2001-07-20  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-12  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-02-12  Francois GougetChange the callback declarations to a safer format.
2001-01-02  François GougetMoved HDROP to shellapi.h.
2000-12-13  Andreas MohrSHGetMalloc must use MEMCTX_TASK, otherwise CoGetMalloc...
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-09-25  Alexandre JulliardUse documented DROPFILES structure instead of internal...
2000-08-14  Alexandre JulliardReplaced VERSION_* calls by exported API equivalents.
2000-06-23  Alexandre JulliardCleaned up a few inter-dll dependencies.
2000-04-28  Juergen SchmiedSeparated 32 bit functions to shellole.c.
2000-01-18  Alexandre JulliardAdded debugstr_guid function and used it to replace
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-11-23  Juergen Schmied- made IShellFolder a aggregable object
1999-11-14  Juergen Schmied- the colums in the shellview are now created depending...
next