log src/window.c @ 2916:ae6cdcd69d9f default tip

age author description
Wed, 16 May 2018 19:22:12 +0100 Colin Clark Fix #597: Help file search
Sat, 03 Feb 2018 11:29:16 +0000 Colin Clark Use web help files if local files do not exist
Tue, 08 Aug 2017 19:30:01 +0100 Colin Clark Update secondary user documentation
Sun, 06 Aug 2017 19:25:07 +0100 Colin Clark Prelim: display README in html format
Sun, 25 Jun 2017 22:21:09 +0100 Klaus Ethgen Convert README to markdown
Tue, 20 Dec 2016 21:36:52 +0000 Colin Clark Fix #434: Part 2.0
Tue, 24 May 2016 14:47:56 +0100 Klaus Ethgen Update copyright in all files
Thu, 30 Aug 2012 18:32:32 +0200 Laurent Monin Trim trailing white spaces on empty lines.
Thu, 30 Aug 2012 18:31:41 +0200 Laurent Monin Trim trailing white spaces.
Wed, 01 Aug 2012 00:17:18 +0200 Vladimir Nadvornik use accessor functions
Tue, 31 Jul 2012 17:41:47 +0200 Vladimir Nadvornik updated version and copyright notice
Tue, 16 Feb 2010 21:18:03 +0000 Vladimir Nadvornik added 2010 to copyright text
Fri, 04 Dec 2009 19:45:09 +0000 Laurent Monin Add Opera to the list of browsers. Patch by Christian Heckendorf (feature request ID: 2908469).
Mon, 16 Mar 2009 20:39:09 +0000 Laurent Monin gint -> gboolean where applicable. The end (ouf!).
Wed, 04 Feb 2009 17:15:30 +0000 Laurent Monin Add year 2009 to copyright info everywhere.
Thu, 29 Jan 2009 18:52:52 +0000 Laurent Monin 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 Laurent Monin 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 Laurent Monin 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 Laurent Monin 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 Vladimir Nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
Sat, 30 Aug 2008 10:39:35 +0000 Laurent Monin Allow to override documentation paths through options:
Tue, 26 Aug 2008 22:22:51 +0000 Laurent Monin For the sake of consistency, use glib basic types everywhere.
Mon, 25 Aug 2008 22:20:45 +0000 Laurent Monin Whitespaces cleanup.
Sun, 13 Jul 2008 14:50:07 +0000 Laurent Monin Improve ways to specify html browser (used for help, see bug 2015099).
Sun, 13 Jul 2008 13:51:23 +0000 Laurent Monin Apply debian-specific patch to launch help browser (bug 2015099).
Wed, 21 May 2008 11:46:19 +0000 Laurent Monin Replace hardcoded "/" by G_DIR_SEPARATOR_S where applicable.
Fri, 16 May 2008 12:16:49 +0000 Laurent Monin Do not use printf() directly but use new wrapper function log_printf() instead.
Fri, 16 May 2008 10:02:56 +0000 Laurent Monin Include debug.h from main.h since debug macros may be used anywhere in the code.
Tue, 13 May 2008 08:02:46 +0000 Laurent Monin Move some functions from main.[ch] to new window.[ch].
Thu, 13 Apr 2000 12:55:19 +0000 John Ellis 0.8.0
Mon, 03 Apr 2000 18:24:05 +0000 John Ellis Initial revision