Remember keywords layout
[geeqie.git] / src / rcfile.c
2008-06-12 Laurent Moninload_options_from():
2008-06-12 Laurent MoninAdd a comment about relative positions of image overlay...
2008-06-12 Laurent MoninAllow to set image overlay info position through options:
2008-05-30 Laurent MoninUse functions to set editors name and command and ensur...
2008-05-29 Laurent MoninSave properties window width and height to rc file...
2008-05-23 Laurent MoninTry to load a system-wide rc file if any, before per...
2008-05-22 Laurent MoninPass ConfOptions * to save_options() and load_options().
2008-05-22 Laurent MoninMove code from save_options() to new save_options_to...
2008-05-22 Laurent MoninSeparate path building code from options loading code.
2008-05-22 Laurent MoninMake shell command and its option rc file options inste...
2008-05-22 Laurent MoninUse a struct to handle editor's properties.
2008-05-21 Laurent MoninMake stricter match for option's names consisting of...
2008-05-21 Laurent MoninUse g_build_filename().
2008-05-20 Laurent MoninSort out log_printf() vs printf_term() mix up.
2008-05-18 Laurent MoninSave order of Properties dialog tabs to rc file.
2008-05-12 Laurent MoninWhen an option was successfully read, just continue...
2008-05-12 Laurent MoninMinor formatting fix in rc file header.
2008-05-12 Laurent MoninRework read_*_option():
2008-05-12 Laurent MoninRename option image_overlay.common.enabled to image_ove...
2008-05-11 Laurent MoninAn option to save and restore the last path used was...
2008-05-11 Laurent MoninRename options:
2008-05-10 Laurent MoninSave full OSD state to rc file and restore it on startup.
2008-05-09 Laurent MoninPreserve last histogram modes.
2008-05-08 Laurent MoninUse g_ascii_strncasecmp() instead of strncasecmp()...
2008-05-08 Laurent MoninUse g_ascii_strcasecmp() instead of strcasecmp() where...
2008-05-06 Laurent MoninUse a dedicated option to enable keywords and comment...
2008-05-05 Vladimir Nadvorniksplit filelist.c to filefilter.c and filedata.c
2008-05-03 Laurent MoninReplace Layout icon_view field by more generic file_vie...
2008-05-01 Laurent Moninsave_options(): minor code simplification.
2008-04-24 Laurent MoninConvert the minority of while() to while ().
2008-04-23 Laurent MoninAllow the copy of file paths to clipboard.
2008-04-22 Laurent MoninSave sort manager state to rc file.
2008-04-22 Laurent MoninSave state and width of exif, info and sort panels...
2008-04-21 Vladimir Nadvornikupdated copyright in source files
2008-04-21 Laurent MoninAdd some macros to handle rc file compatibility issues...
2008-04-21 Laurent MoninReplace fullscreen.info and fullscreen.show_info option...
2008-04-21 Laurent MoninAllow the user to set the drag'n drop icon size through
2008-04-20 Laurent MoninEffectively drop empty newlines at end of files (missin...
2008-04-20 Laurent MoninBig whitespaces cleanup:
2008-04-19 Laurent MoninSave Show Marks state to rc file and display current...
2008-04-18 Laurent MoninAdd two new options to control image read buffer at...
2008-04-18 Laurent MoninIntroduce printf_term() macro and use it.
2008-04-16 Laurent MoninIntroduce a new struct ViewDir to handle directory...
2008-04-15 Laurent MoninCleanup read/write of image.zoom_mode option.
2008-04-15 Laurent MoninRead show_icon_names only once.
2008-04-15 Laurent MoninAdd a new option in Preferences > Filtering to allow the
2008-04-15 Laurent MoninAdd and use few new macros in rc file writing code.
2008-04-13 Laurent MoninRename show_dot_files to show_hidden_files.
2008-04-13 Laurent MoninFix a typo, READ_CHAR() must use value_all.
2008-04-13 Laurent MoninUse convenient macros to read options, it will ensure...
2008-04-13 Laurent MoninSimplify read_*_option() stuff by passing pointer to...
2008-04-12 Laurent MoninPartly rewrite option parser to accept whitespaces...
2008-04-12 Laurent Moninexif_* -> exif.display.*
2008-04-12 Laurent MoninAdd a note in the rc file about special editor slots.
2008-04-12 Laurent Moninsidecar_ext -> sidecar.ext
2008-04-12 Laurent MoninUnify names of options between variables and rc file.
2008-04-12 Laurent MoninUse tree_descend_subdirs everywhere.
2008-04-12 Laurent MoninUse startup_path_enable everywhere.
2008-04-12 Laurent MoninRename recent_list_max/open_recent_max to open_recent_l...
2008-04-12 Laurent MoninRename dupe_custom_threshold option to duplicates_simil...
2008-04-12 Laurent MoninMove safe_delete* and in place rename options to file_ops
2008-04-12 Laurent MoninRename option thumbnails.enabled to layout.show_thumbna...
2008-04-12 Laurent MoninRename user_specified_window_background and window_back...
2008-04-12 Laurent MoninRename window options (moved to layout) and re-order...
2008-04-12 Laurent MoninFix bad image option name in the rc file.
2008-04-12 Laurent MoninBeautify rc file, adding sub-sections titles.
2008-04-12 Laurent MoninRename image-related options.
2008-04-12 Laurent MoninRename thumbnails related options.
2008-04-12 Laurent MoninRename file filtering options.
2008-04-12 Laurent MoninRename collection options.
2008-04-12 Laurent MoninRename file sorting options.
2008-04-12 Laurent MoninRename color profile options.
2008-04-12 Laurent MoninRename slideshow options.
2008-04-11 Laurent MoninRationalize fullscreen options naming.
2008-04-11 Laurent MoninMove more options to ConfOptions.
2008-04-11 Laurent MoninMove file_sort_case_sensitive to ConfOptions.
2008-04-11 Laurent MoninAdd a new struct ConfOptions to handle options.
2008-04-11 Laurent MoninMove secure save code to its own files: secure_save...
2008-04-09 Laurent MoninReplace occurences of Geeqie / geeqie by constants...
2008-04-08 Laurent MoninGQVIEW_* -> GQ_*
2008-04-08 Laurent Moningqview.h -> main.h
2008-04-08 Laurent MoninImplement secure rc file saving.
2008-04-08 Laurent MoninRemove dependency on GTK 2.12, reported by John Vodden...
2008-04-03 Laurent MoninDrop a bunch of unused variables.
2008-04-03 Laurent MoninFix and simplify thumbnails size combo box related...
2008-04-02 Vladimir Nadvornikvarious exif improvements based on patch by Uwe Ohse
2008-03-31 Laurent MoninCustomizable info overlay in fullscreen, based on the...
2008-03-31 Vladimir Nadvornikuse quoted_value everywhere
2008-03-29 Laurent MoninImprove escaping and quoting of strings saved in rc...
2008-03-29 Vladimir Nadvornikconfigurable frame around image - geeqie_autofit_maxsiz...
2008-03-29 Vladimir Nadvornikset user-defined color as image background - patch...
2008-03-23 Vladimir Nadvornikrename GQview -> Geeqie over the code
2007-12-23 Vladimir Nadvornikbasic sidecar files configuration via preferences dialog
2007-11-20 Vladimir Nadvornikfixed grouping sidecar files and made it configurable...
2006-11-25 John EllisFri Nov 24 21:37:01 2006 John Ellis <johne@verizon...
2005-04-27 John EllisWed Apr 27 15:17:57 2005 John Ellis <johne@verizon...
2005-03-03 John Ellis##### Note: GQview CVS on sourceforge is not always...
2005-02-26 John EllisSync to GQview 1.5.9 release.
2000-04-15 John EllisSyncing to 0.8.1
2000-04-13 John Ellis0.8.0
next