Difference between revisions of "Talk:ReactOS Explorer"

From ReactOS Wiki
Jump to: navigation, search
m
m (cat--)
 
(11 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
== History ==
 
== History ==
 +
[[Explorer.exe]]
  
 
[[ChangeLog-0.1.1]] Shell: Changed default shell to cmd.exe; User32: Win 95/NT/4/5 Window look;
 
[[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.1.3]]
 +
 
 +
Explorer.exe
 +
* Explorer bar ([[Alexander Ciobanu]], [[Martin Fuchs]])
 +
* File Management by provided by winefile merge ([[Martin Fuchs]])
 +
* Everything else ([[Martin Fuchs]])
 +
 
 +
[[ChangeLog-0.1.5]]
 +
 
 +
Explorer.exe
 +
* Open cabinet windows then clicking on desktop folders ([[Martin Fuchs]])
 +
* Beginnings of "search program" dialog ([[Martin Fuchs]])
 +
* Implemented floating start menus ([[Martin Fuchs]])
  
 
[[ChangeLog-0.2.0]]
 
[[ChangeLog-0.2.0]]
Line 17: Line 30:
 
* 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]])
 +
 +
[[ChangeLog-0.2.2]]
 +
 +
Explorer.exe
 +
*First version of web control embedding ([[Martin Fuchs]])
 +
*Toolbars to control web browser ([[Martin Fuchs]])
 +
*Desktop switching ([[Martin Fuchs]])
 +
*Japanese resource ([[Masahiro Taguchi]])
 +
*Better window sizing ([[Martin Fuchs]])
 +
*Better foreground window handling ([[VCL applications had problems]]) ([[Martin Fuchs]])
 +
*Re-show all hidden windows at explorer termination ([[Martin Fuchs]])
 +
*Support for context windows used by winefile ([[Martin Fuchs]])
 +
*First draft of a lean explorer version ([[SDI interface]]) ([[Martin Fuchs]])
 +
*Keyboard navigation in start menu ([[Martin Fuchs]])
 +
*Resize taskbar buttons according to number of running applications ([[Martin Fuchs]])
 +
*Rebar control for desktop bar, cabinet window ([[Martin Fuchs]])
 +
*Implemented 'minimize all' feature ([[Martin Fuchs]])
 +
*Add opened files to the "recent documents" list ([[Martin Fuchs]])
 +
*Tool tip texts for notification icons ([[Martin Fuchs]])
 +
*French translation for some start menu entries ([[Gge]])
 +
*Implementation of volume control tray icon ([[Martin Fuchs]])
 +
*Launch sound control panel applet ([[Martin Fuchs]])
 +
*Auto-hiding of inactive notification icons ([[Martin Fuchs]])
 +
*Storage of configuration settings in user specific XML file ([[Martin Fuchs]])
 +
*Use the new built expat library for explorer ([[Martin Fuchs]])
 +
*Implemented UTF-8 conversion for XML, smart XML formatting ([[Martin Fuchs]])
 +
*Import IE bookmarks and convert into XBEL format bookmark file ([[Martin Fuchs]])
 +
*Display bookmarks in sidebar ([[Martin Fuchs]])
 +
*First version of Explorer NotifyHook DLL ([[Martin Fuchs]])
 +
*Fixed foreground window handling when clicking on notification area icons ([[Martin Fuchs]])
 +
*Fixed taksbar icons after closing previous applications ([[Martin Fuchs]])
 +
*Fixed several GDI handle leaks ([[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]])
 +
 +
[[ChangeLog-0.2.4]]
 +
 +
* Destroy associated listview when IShellView is destroyed. ([[Filip Navara]])
 +
* Don't allow selecting separators in start menu and avoid nasty refreshing when moving mouse above the left ReactOS Logo bar. ([[Filip Navara]])
 +
* Execute any file from Start->Run, myFile.doc starts Word for example. ([[Jens Collin]])
 +
* Scroll mode for very long start menus ([[Martin Fuchs]])
 +
* Update of xmlstorage and some minor bug fixes ([[Martin Fuchs]])
 +
