Mercurial > geeqie
log src/view_file_list.c @ 1365:249bf204004a
age | author | description |
---|---|---|
Sun, 01 Mar 2009 21:06:55 +0000 | zas_ | When g_new0() is used, drop redundant initializations to NULL, FALSE or 0. |
Sat, 28 Feb 2009 20:48:47 +0000 | zas_ | No space between function name and first parenthesis, it eases greping (see CODING). |
Sat, 14 Feb 2009 20:26:30 +0000 | nadvornik | droped Preferences dialog, sidebar should replace it completely |
Sat, 14 Feb 2009 19:50:54 +0000 | nadvornik | replaced bar_info with an universal bar, restored the original |
Wed, 04 Feb 2009 17:15:30 +0000 | zas_ | Add year 2009 to copyright info everywhere. |
Mon, 26 Jan 2009 14:59:49 +0000 | zas_ | Silent two minor warnings: GtkSelectionData data field is guchar* while g_strndup() wants gchar * as first parameter. |
Sat, 24 Jan 2009 13:46:08 +0000 | nadvornik | adjusted marks spacing to align them with the marks filter |