log src/view_file.c @ 1810:c416d099a3dc

age author description
Mon, 10 May 2010 11:32:56 +0000 mow GTK marks several functions as deprecated
Tue, 16 Feb 2010 21:18:03 +0000 nadvornik added 2010 to copyright text
Mon, 28 Sep 2009 09:57:06 +0000 nadvornik consider sidecars in layout_image popup menu
Sat, 27 Jun 2009 20:47:17 +0000 nadvornik use radio buttons for file and dir mode in popup menu
Sun, 21 Jun 2009 20:14:53 +0000 nadvornik improved file list update priority
Sat, 20 Jun 2009 18:42:23 +0000 nadvornik fixed leak in file_util_* functions
Fri, 19 Jun 2009 22:34:52 +0000 nadvornik run external commands from current directory even with no files
Sat, 06 Jun 2009 22:51:55 +0000 nadvornik added mark filter to menu - now it is possible to assign hotkeys
Thu, 14 May 2009 20:45:34 +0000 zas_ Fix up unused variables warnings.
Thu, 14 May 2009 20:32:14 +0000 zas_ Merge common thumb code from view_file_list and view_file_icon to view_file.
Sat, 09 May 2009 19:45:24 +0000 nadvornik expose the file grouping flag to the user
Mon, 06 Apr 2009 22:13:54 +0000 zas_ Fix up event source ids type: gint -> guint.
Sat, 04 Apr 2009 22:09:50 +0000 nadvornik dropped show_copy_path option
Thu, 02 Apr 2009 23:11:07 +0000 zas_ Force thumbnails refreshing when thumbnails dimensions are modified through Preferences.
Tue, 31 Mar 2009 21:33:54 +0000 nadvornik improved next/prev operation on sidecar files
Tue, 31 Mar 2009 20:05:16 +0000 nadvornik improved debug messages
Mon, 16 Mar 2009 20:39:09 +0000 zas_ gint -> gboolean where applicable. The end (ouf!).
Sun, 15 Mar 2009 07:07:52 +0000 zas_ gint -> gboolean.
Sat, 14 Mar 2009 17:21:35 +0000 nadvornik improved notification system
Tue, 10 Mar 2009 22:52:12 +0000 nadvornik fixed saving of file_view_type
Sun, 08 Mar 2009 13:23:25 +0000 zas_ In various Edit context menus, only display editors that match the file types in the selection.
Sun, 01 Mar 2009 21:06:55 +0000 zas_ When g_new0() is used, drop redundant initializations to NULL, FALSE or 0.
Sat, 28 Feb 2009 20:52:51 +0000 zas_ Add missing space between switch and first parenthesis.
Sun, 22 Feb 2009 15:35:37 +0000 nadvornik config file format changed to XML
Sat, 14 Feb 2009 20:26:30 +0000 nadvornik droped Preferences dialog, sidebar should replace it completely
Wed, 04 Feb 2009 17:15:30 +0000 zas_ Add year 2009 to copyright info everywhere.
Sun, 01 Feb 2009 12:48:14 +0000 nadvornik read external editors from .desktop files
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.
Tue, 19 Aug 2008 20:58:23 +0000 nadvornik fixed possible segfault
Sun, 17 Aug 2008 09:30:45 +0000 zas_ Simplify things related to ViewFileInfoList * and ViewFileInfoIcon * type casting:
Sat, 16 Aug 2008 20:34:14 +0000 nadvornik implemented marks filter
Sun, 22 Jun 2008 20:01:20 +0000 nadvornik show marks in iconview
Tue, 17 Jun 2008 20:25:05 +0000 nadvornik more robust thumbs progress bar
Mon, 09 Jun 2008 20:27:39 +0000 nadvornik moved notification to view_file.c
Thu, 05 Jun 2008 23:31:22 +0000 zas_ Fix "No newline at end of file" warning.
Thu, 05 Jun 2008 18:43:44 +0000 nadvornik use new notification in vficon
Wed, 04 Jun 2008 21:12:47 +0000 nadvornik new notification system (used only in vflist for now)
Tue, 03 Jun 2008 19:44:19 +0000 nadvornik replaced directory path with FileData* dir_fd
Sat, 24 May 2008 22:44:18 +0000 nadvornik rewritten utilops.h:
Thu, 22 May 2008 13:00:45 +0000 zas_ Fix signed vs unsigned warnings.
Fri, 16 May 2008 10:02:56 +0000 zas_ Include debug.h from main.h since debug macros may be used anywhere in the code.
Wed, 14 May 2008 08:56:08 +0000 zas_ Make vf_pop_menu_*_cb static.
Tue, 13 May 2008 20:13:44 +0000 zas_ Merge vflist_pop_menu() and vficon_pop_menu() into vf_pop_menu().
Mon, 12 May 2008 00:22:38 +0000 zas_ Add some wrapper functions for not yet common code.
Sun, 11 May 2008 23:56:40 +0000 zas_ Make vf_pop_menu_toggle_view_type_cb() independent of FILEVIEW_LIST/FILEVIEW_ICON real values.
Sun, 11 May 2008 23:47:59 +0000 zas_ Move a part of pop up menu common code to view_file.[ch].
Sun, 11 May 2008 23:09:39 +0000 zas_ Introduce vf_pop_menu_file_list() as a wrapper to
Sun, 11 May 2008 21:11:54 +0000 zas_ Use vf_* functions where possible.
Sun, 11 May 2008 20:38:21 +0000 zas_ Drop unused layout_list_get_path() and vf*_index_get_path().
Wed, 07 May 2008 22:48:30 +0000 zas_ Add a way to invert the current selection.
Sun, 04 May 2008 18:45:06 +0000 zas_ Drop ViewFileIcon, use ViewFile and ViewFileInfoIcon instead.
Sun, 04 May 2008 16:16:07 +0000 zas_ Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
Sun, 04 May 2008 11:47:36 +0000 zas_ Prepare switch to ViewFile (unused yet).
Sat, 03 May 2008 12:50:52 +0000 zas_ Add function prototypes (yet unused).
Sat, 03 May 2008 09:41:09 +0000 zas_ Prepare merging of some parts of view_file_list and view_file_icon and