* Ignore unexpected exceptions while extracting icons ([[Martin Fuchs]])
 +
* Fix root path for folders opened from the desktop ([[Martin Fuchs]])
 +
* Precompiled header support for GCC 3.4.1 ([[Martin Fuchs]])
 +
* Use same startmenu entries height as MS explorer ([[Martin Fuchs]])
 +
* Recalculate start menu root position for any call ([[Martin Fuchs]])
 +
* Display version information in about dialog and on the desktop ([[Martin Fuchs]])
 +
* Implementation of IServiceprovider interface ([[Martin Fuchs]])
 +
* Display different drive icons depending on the drive type ([[Martin Fuchs]])
 +
* Integrate new drive icons of Klemens Friedl ([[Martin Fuchs]])
 +
* Context menus for qick launch bar ([[Martin Fuchs]])
 +
* Context menus for start menus ([[Martin Fuchs]])
 +
 +
[[ChangeLog-0.2.5]]
 +
 +
EXPLORER/WINEFILE
 +
 +
* Included winefile into the distribution ([[Martin Fuchs]])
 +
* Configuration dialog to choose between MDI and SDI mode with persistent storage ([[Martin Fuchs]])
 +
* Now handle "." and ".." as special direcory names and move them at the very first beginning of directory listings ([[Martin Fuchs]])
 +
* Moved direct version output from explorer into the kernel ([[Martin Fuchs]])
 +
* Encoding of quotation marks and apostrophs in bookmark link addresses ([[Martin Fuchs]])
 +
* Designed Shell About dialog more Windows-like ([[Klemens Friedl]])
 +
* Adjusted about dialog to ROS font sizes ([[Klemens Friedl]])
 +
 +
[[ChangeLog-0.2.6]]
 +
 +
* support for owner drawn context menus ([[Martin Fuchs]])
 +
* changed icon symbols
 +
 +
[[ChangeLog-0.2.7]]
 +
 +
* Stepwise taskbar resizing ([mailto:charn89@hotmail.com charn])
 +
* Swedish translation ([[David Nordenberg]] (dnordenberg /at/ users.sourceforge.net))
 +
* Added option to build Explorer as ReactOS shell without integrated Explorer part ([[Martin Fuchs]])
 +
* Display of custom folders in start menu root ([[Martin Fuchs]])
 +
* Fixed listbox insertion algorithms ([[Martin Fuchs]])
 +
* Czech translation of Explorer ([mailto:d3nzil@gmail.com][[Luk Frolka]])
 +
* Russian translation (done by [[Dmitry Philippov]]; checked by fireball, DarkHobbit and others)
 +
* French translation ([[Hervé Poussineau]])
 +
* Split big Explorer resource file into smaller, language-specific resource scripts ([[Martin Fuchs]])
 +
* Implemented part of screensaver functions: get values from reg, and show screensaver ([mailto:sikker2004@yahoo.com sikker2004])
 +
 +
[[ChangeLog-0.2.8]]
 +
 +
* Fix double-clicking Control Panel items ([[Gé van Geldorp]])
 +
* Handle .msi files ([[Gé van Geldorp]])
 +
* Fix icon alignment when the screen width is not a multiple of the icon spacing ([[Gé van Geldorp]])
 +
* Make the explorer taskbar look a bit nicer ([[Filip Navara]])
 +
* Fix the taskbar button resizing to account for button spacing. ([[Filip Navara]])
 +
* Update spanish translation (Filip Navara, patch from [[Patricio Martínez]])
 +
* new tool bar icons for the drive bar ([[Martin Fuchs]])
 +
* dynamic explorer start menu sidebar size ([[Martin Fuchs]])
 +
* new, smaller startmenu pictures using the dynamic explorer start menu sidebar feature ([[Magnus Olsen]])
 +
* MDI/SDI option dialog: pictures for illustration, remove resizable flag ([[Martin Fuchs]])
 +
* new option to open explorer subfolders in separate windows ([[Martin Fuchs]])
 +
