Trim trailing white spaces.
[geeqie.git] / src / ui_fileops.c
2012-08-30 Laurent MoninTrim trailing white spaces.
2012-08-30 Laurent MoninDrop dead code.
2012-08-13 Vladimir Nadvornikuse accessor functions
2012-07-31 Vladimir Nadvornikupdated version and copyright notice
2012-05-14 Klaus EthgenMerge remote-tracking branch 'origin/toer'
2011-09-27 Vladislav NaumovFix bug 2999830: do not report failed chown() on copy.
2010-02-16 Vladimir Nadvornikadded 2010 to copyright text
2010-01-10 Laurent Monincopy_file(): remove incomplete file on error (bug 2890715)
2009-08-22 Vladimir Nadvornikfixed sidecar grouping
2009-06-11 Laurent MoninFix up compilation using make -jN: sometimes it fails...
2009-04-20 Vladimir Nadvornikwrite info and debugging messages to stderr
2009-03-15 Laurent Moningint -> gboolean.
2009-03-15 Laurent Moningint -> gboolean.
2009-03-06 Laurent MoninAdd debug versions of path_to_utf8() and path_from_utf8...
2009-03-01 Laurent MoninIntroduce is_readable_file() which test if file exists...
2009-03-01 Laurent MoninSlightly modify access_file() and use it to test profil...
2009-02-21 Laurent MoninGlibification again.
2009-02-04 Laurent MoninAdd year 2009 to copyright info everywhere.
2009-01-24 Laurent MoninSilent two compilation warnings.
2009-01-10 Vladimir Nadvorniksimplified metadata interface, dropped metadata_read,
2009-01-02 Vladimir Nadvorniksidecar files grouping was made case-insensitive
2008-12-08 Laurent MoninCosmetic fix.
2008-11-23 Laurent MoninDrop useless wmclass stuff. Gtk will take care of it...
2008-11-20 Laurent MoninFix compilation warnings.
2008-11-15 Laurent MoninImplement preliminary support for XDG Base Directory...
2008-11-15 Laurent MoninReplace cache_ensure_dir_exists() by new recursive_mkdi...
2008-11-15 Laurent MoninUse functions to return directories instead of constants.
2008-10-07 Vladimir NadvornikAdding a vim modeline to all files - patch by Klaus...
2008-08-26 Laurent MoninFor the sake of consistency, use glib basic types every...
2008-08-26 Petr OstadalFixed segfault when is run inside directory with non...
2008-08-24 Laurent MoninDrop redundant variable affectation.
2008-08-24 Laurent MoninFix untranslated messages. French translation and POTFI...
2008-08-23 Laurent MoninRemove unneeded type casting.
2008-07-23 Laurent MoninSimplify parse_out_relatives().
2008-05-26 Vladimir Nadvornikuse fputs instead of printf - patch by Uwe Ohse
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-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-08 Laurent MoninUse g_ascii_strncasecmp() instead of strncasecmp()...
2008-05-04 Vladimir Nadvornikdropped path_list functions, use filelist functions...
2008-05-02 Laurent MoninRemove unused checksum_simple() function.
2008-05-02 Laurent MoninSimplify remove_extension_from_path().
2008-05-02 Laurent Moninremove_level_from_path() was simplified.
2008-04-24 Laurent MoninConvert the minority of while() to while ().
2008-04-21 Vladimir Nadvornikupdated copyright in source files
2008-04-20 Laurent MoninEffectively drop empty newlines at end of files (missin...
2008-04-20 Laurent MoninBig whitespaces cleanup:
2008-04-19 Laurent MoninUse sizeof() for buffer size where appropriate.
2008-04-11 Laurent MoninMove file_sort_case_sensitive to ConfOptions.
2008-04-08 Laurent Moningqview.h -> main.h
2008-04-03 Laurent MoninMake the wmclass value unique among the code by defining
2007-09-11 Vladimir Nadvornikreplaced gchar* path with FileData *fd
2006-11-18 John EllisFri Nov 17 19:06:19 2006 John Ellis <johne@verizon...
2006-10-13 John EllisFri Oct 13 10:27:22 2006 John Ellis <johne@verizon...
2005-04-16 John EllisSat Apr 16 12:29:42 2005 John Ellis <johne@verizon...
2005-02-26 John EllisSync to GQview 1.5.9 release.