update for HEAD-2003091401
[reactos.git] / subsys / system / explorer / doc / changes.txt
diff --git a/subsys/system/explorer/doc/changes.txt b/subsys/system/explorer/doc/changes.txt
new file mode 100644 (file)
index 0000000..d6a8eb3
--- /dev/null
@@ -0,0 +1,34 @@
+14.10.2002     m. fuchs        Korrektur der Anpassungen durch Übernahme in wine: Anzeige der Verzeichnisnamen in Tree Pane
+                       m. fuchs        Wieder-Anpassung an natives Übersetzen unter WIN32 mit VC++
+
+15.10.2002     m. fuchs        Entfernung der Warnungsmeldung durch SetWindowText(0, ...)
+                       m. fuchs        korrekte Anzeige der Header Control-Texte (nicht Unicode -> dlls/comctl32/header.c)
+
+15.10.2002     m. fuchs        sofortige Anzeige der Dateiliste beim Starten und Öffnen neuer Fenster
+15.10.2002     m. fuchs        Programmaufruf über Doppelklick in der Dateiliste
+
+07.06.2003     m. fuchs        integration with ROS desktop window
+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        class DesktopWindow for shell view on the desktop
+11.08.2003     m. fuchs        class BackgroundWindow for painting of desktop background
+                                               open child folders by double click in ShellBrowserChild
+13.08.2003     m. fuchs        make explorer bar look more like windows taskbar bar
+16.08.2003     m. fuchs        first draft of working task bar
+18.08.2003     m. fuchs        first draft of explorer start menu
+21.08.2003     m. fuchs        working start menu; beginning of tray notification area
+                                               Start menu popup is now closed when clicking in another window.
+22.08.2003     m. fuchs        implemented clock display in tray notification area
+                                               implemented quick launch bar
+23.08.2003     m. fuchs        implemented "Run..." dialog by calling shell32.dll
+                                               fixed memory and GDI handle leaks
+                                               implemented context menus for task bar
+                                               tool tips for quick launch bar
+24.08.2003     m. fuchs        added reactos logo to startmenu
+                                               added romanian translation of Ciobanu Alexander
+26.08.2003     m. fuchs        implemented tooltips and launching of date/time control panel applet for clock display
+27.08.2003     m. fuchs        partly implemented control panel window
+28.08.2003     m. fuchs        control panel window in cabinet view mode
+29.09.2003     m. fuchs        Now we handle start menu popups via StartMenuRoot::TrackStartmenu().
+30.09.2003     m. fuchs        compatibility to building as Winelib application