* fix directory traversing in explorer SDI windows ([[Martin Fuchs]])
 +
* fix tree list image loading ([[Martin Fuchs]])
 +
* complete german resources for explorer ([[Martin Fuchs]])
 +
* "execute" menu entry ([[Martin Fuchs]])
 +
* activate execution from command bar ([[Martin Fuchs]])
 +
* fix UNICODE control panel calls to handle double clicks on the task bar clock ([[Martin Fuchs]])
 +
* one-click activation of "Start" button ([[Martin Fuchs]])
 +
* implemented command line parser for Explorer ([[Martin Fuchs]])
 +
* Fix for Bug 330: Correctly handle WM_COMMAND messages in web windows without web control ([[Martin Fuchs]])
 +
* replace "search computer" start menu entry by a "not yet implemented" message ([[Martin Fuchs]])
 +
 +
[[ChangeLog-0.2.9]]
 +
 +
* rearrange start menu ([[Ged Murphy]])
 +
** move apps into applications folder
 +
** put solitaire and winemine into games folder
 +
* test version of startmenu root with big icons ([[Martin Fuchs]])
 +
* Adjust for Visual Studio 2005: ([[Martin Fuchs]])
 +
** switch to standard conform CRT function names
 +
** use secure CRT functions where available
 +
** use COUNTOF instead of hard coded buffer sizes
 +
** project files in new format for manifest integration
 +
** simplify secure function usage using template overloads
 +
** struct FileHolder to encapsulate _tfopen/_tfopen_s()
 +
* integrate replacement function for SHBindToParent() ([[Martin Fuchs]])
 +
* fix bug 1139: disable printer submenu folder in "settings" start menu ([[Martin Fuchs]])
 +
 +
[[ChangeLog-0.3.0]]
 +
 +
* Explorer : Include sndvol32 in the bootcd to fix a file not found error.  Fixes bug 1754.  ([[Brandon Turner]])
 +
* Add library to deal with recycle bin (not used yet) ([[Hervé Poussineau]])
 +
 +
 +
[[ChangeLog-0.3.1]]
 +
