Trim trailing white spaces.
[geeqie.git] / src / dupe.c
2012-08-30 Laurent MoninTrim trailing white spaces.
2012-08-30 Laurent MoninDrop unused variables.
2012-08-30 Laurent MoninDrop dead code.
2012-08-18 Vladimir Nadvornikdropped support for gtk < 2.20
2012-08-13 Vladimir Nadvornikfixed dnd
2012-08-13 Vladimir Nadvornikchanged GDK_<key> to GDK_KEY_<key>
2012-08-13 Vladimir Nadvornikuse accessor functions
2012-07-31 Vladimir Nadvornikupdated version and copyright notice
2012-05-17 Klaus EthgenMerge commit 'refs/merge-requests/1' of git://gitorious...
2011-12-26 cybjitIgnore duplicates with same path
2010-05-10 Klaus EthgenGTK marks several functions as deprecated
2010-02-16 Vladimir Nadvornikadded 2010 to copyright text
2009-10-13 Klaus EthgenAdd compatibility for GTK 2.18
2009-07-21 Vladimir Nadvornikfixed destroying of menu data
2009-06-20 Vladimir Nadvornikfixed leak in file_util_* functions
2009-06-19 Vladimir Nadvornikrun external commands from current directory even with...
2009-04-06 Laurent MoninFix up event source ids type: gint -> guint.
2009-04-04 Vladimir Nadvornikdropped show_copy_path option
2009-03-31 Vladimir Nadvornikimproved debug messages
2009-03-15 Vladimir Nadvornikfixed viewing image from dupe and search windows
2009-03-15 Laurent Moningint -> gboolean.
2009-03-14 Vladimir Nadvornikimproved notification system
2009-03-12 Laurent MoninUse gboolean where applicable, for the sake of consistency.
2009-03-08 Laurent MoninIn various Edit context menus, only display editors...
2009-03-01 Laurent MoninWhen g_new0() is used, drop redundant initializations...
2009-02-28 Laurent MoninAdd missing space between switch and first parenthesis.
2009-02-28 Laurent MoninNo space between function name and first parenthesis...
2009-02-14 Vladimir Nadvornikdroped Preferences dialog, sidebar should replace it...
2009-02-04 Laurent MoninAdd year 2009 to copyright info everywhere.
2009-02-01 Vladimir Nadvornikread external editors from .desktop files
2008-12-21 Vladimir Nadvornikmost of the metadata options now works
2008-11-23 Laurent MoninDrop useless wmclass stuff. Gtk will take care of it...
2008-11-15 Laurent MoninReplace cache_ensure_dir_exists() by new recursive_mkdi...
2008-10-07 Vladimir NadvornikAdding a vim modeline to all files - patch by Klaus...
2008-09-29 Vladimir Nadvornikenlarge the dupe window - patch by Klaus Ethgen
2008-09-07 Petr OstadalReplaced gtk depreceated code.
2008-09-01 Laurent MoninUse a constant for minimal window size. Set it to 32...
2008-08-31 Laurent MoninMove miscellaneous functions to their own files (new...
2008-08-29 Vladimir Nadvornikconverted image loader to a GObject and use signals...
2008-07-20 Laurent MoninMove uri_*() functions to separate files: uri_utils...
2008-06-27 Vladimir Nadvornikadded pixbuf_fallback function
2008-06-15 Vladimir Nadvornikuse FileData in thumb_loader
2008-06-08 Vladimir Nadvornikbetter check for notify type
2008-06-07 Vladimir Nadvornikused new notification in dupe.c
2008-06-05 Laurent MoninCompare paths using utf8_collate_key() since paths...
2008-06-05 Laurent MoninUse uft8_collate_key() to sort utf8 strings.
2008-06-03 Vladimir Nadvornikreplaced directory path with FileData* dir_fd
2008-06-03 Laurent MoninDrop initialization to NULL since filelist_read() will...
2008-05-24 Vladimir Nadvornikrewritten utilops.h:
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-13 Laurent MoninMove some functions from main.[ch] to new window.[ch].
2008-05-05 Vladimir Nadvorniksplit filelist.c to filefilter.c and filedata.c
2008-04-24 Laurent MoninConvert the minority of while() to while ().
2008-04-24 Laurent MoninRemove whitespace between function name and first paren...
2008-04-24 Laurent MoninRemove whitespace between function name and first paren...
2008-04-24 Laurent MoninMove debug macros from main.h to new debug.h.
2008-04-24 Laurent MoninHandle the newline in DEBUG_N() macro instead of adding one
2008-04-23 Laurent MoninAllow the copy of file paths to clipboard.
2008-04-23 Laurent MoninIntroduce macros to display debug messages.
2008-04-22 Laurent MoninEnsure Properties dialog is displayed above fullscreen...
2008-04-21 Vladimir Nadvornikupdated copyright in source files
2008-04-20 Laurent MoninUse explicit names for mouse buttons instead of numbers.
2008-04-20 Laurent MoninEffectively drop empty newlines at end of files (missin...
2008-04-20 Laurent MoninBig whitespaces cleanup:
2008-04-12 Laurent MoninRename dupe_custom_threshold option to duplicates_simil...
2008-04-12 Laurent MoninRename thumbnails related options.
2008-04-11 Laurent MoninAdd a new struct ConfOptions to handle options.
2008-04-11 Laurent MoninDefine drag and drop target string in dnd.h.
2008-04-09 Laurent MoninSimplify and unify gtk_window creation with the help of
2008-04-09 Laurent MoninReplace occurences of Geeqie / geeqie by constants...
2008-04-08 Laurent Moningqview.h -> main.h
2008-04-07 Laurent MoninAdd the possibility to match duplicates on the name...
2008-04-05 Laurent MoninComment out unused code.
2008-04-03 Laurent MoninMake the wmclass value unique among the code by defining
2008-03-23 Vladimir Nadvornikrename GQview -> Geeqie over the code
2007-09-11 Vladimir Nadvornikreplaced gchar* path with FileData *fd
2006-10-20 John EllisFri Oct 20 09:20:10 2006 John Ellis <johne@verizon...
2005-08-15 John EllisMon Aug 15 17:13:57 2005 John Ellis <johne@verizon...
2005-02-26 John EllisSync to GQview 1.5.9 release.