log src/fullscreen.c @ 1753:c4d37e0fc841 default tip

age author description
Thu, 04 Jun 2009 19:51:20 +0000 zas_ Add an option to Image preferences to restrict custom border to fullscreen mode only. Bug 2798062.
Mon, 06 Apr 2009 22:13:54 +0000 zas_ Fix up event source ids type: gint -> guint.
Sun, 15 Mar 2009 07:07:52 +0000 zas_ gint -> gboolean.
Sat, 14 Mar 2009 11:26:43 +0000 zas_ More gboolean and tidy up.
Wed, 04 Feb 2009 17:15:30 +0000 zas_ Add year 2009 to copyright info everywhere.
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
Fri, 29 Aug 2008 12:35:13 +0000 nadvornik do not access image_loader directly
Mon, 25 Aug 2008 22:20:45 +0000 zas_ Whitespaces cleanup.
Thu, 17 Jul 2008 21:51:21 +0000 nadvornik reload changed images
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, 24 Apr 2008 12:23:02 +0000 zas_ Remove whitespace between function name and first parenthesis for the sake of consistency.
Thu, 24 Apr 2008 08:53:39 +0000 zas_ Move debug macros from main.h to new debug.h.
Thu, 24 Apr 2008 00:15:03 +0000 zas_ Handle the newline in DEBUG_N() macro instead of adding one