log

age author description
Mon, 01 Sep 2008 19:18:32 +0000 nadvornik improved pixbuf draw priority control
Mon, 01 Sep 2008 17:29:07 +0000 zas_ Use a constant for minimal window size. Set it to 32 for all dialogs.
Mon, 01 Sep 2008 17:22:19 +0000 zas_ Remove redundant debug.h inclusion.
Sun, 31 Aug 2008 21:19:00 +0000 nadvornik fixed read ahead callback
Sun, 31 Aug 2008 21:02:09 +0000 nadvornik fixed error handling in image loader
Sun, 31 Aug 2008 18:53:11 +0000 nadvornik fixed possible endless loop
Sun, 31 Aug 2008 12:29:49 +0000 zas_ Add a Save button to Preferences dialog, which allow to save options to file without quitting the application.
Sun, 31 Aug 2008 11:27:24 +0000 zas_ Move quoted_value() and escquote_value() to misc.[ch].
Sun, 31 Aug 2008 10:51:41 +0000 zas_ Move miscellaneous functions to their own files (new misc.[ch]).
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 09:13:42 +0000 zas_ Move save/load_options() to options.[ch].
Sun, 31 Aug 2008 08:59:39 +0000 zas_ Move sync_options_with_current_state() call to save_options().
Sun, 31 Aug 2008 08:41:42 +0000 zas_ Move some code to new functions, to simplify main().
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
Sat, 30 Aug 2008 10:39:35 +0000 zas_ Allow to override documentation paths through options:
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:59:20 +0000 nadvornik added new raw preview interface for legacy exif
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
Thu, 28 Aug 2008 12:51:02 +0000 bruclik Removed converting fd->name to utf8 from file_data_set_collate_keys(), because fd->name is utf8.
Thu, 28 Aug 2008 10:50:02 +0000 zas_ Silent warnings about unused functions when lcms is not used.
Wed, 27 Aug 2008 17:02:14 +0000 zas_ Comment out unused functions.
Wed, 27 Aug 2008 16:42:59 +0000 zas_ Silent a compiler warning.
Wed, 27 Aug 2008 16:40:21 +0000 zas_ const gpointer -> gconstpointer.
Tue, 26 Aug 2008 22:37:18 +0000 zas_ Use gpointer instead of void *.
Tue, 26 Aug 2008 22:30:40 +0000 zas_ Consistency: type * instead of type*.