geeqie.git
2008-05-23 Laurent MoninAdd -Wstrict-prototypes to gcc options only in develope...
2008-05-23 Laurent Moninslideshow_next(), slideshow_prev(): move code to common...
2008-05-23 Laurent MoninMove code from slideshow_timer_reset() to new slideshow...
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 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 MoninFix signed vs unsigned warnings.
2008-05-22 Laurent MoninComment out unused static function extension_truncate().
2008-05-22 Laurent MoninFix up some types, make some signed vs unsigned warning...
2008-05-22 Laurent MoninModify set_default_image_overlay_template_string()...
2008-05-22 Laurent MoninFrench translation was updated.
2008-05-22 Laurent MoninIntroduce an helper function that returns the name...
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 MoninReplace hardcoded "/" by G_DIR_SEPARATOR_S where applic...
2008-05-21 Laurent MoninUse g_build_filename().
2008-05-21 Laurent MoninUse G_DIR_SEPARATOR where applicable.
2008-05-21 Laurent MoninUse G_DIR_SEPARATOR_S where applicable.
2008-05-21 Laurent MoninUse g_build_filename() and G_DIR_SEPARATOR_S.
2008-05-21 Laurent MoninUse g_build_filename() instead of g_strconcat().
2008-05-21 Laurent Monintab_completion_do(): use g_build_filename(), G_DIR_SEPA...
2008-05-21 Laurent Monintab_completion_popup_cb(): use g_build_filename() and...
2008-05-21 Laurent MoninUse expand_tilde() instead of simple concatenation...
2008-05-21 Laurent Monindest_change_dir(): rewrite to use g_build_filename...
2008-05-21 Laurent MoninFix a segfault occuring when logging an empty message...
2008-05-21 Laurent MoninUse g_build_filename().
2008-05-21 Laurent Moninthumb_std_cache_path(): use g_build_filename() and...
2008-05-21 Laurent MoninUse g_build_filename().
2008-05-21 Laurent MoninUse g_build_filename() where applicable.
2008-05-21 Laurent MoninUse g_build_filename() instead of g_strconcat().
2008-05-21 Laurent MoninUse g_build_filename() and get rid of "root dir fix".
2008-05-21 Laurent MoninUse g_build_filename().
2008-05-21 Laurent MoninDisable unused code:
2008-05-20 Laurent MoninBuild path using g_build_filename() then calculate...
2008-05-20 Laurent MoninUse G_DIR_SEPARATOR_S instead of hardcoded "/".
2008-05-20 Laurent MoninUse g_build_filename() and move location label creation...
2008-05-20 Laurent Monincache_find_location(): use g_build_filename() and move...
2008-05-20 Laurent MoninUse g_build_filename().
2008-05-20 Laurent MoninUse size_t instead of gint, it silents a signed vs...
2008-05-20 Laurent MoninUse g_build_filename() instead of g_strconcat().
2008-05-20 Laurent MoninDrop concat_dir_and_file() and use g_build_filename...
2008-05-20 Laurent MoninUse G_DIR_SEPARATOR instead of '/' where applicable.
2008-05-20 Laurent MoninUse g_build_filename() to build paths.
2008-05-20 Laurent MoninDo not use glib posix wrappers since they were introduc...
2008-05-20 Laurent MoninUse access() instead of g_access() which is only availa...
2008-05-20 Laurent MoninUse utf-8 charset instead of iso-8859-1.
2008-05-20 Vladimir Nadvornikupdated ru.po by Alexandre Prokoudine
2008-05-20 Laurent MoninFrench translation was updated.
2008-05-20 Laurent MoninSort out log_printf() vs printf_term() mix up.
2008-05-20 Laurent MoninUse print_term() instead of printf(), since it handles...
2008-05-19 Laurent MoninRemove C-specific gcc options from CXXFLAGS.
2008-05-19 Laurent MoninFix some incomplete initialization warnings.
2008-05-19 Laurent Monindepreceated -> deprecated
2008-05-19 Laurent MoninTypo fixes.
2008-05-19 Laurent MoninCreate auxdir if needed.
2008-05-19 Laurent MoninFix spurious end of line introduced in revision 780.
2008-05-19 Petr Ostadalconfigure.in was rewritten:
2008-05-19 Petr OstadalUpdated CODING (GPL header, macros, svn change-log...
2008-05-18 Laurent MoninSave order of Properties dialog tabs to rc file.
2008-05-18 Laurent MoninCleanup and code redundancy reduction.
2008-05-18 Laurent MoninMemorize text to display in the log window when the...
2008-05-18 Laurent MoninDo not create log window more than once.
2008-05-17 Laurent MoninFix formatted.SubjectDistance appearing twice in exif...
2008-05-17 Laurent MoninUpdate POTFILES.in.
2008-05-17 Laurent MoninAdd a log window that shows normal and debug messages...
2008-05-16 Vladimir Nadvornikfixed exiv2 version test
2008-05-16 Vladimir Nadvornikget processed values from exiv2
2008-05-16 Laurent MoninFix redundant application name in window titles.
2008-05-16 Laurent MoninFrench translation was updated.
2008-05-16 Laurent MoninDo not use printf() directly but use new wrapper functi...
2008-05-16 Laurent MoninDrop include "debug.h".
2008-05-16 Laurent MoninInclude debug.h from main.h since debug macros may...
2008-05-16 Laurent MoninImprove editor commands error display:
2008-05-16 Laurent MoninImprove editors a bit:
2008-05-14 Laurent MoninThe Encoding key is now deprecated by the FreeDesktop...
2008-05-14 Laurent MoninPatch #1963690 was applied.
2008-05-14 Laurent MoninSimplify thumb_std_maint_moved(), since g_list_append...
2008-05-14 Laurent MoninSimplify collect_manager_add_action(), since g_list_app...
2008-05-14 Laurent MoninMerge vflist_row_by_path() into vflist_index_by_path().
2008-05-14 Laurent MoninFix some typos. Thanks to Michal \u010ciha\u0159 and...
2008-05-14 Laurent MoninMake vf_pop_menu_*_cb static.
2008-05-13 Laurent MoninFrench translation fixes.
2008-05-13 Laurent MoninResync POTFILES.in and *.po, update french translation and
2008-05-13 Laurent MoninMerge vflist_pop_menu() and vficon_pop_menu() into...
2008-05-13 Laurent MoninMove VFICON_INFO() and VFLIST_INFO() macros to view_file.h
2008-05-13 Laurent Moninvficon_pop_menu(): drop "gint active" parameter, use...
2008-05-13 Laurent Moninvflist_pop_menu(): drop FileData * parameter, use store...
2008-05-13 Laurent MoninFix last patch, only set vf->clicked_mark for a valid...
2008-05-13 Laurent MoninGet rid of vflist_pop_menu() col_idx parameter, use...
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 MoninComparing tag id is not sufficient, check the tag name...
2008-05-13 Laurent MoninKeywords and comment can now be displayed in OSD info...
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-13 Laurent MoninEnsure that we end with UTF8 encoded comment and keywords.
next