Fix #926: Use system background color in window mode
[geeqie.git] / src / main.c
2009-02-28 Laurent MoninNo space between function name and first parenthesis...
2009-02-28 Vladimir Nadvornikcreate toolbar from ui_manager
2009-02-25 Vladimir Nadvornikfixed filter initialization
2009-02-23 Vladimir Nadvornikenabled commandline again
2009-02-22 Vladimir Nadvornikconfig file format changed to XML
2009-02-15 Vladimir Nadvornikhistogram caching
2009-02-07 Vladimir Nadvornikuse metadata_read_* functions where possible
2009-02-04 Laurent MoninAdd year 2009 to copyright info everywhere.
2009-02-01 Vladimir Nadvornikread external editors from .desktop files
2009-01-29 Vladimir Nadvornikadded SIGBUS handler
2009-01-02 Vladimir Nadvornikadded done callback to utilops
2008-12-22 Vladimir Nadvornikwrite metadata after timeout, image change or dir change
2008-11-23 Laurent MoninDrop useless wmclass stuff. Gtk will take care of it...
2008-11-15 Laurent MoninReplace cache_ensure_dir_exists() by new recursive_mkdi...
2008-11-15 Laurent MoninRename check_for_home_path() to mkdir_if_not_exists().
2008-11-15 Laurent MoninUse functions to return directories instead of constants.
2008-11-04 Laurent MoninDo a gtk_init before the parsing of command line argume...
2008-10-12 Laurent MoninBetter handling of accels map file writing errors.
2008-10-07 Vladimir NadvornikAdding a vim modeline to all files - patch by Klaus...
2008-08-31 Laurent MoninMove miscellaneous functions to their own files (new...
2008-08-31 Vladimir Nadvornikimproved thread support in image loader
2008-08-31 Laurent MoninMove save/load_options() to options.[ch].
2008-08-31 Laurent MoninMove sync_options_with_current_state() call to save_opt...
2008-08-31 Laurent MoninMove some code to new functions, to simplify main().
2008-08-30 Vladimir Nadvornikrun image loader in separate thread
2008-08-26 Laurent MoninFor the sake of consistency, use glib basic types every...
2008-08-25 Laurent MoninWhitespaces cleanup.
2008-07-20 Laurent MoninMove history_list_*() functions to separate files:
2008-07-03 Vladimir Nadvornikrefresh thumbnails on file change
2008-06-16 Vladimir Nadvornikanother try to free layout at exit
2008-06-07 Vladimir Nadvornikuse the new notification for collections
2008-06-06 Vladimir Nadvornikused new notification in cache_maint
2008-06-05 Laurent MoninCompare paths using utf8_collate_key() since paths...
2008-06-03 Vladimir Nadvornikreplaced directory path with FileData* dir_fd
2008-06-03 Laurent MoninAllow to modify the aspect of Geeqie through the use...
2008-06-03 Laurent MoninReplace hardcoded collection filename extension by...
2008-06-03 Laurent MoninDrop initialization to NULL since filelist_read() will...
2008-05-30 Laurent MoninMake utf8_validate_or_convert() to always allocate...
2008-05-22 Laurent MoninPass ConfOptions * to save_options() and load_options().
2008-05-22 Laurent MoninMove setup_default_options() and sync_options_with_curr...
2008-05-22 Laurent MoninMove code from exit_program_final() to new sync_options...
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 MoninModify set_default_image_overlay_template_string()...
2008-05-22 Laurent MoninUse a struct to handle editor's properties.
2008-05-21 Laurent MoninUse G_DIR_SEPARATOR where applicable.
2008-05-21 Laurent MoninUse g_build_filename() where applicable.
2008-05-20 Laurent MoninDrop concat_dir_and_file() and use g_build_filename...
2008-05-20 Laurent MoninSort out log_printf() vs printf_term() mix up.
2008-05-19 Laurent MoninFix spurious end of line introduced in revision 780.
2008-05-19 Petr Ostadalconfigure.in was rewritten:
2008-05-18 Laurent MoninSave order of Properties dialog tabs to rc file.
2008-05-16 Laurent MoninDo not use printf() directly but use new wrapper functi...
2008-05-16 Laurent MoninInclude debug.h from main.h since debug macros may...
2008-05-13 Laurent MoninExpand tilde with file: and view: remote parameters.
2008-05-13 Laurent MoninDisplay a message when invalid remote options are used.
2008-05-13 Laurent MoninMove all remote stuff from main.c to remote.[ch].
2008-05-13 Laurent MoninMove some functions from main.[ch] to new window.[ch].
2008-05-12 Laurent MoninRename bar_exif_validate_text() to utf8_validate_or_con...
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-11 Laurent MoninFix help window title.
2008-05-10 Laurent Moninimage_osd_get() now returns OsdShowFlags.
2008-05-10 Laurent MoninSave full OSD state to rc file and restore it on startup.
2008-05-09 Laurent Moninimage_osd_get() and image_osd_set() now uses flags.
2008-05-05 Vladimir Nadvorniksplit filelist.c to filefilter.c and filedata.c
2008-05-04 Vladimir Nadvornikdropped path_list functions, use filelist functions...
2008-05-03 Laurent MoninReplace Layout icon_view field by more generic file_vie...
2008-04-24 Laurent MoninRemove whitespace between function name and first paren...
2008-04-24 Laurent MoninMove get_exec_time() to debug.{c,h}.
2008-04-24 Laurent MoninMove debug macros from main.h to new debug.h.
2008-04-24 Laurent MoninHandle the newline in DEBUG_N() macro instead of adding one
2008-04-23 Laurent MoninIntroduce macros to display debug messages.
2008-04-21 Vladimir Nadvornikupdated copyright in source files
2008-04-21 Laurent MoninRename few functions and replace fullscreen info with...
2008-04-21 Laurent MoninReplace fullscreen.info and fullscreen.show_info option...
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 MoninDisplay elapsed time since previous get_exec_time(...
2008-04-18 Laurent MoninIntroduce printf_term() macro and use it.
2008-04-16 Vladimir Nadvornikfixed compiler warnings
2008-04-16 Vladimir Nadvornikin debug mode print time information on selected events
2008-04-16 Laurent MoninIntroduce a new struct ViewDir to handle directory...
2008-04-15 Laurent MoninIndicate --debug[=level] in usage display.
2008-04-15 Laurent MoninParse command line for --debug option as soon as possib...
2008-04-14 Laurent MoninMove layout.order default init to setup_default_options().
2008-04-14 Laurent MoninUse flags for collection_load*().
2008-04-13 Laurent MoninAdd a button to reset fullscreen info string to default...
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 window options (moved to layout) and re-order...
2008-04-12 Laurent MoninRename image-related options.
2008-04-12 Laurent MoninRename thumbnails related 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.
next