shell32: Avoid casts when creating item menu.
[wine] / dlls / shell32 / brsfolder.c
2011-10-18  Piotr Cabanshell32: Don't convert output parameter in SHBrowseForF...
2011-07-08  André Hentschelshell32: Make sure that a structure is initialized...
2011-07-06  André Hentschelshell32: Remove dead initialization (clang).
2011-07-04  Piotr Cabanshell32: Implement folder renaming in SHBrowseForFolder.
2011-07-04  Piotr Cabanshell32: Implement "make new folder" functionality...
2011-07-04  Piotr Cabanshell32: Update currently selected folder in SHBrowseFo...
2011-05-03  Huw Daviesshell32: Always clone the return pidl to avoid a double...
2011-04-29  André Hentschelshell32: Don't crash if selection is NULL.
2011-01-24  Nikolay Sivovshell32: Fix a parent PIDL leak (Valgrind).
2011-01-20  Nikolay Sivovshell32: Free cloned PIDL after tree initialization...
2011-01-20  Nikolay Sivovshell32: Fix interface leak while adding tree items.
2010-08-02  David Hedbergshell32: Replace some checks with calls to _ILIsEmpty().
2010-07-20  David Hedbergshell32: Shell_GetImageLists should be declared in...
2009-12-28  Michael Stefaniucshell32: Remove some superfluous LPARAM/WPARAM casts.
2009-08-29  Eric PouechRemove a couple of superfluous casts.
2009-05-14  Nikolay Sivovcomctl32/treeview: Fix TreeView_* macros.
2009-02-19  Michael Stefaniucshell32: Remove superfluous pointer casts.
2009-01-30  Diaa Samishell32: Fix a mem leak in SHBrowseForFolder.
2009-01-29  Diaa Samishell32: Include the text control when resizing ShBrows...
2008-11-06  Michael Stefaniucshell32: Remove superfluous casts; mostly of void pointers.
2008-10-08  Michael Stefaniucshell32: Use FAILED instead of !SUCCEEDED.
2008-07-09  Daniel Remenakshell32: Fix crash regression in browse for folder...
2008-07-08  Mikołaj Zalewskishell32: Make new style Browse For Folders dialog resiz...
2008-01-21  Andrew Talbotshell32: Remove unneeded casts.
2008-01-16  Francois GougetAssorted spelling fixes.
2007-09-11  Andrew Talbotshell32: Constify some variables.
2007-06-08  Lei Zhangshell32: Start implementing BIF_USENEWUI.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-05-21  Andrew Talbotshell32: Exclude unused headers.
2007-02-12  Mikołaj Zalewskishell32: Make sure BrowseForFolder doesn't return NULL...
2006-10-09  Hans Leidekkershell32: Win64 printf format warning fixes.
2006-10-07  James Hawkinsjanitorial: Remove redundant NULL checks before SHFree.
2006-09-29  Andrew Talbotshell32: Cast-qual warnings fix.
2006-07-13  Alexandre Julliardshell32: Avoid using macros that cause gcc warnings.
2006-06-26  James Hawkinsshell32: Add missing multiply by sizeof(WCHAR)l
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-05-10  Michael Jungshell32: Support BFFM_SETSELECTION[AW] and BFFM_SETEXPA...
2006-03-03  Mike McCormackshell32: Fix some gcc 4.1 warnings caused by casts...
2006-01-20  Huw Daviesshell: Fix incorrect usage of the return value of StrRe...
2005-11-23  Michael JungInitialize OLE instead of just COM, in order to enable...
2005-11-10  Markus AmslerImprove c2man Documented-Total count. Changes:
2005-11-09  Michael JungInitialize COM prior to displaying the SHBrowseForFolde...
2005-11-07  Michael JungMore robust code for querying ShellFolder attributes...
2005-10-17  Aric StewartMSDN states that the pszDisplayName member of BROWSEINF...
2005-09-02  Kevin KoltzauFix warnings in 64bit.
2005-06-27  Aric StewartFix the BrowseForFolder dialog so that when it does...
2005-06-06  Michael JungLet BindToObject fail, if called with empty relative...
2005-05-06  Michael JungReturn a cloned PIDL by SHBrowseForFolder to avoid...
2005-05-04  Mike McCormackRemove static variables in SHBrowseForFolder implementa...
2005-04-28  Mike McCormackSplit up the window procedure.
2005-04-22  Michael JungFixed incorrect IShellFolder::EnumOjects API usage.
2005-03-01  Michael JungFixed parsing of ITEMIDLIST in InitializeTreeView.
2005-01-11  Robert ShearmanDon't sort the children of My Computer in shell browse...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-05-27  Uwe BonnesAssume MAX_PATH length for pszDisplayName.
2004-04-19  Francois GougetMake Unicode const strings static so they are not copie...
2004-04-19  Wolfgang SchwotzerSHBrowseForFolder: support lpBrowseInfo->pszDisplayName...
2004-01-07  Alexandre JulliardRemoved incorrect uses of DUMMYUNIONNAME.
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-02  Martin FuchsDeclare LPCITEMIDLIST as 'const' pointer and adjust...
2003-07-02  Eric PouechOnly release object if we actually got it.
2003-06-06  Robert Shearman- Support a few more flags
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-12-13  Rolf KalbermatterFix SHBrowseForFolder W -> A calls.
2002-11-21  Johan DahlinMake shell32 compile with -DSTRICT.
2002-10-31  Dmitry TimoshkovFix some types and function prototypes according to...
2002-08-14  Dmitry TimoshkovMake dialog IDs "Browse for Folder" compatible with IE.
2002-07-24  Juergen Schmied- Cleaned up the implementation of shell folders and...
2002-07-19  Jon GriffithsImplemented SHBrowseForFolderW.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-04-20  Bill MedlandGet the folder browser to work as well with W notificat...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-08-16  Alexandre JulliardMoved undocshell.h to dlls/shell32. Removed shell16.h.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-08-25  Eric PouechImproved a bit the folder browsing implementation.
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-09  Alexandre JulliardMoved a few non-standard headers into their respective...
2000-08-03  Alexandre JulliardAdded guiddef.h and moved a few GUID definitions to...
2000-07-31  Alexandre JulliardCleaned up some more USER dependencies.
2000-05-11  Patrik StridvallFixed some debug messages.
2000-04-28  Juergen SchmiedComplete cleanup, bugfixes.
2000-03-19  Francois GougetExplicitly use the TVN_xxxA version of the macros.
2000-02-03  Alexandre JulliardRemoved resource.h.
1999-10-13  Francois GougetUse the COM macros rather than directly accessing the...
1999-09-03  Francois BoisvertMake directories name appear in the BrowseForFolder...
1999-07-31  Patrik StridvallFixed/added missing/wrong function prototypes and made...
1999-07-28  Juergen SchmiedFixed use of StrRetToStrN.
1999-07-25  Juergen SchmiedMany fixes/reimplementations.
1999-07-24  Francois BoisvertImplemented TREEVIEW_InsertItemW.
1999-06-12  Alexandre JulliardConverted to the new debug interface, using script...
1999-04-25  Bertho StultiensBuilt-in dlls now have resources attached via the PE...
1999-04-22  Patrik StridvallFixed ANSI compabillity.
1999-04-22  Michael VekslerRemoved some includes of 16 bit API.
1999-04-22  Juergen SchmiedMoved stuff to the right place.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-01  Juergen SchmiedAll 19 FileMenu_* functions, some as stubs, some implem...
next