netstat: Initial implementation.
[wine] / dlls / shell32 / shlfolder.c
2012-07-30  Nikolay Sivovshell32: Use proper macros when calling COM methods.
2011-05-16  Austin Englishshell32: Add a stub for SHOpenFolderAndSelectItems.
2010-11-08  David Hedbergshell32: Don't allow binding to files in any ShellFolde...
2010-08-02  David Hedbergshell32: Replace some checks with calls to _ILIsEmpty().
2010-04-19  Nikolay Sivovshell32: Load shell folder column names as A/W strings...
2010-04-19  Nikolay Sivovshell32: Use shared code to return column details from...
2010-03-22  Nikolay Sivovshell32: Some debug tracing improvements.
2008-09-30  Ulrich Czekallashell32: Revert c1f2824429286dd60fac723611b801e67eb745b...
2008-01-21  Andrew Talbotshell32: Remove unneeded casts.
2008-01-16  Francois GougetAssorted spelling fixes.
2007-09-12  Dmitry Timoshkovshell32: Remove class cache introduced in commit f686cf...
2007-07-16  Michael Stefaniucshell32: Fix missing unlock on an error path. Found...
2007-07-16  Dmitry Timoshkovshell32: Add a cache for queried shell folder interfaces.
2007-04-11  Aric Stewartshell32: Use _ILSimpleGetTextW instead of using _ILGetT...
2006-10-09  Hans Leidekkershell32: Win64 printf format warning fixes.
2006-06-26  Francois GougetAssorted spelling, case and grammar fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-21  Francois GougetAssorted spelling fixes.
2006-02-20  Martin Fuchsshell32: Avoid recursing SHELL32_GetItemAttributes...
2006-02-11  Martin Fuchsshell32: SHELL32_GetItemAttributes()
2006-01-20  Huw Daviesshell: Fix incorrect usage of the return value of StrRe...
2006-01-16  Robert Shearmanshell: Convert SHELL32_GetDisplayNameOfChild to unicode.
2005-11-28  Martin FuchsCorrectly call HCR_GetFolderAttributes() in SHELL32_Get...
2005-11-03  Alexandre JulliardAuthors: Vitaliy Margolen <wine-patch@kievinfo.com...
2005-11-01  Robert ShearmanConvert SHELL32_BindToChild to Unicode and fix up the...
2005-07-20  Michael JungOnly initialize shell folders via the IPersistFolder3...
2005-06-25  Michael JungFix a lurking infinite loop in SHGetPathFromIDList.
2005-06-25  Michael JungSupport for shellfolder's CallForAttributes registry...
2005-06-07  Juan LangConst-ify a mask.
2005-06-06  Michael JungLet BindToObject fail, if called with empty relative...
2005-05-18  Kouji SasakiAdded the processing for determination of SFGAO_HASSUBF...
2005-04-11  Huw DaviesDirectory items should have the SFGOA_FILESYSANCESTOR...
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-17  Mike McCormackRemove some dead code and some ifdefs.
2005-03-07  Mike McCormackUse lstrcmpiA in preference to strcasecmp.
2004-12-16  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-11-30  Eric PouechConst correctness fixes.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-10-04  Ge van GeldorpCan't pass NULL as default value to GetPrivateProfileSt...
2004-09-28  Robert Shearman- Add support for custom shell folders, such as the...
2004-09-13  Vitaliy MargolenIShellFolder::CompareIDs - return only -1/0/1 in lower...
2004-04-15  Martin FuchsCorrect error handling in SHELL32_ParseNextElement().
2004-01-23  Martin FuchsImproved error handling.
2004-01-16  Francois GougetAssorted spelling fixes.
2003-09-29  Francois GougetSome spelling fixes.
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-02  Martin FuchsDeclare LPCITEMIDLIST as 'const' pointer and adjust...
2003-08-21  Mike McCormackStub for (undocumented) SHCreateLinks.
2003-06-18  Francois GougetTypos/spelling fixes.
2003-03-05  Vitaliy MargolenAdd few SFGAO_CAN* attributes to supported list.
2003-02-27  Alberto MassariFixes to IShellFolder::GetAttributesOf:
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-08-07  Gregg MattinsonFixes for Sparc build.
2002-07-24  Juergen Schmied- Cleaned up the implementation of shell folders and...
2002-07-16  Gregg MattinsonInitialized the pidlOut variable in SHELL32_ParseNextEl...
2002-07-10  Rein KlazesFix buffer length calculation in InitializeGenericSF().
2002-07-02  Juergen Schmied- changed STRRET definition
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-16  Steven EdwardsFixed snprintf warnings.
2002-04-21  Bill MedlandThe extension should not be removed from the display...
2002-04-03  Charles LoepSupport for hiding file extensions in IShellFolder_GetD...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-31  Alexandre JulliardCodeWeavers
2002-01-29  Dimitrie O. PaunMake FIXMEs more grep-able.
2002-01-14  Huw D M DaviesIShellFolder_BindToObject should respect riid.
2001-11-06  Guy Albertelli- Define rest of URL_ESCAPE... and other flags.
2001-11-06  Francois GougetDon't prefix %p with 0x.
2001-09-19  Guy AlbertelliFix problem comparing pidls and return correct code.
2001-08-16  Alexandre JulliardMoved undocshell.h to dlls/shell32. Removed shell16.h.
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-03-10  Gerard PatelHandle empty strings and invalid values in lpstrInitial...
2001-02-28  Francois GougetSmall 'typos in comments' fixes.
2001-02-21  Chris MorganConfirm file deletes. Make delete confirmation message...
2000-12-06  Alexandre JulliardCreated a small static library in ole/libuuid.a that...
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-10-13  Andreas Mohr- stupid spelling fixes
2000-09-26  Alexandre JulliardRemoved shell.h. Cleaned up the nested includes mess...
2000-06-01  Juergen Schmied- New (some stubs): SHGetFolderLocation, PathAddExtension,
2000-05-12  Eric PouechFixed absolute path to pidl generation.
2000-05-11  Alexandre JulliardFixed buffer overflow.
2000-04-28  Juergen SchmiedComplete cleanup, bugfixes.
2000-02-26  Juergen SchmiedMoved file functions to shlfileop.c
2000-02-20  Juergen Schmied- new internal interface for item manipulation (cut...
2000-01-29  Andreas Mohr- add some documentation items
2000-01-23  Dmitry TimoshkovReplaced LocalToWideChar() by lstrcpynAtoW(), WideCharT...
2000-01-18  Alexandre JulliardAdded debugstr_guid function and used it to replace
1999-12-27  Francois GougetBuffer overflows and strncpy fixes.
1999-12-26  Francois GougetWrapped some strings in a debugstr_* call.
1999-11-23  Juergen Schmied- made IShellFolder a aggregable object
1999-11-14  Juergen Schmied- the colums in the shellview are now created depending...
1999-11-07  Juergen Schmied- new interface declaration for IShellfolder2
1999-10-31  Francois GougetGeneralized the use of the new ICOM_VFIELD and ICOM_VTB...
1999-10-23  Juergen Schmied- removed all unnecessary "winapi" from internal _IL...
1999-09-10  Juergen SchmiedFixed wrong return value.
1999-08-15  Juergen SchmiedBetter DropTarget.
1999-07-31  Patrik StridvallEliminated warnings.
1999-07-25  Juergen SchmiedComplete redesign, split into 3 implementations (Deskto...
next