log src/view_dir_list.c @ 1184:9dd3522a0e23

age author description
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
Sun, 20 Jul 2008 14:56:32 +0000 zas_ Move history_list_*() functions to separate files:
Fri, 13 Jun 2008 11:11:57 +0000 zas_ Optionnally display directory's date in list view.
Tue, 03 Jun 2008 19:44:19 +0000 nadvornik replaced directory path with FileData* dir_fd
Tue, 03 Jun 2008 11:24:16 +0000 zas_ Drop initialization to NULL since filelist_read() will take care of it.
Wed, 21 May 2008 10:52:38 +0000 zas_ Use g_build_filename() and G_DIR_SEPARATOR_S.
Mon, 05 May 2008 19:11:12 +0000 nadvornik split filelist.c to filefilter.c and filedata.c
Mon, 21 Apr 2008 21:46:38 +0000 nadvornik updated copyright in source files
Sun, 20 Apr 2008 21:30:36 +0000 zas_ Use explicit names for mouse buttons instead of numbers.
Sun, 20 Apr 2008 13:04:57 +0000 zas_ Big whitespaces cleanup:
Fri, 18 Apr 2008 16:29:47 +0000 zas_ Drop 3 useless #define.