log src/view_file_icon.c @ 1724:5276dabe836f

age author description
Mon, 28 Sep 2009 09:57:06 +0000 nadvornik consider sidecars in layout_image popup menu
Sun, 28 Jun 2009 09:25:47 +0000 nadvornik cleanup: remove some disabled code
Tue, 02 Jun 2009 22:33:53 +0000 nadvornik changed selection behavior as requested at
Mon, 01 Jun 2009 16:37:30 +0000 zas_ Minor code cleanup and redundancy reduction.
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.
Mon, 06 Apr 2009 19:13:35 +0000 zas_ Remove unused field in IconData.
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
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.
Sun, 01 Mar 2009 21:06:55 +0000 zas_ When g_new0() is used, drop redundant initializations to NULL, FALSE or 0.
Sat, 14 Feb 2009 20:26:30 +0000 nadvornik droped Preferences dialog, sidebar should replace it completely
Sat, 14 Feb 2009 19:50:54 +0000 nadvornik replaced bar_info with an universal bar, restored the original
Wed, 04 Feb 2009 17:15:30 +0000 zas_ Add year 2009 to copyright info everywhere.
Mon, 26 Jan 2009 14:59:49 +0000 zas_ Silent two minor warnings: GtkSelectionData data field is guchar* while g_strndup() wants gchar * as first parameter.
Sun, 11 Jan 2009 21:28:03 +0000 nadvornik show symlinks in filelist
Sat, 10 Jan 2009 20:40:37 +0000 nadvornik simplified metadata interface, dropped metadata_read,
Fri, 02 Jan 2009 23:14:01 +0000 nadvornik fixed updating of selection after deleting the last image from the list
Sat, 20 Dec 2008 21:30:27 +0000 zas_ Switch to fullscreen when double clicking on file in icon or list view. Feature request 1966042. The code was there since a long time but disabled, please report any issue.
Mon, 15 Dec 2008 18:04:42 +0000 zas_ Allow to drag keywords on files in list or icon view. Dragged text is appended to keywords list of the destination file.
Thu, 20 Nov 2008 11:46:43 +0000 zas_ Fix compilation warnings.
Tue, 07 Oct 2008 18:20:22 +0000 nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
Wed, 27 Aug 2008 17:02:14 +0000 zas_ Comment out unused functions.
Tue, 26 Aug 2008 22:37:18 +0000 zas_ Use gpointer instead of void *.
Mon, 25 Aug 2008 22:45:38 +0000 nadvornik correctly maintain selection during iconlist refresh
Mon, 25 Aug 2008 22:20:45 +0000 zas_ Whitespaces cleanup.
Sun, 17 Aug 2008 09:30:45 +0000 zas_ Simplify things related to ViewFileInfoList * and ViewFileInfoIcon * type casting:
Sun, 17 Aug 2008 09:00:33 +0000 zas_ Move variable declaration at start of block.
Sat, 16 Aug 2008 23:37:26 +0000 nadvornik marks in iconview made clickable
Sat, 16 Aug 2008 20:34:14 +0000 nadvornik implemented marks filter
Sun, 20 Jul 2008 15:16:05 +0000 zas_ Move uri_*() functions to separate files: uri_utils.[ch]
Sun, 22 Jun 2008 20:01:20 +0000 nadvornik show marks in iconview
Sun, 22 Jun 2008 10:01:26 +0000 nadvornik show sidecars in icon view
Sat, 21 Jun 2008 11:05:55 +0000 nadvornik renamed fd->pixbuf to fd->thumb_pixbuf
Tue, 17 Jun 2008 20:25:05 +0000 nadvornik more robust thumbs progress bar
Sun, 15 Jun 2008 20:09:15 +0000 nadvornik use FileData in thumb_loader
Sat, 14 Jun 2008 12:43:39 +0000 nadvornik iconlist_refresh optimization
Sat, 14 Jun 2008 12:30:44 +0000 nadvornik fixed iconview update after deletion of selected image
Tue, 10 Jun 2008 18:19:17 +0000 nadvornik dropped vficon_sync, use vficon_refresh everywhere
Mon, 09 Jun 2008 20:27:39 +0000 nadvornik moved notification to view_file.c
Mon, 09 Jun 2008 19:41:37 +0000 nadvornik use vficon_refresh for updating
Mon, 09 Jun 2008 19:00:47 +0000 nadvornik handle deletion of selected files
Mon, 09 Jun 2008 18:28:28 +0000 nadvornik optimized vficon_refresh_real
Sun, 08 Jun 2008 21:21:13 +0000 nadvornik improved vficon_populate
Sun, 08 Jun 2008 20:24:46 +0000 nadvornik vficon_sync speed-up
Sun, 08 Jun 2008 19:09:44 +0000 nadvornik better check for notify type
Sat, 07 Jun 2008 15:08:33 +0000 nadvornik various notification improvements
Fri, 06 Jun 2008 22:11:03 +0000 nadvornik added NotifyType
Fri, 06 Jun 2008 21:50:09 +0000 nadvornik realtime file monitor
Thu, 05 Jun 2008 18:43:44 +0000 nadvornik use new notification in vficon
Tue, 03 Jun 2008 19:44:19 +0000 nadvornik replaced directory path with FileData* dir_fd
Wed, 28 May 2008 22:12:10 +0000 nadvornik improved infrastructure for tracing changes, optimized vflist_populate_view
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.
Tue, 13 May 2008 20:13:44 +0000 zas_ Merge vflist_pop_menu() and vficon_pop_menu() into vf_pop_menu().
Tue, 13 May 2008 19:56:52 +0000 zas_ Move VFICON_INFO() and VFLIST_INFO() macros to view_file.h
Tue, 13 May 2008 19:54:13 +0000 zas_ vficon_pop_menu(): drop "gint active" parameter, use stored click_id instead.
Tue, 13 May 2008 19:32:25 +0000 zas_ Get rid of vflist_pop_menu() col_idx parameter, use new Viewfile field
Mon, 12 May 2008 00:22:38 +0000 zas_ Add some wrapper functions for not yet common code.
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.
Mon, 05 May 2008 19:11:12 +0000 nadvornik split filelist.c to filefilter.c and filedata.c
Mon, 05 May 2008 09:21:01 +0000 zas_ Revert wrong patch rev 676.
Mon, 05 May 2008 08:32:18 +0000 zas_ Revert patch 675, and correctly fix gtk assertion failure.
Mon, 05 May 2008 08:15:52 +0000 zas_ Fix two memory leaks.
Mon, 05 May 2008 07:46:32 +0000 zas_ Fix Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
Sun, 04 May 2008 23:57:20 +0000 zas_ vficon_release_cb(): use switch() and cleanup.
Sun, 04 May 2008 23:20:43 +0000 zas_ Minor tidyup.
Sun, 04 May 2008 23:06:46 +0000 zas_ Drop unused vficon_select_by_path() and vflist_select_by_path().
Sun, 04 May 2008 23:03:36 +0000 zas_ Minor cleanup.
Sun, 04 May 2008 19:00:39 +0000 zas_ Remove unused functions:
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.
Sat, 03 May 2008 15:13:15 +0000 zas_ Rename thumbs_fd to thumbs_filedata in ViewFileIcon struct to match
Sat, 03 May 2008 15:09:21 +0000 zas_ Remove useless thumbs_list from ViewFileIcon.
Sat, 03 May 2008 11:58:41 +0000 zas_ Introduce ViewFileInfoList and ViewFileInfoIcon (not used yet).
Thu, 24 Apr 2008 15:49:57 +0000 zas_ Convert the minority of while() to while ().
Thu, 24 Apr 2008 08:53:39 +0000 zas_ Move debug macros from main.h to new debug.h.
Thu, 24 Apr 2008 00:15:03 +0000 zas_ Handle the newline in DEBUG_N() macro instead of adding one
Wed, 23 Apr 2008 22:33:18 +0000 zas_ Use menu_item_add_stock_sensitive() and menu_item_add_sensitive().
Wed, 23 Apr 2008 22:17:21 +0000 zas_ Allow the copy of file paths to clipboard.
Wed, 23 Apr 2008 20:47:19 +0000 zas_ Introduce macros to display debug messages.
Tue, 22 Apr 2008 08:16:02 +0000 zas_ Ensure Properties dialog is displayed above fullscreen window.
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 18:07:51 +0000 zas_ Effectively drop empty newlines at end of files (missing from rev 535)
Sun, 20 Apr 2008 13:04:57 +0000 zas_ Big whitespaces cleanup:
Wed, 16 Apr 2008 14:45:22 +0000 zas_ Introduce a new struct ViewDir to handle directory views common
Sat, 12 Apr 2008 15:04:58 +0000 zas_ Rename image-related options.
Sat, 12 Apr 2008 09:41:44 +0000 zas_ Rename thumbnails related options.
Sat, 12 Apr 2008 08:40:02 +0000 zas_ Rename collection 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
Tue, 08 Apr 2008 17:26:13 +0000 nadvornik fixed file delete notification in view_file_icon
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
Sat, 22 Dec 2007 20:33:09 +0000 nadvornik fixed filelist refresh
Sat, 22 Dec 2007 09:51:12 +0000 nadvornik basic support for marks in view_file_icon.c
Mon, 22 Oct 2007 19:58:47 +0000 nadvornik fixed preloading images in file list
Sun, 30 Sep 2007 21:10:54 +0000 nadvornik editors.c was almost completely rewritten:
Tue, 11 Sep 2007 20:06:29 +0000 nadvornik replaced gchar* path with FileData *fd
Sat, 25 Nov 2006 03:00:33 +0000 gqview Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
Wed, 15 Nov 2006 07:19:16 +0000 gqview Wed Nov 15 02:05:27 2006 John Ellis <johne@verizon.net>
Fri, 20 Oct 2006 13:25:03 +0000 gqview Fri Oct 20 09:20:10 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>
Sat, 26 Feb 2005 00:13:35 +0000 gqview Sync to GQview 1.5.9 release.