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

age author description
Tue, 16 Feb 2010 21:18:03 +0000 nadvornik added 2010 to copyright text
Tue, 21 Jul 2009 14:17:01 +0000 nadvornik fixed destroying of menu data
Sun, 28 Jun 2009 09:25:47 +0000 nadvornik cleanup: remove some disabled code
Tue, 09 Jun 2009 19:12:37 +0000 nadvornik enabled color management in img-view
Thu, 04 Jun 2009 21:07:03 +0000 nadvornik use layout_set_fd() for changing images from a slideshow
Thu, 04 Jun 2009 19:51:20 +0000 zas_ Add an option to Image preferences to restrict custom border to fullscreen mode only. Bug 2798062.
Sat, 25 Apr 2009 22:08:09 +0000 nadvornik separated Orientation and Grayscale functions
Sat, 04 Apr 2009 22:09:50 +0000 nadvornik dropped show_copy_path option
Tue, 31 Mar 2009 20:05:16 +0000 nadvornik improved debug messages
Sat, 14 Mar 2009 19:25:21 +0000 zas_ Use gboolean where applicable, minor cleanup and indentations fixes.
Sat, 14 Mar 2009 17:21:35 +0000 nadvornik improved notification system
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.
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
Sun, 21 Dec 2008 21:20:36 +0000 nadvornik most of the metadata options now works
Tue, 07 Oct 2008 18:20:22 +0000 nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
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]).
Mon, 25 Aug 2008 22:20:45 +0000 zas_ Whitespaces cleanup.
Sun, 20 Jul 2008 15:16:05 +0000 zas_ Move uri_*() functions to separate files: uri_utils.[ch]
Thu, 17 Jul 2008 21:51:21 +0000 nadvornik reload changed images
Tue, 15 Jul 2008 12:52:02 +0000 zas_ Use a specific enum for image.zoom_mode values (ZoomMode) and
Sat, 28 Jun 2008 07:43:37 +0000 zas_ Reduce number of parameters (mostly unused), just pass the event pointer.
Sun, 08 Jun 2008 19:09:44 +0000 nadvornik better check for notify type
Sat, 07 Jun 2008 09:36:12 +0000 nadvornik use new notification in img-view
Tue, 03 Jun 2008 19:44:19 +0000 nadvornik replaced directory path with FileData* dir_fd