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
Robert Shearman
e8fe7004c7
shell32: Adding a systray item with an invalid icon handle is allowed.
2006-03-27 21:41:30 +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
Alexandre Julliard
acdd03add6
explorer: Moved systray configuration option to a more appropriate place
...
and make it compatible with the way other options are stored.
2006-02-22 17:01:15 +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
ec34a66612
Ignore symlink files too (needed for git).
2005-11-26 13:12:57 +01:00
Alexandre Julliard
0ec7e1a591
Renamed all .cvsignore files to .gitignore.
2005-11-26 13:10:33 +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