log src/view_dir_list.c @ 1753:c4d37e0fc841 default tip

age author description
Sat, 19 Dec 2009 12:49:19 +0000 zas_ Store sort parameters in appropriate variables.
Fri, 05 Jun 2009 21:52:37 +0000 nadvornik simplified the code around vd_select_row
Fri, 17 Apr 2009 20:26:22 +0000 nadvornik fixed tests for vd_find_row return value
Tue, 31 Mar 2009 20:53:37 +0000 nadvornik fixed vdlist_find_row return value
Mon, 16 Mar 2009 19:11:39 +0000 zas_ gint -> gboolean where applicable.
Sun, 15 Mar 2009 07:07:52 +0000 zas_ gint -> gboolean.
Sat, 14 Mar 2009 23:26:42 +0000 nadvornik completely separated global and layout window options
Sun, 01 Mar 2009 21:06:55 +0000 zas_ When g_new0() is used, drop redundant initializations to NULL, FALSE or 0.
Wed, 04 Feb 2009 17:15:30 +0000 zas_ Add year 2009 to copyright info everywhere.
Tue, 07 Oct 2008 18:20:22 +0000 nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
Mon, 25 Aug 2008 22:20:45 +0000 zas_ Whitespaces cleanup.
Thu, 21 Aug 2008 22:49:30 +0000 zas_ Typo fix: vf -> vd
Thu, 21 Aug 2008 22:47:49 +0000 zas_ Replace macros VDLIST_INFO() and VDTREE_INFO() by shorter VDLIST() and VDTREE(). VDLIST_INFO(vd, part) becomes VDLIST(vd)->part.
Tue, 19 Aug 2008 22:58:31 +0000 nadvornik improved refresh in view_dir_list