log src/slideshow.c @ 1055:1646720364cf

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