log src/slideshow.c @ 1679:f2534ab598be

age author description
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