log src/pan-view.c @ 1802:956aab097ea7

age author description
Tue, 16 Feb 2010 21:18:03 +0000 nadvornik added 2010 to copyright text
Mon, 21 Sep 2009 18:48:32 +0000 nadvornik fixed pan-view popup menu
Tue, 21 Jul 2009 14:17:01 +0000 nadvornik fixed destroying of menu data
Thu, 14 May 2009 20:45:34 +0000 zas_ Fix up unused variables warnings.
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
Sat, 14 Mar 2009 20:07:23 +0000 zas_ More gboolean.
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 23:14:19 +0000 zas_ When g_new0() is used, drop redundant initializations to NULL, FALSE or 0, second pass.
Sun, 01 Mar 2009 13:37:30 +0000 nadvornik dropped ExifUIList
Sat, 28 Feb 2009 20:48:47 +0000 zas_ No space between function name and first parenthesis, it eases greping (see CODING).
Sat, 14 Feb 2009 20:26:30 +0000 nadvornik droped Preferences dialog, sidebar should replace it completely
Sat, 07 Feb 2009 19:01:21 +0000 nadvornik use metadata_read_* functions where possible
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
Sun, 23 Nov 2008 16:10:29 +0000 zas_ Drop useless wmclass stuff. Gtk will take care of it and as said in the documentation using gtk_window_set_wmclass() is sort of pointless.
Sat, 15 Nov 2008 20:01:25 +0000 zas_ Replace cache_ensure_dir_exists() by new recursive_mkdir_if_not_exists().
Tue, 07 Oct 2008 18:20:22 +0000 nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
Sat, 04 Oct 2008 20:28:31 +0000 nadvornik fixed charset of exiv2 strings in non-utf8 locales
Mon, 01 Sep 2008 17:29:07 +0000 zas_ Use a constant for minimal window size. Set it to 32 for all dialogs.
Sun, 31 Aug 2008 10:51:41 +0000 zas_ Move miscellaneous functions to their own files (new misc.[ch]).
Fri, 29 Aug 2008 20:53:53 +0000 nadvornik converted image loader to a GObject and use signals for notification
Tue, 26 Aug 2008 22:37:18 +0000 zas_ Use gpointer instead of void *.
Tue, 26 Aug 2008 22:22:51 +0000 zas_ For the sake of consistency, use glib basic types everywhere.
Sun, 20 Jul 2008 15:16:05 +0000 zas_ Move uri_*() functions to separate files: uri_utils.[ch]
Sun, 20 Jul 2008 14:56:32 +0000 zas_ Move history_list_*() functions to separate files:
Fri, 27 Jun 2008 21:09:15 +0000 nadvornik added pixbuf_fallback function
Wed, 18 Jun 2008 22:26:52 +0000 nadvornik implemented generic FileData cache
Sun, 15 Jun 2008 20:09:15 +0000 nadvornik use FileData in thumb_loader
Tue, 03 Jun 2008 19:44:19 +0000 nadvornik replaced directory path with FileData* dir_fd
Fri, 30 May 2008 08:36:23 +0000 zas_ Make utf8_validate_or_convert() to always allocate a new string.
Sat, 24 May 2008 22:44:18 +0000 nadvornik rewritten utilops.h:
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 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 08:02:46 +0000 zas_ Move some functions from main.[ch] to new window.[ch].
Mon, 12 May 2008 23:21:35 +0000 zas_ Rename bar_exif_validate_text() to utf8_validate_or_convert() and move it to main.[ch].
Thu, 24 Apr 2008 15:49:57 +0000 zas_ Convert the minority of while() to while ().
Thu, 24 Apr 2008 12:23:02 +0000 zas_ Remove whitespace between function name and first parenthesis for the sake of consistency.
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: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:35:03 +0000 nadvornik read color profiles from jpeg also with Exiv2
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:
Sun, 13 Apr 2008 20:33:45 +0000 zas_ Apply exif display config (Never/If set/Always) to pan view too.
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 07:00:14 +0000 zas_ Drop redundant code.
Fri, 11 Apr 2008 22:14:36 +0000 zas_ Add a new struct ConfOptions to handle options.
Wed, 09 Apr 2008 16:37:54 +0000 zas_ Simplify and unify gtk_window creation with the help of
Wed, 09 Apr 2008 13:53:01 +0000 zas_ Replace occurences of Geeqie / geeqie by constants defined in main.h.
Tue, 08 Apr 2008 23:02:33 +0000 zas_ gqview.h -> main.h
Thu, 03 Apr 2008 23:29:14 +0000 zas_ Make the wmclass value unique among the code by defining
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
Sun, 16 Mar 2008 10:32:52 +0000 nadvornik write comment and keywords to xmp, sidecars are used if exist
Wed, 13 Feb 2008 14:46:23 +0000 nadvornik started exiv2 integration
Tue, 11 Sep 2007 20:06:29 +0000 nadvornik replaced gchar* path with FileData *fd
Mon, 27 Nov 2006 06:37:48 +0000 gqview Mon Nov 27 01:23:23 2006 John Ellis <johne@verizon.net>
Thu, 09 Nov 2006 22:53:11 +0000 gqview Thu Nov 9 17:43:06 2006 John Ellis <johne@verizon.net>
Wed, 08 Nov 2006 00:57:04 +0000 gqview Tue Nov 7 19:54:44 2006 John Ellis <johne@verizon.net>
Sat, 04 Nov 2006 22:24:47 +0000 gqview Sat Nov 4 17:14:47 2006 John Ellis <johne@verizon.net>
Sat, 04 Nov 2006 02:20:32 +0000 gqview Fri Nov 3 21:15:40 2006 John Ellis <johne@verizon.net>
Fri, 03 Nov 2006 16:49:29 +0000 gqview Fri Nov 3 11:40:48 2006 John Ellis <johne@verizon.net>
Mon, 23 Oct 2006 09:40:37 +0000 gqview Mon Oct 23 05:34:29 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>
Sun, 15 Oct 2006 16:39:19 +0000 gqview Sun Oct 15 12:36:06 2006 John Ellis <johne@verizon.net>
Sun, 15 Oct 2006 14:49:25 +0000 gqview Sun Oct 15 10:45:14 2006 John Ellis <johne@verizon.net>
Fri, 13 Oct 2006 10:14:59 +0000 gqview Fri Oct 13 05:22:43 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, 13 Jun 2005 21:39:13 +0000 gqview Mon Jun 13 17:31:46 2005 John Ellis <johne@verizon.net>
Fri, 10 Jun 2005 06:23:22 +0000 gqview Fri Jun 10 02:19:26 2005 John Ellis <johne@verizon.net>
Sat, 16 Apr 2005 16:26:49 +0000 gqview Sat Apr 16 12:29:42 2005 John Ellis <johne@verizon.net>
Thu, 14 Apr 2005 14:56:17 +0000 gqview Thu Apr 14 10:44:00 2005 John Ellis <johne@verizon.net>
Wed, 13 Apr 2005 22:29:53 +0000 gqview Wed Apr 13 18:16:14 2005 John Ellis <johne@verizon.net>
Tue, 12 Apr 2005 12:11:31 +0000 gqview Tue Apr 12 07:59:20 2005 John Ellis <johne@verizon.net>
Fri, 08 Apr 2005 19:43:25 +0000 gqview Fri Apr 8 15:31:38 2005 John Ellis <johne@verizon.net>
Wed, 06 Apr 2005 10:45:36 +0000 gqview Wed Apr 6 06:41:25 2005 John Ellis <johne@verizon.net>
Wed, 06 Apr 2005 06:49:23 +0000 gqview Wed Apr 6 02:43:40 2005 John Ellis <johne@verizon.net>
Mon, 04 Apr 2005 16:13:18 +0000 gqview Mon Apr 4 12:07:05 2005 John Ellis <johne@verizon.net>
Sun, 03 Apr 2005 05:46:47 +0000 gqview Sun Apr 3 00:36:22 2005 John Ellis <johne@verizon.net>
Sat, 02 Apr 2005 22:44:34 +0000 gqview Sat Apr 2 17:28:16 2005 John Ellis <johne@verizon.net>
Wed, 23 Mar 2005 05:29:45 +0000 gqview Wed Mar 23 00:22:28 2005 John Ellis <johne@verizon.net>
Sat, 19 Mar 2005 01:15:17 +0000 gqview ##### Note: GQview CVS on sourceforge is not always up to date, please use #####
Sat, 05 Mar 2005 20:55:43 +0000 gqview ##### Note: GQview CVS on sourceforge is not always up to date, please use #####
Sat, 05 Mar 2005 03:00:57 +0000 gqview ##### Note: GQview CVS on sourceforge is not always up to date, please use #####
Thu, 03 Mar 2005 23:03:06 +0000 gqview ##### Note: GQview CVS on sourceforge is not always up to date, please use #####
Thu, 03 Mar 2005 19:32:48 +0000 gqview ##### Note: GQview CVS on sourceforge is not always up to date, please use #####
Thu, 03 Mar 2005 06:32:53 +0000 gqview ##### Note: GQview CVS on sourceforge is not always up to date, please use #####
Wed, 02 Mar 2005 02:47:53 +0000 gqview ##### Note: GQview CVS on sourceforge is not always up to date, please use #####
Tue, 01 Mar 2005 17:16:34 +0000 gqview ##### Note: GQview CVS on sourceforge is not always up to date, please use #####