Mercurial > geeqie
log src/slideshow.c @ 1713:56a84a30670b
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. |