Difference between revisions of "Talk:ReactOS Explorer"

From ReactOS Wiki
Jump to: navigation, search
m (History)
m
Line 49: Line 49:
 
* Fix taksbar icons after closing previous applications ([[Martin Fuchs]])
 
* Fix taksbar icons after closing previous applications ([[Martin Fuchs]])
 
* Fixed bug #224 ([[Martin Fuchs]])
 
* Fixed bug #224 ([[Martin Fuchs]])
 +
 +
[[ChangeLog-0.2.3]]
 +
*XMLStorage update: XMLReaderBase ([[Martin Fuchs]])
 +
*Re-enable DesktopWindow::OnDefaultCommand to open explorer windows on desktop double clicks ([[Martin Fuchs]])
 +
*Fix opening explorer sub folders in MDI mode - problem spotted and debugged by Ge van Geldorp ([[Martin Fuchs]])
 +
*Scroll mode for very long start menus ([[Martin Fuchs]])
 +
*Capture mode while scrolling start menus ([[Martin Fuchs]])
 +
*Use precompiled headers for VC++ builds ([[Martin Fuchs]])
 +
*Don't delete icons that we got by WM_GETICON or GetClassIcon ([[Filip Navara]])
 +
*Integrate optional SDI mode into main explorer branch ([[Martin Fuchs]])
 +
*Show waitcursor when switching to anotehr dir ([[Martin Fuchs]])
 +
*ShellBrowserChild: jump to addressbar target ([[Martin Fuchs]])
 +
*Handle GetDateFormat) failures ([[Martin Fuchs]])
 +
*Replace previous favorites start menu folder implementation by fast FavoritesMenu (using the internal XML bookmark informations) ([[Martin Fuchs]])
 +
*Fix floating favorites menus ([[Martin Fuchs]])
 +
*Activate web bookmarks in cabinet windows ([[Martin Fuchs]])
 +
*Awake address bar to life ([[Martin Fuchs]])
 +
*Simplified chinese resources ([[Larry Li]])
 +
*Optimize favorites sidebar ([[Martin Fuchs]])
 +
*Fix Entry::read_tree() and get_next_path_component() ([[Martin Fuchs]])
 +
*Jump to FileChildWindow's directory when entered in address bar ([[Martin Fuchs]])
 +
*Immediatelly maximize first MDI child window ([[Martin Fuchs]])

Revision as of 21:36, 11 March 2012

History

ChangeLog-0.1.1 Shell: Changed default shell to cmd.exe; User32: Win 95/NT/4/5 Window look;

ChangeLog-0.1.3 Explorer.exe: Explorer bar ; File Management by provided by winefile merge; Everything else

ChangeLog-0.2.0

  • Basic support to display NTFS streams (Martin Fuchs)
  • Context menu implementation for desktop window (Martin Fuchs)
  • Beginning of drag'n'drop support on the desktop (Martin Fuchs)
  • Implementation of control panel folder (Martin Fuchs)
  • Now using a light weight approach without button controls (Martin Fuchs)
  • Now a icon cache for start menu and quick launch bar (Martin Fuchs)
  • Direct file system gains a huge speedup for the start menu (Martin Fuchs)
  • Start menu now can be used by keyboard navigation (Martin Fuchs)
  • Size of notification area and quicklaunch bar in the desktop bar are now automatically adjusted (Martin Fuchs)
  • Better looking icons with 4, 8 and 32 bit colors (Everaldo Coelho)

ChangeLog-0.2.1

  • Icon alignment algorithms (Martin Fuchs)
  • Fixed RecursiveCreateDirectory() (Martin Fuchs)
  • Context menu for desktop bar (Martin Fuchs)
  • Property sheet dialogs (Martin Fuchs)
  • Desktop settings dialog sheet (Martin Fuchs)
  • Draw button control with original border; focus handling in property sheet (Martin Fuchs)
  • Fix to correctly display notification icons of some applications (Martin Fuchs)
  • Use PostMessage(WM_SYSCOMMAND) instead of ShowWindowAsync(SW_MINIMIZE) to minimize application windows when clicking on the taskbar (Martin Fuchs)
  • Fix determination of the last foreground window (Martin Fuchs)
  • Included NT Object namespace as virtual file system (Martin Fuchs)
  • Re-activate already open shell/ntobj child windows instead of opening new windows (Martin Fuchs)
  • Included Registry as virtual file system (Martin Fuchs)
  • Display types of files, NT objects and registry key/entries (Martin Fuchs)
  • New 'content' column to display symbolic link targets (Martin Fuchs)
  • Display pseudo-file attributes "link" and "executable" (Martin Fuchs)
  • Implemented context menu for file child windows (Martin Fuchs)
  • Integrated new startmenu side bar logo (Paulo Correasilva)
  • Minimize all button (Martin Fuchs)
  • Portugese translation (Paulo Silva)
  • First version of web control embedding (Martin Fuchs)
  • Desktop switching (Martin Fuchs)
  • Japanese resource (Masahiro Taguchi)
  • Better foreground window handling (Martin Fuchs)
  • Display status texts (Martin Fuchs)
  • First draft of a lean explorer version (Martin Fuchs)
  • Display a "not yet implemented" error message for the following start menu entries: printers, network, RAS (Martin Fuchs)
  • Fixed more GDI handle leaks (Martin Fuchs)
  • Set background brush for the short moment of displaying the background color while moving foreground windows (Martin Fuchs)
  • Fix taksbar icons after closing previous applications (Martin Fuchs)
  • Fixed bug #224 (Martin Fuchs)

ChangeLog-0.2.3

  • XMLStorage update: XMLReaderBase (Martin Fuchs)
  • Re-enable DesktopWindow::OnDefaultCommand to open explorer windows on desktop double clicks (Martin Fuchs)
  • Fix opening explorer sub folders in MDI mode - problem spotted and debugged by Ge van Geldorp (Martin Fuchs)
  • Scroll mode for very long start menus (Martin Fuchs)
  • Capture mode while scrolling start menus (Martin Fuchs)
  • Use precompiled headers for VC++ builds (Martin Fuchs)
  • Don't delete icons that we got by WM_GETICON or GetClassIcon (Filip Navara)
  • Integrate optional SDI mode into main explorer branch (Martin Fuchs)
  • Show waitcursor when switching to anotehr dir (Martin Fuchs)
  • ShellBrowserChild: jump to addressbar target (Martin Fuchs)
  • Handle GetDateFormat) failures (Martin Fuchs)
  • Replace previous favorites start menu folder implementation by fast FavoritesMenu (using the internal XML bookmark informations) (Martin Fuchs)
  • Fix floating favorites menus (Martin Fuchs)
  • Activate web bookmarks in cabinet windows (Martin Fuchs)
  • Awake address bar to life (Martin Fuchs)
  • Simplified chinese resources (Larry Li)
  • Optimize favorites sidebar (Martin Fuchs)
  • Fix Entry::read_tree() and get_next_path_component() (Martin Fuchs)
  • Jump to FileChildWindow's directory when entered in address bar (Martin Fuchs)
  • Immediatelly maximize first MDI child window (Martin Fuchs)