Difference between revisions of "Talk:ReactOS Explorer"

From ReactOS Wiki
Jump to: navigation, search
m
m (History)
Line 17: Line 17:
 
* Size of notification area and quicklaunch bar in the desktop bar are now automatically adjusted ([[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]])
 
* 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]])

Revision as of 01:40, 5 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)