* Explorer does not leak icons and bitmaps anymore (see Bug #1554) ([[Timo Kreuzer]])
 +
 +
[[ChangeLog-0.3.3]]
 +
* Add a ''Restart'' button ([[Vytis Girdzijauskas]], bug #2599)

Latest revision as of 11:43, 21 May 2014

History

Explorer.exe

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

ChangeLog-0.1.5

Explorer.exe

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.2

Explorer.exe

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)

ChangeLog-0.2.4

  • Destroy associated listview when IShellView is destroyed. (Filip Navara)
  • Don't allow selecting separators in start menu and avoid nasty refreshing when moving mouse above the left ReactOS Logo bar. (Filip Navara)
  • Execute any file from Start->Run, myFile.doc starts Word for example. (Jens Collin)
  • Scroll mode for very long start menus (Martin Fuchs)
  • Update of xmlstorage and some minor bug fixes (Martin Fuchs)
  • Ignore unexpected exceptions while extracting icons (Martin Fuchs)
  • Fix root path for folders opened from the desktop (Martin Fuchs)
  • Precompiled header support for GCC 3.4.1 (Martin Fuchs)
  • Use same startmenu entries height as MS explorer (Martin Fuchs)
  • Recalculate start menu root position for any call (Martin Fuchs)
  • Display version information in about dialog and on the desktop (Martin Fuchs)
  • Implementation of IServiceprovider interface (Martin Fuchs)
  • Display different drive icons depending on the drive type (Martin Fuchs)
  • Integrate new drive icons of Klemens Friedl (Martin Fuchs)
  • Context menus for qick launch bar (Martin Fuchs)
  • Context menus for start menus (Martin Fuchs)

ChangeLog-0.2.5

EXPLORER/WINEFILE

  • Included winefile into the distribution (Martin Fuchs)
  • Configuration dialog to choose between MDI and SDI mode with persistent storage (Martin Fuchs)
  • Now handle "." and ".." as special direcory names and move them at the very first beginning of directory listings (Martin Fuchs)
  • Moved direct version output from explorer into the kernel (Martin Fuchs)
  • Encoding of quotation marks and apostrophs in bookmark link addresses (Martin Fuchs)
  • Designed Shell About dialog more Windows-like (Klemens Friedl)
  • Adjusted about dialog to ROS font sizes (Klemens Friedl)

ChangeLog-0.2.6

  • support for owner drawn context menus (Martin Fuchs)
  • changed icon symbols

ChangeLog-0.2.7

  • Stepwise taskbar resizing (charn)
  • Swedish translation (David Nordenberg (dnordenberg /at/ users.sourceforge.net))
  • Added option to build Explorer as ReactOS shell without integrated Explorer part (Martin Fuchs)
  • Display of custom folders in start menu root (Martin Fuchs)
  • Fixed listbox insertion algorithms (Martin Fuchs)
  • Czech translation of Explorer ([1]Luk Frolka)
  • Russian translation (done by Dmitry Philippov; checked by fireball, DarkHobbit and others)
  • French translation (Hervé Poussineau)
  • Split big Explorer resource file into smaller, language-specific resource scripts (Martin Fuchs)
  • Implemented part of screensaver functions: get values from reg, and show screensaver (sikker2004)

ChangeLog-0.2.8

  • Fix double-clicking Control Panel items (Gé van Geldorp)
  • Handle .msi files (Gé van Geldorp)
  • Fix icon alignment when the screen width is not a multiple of the icon spacing (Gé van Geldorp)
  • Make the explorer taskbar look a bit nicer (Filip Navara)
  • Fix the taskbar button resizing to account for button spacing. (Filip Navara)
  • Update spanish translation (Filip Navara, patch from Patricio Martínez)
  • new tool bar icons for the drive bar (Martin Fuchs)
  • dynamic explorer start menu sidebar size (Martin Fuchs)
  • new, smaller startmenu pictures using the dynamic explorer start menu sidebar feature (Magnus Olsen)
  • MDI/SDI option dialog: pictures for illustration, remove resizable flag (Martin Fuchs)
  • new option to open explorer subfolders in separate windows (Martin Fuchs)
  • fix directory traversing in explorer SDI windows (Martin Fuchs)
  • fix tree list image loading (Martin Fuchs)
  • complete german resources for explorer (Martin Fuchs)
  • "execute" menu entry (Martin Fuchs)
  • activate execution from command bar (Martin Fuchs)
  • fix UNICODE control panel calls to handle double clicks on the task bar clock (Martin Fuchs)
  • one-click activation of "Start" button (Martin Fuchs)
  • implemented command line parser for Explorer (Martin Fuchs)
  • Fix for Bug 330: Correctly handle WM_COMMAND messages in web windows without web control (Martin Fuchs)
  • replace "search computer" start menu entry by a "not yet implemented" message (Martin Fuchs)

ChangeLog-0.2.9

  • rearrange start menu (Ged Murphy)
    • move apps into applications folder
    • put solitaire and winemine into games folder
  • test version of startmenu root with big icons (Martin Fuchs)
  • Adjust for Visual Studio 2005: (Martin Fuchs)
    • switch to standard conform CRT function names
    • use secure CRT functions where available
    • use COUNTOF instead of hard coded buffer sizes
    • project files in new format for manifest integration
    • simplify secure function usage using template overloads
    • struct FileHolder to encapsulate _tfopen/_tfopen_s()
  • integrate replacement function for SHBindToParent() (Martin Fuchs)
  • fix bug 1139: disable printer submenu folder in "settings" start menu (Martin Fuchs)

ChangeLog-0.3.0

  • Explorer : Include sndvol32 in the bootcd to fix a file not found error. Fixes bug 1754. (Brandon Turner)
  • Add library to deal with recycle bin (not used yet) (Hervé Poussineau)


ChangeLog-0.3.1

  • Explorer does not leak icons and bitmaps anymore (see Bug #1554) (Timo Kreuzer)

ChangeLog-0.3.3