log src/view_dir.h @ 2916:ae6cdcd69d9f default tip

age author description
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
Sun, 25 Dec 2016 01:47:15 +0000 Omari Stephens Fix GCC and Clang compile warnings.
Tue, 24 May 2016 14:47:56 +0100 Klaus Ethgen Update copyright in all files
Tue, 31 Jul 2012 17:41:47 +0200 Vladimir Nadvornik updated version and copyright notice
Tue, 16 Feb 2010 21:18:03 +0000 Vladimir Nadvornik added 2010 to copyright text
Sat, 27 Jun 2009 17:54:31 +0000 Vladimir Nadvornik created Files and Folders submenu
Mon, 08 Jun 2009 19:05:49 +0000 Vladimir Nadvornik unify code paths for New directory
Fri, 05 Jun 2009 21:52:37 +0000 Vladimir Nadvornik simplified the code around vd_select_row
Mon, 16 Mar 2009 19:11:39 +0000 Laurent Monin gint -> gboolean where applicable.
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
Fri, 13 Jun 2008 11:11:57 +0000 Laurent Monin Optionnally display directory's date in list view.
Tue, 03 Jun 2008 19:44:19 +0000 Vladimir Nadvornik replaced directory path with FileData* dir_fd
Fri, 25 Apr 2008 20:23:21 +0000 Laurent Monin Fix number of directory views, bug introduced in revision 617.
Fri, 25 Apr 2008 08:07:22 +0000 Laurent Monin Handle the case of reduction of the number of view directory types.
Mon, 21 Apr 2008 21:46:38 +0000 Vladimir Nadvornik updated copyright in source files
Sun, 20 Apr 2008 18:07:51 +0000 Laurent Monin Effectively drop empty newlines at end of files (missing from rev 535)
Thu, 17 Apr 2008 20:03:49 +0000 Laurent Monin Add some wrappers in view_dir.c and simplify even more.
Thu, 17 Apr 2008 17:35:51 +0000 Laurent Monin Merge vd(list|tree)_release_cb() in vd_release_cb().
Thu, 17 Apr 2008 17:19:41 +0000 Laurent Monin Merge few more functions to view_dir.c.
Thu, 17 Apr 2008 16:33:31 +0000 Laurent Monin Move common menu position callback to view_dir.c.
Thu, 17 Apr 2008 14:51:32 +0000 Laurent Monin Merge dirlist/dirview dnd code.
Wed, 16 Apr 2008 21:58:05 +0000 Laurent Monin Merge few more vdlist/vdtree functions.
Wed, 16 Apr 2008 20:36:10 +0000 Laurent Monin Make directory view popup menu common and move it to view_dir.{c,h}.
Wed, 16 Apr 2008 16:54:38 +0000 Laurent Monin Merge parts of view_dir_list/tree constructors/destructors to
Wed, 16 Apr 2008 16:05:12 +0000 Laurent Monin Move some dnd common code from view_dir_list.c and view_dir_tree.c
Wed, 16 Apr 2008 14:45:22 +0000 Laurent Monin Introduce a new struct ViewDir to handle directory views common