log libinterp/corefcn/gl2ps-print.cc @ 23807:336f89b6208b

age author description
Fri, 28 Jul 2017 15:40:00 -0700 Rik Use character literals 'c' rather than string literals "c" when possible.
Fri, 28 Jul 2017 10:34:33 -0700 Rik Use C++11 raw string literals to avoid escaping double quotes.
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Mon, 24 Jul 2017 16:48:03 +0200 Pantxo Diribarne Fix printing integer type images (bug #51558)
Thu, 06 Jul 2017 16:25:38 -0400 John W. Eaton ensure that temporary file used by gl2ps is closed (bug #50696)
Mon, 26 Jun 2017 09:05:37 -0400 John W. Eaton remove octave:: namespace tag from symbols used inside octave namespace
Sun, 11 Jun 2017 22:14:09 -0700 Rik maint: Deprecate is_empty and replace with isempty.
Sun, 28 May 2017 14:21:07 +0200 Pantxo Diribarne Draw 2D axes primitives in the children stack order (bug #50750)
Fri, 28 Apr 2017 13:19:12 -0700 Rik maint: Use C++11 nullptr rather than 0 or NULL when possible.
Thu, 27 Apr 2017 15:18:20 -0700 Rik maint: Use convention 'int *x' for naming pointers.
Sun, 19 Mar 2017 08:26:39 -0700 Rik Possibly improve performance of OpenGL printing.
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Fri, 16 Dec 2016 10:20:35 -0500 John W. Eaton maint: Strip trailing whitespace from source files.
Tue, 06 Dec 2016 10:59:29 -0500 John W. Eaton use c++11 "= default" syntax for declaration of trivial destructors
Mon, 05 Dec 2016 13:04:12 -0800 Rik maint: Use C++ range feature to simplify some for loops in libinterp/corefcn.
Fri, 18 Nov 2016 16:55:20 +0100 Pantxo Diribarne Make axes corners join in printout (bug #39643)
Thu, 27 Oct 2016 09:24:58 +0200 Pantxo Diribarne Implement "linejoin" property (bug #48387)
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Sun, 13 Nov 2016 06:07:14 -0800 Rik Size gl2ps print buffer just once when printing tex formats (bug #49492).
Thu, 10 Nov 2016 20:03:02 -0800 Rik Fix building gl2ps when --without-opengl is used (bug #47886).
Mon, 31 Oct 2016 12:22:43 -0700 Rik Provide extra info message when gl2ps buffer overflows (bug #49482).
Fri, 14 Oct 2016 14:46:25 -0700 Rik Add '__' to start/end of hidden Octave-only graphics properties (bug #49205).
Tue, 30 Aug 2016 21:46:47 -0700 Rik maint: Style check C++ code in libinterp/.
Fri, 26 Aug 2016 14:22:14 -0700 Rik Make linestyles compatible at larger linewidths (bug #48884).
Thu, 25 Aug 2016 10:02:22 +0200 Pantxo Diribarne Clip double RGB data before passing to gl2psDrawPixels (bug #48873).
Thu, 18 Aug 2016 13:16:31 +0200 Kai T. Ohlhus Fix crash when choosing an inappropriate terminal in drawnow (bug #48782)
Wed, 17 Aug 2016 11:43:27 -0400 John W. Eaton maint: Indent namespaces in more files.
Wed, 17 Aug 2016 02:57:50 -0400 John W. Eaton move more new classes inside octave namespace
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Wed, 06 Jul 2016 18:31:40 -0400 John W. Eaton move signal functions into octave namespace
Fri, 01 Jul 2016 19:48:35 -0700 Rik maint: Eliminate unnecessary double newline blocks (only whitespace changes).
Wed, 29 Jun 2016 11:51:42 -0400 John W. Eaton provide wrapper for tmpfile (bug #48337)
Fri, 17 Jun 2016 13:45:04 -0400 John W. Eaton limit gnulib headers to liboctave/wrappers directory
Tue, 14 Jun 2016 18:10:04 -0400 John W. Eaton provide wrappers for some unistd.h functions
Fri, 10 Jun 2016 15:29:18 -0400 John W. Eaton don't include unistd.h unless it is needed
Thu, 19 May 2016 12:56:47 -0400 John W. Eaton use namespace for unwind_protect class
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Fri, 25 Mar 2016 16:37:52 -0700 Rik gl2ps-print.cc: Fix compiling whet --without-opengl used.
Tue, 22 Mar 2016 15:17:18 -0700 Rik Raise an error if writes to pipe fail (bug #47381).
Wed, 02 Mar 2016 10:09:22 -0800 Rik Correctly print figure background when multiple axes present (bug #47315).
Thu, 25 Feb 2016 16:15:04 -0500 John W. Eaton remove HAVE_OPENGL from public header file
Wed, 24 Feb 2016 10:48:44 -0800 Rik Print figure background from OpenGL toolkits (bug #47240).
Wed, 24 Feb 2016 11:08:45 -0500 John W. Eaton avoid warnings about overloading virtual functions from a base class
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Tue, 09 Feb 2016 03:04:09 -0500 John W. Eaton make gl2ps printing work again (bug #47080)
Sat, 06 Feb 2016 08:15:53 -0500 John W. Eaton revamp text rendering classes
Fri, 05 Feb 2016 14:50:00 -0500 John W. Eaton allow build to succeed with missing dependencies
Fri, 05 Feb 2016 16:29:08 -0800 Rik maint: Indent #ifdef blocks in libinterp.
Thu, 04 Feb 2016 18:07:46 -0500 John W. Eaton make gl2ps_renderer implementation private base libinterp/corefcn/gl2ps-renderer.cc@dcf2e83d48db