update for HEAD-2003091401
[reactos.git] / subsys / system / explorer / doc / changes.txt
1 14.10.2002      m. fuchs        Korrektur der Anpassungen durch Übernahme in wine: Anzeige der Verzeichnisnamen in Tree Pane
2                         m. fuchs        Wieder-Anpassung an natives Übersetzen unter WIN32 mit VC++
3
4 15.10.2002      m. fuchs        Entfernung der Warnungsmeldung durch SetWindowText(0, ...)
5                         m. fuchs        korrekte Anzeige der Header Control-Texte (nicht Unicode -> dlls/comctl32/header.c)
6
7 15.10.2002      m. fuchs        sofortige Anzeige der Dateiliste beim Starten und Öffnen neuer Fenster
8 15.10.2002      m. fuchs        Programmaufruf über Doppelklick in der Dateiliste
9
10 07.06.2003      m. fuchs        integration with ROS desktop window
11 21.07.2003      m. fuchs        extension of winefile for shell namespace
12 04.08.2003      m. fuchs        C++ explorer with architecture like MS Explorer:
13                                                 usage of IShellView C++, implementation of IShellBrowser, ...
14 09.08.2003      m. fuchs        class DesktopWindow for shell view on the desktop
15 11.08.2003      m. fuchs        class BackgroundWindow for painting of desktop background
16                                                 open child folders by double click in ShellBrowserChild
17 13.08.2003      m. fuchs        make explorer bar look more like windows taskbar bar
18 16.08.2003      m. fuchs        first draft of working task bar
19 18.08.2003      m. fuchs        first draft of explorer start menu
20 21.08.2003      m. fuchs        working start menu; beginning of tray notification area
21                                                 Start menu popup is now closed when clicking in another window.
22 22.08.2003      m. fuchs        implemented clock display in tray notification area
23                                                 implemented quick launch bar
24 23.08.2003      m. fuchs        implemented "Run..." dialog by calling shell32.dll
25                                                 fixed memory and GDI handle leaks
26                                                 implemented context menus for task bar
27                                                 tool tips for quick launch bar
28 24.08.2003      m. fuchs        added reactos logo to startmenu
29                                                 added romanian translation of Ciobanu Alexander
30 26.08.2003      m. fuchs        implemented tooltips and launching of date/time control panel applet for clock display
31 27.08.2003      m. fuchs        partly implemented control panel window
32 28.08.2003      m. fuchs        control panel window in cabinet view mode
33 29.09.2003      m. fuchs        Now we handle start menu popups via StartMenuRoot::TrackStartmenu().
34 30.09.2003      m. fuchs        compatibility to building as Winelib application