log src/view_dir_tree.c @ 1802:956aab097ea7

age author description
Tue, 16 Feb 2010 21:18:03 +0000 nadvornik added 2010 to copyright text
Sat, 06 Jun 2009 16:14:07 +0000 nadvornik better implementation of tree_view_row_get_visibility,
Sat, 06 Jun 2009 15:33:56 +0000 nadvornik do not call signal handler from vdtree_row_expanded
Sat, 06 Jun 2009 11:15:09 +0000 nadvornik reduced jumping of directory tree when user clicks on folders
Fri, 05 Jun 2009 21:52:37 +0000 nadvornik simplified the code around vd_select_row
Mon, 06 Apr 2009 22:13:54 +0000 zas_ Fix up event source ids type: gint -> guint.
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.
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.
Fri, 02 Jan 2009 22:57:09 +0000 nadvornik do not enter a directory after rename
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.
Sun, 27 Jul 2008 08:57:12 +0000 nadvornik improved updating of view_dir_tree
Wed, 23 Jul 2008 08:59:29 +0000 zas_ Fix warning: passing argument 1 of 'gtk_tree_store_set' from incompatible pointer type
Mon, 21 Jul 2008 20:40:29 +0000 nadvornik added notification handler to view_dir
Sun, 20 Jul 2008 14:56:32 +0000 zas_ Move history_list_*() functions to separate files:
Tue, 10 Jun 2008 19:25:21 +0000 nadvornik fixed vdtree_sort_cb
Thu, 05 Jun 2008 08:41:02 +0000 zas_ Use uft8_collate_key() to sort utf8 strings.
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 11:07:23 +0000 zas_ Use G_DIR_SEPARATOR where applicable.
Wed, 21 May 2008 11:00:13 +0000 zas_ Use G_DIR_SEPARATOR_S where applicable.
Fri, 16 May 2008 12:16:49 +0000 zas_ Do not use printf() directly but use new wrapper function log_printf() instead.
Mon, 05 May 2008 19:11:12 +0000 nadvornik split filelist.c to filefilter.c and filedata.c
Thu, 24 Apr 2008 12:23:02 +0000 zas_ Remove whitespace between function name and first parenthesis for the sake of consistency.
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:53:41 +0000 zas_ Rename vd_drop_update() to vd_dnd_drop_update().
Fri, 18 Apr 2008 16:29:47 +0000 zas_ Drop 3 useless #define.
Fri, 18 Apr 2008 16:25:40 +0000 zas_ Fix forgotten vd->pf affectation.
Thu, 17 Apr 2008 20:03:49 +0000 zas_ Add some wrappers in view_dir.c and simplify even more.
Thu, 17 Apr 2008 17:35:51 +0000 zas_ Merge vd(list|tree)_release_cb() in vd_release_cb().
Thu, 17 Apr 2008 17:19:41 +0000 zas_ Merge few more functions to view_dir.c.
Thu, 17 Apr 2008 16:33:31 +0000 zas_ Move common menu position callback to view_dir.c.
Thu, 17 Apr 2008 14:51:32 +0000 zas_ Merge dirlist/dirview dnd code.
Wed, 16 Apr 2008 21:58:05 +0000 zas_ Merge few more vdlist/vdtree functions.
Wed, 16 Apr 2008 20:36:10 +0000 zas_ Make directory view popup menu common and move it to view_dir.{c,h}.
Wed, 16 Apr 2008 16:54:38 +0000 zas_ Merge parts of view_dir_list/tree constructors/destructors to
Wed, 16 Apr 2008 16:05:12 +0000 zas_ Move some dnd common code from view_dir_list.c and view_dir_tree.c
Wed, 16 Apr 2008 14:56:31 +0000 zas_ Rename vdt occurences to vd.
Wed, 16 Apr 2008 14:45:22 +0000 zas_ Introduce a new struct ViewDir to handle directory views common
Sun, 13 Apr 2008 19:21:13 +0000 zas_ Rename show_dot_files to show_hidden_files.
Sun, 13 Apr 2008 18:56:24 +0000 zas_ Let toggle the visibility of hidden files from directories list
Sat, 12 Apr 2008 09:12:37 +0000 zas_ Rename file filtering options.
Fri, 11 Apr 2008 22:52:22 +0000 zas_ Move more options to ConfOptions.
Fri, 11 Apr 2008 22:14:36 +0000 zas_ Add a new struct ConfOptions to handle options.
Tue, 08 Apr 2008 23:02:33 +0000 zas_ gqview.h -> main.h
Thu, 03 Apr 2008 22:20:42 +0000 zas_ Drop a bunch of unused variables.
Sun, 23 Mar 2008 20:38:54 +0000 nadvornik rename GQview -> Geeqie over the code
Tue, 20 Nov 2007 22:28:40 +0000 nadvornik fixed grouping sidecar files and made it configurable via config file
Tue, 11 Sep 2007 20:06:29 +0000 nadvornik replaced gchar* path with FileData *fd
Sun, 03 Dec 2006 18:00:46 +0000 gqview Sun Dec 3 12:58:06 2006 John Ellis <johne@verizon.net>
Sat, 18 Nov 2006 00:12:22 +0000 gqview Fri Nov 17 19:06:19 2006 John Ellis <johne@verizon.net>
Mon, 15 Aug 2005 21:41:20 +0000 gqview Mon Aug 15 17:13:57 2005 John Ellis <johne@verizon.net>
Mon, 15 Aug 2005 20:47:03 +0000 gqview Mon Aug 15 16:35:15 2005 John Ellis <johne@verizon.net>