log src/image-load.c @ 1913:3f5bd5479b48

age author description
Sat, 09 Apr 2011 19:27:43 +0200 Vladimir Nadvornik fixed libjpeg in autoconf
Sat, 26 Mar 2011 22:03:30 +0100 Vladimir Nadvornik added custom jpeg loader
Sat, 26 Mar 2011 17:57:25 +0100 Vladimir Nadvornik infrastructure for image loader backend
Sat, 19 Mar 2011 21:42:13 +0100 Vladimir Nadvornik type of source stereo image made adjustable from menu
Fri, 28 Jan 2011 11:05:07 +0100 Vladimir Nadvornik first stereo support
Sat, 08 May 2010 23:52:09 +0100 Klaus Ethgen Fix the windowsize
Sat, 09 Apr 2011 19:27:43 +0200 Vladimir Nadvornik fixed libjpeg in autoconf
Sat, 26 Mar 2011 22:03:30 +0100 Vladimir Nadvornik added custom jpeg loader
Sat, 26 Mar 2011 17:57:25 +0100 Vladimir Nadvornik infrastructure for image loader backend
Sat, 19 Mar 2011 21:42:13 +0100 Vladimir Nadvornik type of source stereo image made adjustable from menu
Fri, 28 Jan 2011 11:05:07 +0100 Vladimir Nadvornik first stereo support
Tue, 16 Feb 2010 21:18:03 +0000 Vladimir Nadvornik added 2010 to copyright text
Thu, 24 Sep 2009 18:02:29 +0000 Vladimir Nadvornik fixed emitting of error signal from image loader
Sun, 23 Aug 2009 14:10:56 +0000 Vladimir Nadvornik workaround for xpm loader
Tue, 21 Apr 2009 21:47:11 +0000 Laurent Monin Fix up few warnings (especially on 64bits platforms).
Mon, 06 Apr 2009 22:18:13 +0000 Laurent Monin Disable unused functions when compiled without threads support, prevents few warnings.
Mon, 06 Apr 2009 22:13:54 +0000 Laurent Monin Fix up event source ids type: gint -> guint.
Sat, 04 Apr 2009 21:53:12 +0000 Vladimir Nadvornik dropped read_buffer options - they don't have any significant effect
Tue, 31 Mar 2009 20:05:16 +0000 Vladimir Nadvornik improved debug messages
Tue, 31 Mar 2009 19:34:39 +0000 Vladimir Nadvornik report pixbuf loader errors
Sun, 15 Mar 2009 09:06:13 +0000 Vladimir Nadvornik fixed possible deadlock with multiple thumb loaders in parallel
Sat, 14 Mar 2009 19:25:21 +0000 Laurent Monin Use gboolean where applicable, minor cleanup and indentations fixes.
Sat, 28 Feb 2009 20:48:47 +0000 Laurent Monin No space between function name and first parenthesis, it eases greping (see CODING).
Wed, 04 Feb 2009 17:15:30 +0000 Laurent Monin Add year 2009 to copyright info everywhere.
Thu, 27 Nov 2008 12:30:49 +0000 Laurent Monin Fix up not a prototype warning.
Sat, 11 Oct 2008 20:19:48 +0000 Vladimir Nadvornik added option to use exif thumbnails
Tue, 07 Oct 2008 18:20:22 +0000 Vladimir Nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
Mon, 08 Sep 2008 19:57:51 +0000 Vladimir Nadvornik added possibility to redraw only the parts of image that are already
Sun, 07 Sep 2008 23:01:30 +0000 Petr Ostadal Replaced gtk depreceated code.
Wed, 03 Sep 2008 21:54:49 +0000 Vladimir Nadvornik load thumbnails with lower priority
Sun, 31 Aug 2008 21:02:09 +0000 Vladimir Nadvornik fixed error handling in image loader
Sun, 31 Aug 2008 10:08:48 +0000 Vladimir Nadvornik use GThreadPool
Sun, 31 Aug 2008 09:20:29 +0000 Vladimir Nadvornik improved thread support in image loader
Sun, 31 Aug 2008 08:13:36 +0000 Laurent Monin Fix two minor compilation warnings.
Sat, 30 Aug 2008 20:15:47 +0000 Vladimir Nadvornik run image loader in separate thread
Sat, 30 Aug 2008 13:04:06 +0000 Vladimir Nadvornik prepared image loader code for threads
Fri, 29 Aug 2008 20:53:53 +0000 Vladimir Nadvornik converted image loader to a GObject and use signals for notification
Fri, 29 Aug 2008 12:35:13 +0000 Vladimir Nadvornik do not access image_loader directly
Fri, 29 Aug 2008 09:38:10 +0000 Vladimir Nadvornik fixed thumbnail loader for the new raw preview interface
Thu, 28 Aug 2008 22:26:09 +0000 Vladimir Nadvornik use mmaped files image loader
Tue, 26 Aug 2008 22:22:51 +0000 Laurent Monin For the sake of consistency, use glib basic types everywhere.
Mon, 25 Aug 2008 22:20:45 +0000 Laurent Monin Whitespaces cleanup.
Wed, 13 Aug 2008 20:46:06 +0000 Vladimir Nadvornik a workaround for http://bugzilla.gnome.org/show_bug.cgi?id=547669
Fri, 18 Jul 2008 09:55:15 +0000 Laurent Monin Introduce image_loader_set_done_func().
Fri, 16 May 2008 12:16:49 +0000 Laurent Monin Do not use printf() directly but use new wrapper function log_printf() instead.
Fri, 16 May 2008 10:02:56 +0000 Laurent Monin Include debug.h from main.h since debug macros may be used anywhere in the code.
Mon, 05 May 2008 19:11:12 +0000 Vladimir Nadvornik split filelist.c to filefilter.c and filedata.c
Thu, 24 Apr 2008 08:53:39 +0000 Laurent Monin Move debug macros from main.h to new debug.h.
Thu, 24 Apr 2008 00:15:03 +0000 Laurent Monin Handle the newline in DEBUG_N() macro instead of adding one
Wed, 23 Apr 2008 22:38:34 +0000 Vladimir Nadvornik clear the buffer before loading of an image
Wed, 23 Apr 2008 20:47:19 +0000 Laurent Monin Introduce macros to display debug messages.
Mon, 21 Apr 2008 21:46:38 +0000 Vladimir Nadvornik updated copyright in source files
Sun, 20 Apr 2008 18:07:51 +0000 Laurent Monin Effectively drop empty newlines at end of files (missing from rev 535)
Sun, 20 Apr 2008 13:04:57 +0000 Laurent Monin Big whitespaces cleanup:
Fri, 18 Apr 2008 22:15:01 +0000 Laurent Monin Add two new options to control image read buffer at runtime.
Tue, 08 Apr 2008 23:02:33 +0000 Laurent Monin gqview.h -> main.h
Sun, 23 Mar 2008 20:38:54 +0000 Vladimir Nadvornik rename GQview -> Geeqie over the code
Wed, 13 Feb 2008 13:57:31 +0000 Vladimir Nadvornik simplified exif.h, moved implementation-specific stuff to exif-int.h
Tue, 11 Sep 2007 20:06:29 +0000 Vladimir Nadvornik replaced gchar* path with FileData *fd
Mon, 13 Jun 2005 21:39:13 +0000 John Ellis Mon Jun 13 17:31:46 2005 John Ellis <johne@verizon.net>