Trim trailing white spaces.
[geeqie.git] / src / main.c
2012-08-30 Laurent MoninTrim trailing white spaces.
2012-08-18 Vladimir Nadvornikadded autoconf test for clutter
2012-08-13 Vladimir Nadvornikuse cairo for drawing
2012-08-13 Vladimir Nadvornikuse accessor functions
2012-07-31 Vladimir Nadvornikupdated version and copyright notice
2012-07-26 Vladimir Nadvornikinitialize default options before commandline parsing
2012-05-14 Klaus EthgenMerge remote-tracking branch 'origin/toer'
2011-11-12 Vladimir Nadvornikcall log window functions indirectly via idle callbacks
2011-10-04 Vladimir Nadvornikrename file_data_new_simple to file_data_new_group...
2011-09-30 Vladimir Nadvornikalways check for sidecars by readdir
2011-09-27 Vladimir Nadvornikfixed using DEBUG_N from multiple threads
2010-02-16 Vladimir Nadvornikadded 2010 to copyright text
2010-01-02 Laurent MoninGet rid of Geeqie version and beta release message...
2009-12-04 Laurent MoninSome systems do not have SA_SIGINFO (siginfo_t), like...
2009-11-21 Vladimir Nadvornikcheck gtk_clutter_init return value
2009-10-01 Vladimir Nadvornikignored multiple directories specified on commandline
2009-09-25 Vladimir Nadvornikrequire libchamplain 0.4
2009-09-06 Vladimir Nadvornikload desktop files in idle time
2009-09-06 Vladimir Nadvornikadded messages for debugging startup time
2009-09-04 Laurent MoninFix up compilation issues related to libchamplain.
2009-08-26 Vladimir Nadvornikupdated version message
2009-08-22 Vladimir Nadvornikremove deleted files from metadata queue
2009-07-30 Laurent MoninSome systems (BSD,MacOsX,HP-UX,...) define MAP_ANON...
2009-06-10 Vladimir Nadvornikdo not install helper scripts into /usr/bin
2009-05-31 Vladimir Nadvornikfixed incorrect type conversion
2009-05-12 Vladimir Nadvornikadded GPS map support - patch by Colin Clark
2009-05-02 Vladimir Nadvornikforce the metadata dialog if it was triggered by the...
2009-04-03 Vladimir Nadvornikconvert commandline to utf8
2009-04-02 Laurent MoninForce thumbnails refreshing when thumbnails dimensions...
2009-03-20 Vladimir Nadvornikadded function to reload external editors at any time
2009-03-19 Vladimir Nadvornikinitialization clean-up
2009-03-15 Laurent Moningint -> gboolean.
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...
next