log src/slideshow.c @ 1802:956aab097ea7

age author description
Tue, 16 Feb 2010 21:18:03 +0000 nadvornik added 2010 to copyright text
Thu, 04 Jun 2009 21:07:03 +0000 nadvornik use layout_set_fd() for changing images from a slideshow
Mon, 06 Apr 2009 22:13:54 +0000 zas_ Fix up event source ids type: gint -> guint.
Sun, 15 Mar 2009 18:06:41 +0000 zas_ gint -> gboolean.
Sat, 14 Mar 2009 19:25:21 +0000 zas_ Use gboolean where applicable, minor cleanup and indentations fixes.
Sun, 01 Mar 2009 21:06:55 +0000 zas_ When g_new0() is used, drop redundant initializations to NULL, FALSE or 0.
Wed, 04 Feb 2009 17:15:30 +0000 zas_ Add year 2009 to copyright info everywhere.
Wed, 04 Feb 2009 16:47:02 +0000 zas_ Speed up random slideshow, startup time decreases from minutes to seconds when amount of images is big. Patch by Kjell Morgenstern.
Tue, 07 Oct 2008 18:20:22 +0000 nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
Tue, 26 Aug 2008 22:22:51 +0000 zas_ For the sake of consistency, use glib basic types everywhere.
Tue, 15 Jul 2008 12:52:02 +0000 zas_ Use a specific enum for image.zoom_mode values (ZoomMode) and
Tue, 03 Jun 2008 19:44:19 +0000 nadvornik replaced directory path with FileData* dir_fd
Fri, 23 May 2008 12:27:28 +0000 zas_ slideshow_next(), slideshow_prev(): move code to common slideshow_move(), reducing code redundancy.
Fri, 23 May 2008 12:19:42 +0000 zas_ Move code from slideshow_timer_reset() to new slideshow_timer_stop() and simplify calls.
Thu, 22 May 2008 13:00:45 +0000 zas_ Fix signed vs unsigned warnings.
Mon, 05 May 2008 19:11:12 +0000 nadvornik split filelist.c to filefilter.c and filedata.c
Thu, 24 Apr 2008 15:53:08 +0000 zas_ 6 for() vs 201 for (): winner is for ().
Thu, 24 Apr 2008 15:49:57 +0000 zas_ Convert the minority of while() to while ().
Thu, 24 Apr 2008 12:47:09 +0000 zas_ Remove whitespace between function name and first parenthesis for the sake of consistency. (pass 2)
Mon, 21 Apr 2008 21:46:38 +0000 nadvornik updated copyright in source files
Sun, 20 Apr 2008 18:07:51 +0000 zas_ Effectively drop empty newlines at end of files (missing from rev 535)
Sat, 12 Apr 2008 15:04:58 +0000 zas_ Rename image-related options.
Sat, 12 Apr 2008 07:46:01 +0000 zas_ Rename slideshow options.
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
Sun, 23 Mar 2008 20:38:54 +0000 nadvornik rename GQview -> Geeqie over the code
Tue, 11 Sep 2007 20:06:29 +0000 nadvornik replaced gchar* path with FileData *fd
Thu, 30 Nov 2006 14:58:27 +0000 gqview Thu Nov 30 09:55:42 2006 John Ellis <johne@verizon.net>
Sat, 28 Oct 2006 18:49:38 +0000 gqview Sat Oct 28 14:41:10 2006 John Ellis <johne@verizon.net>
Sat, 26 Feb 2005 00:13:35 +0000 gqview Sync to GQview 1.5.9 release.
Thu, 13 Apr 2000 12:55:19 +0000 gqview 0.8.0
Mon, 03 Apr 2000 18:24:05 +0000 gqview Initial revision