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
|
Mon, 08 Sep 2008 19:57:51 +0000 |
nadvornik |
added possibility to redraw only the parts of image that are already
|
Sun, 07 Sep 2008 23:01:30 +0000 |
bruclik |
Replaced gtk depreceated code.
|
Wed, 03 Sep 2008 21:54:49 +0000 |
nadvornik |
load thumbnails with lower priority
|
Sun, 31 Aug 2008 21:02:09 +0000 |
nadvornik |
fixed error handling in image loader
|
Sun, 31 Aug 2008 10:08:48 +0000 |
nadvornik |
use GThreadPool
|
Sun, 31 Aug 2008 09:20:29 +0000 |
nadvornik |
improved thread support in image loader
|
Sun, 31 Aug 2008 08:13:36 +0000 |
zas_ |
Fix two minor compilation warnings.
|
Sat, 30 Aug 2008 20:15:47 +0000 |
nadvornik |
run image loader in separate thread
|
Sat, 30 Aug 2008 13:04:06 +0000 |
nadvornik |
prepared image loader code for threads
|
Fri, 29 Aug 2008 20:53:53 +0000 |
nadvornik |
converted image loader to a GObject and use signals for notification
|
Fri, 29 Aug 2008 12:35:13 +0000 |
nadvornik |
do not access image_loader directly
|
Fri, 29 Aug 2008 09:38:10 +0000 |
nadvornik |
fixed thumbnail loader for the new raw preview interface
|
Thu, 28 Aug 2008 22:26:09 +0000 |
nadvornik |
use mmaped files image loader
|
Tue, 26 Aug 2008 22:22:51 +0000 |
zas_ |
For the sake of consistency, use glib basic types everywhere.
|
Mon, 25 Aug 2008 22:20:45 +0000 |
zas_ |
Whitespaces cleanup.
|
Wed, 13 Aug 2008 20:46:06 +0000 |
nadvornik |
a workaround for http://bugzilla.gnome.org/show_bug.cgi?id=547669
|
Fri, 18 Jul 2008 09:55:15 +0000 |
zas_ |
Introduce image_loader_set_done_func().
|