Mercurial > geeqie
log
age | author | description |
---|---|---|
Thu, 29 Jan 2009 19:00:24 +0000 | zas_ | Invert Horizontally vs vertically zoom fit, it was a TRUE/FALSE mismatch, reported by Christopher Beland. |
Thu, 29 Jan 2009 18:52:52 +0000 | zas_ | Remove harmful documentation.helpdir and documentation.htmldir options. These paths can still be modified through --with-readmedir and --htmldir configure options. Reported by Christopher Beland. |
Thu, 29 Jan 2009 18:05:41 +0000 | nadvornik | added SIGBUS handler |
Mon, 26 Jan 2009 21:08:05 +0000 | nadvornik | fixed compilation with lirc |
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. |
Mon, 26 Jan 2009 14:50:56 +0000 | zas_ | Remove --enable-compile-warnings from autogen.sh, it was passed to configure which knows nothing about this option. |
Mon, 26 Jan 2009 14:49:09 +0000 | zas_ | Move -Wall before -Wno-* options for them to have any effect. |