log src/view_file.h @ 2839:ff9bd38a7a44

age author description
Sat, 06 Oct 2018 09:51:37 +0100 Colin Clark Fix #637: Remove unused function vf_index_is_selected
Wed, 15 Aug 2018 19:43:06 +0100 Colin Clark Fix #624: Filter files by shell or regular expression pattern
Mon, 18 Jun 2018 19:17:19 +0100 Colin Clark Show star rating in files pane
Mon, 18 Jun 2018 18:53:46 +0100 Colin Clark Read metadata in the idle loop
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
Mon, 28 Sep 2009 09:57:06 +0000 Vladimir Nadvornik consider sidecars in layout_image popup menu
Sat, 06 Jun 2009 22:51:55 +0000 Vladimir Nadvornik added mark filter to menu - now it is possible to assign hotkeys
Thu, 14 May 2009 20:32:14 +0000 Laurent Monin Merge common thumb code from view_file_list and view_file_icon to view_file.
Thu, 02 Apr 2009 23:11:07 +0000 Laurent Monin Force thumbnails refreshing when thumbnails dimensions are modified through Preferences.
Tue, 31 Mar 2009 21:33:54 +0000 Vladimir Nadvornik improved next/prev operation on sidecar files
Mon, 16 Mar 2009 20:39:09 +0000 Laurent Monin gint -> gboolean where applicable. The end (ouf!).
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
Sun, 17 Aug 2008 09:30:45 +0000 Laurent Monin Simplify things related to ViewFileInfoList * and ViewFileInfoIcon * type casting:
Sat, 16 Aug 2008 20:34:14 +0000 Vladimir Nadvornik implemented marks filter
Mon, 09 Jun 2008 20:27:39 +0000 Vladimir Nadvornik moved notification to view_file.c
Thu, 05 Jun 2008 18:43:44 +0000 Vladimir Nadvornik use new notification in vficon
Tue, 03 Jun 2008 19:44:19 +0000 Vladimir Nadvornik replaced directory path with FileData* dir_fd
Thu, 22 May 2008 13:00:45 +0000 Laurent Monin Fix signed vs unsigned warnings.
Wed, 14 May 2008 08:56:08 +0000 Laurent Monin Make vf_pop_menu_*_cb static.
Tue, 13 May 2008 20:13:44 +0000 Laurent Monin Merge vflist_pop_menu() and vficon_pop_menu() into vf_pop_menu().
Tue, 13 May 2008 19:56:52 +0000 Laurent Monin Move VFICON_INFO() and VFLIST_INFO() macros to view_file.h
Mon, 12 May 2008 00:22:38 +0000 Laurent Monin Add some wrapper functions for not yet common code.
Sun, 11 May 2008 23:47:59 +0000 Laurent Monin Move a part of pop up menu common code to view_file.[ch].
Sun, 11 May 2008 23:09:39 +0000 Laurent Monin Introduce vf_pop_menu_file_list() as a wrapper to
Sun, 11 May 2008 21:11:54 +0000 Laurent Monin Use vf_* functions where possible.
Sun, 11 May 2008 20:38:21 +0000 Laurent Monin Drop unused layout_list_get_path() and vf*_index_get_path().
Wed, 07 May 2008 22:48:30 +0000 Laurent Monin Add a way to invert the current selection.
Sun, 04 May 2008 23:06:46 +0000 Laurent Monin Drop unused vficon_select_by_path() and vflist_select_by_path().
Sun, 04 May 2008 11:47:36 +0000 Laurent Monin Prepare switch to ViewFile (unused yet).
Sat, 03 May 2008 12:50:52 +0000 Laurent Monin Add function prototypes (yet unused).
Sat, 03 May 2008 11:34:13 +0000 Laurent Monin Replace Layout icon_view field by more generic file_view_type.
Sat, 03 May 2008 09:41:09 +0000 Laurent Monin Prepare merging of some parts of view_file_list and view_file_icon and