log src/search.c @ 1810:c416d099a3dc

age author description
Mon, 10 May 2010 11:32:56 +0000 mow GTK marks several functions as deprecated
Tue, 16 Feb 2010 21:18:03 +0000 nadvornik added 2010 to copyright text
Tue, 13 Oct 2009 21:49:21 +0000 mow Add compatibility for GTK 2.18
Tue, 21 Jul 2009 14:17:01 +0000 nadvornik fixed destroying of menu data
Sat, 20 Jun 2009 18:42:23 +0000 nadvornik fixed leak in file_util_* functions
Fri, 19 Jun 2009 22:34:52 +0000 nadvornik run external commands from current directory even with no files
Mon, 06 Apr 2009 22:13:54 +0000 zas_ Fix up event source ids type: gint -> guint.
Sat, 04 Apr 2009 22:09:50 +0000 nadvornik dropped show_copy_path option
Tue, 31 Mar 2009 20:05:16 +0000 nadvornik improved debug messages
Sun, 15 Mar 2009 17:40:04 +0000 nadvornik fixed viewing image from dupe and search windows
Sun, 15 Mar 2009 15:01:07 +0000 zas_ gint -> gboolean.
Sun, 15 Mar 2009 07:07:52 +0000 zas_ gint -> gboolean.
Sat, 14 Mar 2009 17:21:35 +0000 nadvornik improved notification system
Sun, 08 Mar 2009 13:23:25 +0000 zas_ In various Edit context menus, only display editors that match the file types in the selection.
Sun, 01 Mar 2009 23:14:19 +0000 zas_ When g_new0() is used, drop redundant initializations to NULL, FALSE or 0, second pass.
Sat, 28 Feb 2009 20:52:51 +0000 zas_ Add missing space between switch and first parenthesis.
Sat, 28 Feb 2009 20:48:47 +0000 zas_ No space between function name and first parenthesis, it eases greping (see CODING).
Sat, 21 Feb 2009 20:43:35 +0000 zas_ Glibification again.
Sat, 14 Feb 2009 20:26:30 +0000 nadvornik droped Preferences dialog, sidebar should replace it completely
Sat, 07 Feb 2009 19:01:21 +0000 nadvornik use metadata_read_* functions where possible
Wed, 04 Feb 2009 17:15:30 +0000 zas_ Add year 2009 to copyright info everywhere.
Sun, 01 Feb 2009 12:48:14 +0000 nadvornik read external editors from .desktop files
Sat, 10 Jan 2009 20:40:37 +0000 nadvornik simplified metadata interface, dropped metadata_read,
Sun, 21 Dec 2008 21:20:36 +0000 nadvornik most of the metadata options now works
Sun, 30 Nov 2008 21:43:01 +0000 zas_ Rename most comment_*() functions to more appropriate metadata_*().
Tue, 25 Nov 2008 17:32:51 +0000 zas_ Move comments/keywords read and write stuff to new metadata.{c,h}.
Sat, 15 Nov 2008 20:01:25 +0000 zas_ Replace cache_ensure_dir_exists() by new recursive_mkdir_if_not_exists().
Sat, 15 Nov 2008 17:30:45 +0000 zas_ Use functions to return directories instead of constants.
Mon, 20 Oct 2008 21:00:18 +0000 nadvornik Fix a cut and paste error when implementing the comment search (Klaus
Tue, 07 Oct 2008 18:37:32 +0000 nadvornik Implement the search for image comment - patch by Klaus Ethgen