log src/main.c @ 1309:55ea4962887a

age author description
Sun, 22 Feb 2009 15:35:37 +0000 nadvornik config file format changed to XML
Sun, 15 Feb 2009 13:11:21 +0000 nadvornik histogram caching
Sat, 07 Feb 2009 19:01:21 +0000 nadvornik use metadata_read_* functions where possible
Wed, 04 Feb 2009 17:15:30 +0000 zas_ Add year 2009 to copyright info everywhere.
Sun, 01 Feb 2009 12:48:14 +0000 nadvornik read external editors from .desktop files
Thu, 29 Jan 2009 18:05:41 +0000 nadvornik added SIGBUS handler
Fri, 02 Jan 2009 14:58:21 +0000 nadvornik added done callback to utilops
Mon, 22 Dec 2008 18:29:25 +0000 nadvornik write metadata after timeout, image change or dir change
Sun, 23 Nov 2008 16:10:29 +0000 zas_ Drop useless wmclass stuff. Gtk will take care of it and as said in the documentation using gtk_window_set_wmclass() is sort of pointless.
Sat, 15 Nov 2008 20:01:25 +0000 zas_ Replace cache_ensure_dir_exists() by new recursive_mkdir_if_not_exists().
Sat, 15 Nov 2008 17:48:31 +0000 zas_ Rename check_for_home_path() to mkdir_if_not_exists().
Sat, 15 Nov 2008 17:30:45 +0000 zas_ Use functions to return directories instead of constants.
Tue, 04 Nov 2008 17:11:53 +0000 zas_ Do a gtk_init before the parsing of command line arguments to allow gtk specific options. (See http://library.gnome.org/devel/gtk/2.14/gtk-running.html). Patch by Klaus Ethgen.
Sun, 12 Oct 2008 08:36:53 +0000 zas_ Better handling of accels map file writing errors.
Tue, 07 Oct 2008 18:20:22 +0000 nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
Sun, 31 Aug 2008 10:51:41 +0000 zas_ Move miscellaneous functions to their own files (new misc.[ch]).
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().
Sat, 30 Aug 2008 20:15:47 +0000 nadvornik run image loader in separate thread
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.
Sun, 20 Jul 2008 14:56:32 +0000 zas_ Move history_list_*() functions to separate files:
Thu, 03 Jul 2008 20:16:15 +0000 nadvornik refresh thumbnails on file change
Mon, 16 Jun 2008 18:37:35 +0000 nadvornik another try to free layout at exit
Sat, 07 Jun 2008 10:45:33 +0000 nadvornik use the new notification for collections
Fri, 06 Jun 2008 22:34:15 +0000 nadvornik used new notification in cache_maint
Thu, 05 Jun 2008 09:24:42 +0000 zas_ Compare paths using utf8_collate_key() since paths are utf8-encoded.
Tue, 03 Jun 2008 19:44:19 +0000 nadvornik replaced directory path with FileData* dir_fd