For the sake of consistency, use glib basic types everywhere.
[geeqie.git] / src / ui_fileops.c
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.