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.
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