Commit Graph

28 Commits

Author SHA1 Message Date
Alexandre Julliard c9eee73450 makefiles: Define __WINESRC__ when building programs. 2012-01-23 16:07:37 +01:00
Jay Yang c268c40fdf explorer: Try ShellExecute if the parameter isn't a directory. 2011-08-30 19:44:08 +02:00
Jay Yang dadcdb71b5 explorer: Fix various memory leaks. 2011-07-22 12:57:21 +02:00
Michael Stefaniuc 8ec442f510 explorer: Use FAILED instead of !SUCCEEDED. 2011-07-19 18:26:21 +02:00
Francois Gouget f00652fc63 explorer: Fix compilation on systems that don't support nameless unions. 2011-07-11 18:32:12 +02:00
Jay Yang 047124ab94 explorer: Fix incorrect cast. 2011-07-05 19:27:49 +02:00
Jay Yang c1b6d91c5b explorer: Add dropdown entries to explorer's combobox. 2011-07-04 19:13:32 +02:00
Jay Yang cfa89e7e32 explorer: Add a path combobox to explorer. 2011-07-04 19:13:22 +02:00
Jay Yang 9544bcd10b explorer: Add navigation buttons to explorer. 2011-07-04 19:11:42 +02:00
Marcus Meissner 436ec81240 explorer: Remove useless array NULL check (Coverity). 2011-06-28 16:45:56 -05:00
Francois Gouget d415cf5f30 explorer: Make explorer_wnd_proc() static. 2011-06-20 19:32:02 +02:00
Jay Yang fd1bdb14a4 explorer: Use the command line arguments. 2011-06-16 17:39:31 +02:00
Jay Yang f2ac486e21 explorer: Implement the explorer using IExplorerBrowser. 2011-06-16 17:37:41 +02:00
Alexandre Julliard 781fcd4691 explorer: Specify the full application path when starting winefile.exe. 2009-10-27 11:22:51 +01:00
Lei Zhang b11156b84a explorer: Allow explorer with no arguments to run winefile. 2008-05-19 14:03:56 +02:00
Alexandre Julliard 9bbbebc2ce explorer: Convert the command line parsing to Unicode. 2008-04-23 18:04:43 +02:00
Rob Shearman 45322bb448 explorer: Clean up after CreateProcess in WinMain. 2008-02-25 13:31:11 +01:00
Marcus Meissner b3a72ad1dd Remove some more unused debugging channels. 2006-08-29 12:28:58 +02:00
Alexandre Julliard 8e13333cb7 explorer: Specify an explicit path when launching winefile. 2006-08-18 20:56:20 +02:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Alexandre Julliard db6608ac9f x11drv: Moved desktop mode handling to the explorer process.
Per-application desktop mode settings are no longer supported.  Apps
can be launched in a specific desktop window by using:

  explorer /desktop=name[,widthxheight] app.exe [args]

If the named desktop already exists the app is launched inside it. The
default desktop is cleverly named "default".
2006-03-27 22:43:03 +02:00
Alexandre Julliard 576e3b7062 explorer: Merged systray support with the desktop window main loop.
Systray is now always available as part of the desktop and doesn't
need to be started from shell32.
2006-03-07 11:50:05 +01:00
Alexandre Julliard a93b6a5945 explorer: Added desktop option.
The /desktop option causes explorer to create and manage the desktop
window.
2006-03-07 11:41:52 +01:00
Robert Shearman f689e3fca4 shell32: Move systray handling to the explorer process. 2006-02-22 16:33:33 +01:00
Dmitry Timoshkov 57a579ffcd Make more arrays const. 2006-01-24 14:00:32 +01:00
Aric Stewart 7439c29d07 explorer: Handle /select arguments correctly with the new winefile
modifications.
2006-01-14 17:05:18 +01:00
Alexandre Julliard 82f403bd66 Fixed invalid C syntax. 2005-11-17 11:06:06 +00:00
Aric Stewart 6bd1625f57 Beginnings of an explorer.exe replacement that wraps the existing
winefile program.
2005-11-16 11:45:51 +00:00