mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
documentation update
svn path=/trunk/; revision=5505
This commit is contained in:
parent
198b7818d5
commit
e4942a19d5
3 changed files with 21 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
|||
|
||||
1. Fix the Explorer Bar/Start Menu. Currently it is almost nothing like Windows.
|
||||
- Fix the Explorer Bar/Start Menu. Currently it is almost nothing like Windows.
|
||||
- paint desktop background: configurable colors, background image, ...
|
||||
- Drag Drop on desktop does not work.
|
||||
- extend shell view code in Wine
|
||||
|
||||
|
|
|
@ -11,3 +11,4 @@
|
|||
21.07.2003 m. fuchs extension of winefile for shell namespace
|
||||
04.08.2003 m. fuchs C++ explorer with architecture like MS Explorer:
|
||||
usage of IShellView C++, implementation of IShellBrowser, ...
|
||||
09.08.2003 m. fuchs DesktopWindow for shell view on the desktop
|
||||
|
|
|
@ -363,6 +363,22 @@ SOURCE=.\desktop\desktop.cpp
|
|||
SOURCE=.\desktop\desktop.h
|
||||
# End Source File
|
||||
# End Group
|
||||
# Begin Group "doc"
|
||||
|
||||
# PROP Default_Filter ""
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\doc\changes.txt
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\doc\readme.txt
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\doc\TODO.txt
|
||||
# End Source File
|
||||
# End Group
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\shell\entries.cpp
|
||||
|
|
Loading…
Reference in a new issue