log src/preferences.c @ 768:ff51413f098d

age author description
Fri, 30 May 2008 08:39:52 +0000 zas_ Use functions to set editors name and command and ensure they are
Thu, 22 May 2008 13:00:45 +0000 zas_ Fix signed vs unsigned warnings.
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.
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.
Fri, 16 May 2008 09:10:56 +0000 zas_ Improve editor commands error display:
Tue, 13 May 2008 08:02:46 +0000 zas_ Move some functions from main.[ch] to new window.[ch].
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:30:41 +0000 zas_ Add an help button to OSD info configuration in Preferences dialog.
Tue, 06 May 2008 21:35:31 +0000 nadvornik moved safe delete functions to separate file
Tue, 06 May 2008 12:31:23 +0000 zas_ Use a dedicated option to enable keywords and comment saving as XMP tags
Mon, 05 May 2008 19:11:12 +0000 nadvornik split filelist.c to filefilter.c and filedata.c
Sat, 03 May 2008 20:40:50 +0000 zas_ Change the prefix of formatted exif tags to a more explicit "formatted." prefix
Thu, 24 Apr 2008 16:35:02 +0000 zas_ Add missing spaces around equal sign.
Thu, 24 Apr 2008 15:53:08 +0000 zas_ 6 for() vs 201 for (): winner is for ().
Thu, 24 Apr 2008 12:47:09 +0000 zas_ Remove whitespace between function name and first parenthesis for the sake of consistency. (pass 2)
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 08:53:39 +0000 zas_ Move debug macros from main.h to new debug.h.
Wed, 23 Apr 2008 22:17:21 +0000 zas_ Allow the copy of file paths to clipboard.
Mon, 21 Apr 2008 21:46:38 +0000 nadvornik updated copyright in source files
Mon, 21 Apr 2008 20:12:49 +0000 zas_ Rename few functions and replace fullscreen info with image overlay template string.
Mon, 21 Apr 2008 20:01:22 +0000 zas_ Replace fullscreen.info and fullscreen.show_info options by:
Mon, 21 Apr 2008 10:09:01 +0000 zas_ Allow the user to set the drag'n drop icon size through
Sun, 20 Apr 2008 18:07:51 +0000 zas_ Effectively drop empty newlines at end of files (missing from rev 535)
Sun, 20 Apr 2008 13:04:57 +0000 zas_ Big whitespaces cleanup:
Sun, 20 Apr 2008 10:05:27 +0000 zas_ Allow the user to change open_recent_list_maxsize option through
Sat, 19 Apr 2008 17:55:41 +0000 nadvornik show the AdobeRGB profile in the menu, indicate input profile from image
Fri, 18 Apr 2008 22:15:01 +0000 zas_ Add two new options to control image read buffer at runtime.
Fri, 18 Apr 2008 21:42:00 +0000 zas_ Fix OSD display when fullscreen info string is empty.
Tue, 15 Apr 2008 20:55:21 +0000 zas_ Rename l_conf to layout_order and make it more local.
Tue, 15 Apr 2008 20:46:14 +0000 zas_ Fix a bug that was here since a long time, buf has nothing
Tue, 15 Apr 2008 20:36:11 +0000 zas_ Add a new option in Preferences > Filtering to allow the
Sun, 13 Apr 2008 19:21:13 +0000 zas_ Rename show_dot_files to show_hidden_files.
Sun, 13 Apr 2008 12:24:42 +0000 zas_ Add a button to reset fullscreen info string to default value.
Sat, 12 Apr 2008 22:10:38 +0000 zas_ Rename dupe_custom_threshold option to duplicates_similarity_threshold.
Sat, 12 Apr 2008 22:04:29 +0000 zas_ Move safe_delete* and in place rename options to file_ops
Sat, 12 Apr 2008 21:38:55 +0000 zas_ Rename user_specified_window_background and window_background_color
Sat, 12 Apr 2008 19:33:59 +0000 zas_ Rename window options (moved to layout) and re-order rc file.
Sat, 12 Apr 2008 15:04:58 +0000 zas_ Rename image-related options.
Sat, 12 Apr 2008 09:41:44 +0000 zas_ Rename thumbnails related options.
Sat, 12 Apr 2008 09:12:37 +0000 zas_ Rename file filtering options.
Sat, 12 Apr 2008 08:40:02 +0000 zas_ Rename collection options.
Sat, 12 Apr 2008 08:35:58 +0000 zas_ Rename file sorting options.
Sat, 12 Apr 2008 08:05:44 +0000 zas_ Rename color profile options.
Sat, 12 Apr 2008 07:46:01 +0000 zas_ Rename slideshow options.
Fri, 11 Apr 2008 23:32:22 +0000 zas_ Rationalize fullscreen options naming.
Fri, 11 Apr 2008 23:01:00 +0000 zas_ options_c -> c_options
Fri, 11 Apr 2008 22:52:22 +0000 zas_ Move more options to ConfOptions.
Fri, 11 Apr 2008 22:27:54 +0000 zas_ Move file_sort_case_sensitive to ConfOptions.
Fri, 11 Apr 2008 22:14:36 +0000 zas_ Add a new struct ConfOptions to handle options.
Thu, 10 Apr 2008 10:43:15 +0000 zas_ Add the possibility to truncate overlay infos displayed:
Wed, 09 Apr 2008 16:37:54 +0000 zas_ Simplify and unify gtk_window creation with the help of
Wed, 09 Apr 2008 13:53:01 +0000 zas_ Replace occurences of Geeqie / geeqie by constants defined in main.h.
Tue, 08 Apr 2008 23:16:12 +0000 zas_ GQVIEW_* -> GQ_*
Tue, 08 Apr 2008 23:02:33 +0000 zas_ gqview.h -> main.h
Tue, 08 Apr 2008 11:53:35 +0000 zas_ Remove dependency on GTK 2.12, reported by John Vodden and Vladimir
Fri, 04 Apr 2008 22:23:36 +0000 zas_ Re-add "What to show in properties dialog:" label before the table.
Fri, 04 Apr 2008 22:12:28 +0000 zas_ Rename exif preferences tab to "Properties", and name the
Thu, 03 Apr 2008 23:29:14 +0000 zas_ Make the wmclass value unique among the code by defining