shell32: Add a stub SHGetKnownFolderIDList.
[wine] / dlls / shell32 / changenotify.c
2011-09-21  Piotr Cabanshell32: Fixed SHCNRF_NewDelivery flag support in SHCha...
2011-09-21  Piotr Cabanshell32: Don't call SendMessage inside critical section.
2010-11-15  Andrew Eikumshell32: PIDLs should be checked recursively in SHChang...
2010-04-09  Alexandre Julliardshell32: Store an id in change notifications to avoid...
2010-04-09  Alexandre Julliardshell32: Convert the change notifications list to a...
2009-12-28  Michael Stefaniucshell32: Remove some superfluous LPARAM/WPARAM casts.
2009-10-27  Alexandre Julliardshell32: Specify the full application path when startin...
2009-06-12  Damjan Jovanovicshell32: Update file type associations when requested.
2009-02-19  Michael Stefaniucshell32: Remove superfluous pointer casts.
2008-01-21  Andrew Talbotshell32: Remove unneeded casts.
2007-11-21  Lei Zhangshell32: Only notify immediate parent.
2007-09-11  Andrew Talbotshell32: Constify some variables.
2007-05-21  Andrew Talbotshell32: Exclude unused headers.
2006-10-09  Hans Leidekkershell32: Win64 printf format warning fixes.
2006-10-07  James Hawkinsjanitorial: Remove redundant NULL checks before SHFree.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2004-12-16  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-11-30  Eric PouechConst correctness fixes.
2004-06-02  Ulrich CzekallaWhen we send out a notification to a registered window...
2004-02-02  Ulrich CzekallaFix SHChangeNotify to send correct lParam and wParam...
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2003-09-22  Rolf KalbermatterAdded declarations for newly documented SHChangeNotify...
2003-09-15  Rolf KalbermatterSHChangeNotify should use SHSimpleIDListFromPath as...
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-29  Rolf KalbermatterChange protoype of SHChangeNotifyRegister to what MSDN...
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-07-15  Francois GougetSpelling fixes (s/occured/occurred/ and variants).
2003-06-23  Mike McCormackChange notification fixes.
2003-01-21  Rolf KalbermatterChange SHChangeNotify to be Unicode and ANSI indifferen...
2002-12-13  Rolf KalbermatterFixed some signed/unsigned comparison warnings.
2002-11-21  Johan DahlinMake shell32 compile with -DSTRICT.
2002-06-28  Knut St. OsmundsenDo not access memory that has just been freed.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-11-06  Francois GougetDon't prefix %p with 0x.
2001-10-02  Guy AlbertelliImplemented dummy stub for SHChangeNotifyUpdateEntryLis...
2001-08-16  Alexandre JulliardMoved undocshell.h to dlls/shell32. Removed shell16.h.
2001-08-16  Alexandre JulliardAdded names to standard critical sections (suggested...
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2000-08-14  Alexandre JulliardReplaced VERSION_* calls by exported API equivalents.
2000-04-08  Alexandre JulliardRemoved a number of global handle allocations and criti...
2000-03-26  Uwe BonnesSHChangeNotify[A|W]: free only items we allocated.
2000-03-24  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-02-26  Juergen SchmiedBasic implementation of shell notifications.
2000-02-26  Patrik StridvallFixed ANSI C violations.
2000-02-20  Juergen SchmiedStarted implementation of shell notifications.