log src/main.c @ 1214:31402ecb2aed

age author description
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
Tue, 03 Jun 2008 15:54:05 +0000 zas_ Allow to modify the aspect of Geeqie through the use of a
Tue, 03 Jun 2008 13:54:22 +0000 zas_ Replace hardcoded collection filename extension by a macro (GQ_COLLECTION_EXT).
Tue, 03 Jun 2008 11:24:16 +0000 zas_ Drop initialization to NULL since filelist_read() will take care of it.
Fri, 30 May 2008 08:36:23 +0000 zas_ Make utf8_validate_or_convert() to always allocate a new string.
Thu, 22 May 2008 23:22:12 +0000 zas_ Pass ConfOptions * to save_options() and load_options().
Thu, 22 May 2008 23:09:53 +0000 zas_ Move setup_default_options() and sync_options_with_current_state() to options.[ch].
Thu, 22 May 2008 22:49:07 +0000 zas_ Move code from exit_program_final() to new sync_options_with_current_state().
Thu, 22 May 2008 22:43:07 +0000 zas_ Separate path building code from options loading code.
Thu, 22 May 2008 20:22:13 +0000 zas_ Make shell command and its option rc file options instead of hardcoded strings.
Thu, 22 May 2008 10:09:07 +0000 zas_ Modify set_default_image_overlay_template_string() to accept the pointer to
Thu, 22 May 2008 08:49:52 +0000 zas_ Use a struct to handle editor's properties.
Wed, 21 May 2008 11:07:23 +0000 zas_ Use G_DIR_SEPARATOR where applicable.
Wed, 21 May 2008 00:20:13 +0000 zas_ Use g_build_filename() where applicable.
Tue, 20 May 2008 22:09:04 +0000 zas_ Drop concat_dir_and_file() and use g_build_filename() instead.
Tue, 20 May 2008 08:14:35 +0000 zas_ Sort out log_printf() vs printf_term() mix up.
Mon, 19 May 2008 08:24:10 +0000 zas_ Fix spurious end of line introduced in revision 780.
Mon, 19 May 2008 01:15:17 +0000 bruclik configure.in was rewritten:
Sun, 18 May 2008 21:14:01 +0000 zas_ Save order of Properties dialog tabs to rc file.
Fri, 16 May 2008 12:16:49 +0000 zas_ Do not use printf() directly but use new wrapper function log_printf() instead.
Fri, 16 May 2008 10:02:56 +0000 zas_ Include debug.h from main.h since debug macros may be used anywhere in the code.
Tue, 13 May 2008 16:09:43 +0000 zas_ Expand tilde with file: and view: remote parameters.
Tue, 13 May 2008 14:49:38 +0000 zas_ Display a message when invalid remote options are used.
Tue, 13 May 2008 08:53:26 +0000 zas_ Move all remote stuff from main.c to remote.[ch].
Tue, 13 May 2008 08:02:46 +0000 zas_ Move some functions from main.[ch] to new window.[ch].
Mon, 12 May 2008 23:21:35 +0000 zas_ Rename bar_exif_validate_text() to utf8_validate_or_convert() and move it to main.[ch].
Mon, 12 May 2008 08:11:27 +0000 zas_ Rename option image_overlay.common.enabled to image_overlay.common.state
Sun, 11 May 2008 13:14:58 +0000 zas_ An option to save and restore the last path used was added.
Sun, 11 May 2008 12:23:26 +0000 zas_ Rename options:
Sun, 11 May 2008 11:46:48 +0000 zas_ Fix help window title.
Sat, 10 May 2008 14:22:18 +0000 zas_ image_osd_get() now returns OsdShowFlags.
Sat, 10 May 2008 09:00:14 +0000 zas_ Save full OSD state to rc file and restore it on startup.
Fri, 09 May 2008 09:58:46 +0000 zas_ image_osd_get() and image_osd_set() now uses flags.
Mon, 05 May 2008 19:11:12 +0000 nadvornik split filelist.c to filefilter.c and filedata.c
Sun, 04 May 2008 21:54:20 +0000 nadvornik dropped path_list functions, use filelist functions everywhere
Sat, 03 May 2008 11:34:13 +0000 zas_ Replace Layout icon_view field by more generic file_view_type.
Thu, 24 Apr 2008 12:23:02 +0000 zas_ Remove whitespace between function name and first parenthesis for the sake of consistency.
Thu, 24 Apr 2008 09:43:23 +0000 zas_ Move get_exec_time() to debug.{c,h}.