log src/window.c @ 1775:df106a76897c

age author description
Fri, 04 Dec 2009 19:45:09 +0000 zas_ Add Opera to the list of browsers. Patch by Christian Heckendorf (feature request ID: 2908469).
Mon, 16 Mar 2009 20:39:09 +0000 zas_ gint -> gboolean where applicable. The end (ouf!).
Wed, 04 Feb 2009 17:15:30 +0000 zas_ Add year 2009 to copyright info everywhere.
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.
Sun, 23 Nov 2008 16:16:09 +0000 zas_ Rename wmsubclass and name to role, which corresponds better to the purpose of the parameter as it ends to be passed to gtk_window_set_role().
Sun, 23 Nov 2008 16:10:29 +0000 zas_ Drop useless wmclass stuff. Gtk will take care of it and as said in the documentation using gtk_window_set_wmclass() is sort of pointless.
Sat, 15 Nov 2008 10:35:43 +0000 zas_ Add a wrapper around system() call named runcmd() which allows easier debugging. Improve the code launching the help browser.
Tue, 07 Oct 2008 18:20:22 +0000 nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
Sat, 30 Aug 2008 10:39:35 +0000 zas_ Allow to override documentation paths through options:
Tue, 26 Aug 2008 22:22:51 +0000 zas_ For the sake of consistency, use glib basic types everywhere.
Mon, 25 Aug 2008 22:20:45 +0000 zas_ Whitespaces cleanup.
Sun, 13 Jul 2008 14:50:07 +0000 zas_ Improve ways to specify html browser (used for help, see bug 2015099).
Sun, 13 Jul 2008 13:51:23 +0000 zas_ Apply debian-specific patch to launch help browser (bug 2015099).
Wed, 21 May 2008 11:46:19 +0000 zas_ Replace hardcoded "/" by G_DIR_SEPARATOR_S where applicable.
Fri, 16 May 2008 12:16:49 +0000 zas_ Do not use printf() directly but use new wrapper function log_printf() instead.
Fri, 16 May 2008 10:02:56 +0000 zas_ Include debug.h from main.h since debug macros may be used anywhere in the code.
Tue, 13 May 2008 08:02:46 +0000 zas_ Move some functions from main.[ch] to new window.[ch].
Thu, 13 Apr 2000 12:55:19 +0000 gqview 0.8.0
Mon, 03 Apr 2000 18:24:05 +0000 gqview Initial revision