2002-06-19
|
:
|
RELEASE - v0.2.2
|
2002-06-19
|
:
|
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. [Azundris]
|
2002-06-19
|
:
|
Colours can be set as int (like before) or as hex-strings (colour='#1234') in ~/.fm/preferences [Azundris]
|
2002-06-19
|
:
|
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. [Azundris]
|
2002-06-19
|
:
|
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, ...) [Azundris]
|
2002-06-19
|
:
|
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.[Azundris]
|
2002-06-19
|
:
|
multi-selections mysteriously did not include the last element (the one you shift-clicked on). fixed. [Azundris]
|
2000-11-17
|
:
|
added support for the mousewheel in the treeview [Dan Bravender]
|
1999-10-19
|
:
|
RMB now only pops up the menu and doesn't select a row.
|
1999-10-13
|
:
|
Fixed a bug that made fm crash when using the Copy To X Clipboard several times in a row.
|
1999-09-24
|
:
|
Double click now zooms into a filled directory (suggested by Ian Main)
|
1999-09-24
|
:
|
Changed all comment from C++ style to C style (suggested by Ian Main)
|
1999-09-24
|
:
|
Small change in the scrollbar hiding/showing to support the different behaviour in gtk 1.2.5
|
1999-09-23
|
:
|
RELEASE - v0.2.1
|
1999-09-21
|
:
|
New browser windows now copy their size from the window that initiated the action.
|
1999-09-21
|
:
|
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
|
:
|
RELEASE - v0.2
|
1999-09-18
|
:
|
Updated the fm documentation.
|
1999-09-18
|
:
|
Removed the copy buffer status button.
|
1999-09-18
|
:
|
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.
|
1999-09-18
|
:
|
Added session support for saving the entries in the popdown history of the combobox.
|
1999-09-18
|
:
|
Added maximum combo box popdown menu length preferences parameter and added it to the preferences dialog.
|
1999-09-17
|
:
|
Applied the GPL to every source file as recommended in the COPYING file.
|
1999-09-16
|
:
|
Fixed bug in the refreshing of a directory when the focused file name has been erased in the meantime.
|
1999-09-16
|
:
|
Changed the default accelerator keys.
|
1999-09-16
|
:
|
Preferences format changed for the accelerator keys !
|
1999-09-16
|
:
|
Changed the structure of the popup menu.
|
1999-09-16
|
:
|
Added keyboard accelerators for the menuitems in the coumns popup menu.
|
1999-09-16
|
:
|
Added the columns submenu to the popupmenu.
|
1999-09-16
|
:
|
New browser windows copy the shown / hidden columns from the window that initiated the action.
|
1999-09-15
|
:
|
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.
|
1999-09-15
|
:
|
Fixed bug in the prefs dialog column order list drag &drop handler.
|
1999-09-15
|
:
|
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).
|
1999-09-15
|
:
|
Added ghosting of 'Paste browser state' menu item when the browser state clipboard is empty.
|
1999-09-15
|
:
|
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.
|
1999-09-15
|
:
|
Fixed a bug in the Zoom Directory function.
|
1999-09-15
|
:
|
Made the horizontal scrollbar disappear when the ctree width is completely visible. (suggested by Martin J. Brown Jr.)
|
1999-09-15
|
:
|
Allocating the GtkAdjustments for the GtkScrollbars myself.
|
1999-09-15
|
:
|
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
|
:
|
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.)
|
1999-09-14
|
:
|
Moved the panning cross in the corner between the scrollbars. (suggested by Evgeny Stambulchik)
|
1999-09-14
|
:
|
Changes to fileutils.c to make it work better under Solaris 2.5. (suggested by François Petitjean)
|
1999-09-14
|
:
|
Made some function static in layout.c and preferences.c to reduce the size of the executable. (found by François Petitjean)
|
1999-09-14
|
:
|
Fixed some minor memory leaks. (found by François Petitjean)
|
1999-09-13
|
:
|
Added X, Y, Width and Height labels to the session page in the prefs dialog. (suggested by Matt Greenfield)
|
1999-09-13
|
:
|
RELEASE - v0.1
|