log

age author description
2008-04-08 zas_ Enable image rotation depending on EXIF by default.
2008-04-08 zas_ Fix missing header files inclusions.
2008-04-08 zas_ GQVIEW_* -> GQ_*
2008-04-08 zas_ GQVIEW_H -> MAIN_H
2008-04-08 zas_ gqview.h -> main.h
2008-04-08 zas_ Remove obsolete prototype.
2008-04-08 zas_ gqview_remote -> remote_connection
2008-04-08 zas_ exit_gqview() renamed to exit_program().
2008-04-08 zas_ Add support for some Samsung raw files (.pef).
2008-04-08 zas_ Implement secure rc file saving.
2008-04-08 nadvornik fixed histogram label
2008-04-08 zas_ Fix the "continuous display" of tooltips in the collection view
2008-04-08 nadvornik reworked the histogram patch by Uwe Ohse, most of the code is in
2008-04-08 nadvornik fixed file delete notification in view_file_icon
2008-04-08 zas_ gtk_notebook_set_tab_reorderable() is only available sinc gtk+ 2.10.
2008-04-08 zas_ Move active variable affectation after the test.
2008-04-08 zas_ Simplify layout_color_name_parse() using g_strdelimit().
2008-04-08 zas_ Tidy up, whitespaces and indentation fix.
2008-04-08 zas_ Remove dependency on GTK 2.12, reported by John Vodden and Vladimir
2008-04-07 zas_ Add the possibility to print file names with path.
2008-04-07 zas_ Fix a segfault on fullscreen file deletion reported by Frédéric Mantegazza.
2008-04-07 zas_ Add the possibility to match duplicates on the name but ignoring the case.
2008-04-07 zas_ Display marks in overlay info only if at least one is set.
2008-04-06 zas_ Mark all exif labels as translatable.
2008-04-06 zas_ Mark strings as translatable.
2008-04-05 zas_ Improve remove_trailing_slash() so it allocates no more than
2008-04-05 zas_ Comment out unused code.
2008-04-04 zas_ Change default exif order a bit to move up common and useful
2008-04-04 zas_ Re-add "What to show in properties dialog:" label before the table.
2008-04-04 zas_ Rename exif preferences tab to "Properties", and name the
2008-04-04 zas_ Fix a segfault occuring when enabling debug mode.
2008-04-03 zas_ Make the wmclass value unique among the code by defining
2008-04-03 zas_ Initialize variables, clearing a gcc warning.
2008-04-03 zas_ Add missing prototype to header file.
2008-04-03 zas_ Add few missing prototypes to header file.
2008-04-03 zas_ Drop a bunch of unused variables.
2008-04-03 zas_ Add missing #include.
2008-04-03 zas_ Remove unused variables.
2008-04-03 zas_ Add missing prototype.
2008-04-03 zas_ Drop 3 unused variables and comment out 2 unused functions.
2008-04-03 zas_ Add parenthesis around affection to clear a gcc warning.
2008-04-03 zas_ Fix a signedness warning.
2008-04-03 zas_ Main configuration file was renamed from gqviewrc to geeqierc.
2008-04-03 zas_ Fix a segfault occuring when using --without-exiv2 and
2008-04-03 zas_ Fix missing bit of previous patch.
2008-04-03 zas_ Fix two more gcc warnings related to function declarations.
2008-04-03 zas_ Remove two unused variables declarations, and add a missing #include.
2008-04-03 zas_ Drop unused variable.
2008-04-03 zas_ Add missing return at the end of editor_command_next_start().
2008-04-03 zas_ Drop unused variable.
2008-04-03 zas_ Make collect_manager_process_action() static.
2008-04-03 zas_ Fix typos in functions names: file_list -> filelist.
2008-04-03 zas_ Remove unused variable declarations.
2008-04-03 zas_ Fix missing header include (filelist.h).
2008-04-03 zas_ Remove unused variables declarations.
2008-04-03 zas_ Move tabs code from config_window_create() to new smaller functions.
2008-04-03 zas_ Use more generic names for some cache manager callback functions.
2008-04-03 zas_ Replace some occurences of gqview by Geeqie.
2008-04-03 zas_ Add a debug level spinner at the end of Preferences > Advanced.
2008-04-03 zas_ Fix and simplify thumbnails size combo box related code.