These projects are retired. The development has stopped and we don't provide support for them anymore.
Fm
Desktop file manager
GNU General Public License (GPL)
overview | download | changelog | mailing lists
2002-06-19 Geert Bevin <gbevin[remove] at uwyn dot com>
* Release - v0.2.2
2002-06-19 Cristalle Azundris Sabon <cristalle@azundris.com>
* The combo-box, the status-line and the bookmark-buttons can now
be turned off individually in the preferences dialog. State is
saved. When bookmarks are hidden, they can still be operated
using the keyboard,
* Colours can be set as int (like before) or as hex-strings
(colour='#1234') in ~/.fm/preferences
* Colours can be set as 3 values (FgRed='#rrrr', FgGreen='#gggg',
FgBlue='#bbbb'), or as one (Fg='#rrggbb'). They are saved in the
latter format if no information is lost that way.
* Pixmaps are now looked for as absolutes, then in
$PREFIX/share/pixmaps/fm, then in $PREFIX/share/pixmaps. $PREFIX
is auto-determined if fm was started as $PREFIX/bin/fm
(/usr/bin/fm, /opt/gnome/bin/fm, ...)
* pSelectionTextElementSeperator (separator for selections with
more than one element) defaults to "\n" (line break) now, so
working with xmms etc. is *not* broken by default.
* Multi-selections mysteriously did not include the last element
(the one you shift-clicked on). fixed.
2000-11-17 Dan Bravender <dbravender@todd.wc-m.com>
* Added support for the mousewheel in the treeview
1999-10-19 Geert Bevin <gbevin[remove] at uwyn dot com>
* RMB now only pops up the menu and doesn't select a row.
1999-10-13 Geert Bevin <gbevin[remove] at uwyn dot com>
* Fixed a bug that made fm crash when using the Copy To X
Clipboard several times in a row.
1999-09-24 Geert Bevin <gbevin[remove] at uwyn dot com>
* Double click now zooms into a filled directory
(suggested by Ian Main)
* Changed all comment from C++ style to C style
(suggested by Ian Main)
* Small change in the scrollbar hiding/showing to support the
different behaviour in gtk 1.2.5
1999-09-23 Geert Bevin <gbevin[remove] at uwyn dot com>
* Release - v0.2.1
1999-09-21 Geert Bevin <gbevin[remove] at uwyn dot com>
* New browser windows now copy their size from the window that
initiated the action.
1999-09-21 Geert Bevin <gbevin[remove] at uwyn dot com>
* Fixed a few bugs with column sorting when the CTree titles are
clicked. Actually the dynamic column show/hiding was completely
broken ... grmmmpf ;-)
1999-09-19 Geert Bevin <gbevin[remove] at uwyn dot com>
* Release - v0.2
1999-09-18 Geert Bevin <gbevin[remove] at uwyn dot com>
* Updated the fm documentation.
* Removed the copy buffer status button.
* Added seperate flag to the preferences for the layout saving at
exit that allows you to toggle the saving of the popdown history
of the combobox.
* Added session support for saving the entries in the popdown
history of the combobox.
* Added maximum combo box popdown menu length preferences
parameter and added it to the preferences dialog.
1999-09-17 Geert Bevin <gbevin[remove] at uwyn dot com>
* Applied the GPL to every source file as recommended in the
COPYING file.
1999-09-16 Geert Bevin <gbevin[remove] at uwyn dot com>
* Fixed bug in the refreshing of a directory when the focused file
name has been erased in the meantime.
* Changed the default accelerator keys.
* Preferences format changed for the accelerator keys !
* Changed the structure of the popup menu.
* Added keyboard accelerators for the menuitems in the coumns
popup menu.
* Added the columns submenu to the popupmenu.
* New browser windows copy the shown / hidden columns from the
window that initiated the action.
1999-09-15 Geert Bevin <gbevin[remove] at uwyn dot com>
* Added support for hiding / showing columns in each browser
window. Fm also saves this in the layout if the appearance of the
browser should be saved.
* Fixed bug in the prefs dialog column order list drag&drop
handler.
* 3rd mousebutton now show the popup menu and 2nd mousebutton
opens the focused filled directory in a new browser window (a bit
like netscape's functionality to open URLs in new windows).
* Added ghosting of 'Paste browser state' menu item when the
browser state clipboard is empty.
* Removed the possibility to omit a default window size since I
need to be able to do gtk_widget_set_usize() on the window to
prevent it resizing on its own. Therefore adapted the prefs
dialog, the prefs structure and the prefs fileformat.
* Fixed a bug in the Zoom Directory function.
* Made the horizontal scrollbar disappear when the ctree width is
completely visible. (suggested by Martin J. Brown Jr.)
* Allocating the GtkAdjustments for the GtkScrollbars myself.
* Removed the GtkScrolledWindow and replaced it by a collection of
GtkVBoxes a GtkHBox to get more control over the way the CTree is
displayed.
1999-09-14 Geert Bevin <gbevin[remove] at uwyn dot com>
* Fixed the calculation of the column widths to make them fit
exactly in the scrolled window when the window is big enough.
(suggested by Martin J. Brown Jr.)
* Moved the panning cross in the corner between the scrollbars.
(suggested by Evgeny Stambulchik)
* Changes to fileutils.c to make it work better under Solaris 2.5.
(suggested by Fran��ois Petitjean)
* Made some function static in layout.c and preferences.c to
reduce the size of the executable. (found by Fran��ois Petitjean)
* Fixed some minor memory leaks. (found by Fran��ois Petitjean)
1999-09-13 Geert Bevin <gbevin[remove] at uwyn dot com>
* Added X, Y, Width and Height labels to the session page in the
prefs dialog. (suggested by Matt Greenfield)
* Release - v0.1