log src/view_dir_list.c @ 2884:f9a21c9891a0

age author description
Mon, 21 Jan 2019 11:54:49 +0000 Rinat Ibragimov Fix #658: Bug fix: reads of uninitialized data
Sun, 21 Oct 2018 11:32:53 +0100 Colin Clark Fix #642: If a folder is a link, use an icon to indicate it is a link
Wed, 18 Oct 2017 17:04:54 +0100 unqwist <> Fix #356: Select dirlist when entering a directory
Sat, 09 Jul 2016 19:25:08 +0200 Maciej S. Szmigiero Add four new preferences
Tue, 24 May 2016 14:47:56 +0100 Klaus Ethgen Update copyright in all files
Tue, 16 Feb 2016 15:42:38 +0100 Klaus Ethgen Allow to choose to show parent folder
Tue, 02 Feb 2016 13:15:49 +0000 Colin Clark Feature Request #70 Navigation menu option and button for parent directory
Thu, 30 Aug 2012 18:32:32 +0200 Laurent Monin Trim trailing white spaces on empty lines.
Sun, 19 Aug 2012 00:28:42 +0200 Vladimir Nadvornik dropped support for gtk < 2.20
Thu, 02 Aug 2012 20:04:16 +0200 Vladimir Nadvornik changed GDK_<key> to GDK_KEY_<key>
Tue, 31 Jul 2012 17:41:47 +0200 Vladimir Nadvornik updated version and copyright notice
Fri, 06 Jan 2012 02:23:57 +0100 Klaus Ethgen Fix directory walking bug
Tue, 08 Mar 2011 20:42:08 +0100 Joel Klinghed Always scroll to source directory when walking up in list
Fri, 06 Jan 2012 02:23:57 +0100 Klaus Ethgen Fix directory walking bug
Fri, 30 Sep 2011 23:02:26 +0200 Vladimir Nadvornik always check for sidecars by readdir
Mon, 10 May 2010 11:32:56 +0000 Klaus Ethgen GTK marks several functions as deprecated
Tue, 16 Feb 2010 21:18:03 +0000 Vladimir Nadvornik added 2010 to copyright text
Sat, 19 Dec 2009 12:49:19 +0000 Laurent Monin Store sort parameters in appropriate variables.
Fri, 05 Jun 2009 21:52:37 +0000 Vladimir Nadvornik simplified the code around vd_select_row
Fri, 17 Apr 2009 20:26:22 +0000 Vladimir Nadvornik fixed tests for vd_find_row return value
Tue, 31 Mar 2009 20:53:37 +0000 Vladimir Nadvornik fixed vdlist_find_row return value
Mon, 16 Mar 2009 19:11:39 +0000 Laurent Monin gint -> gboolean where applicable.
Sun, 15 Mar 2009 07:07:52 +0000 Laurent Monin gint -> gboolean.
Sat, 14 Mar 2009 23:26:42 +0000 Vladimir Nadvornik completely separated global and layout window options
Sun, 01 Mar 2009 21:06:55 +0000 Laurent Monin When g_new0() is used, drop redundant initializations to NULL, FALSE or 0.
Wed, 04 Feb 2009 17:15:30 +0000 Laurent Monin Add year 2009 to copyright info everywhere.
Tue, 07 Oct 2008 18:20:22 +0000 Vladimir Nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
Mon, 25 Aug 2008 22:20:45 +0000 Laurent Monin Whitespaces cleanup.
Thu, 21 Aug 2008 22:49:30 +0000 Laurent Monin Typo fix: vf -> vd
Thu, 21 Aug 2008 22:47:49 +0000 Laurent Monin Replace macros VDLIST_INFO() and VDTREE_INFO() by shorter VDLIST() and VDTREE(). VDLIST_INFO(vd, part) becomes VDLIST(vd)->part.