Subclassing of shell window for drawing desktop background

svn path=/trunk/; revision=5534
This commit is contained in:
Martin Fuchs 2003-08-11 19:53:47 +00:00
parent 6497f3daae
commit 1503893d83
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2003-08-09 Martin Fuchs <martin-fuchs@gmx.net>
* subsys/system/explorer Subclassing of shell window for drawing
desktop background.
2003-08-11 Casper S. Hornstrup <chorns@users.sourceforge.net> 2003-08-11 Casper S. Hornstrup <chorns@users.sourceforge.net>
* bootdata/txtsetup.sif (SetupData): Add /NOBOOTSCREEN to OsLoadOptions. * bootdata/txtsetup.sif (SetupData): Add /NOBOOTSCREEN to OsLoadOptions.

View file

@ -11,4 +11,5 @@
21.07.2003 m. fuchs extension of winefile for shell namespace 21.07.2003 m. fuchs extension of winefile for shell namespace
04.08.2003 m. fuchs C++ explorer with architecture like MS Explorer: 04.08.2003 m. fuchs C++ explorer with architecture like MS Explorer:
usage of IShellView C++, implementation of IShellBrowser, ... usage of IShellView C++, implementation of IShellBrowser, ...
09.08.2003 m. fuchs DesktopWindow for shell view on the desktop 09.08.2003 m. fuchs class DesktopWindow for shell view on the desktop
11.08.2003 m. fuchs class BackgroundWindow for painting of desktop background