geeqie.git
2008-06-03 Laurent Moninfilelist_read_real(): optimize and clean up.
2008-06-03 Laurent MoninReduce indentation level.
2008-06-03 Laurent MoninReduce indentation level.
2008-06-03 Laurent Monincollection_table_find_data_by_coord(): tidy up.
2008-06-03 Laurent Moninvflist_maint(): only allocate memory and compare string...
2008-06-03 Laurent Moninlayout_real_renamed(), layout_real_removed(), layout_re...
2008-05-31 Vladimir Nadvornikdo not change original FileData on copy
2008-05-31 Vladimir Nadvornikreplaced vflist_maint functions by vflist_refresh ...
2008-05-30 Vladimir Nadvornikvflist_populate_view: better handle selected files...
2008-05-30 Vladimir Nadvornikfixed thumb index (thumbnails are shown again)
2008-05-30 Vladimir Nadvorniksimplified vflist_populate_view
2008-05-30 Laurent MoninUse functions to set editors name and command and ensur...
2008-05-30 Laurent MoninMake utf8_validate_or_convert() to always allocate...
2008-05-30 Laurent MoninCheck for existing editor command using is_valid_editor...
2008-05-29 Laurent MoninPreserve properties window width and height during...
2008-05-29 Laurent MoninSave properties window width and height to rc file...
2008-05-28 Vladimir Nadvornikimproved infrastructure for tracing changes, optimized...
2008-05-27 Vladimir Nadvornikmeasure time of filelist update
2008-05-27 Vladimir Nadvornikanother fix in notification
2008-05-26 Vladimir NadvornikFix histogram grid - patch by Uwe Ohse
2008-05-26 Vladimir Nadvornikuse fputs instead of printf - patch by Uwe Ohse
2008-05-26 Vladimir Nadvornikfixed bug in notification code
2008-05-25 Laurent MoninTidy up: indentation fixes, typo fixes, ...
2008-05-25 Laurent MoninTypo fix.
2008-05-25 Laurent MoninTypo fix.
2008-05-25 Laurent Moninbar_sort_set_filter_cb(): filter_idx was set as uint...
2008-05-24 Vladimir Nadvornikrewritten utilops.h:
2008-05-24 Laurent MoninAllow to escape star characters in the template string...
2008-05-24 Vladimir Nadvornikimproved filedata interface
2008-05-23 Laurent MoninFix display of libpthread detection.
2008-05-23 Laurent MoninSilent few warnings that appeared when using --disable...
2008-05-23 Laurent MoninFrench translation was updated.
2008-05-23 Laurent MoninUse the same label for toolbar buttons tooltip than...
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...
next