explorer: Try ShellExecute if the parameter isn't a directory.
[wine] / programs / explorer / explorer.c
2011-08-30  Jay Yangexplorer: Try ShellExecute if the parameter isn't a...
2011-07-22  Jay Yangexplorer: Fix various memory leaks.
2011-07-19  Michael Stefaniucexplorer: Use FAILED instead of !SUCCEEDED.
2011-07-11  Francois Gougetexplorer: Fix compilation on systems that don't support...
2011-07-05  Jay Yangexplorer: Fix incorrect cast.
2011-07-04  Jay Yangexplorer: Add dropdown entries to explorer's combobox.
2011-07-04  Jay Yangexplorer: Add a path combobox to explorer.
2011-07-04  Jay Yangexplorer: Add navigation buttons to explorer.
2011-06-28  Marcus Meissnerexplorer: Remove useless array NULL check (Coverity).
2011-06-20  Francois Gougetexplorer: Make explorer_wnd_proc() static.
2011-06-16  Jay Yangexplorer: Use the command line arguments.
2011-06-16  Jay Yangexplorer: Implement the explorer using IExplorerBrowser.
2009-10-27  Alexandre Julliardexplorer: Specify the full application path when starti...
2008-05-19  Lei Zhangexplorer: Allow explorer with no arguments to run winefile.
2008-04-23  Alexandre Julliardexplorer: Convert the command line parsing to Unicode.
2008-02-25  Rob Shearmanexplorer: Clean up after CreateProcess in WinMain.
2006-08-29  Marcus MeissnerRemove some more unused debugging channels.
2006-08-18  Alexandre Julliardexplorer: Specify an explicit path when launching winefile.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-27  Alexandre Julliardx11drv: Moved desktop mode handling to the explorer...
2006-03-07  Alexandre Julliardexplorer: Merged systray support with the desktop windo...
2006-03-07  Alexandre Julliardexplorer: Added desktop option.
2006-02-22  Robert Shearmanshell32: Move systray handling to the explorer process.
2006-01-24  Dmitry TimoshkovMake more arrays const.
2006-01-14  Aric Stewartexplorer: Handle /select arguments correctly with the...
2005-11-17  Alexandre JulliardFixed invalid C syntax.
2005-11-16  Aric StewartBeginnings of an explorer.exe replacement that wraps...