log src/logwindow.c @ 2909:2e7fd08bfbe4

age author description
Thu, 14 Feb 2019 12:05:04 +0000 Colin Clark DEBUG_NAME() function for use with GTKInspector
Sun, 06 May 2018 09:40:30 +0100 Colin Clark Log window - do not show buttons when debug is disabled
Sun, 17 Sep 2017 13:45:42 +0100 Klaus Ethgen Remove some stuff that is throwing errors in gcc-7
Sat, 16 Sep 2017 20:30:53 +0100 Colin Clark Update log window output
Mon, 11 Sep 2017 18:19:46 +0100 Colin Clark Optional timer data in log window
Sun, 16 Jul 2017 16:32:31 +0100 Colin Clark Fix compatibility problems with log window
Thu, 22 Jun 2017 13:17:00 +0100 Colin Clark Additional debug features
Sun, 18 Jun 2017 11:03:09 +0100 Colin Clark Eliminate FIXME: Log window line limit
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 14:21:41 +0200 Laurent Monin Silent a warning when compiling with GTK+ >= 3.0.0.
Tue, 21 Aug 2012 12:47:06 +0200 Laurent Monin Fix 2 compilation warnings due to missing type casting.
Sun, 19 Aug 2012 00:28:42 +0200 Vladimir Nadvornik dropped support for gtk < 2.20
Thu, 02 Aug 2012 20:04:16 +0200 Vladimir Nadvornik changed GDK_<key> to GDK_KEY_<key>
Thu, 02 Aug 2012 00:15:16 +0200 Vladimir Nadvornik use cairo for drawing
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
Mon, 14 May 2012 22:59:25 +0200 Laurent Monin Add missing explicit type casting (clear a gtk warning).
Mon, 10 May 2010 11:32:56 +0000 Klaus Ethgen GTK marks several functions as deprecated
Tue, 16 Feb 2010 21:18:03 +0000 Vladimir Nadvornik added 2010 to copyright text
Sat, 16 May 2009 11:31:48 +0000 Laurent Monin Fix up too short array, reported by Michael Schwendt.
Wed, 04 Feb 2009 17:15:30 +0000 Laurent Monin Add year 2009 to copyright info everywhere.
Tue, 07 Oct 2008 18:20:22 +0000 Vladimir Nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
Sun, 31 Aug 2008 10:51:41 +0000 Laurent Monin Move miscellaneous functions to their own files (new misc.[ch]).
Fri, 30 May 2008 08:36:23 +0000 Laurent Monin Make utf8_validate_or_convert() to always allocate a new string.
Thu, 22 May 2008 13:00:45 +0000 Laurent Monin Fix signed vs unsigned warnings.
Wed, 21 May 2008 08:53:51 +0000 Laurent Monin Fix a segfault occuring when logging an empty message and there is no log window.
Sun, 18 May 2008 12:56:18 +0000 Laurent Monin Cleanup and code redundancy reduction.
Sun, 18 May 2008 11:39:58 +0000 Laurent Monin Memorize text to display in the log window when the window is
Sun, 18 May 2008 07:36:57 +0000 Laurent Monin Do not create log window more than once.
Sat, 17 May 2008 21:26:45 +0000 Laurent Monin Add a log window that shows normal and debug messages. For now, it was added to Help menu.