log src/main.c @ 777:088b71bf5715

age author description
2008-05-30 zas_ Make utf8_validate_or_convert() to always allocate a new string.
2008-05-22 zas_ Pass ConfOptions * to save_options() and load_options().
2008-05-22 zas_ Move setup_default_options() and sync_options_with_current_state() to options.[ch].
2008-05-22 zas_ Move code from exit_program_final() to new sync_options_with_current_state().
2008-05-22 zas_ Separate path building code from options loading code.
2008-05-22 zas_ Make shell command and its option rc file options instead of hardcoded strings.
2008-05-22 zas_ Modify set_default_image_overlay_template_string() to accept the pointer to
2008-05-22 zas_ Use a struct to handle editor's properties.
2008-05-21 zas_ Use G_DIR_SEPARATOR where applicable.
2008-05-21 zas_ Use g_build_filename() where applicable.
2008-05-20 zas_ Drop concat_dir_and_file() and use g_build_filename() instead.
2008-05-20 zas_ Sort out log_printf() vs printf_term() mix up.
2008-05-19 zas_ Fix spurious end of line introduced in revision 780.
2008-05-19 bruclik configure.in was rewritten:
2008-05-18 zas_ Save order of Properties dialog tabs to rc file.
2008-05-16 zas_ Do not use printf() directly but use new wrapper function log_printf() instead.
2008-05-16 zas_ Include debug.h from main.h since debug macros may be used anywhere in the code.
2008-05-13 zas_ Expand tilde with file: and view: remote parameters.
2008-05-13 zas_ Display a message when invalid remote options are used.
2008-05-13 zas_ Move all remote stuff from main.c to remote.[ch].
2008-05-13 zas_ Move some functions from main.[ch] to new window.[ch].
2008-05-12 zas_ Rename bar_exif_validate_text() to utf8_validate_or_convert() and move it to main.[ch].
2008-05-12 zas_ Rename option image_overlay.common.enabled to image_overlay.common.state
2008-05-11 zas_ An option to save and restore the last path used was added.
2008-05-11 zas_ Rename options:
2008-05-11 zas_ Fix help window title.
2008-05-10 zas_ image_osd_get() now returns OsdShowFlags.
2008-05-10 zas_ Save full OSD state to rc file and restore it on startup.
2008-05-09 zas_ image_osd_get() and image_osd_set() now uses flags.
2008-05-05 nadvornik split filelist.c to filefilter.c and filedata.c
2008-05-04 nadvornik dropped path_list functions, use filelist functions everywhere
2008-05-03 zas_ Replace Layout icon_view field by more generic file_view_type.
2008-04-24 zas_ Remove whitespace between function name and first parenthesis for the sake of consistency.
2008-04-24 zas_ Move get_exec_time() to debug.{c,h}.
2008-04-24 zas_ Move debug macros from main.h to new debug.h.
2008-04-24 zas_ Handle the newline in DEBUG_N() macro instead of adding one
2008-04-23 zas_ Introduce macros to display debug messages.
2008-04-21 nadvornik updated copyright in source files
2008-04-21 zas_ Rename few functions and replace fullscreen info with image overlay template string.
2008-04-21 zas_ Replace fullscreen.info and fullscreen.show_info options by:
2008-04-20 zas_ Effectively drop empty newlines at end of files (missing from rev 535)
2008-04-20 zas_ Big whitespaces cleanup:
2008-04-19 zas_ Save Show Marks state to rc file and display current state in menu.
2008-04-18 zas_ Display elapsed time since previous get_exec_time() call (debug only).
2008-04-18 zas_ Introduce printf_term() macro and use it.
2008-04-16 nadvornik fixed compiler warnings
2008-04-16 nadvornik in debug mode print time information on selected events
2008-04-16 zas_ Introduce a new struct ViewDir to handle directory views common
2008-04-15 zas_ Indicate --debug[=level] in usage display.
2008-04-15 zas_ Parse command line for --debug option as soon as possible and allow
2008-04-14 zas_ Move layout.order default init to setup_default_options().
2008-04-14 zas_ Use flags for collection_load*().
2008-04-13 zas_ Add a button to reset fullscreen info string to default value.
2008-04-12 zas_ Move safe_delete* and in place rename options to file_ops
2008-04-12 zas_ Rename option thumbnails.enabled to layout.show_thumbnails as it makes
2008-04-12 zas_ Rename window options (moved to layout) and re-order rc file.
2008-04-12 zas_ Rename image-related options.
2008-04-12 zas_ Rename thumbnails related options.
2008-04-12 zas_ Rename file sorting options.
2008-04-12 zas_ Rename color profile options.