Mercurial > geeqie.yaz
log src/pan-view.c @ 1543:c8ac214a2fca
age | author | description |
---|---|---|
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 |
Sat, 14 Mar 2009 20:07:23 +0000 | zas_ | More gboolean. |
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. |
Sun, 01 Mar 2009 13:37:30 +0000 | nadvornik | dropped ExifUIList |
Sat, 28 Feb 2009 20:48:47 +0000 | zas_ | No space between function name and first parenthesis, it eases greping (see CODING). |