log src/image-load.c @ 1721:728aa6bf4988

age author description
Thu, 24 Sep 2009 18:02:29 +0000 nadvornik fixed emitting of error signal from image loader
Sun, 23 Aug 2009 14:10:56 +0000 nadvornik workaround for xpm loader
Tue, 21 Apr 2009 21:47:11 +0000 zas_ Fix up few warnings (especially on 64bits platforms).
Mon, 06 Apr 2009 22:18:13 +0000 zas_ Disable unused functions when compiled without threads support, prevents few warnings.
Mon, 06 Apr 2009 22:13:54 +0000 zas_ Fix up event source ids type: gint -> guint.
Sat, 04 Apr 2009 21:53:12 +0000 nadvornik dropped read_buffer options - they don't have any significant effect
Tue, 31 Mar 2009 20:05:16 +0000 nadvornik improved debug messages
Tue, 31 Mar 2009 19:34:39 +0000 nadvornik report pixbuf loader errors
Sun, 15 Mar 2009 09:06:13 +0000 nadvornik fixed possible deadlock with multiple thumb loaders in parallel
Sat, 14 Mar 2009 19:25:21 +0000 zas_ Use gboolean where applicable, minor cleanup and indentations fixes.
Sat, 28 Feb 2009 20:48:47 +0000 zas_ No space between function name and first parenthesis, it eases greping (see CODING).
Wed, 04 Feb 2009 17:15:30 +0000 zas_ Add year 2009 to copyright info everywhere.
Thu, 27 Nov 2008 12:30:49 +0000 zas_ Fix up not a prototype warning.
Sat, 11 Oct 2008 20:19:48 +0000 nadvornik added option to use exif thumbnails
Tue, 07 Oct 2008 18:20:22 +0000 nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen