log libinterp/corefcn/gl2ps-print.cc @ 31605:e88a07dec498 stable

age author description
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
Wed, 22 Jun 2022 12:48:59 -0400 John W. Eaton eliminate WHO arguments from interpreter-private functions
Sun, 03 Apr 2022 11:30:26 -0400 John W. Eaton maint: Merge stable to default.
Sun, 03 Apr 2022 11:29:17 -0400 John W. Eaton avoid possible buffer overflow in string constructor stable
Sun, 03 Apr 2022 12:38:19 +0200 Markus Mützel Unify detection of temporary directory (bug #62215).
Tue, 28 Dec 2021 18:59:33 -0500 John W. Eaton maint: Merge stable to default.
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Sun, 28 Nov 2021 22:03:07 -0800 Rik maint: merge stable to default.
Sun, 28 Nov 2021 21:52:08 -0800 Rik maint: style check C++ files in libinterp/ ahead of 7.1 release. stable
Wed, 24 Nov 2021 09:38:51 -0800 Rik maint: Shorten some long lines in libinterp to <= 80 characters (bug #57599)
Sun, 31 Oct 2021 12:13:23 +0100 Markus Mützel gl2ps-print.cc: Avoid integer overflow in multiplication.
Tue, 03 Aug 2021 13:11:49 -0700 Rik Put title of plot into "Title" property of generated PDFs (bug #60992)
Thu, 15 Jul 2021 16:11:12 -0400 John W. Eaton use m_ prefix for data members in gl-render classes
Tue, 25 May 2021 17:01:18 -0400 John W. Eaton maint: remove extra '}' added in previous merge
Tue, 25 May 2021 12:07:02 -0700 Rik maint: merge stable to default.
Fri, 21 May 2021 09:08:48 +0200 Pantxo Diribarne print: Fix error when "px" word is present in a figure (bug #60641) stable
Fri, 21 May 2021 09:08:48 +0200 Pantxo Diribarne print: Fix error when "px" word is present in a figure (bug #60641)
Sun, 16 May 2021 17:25:10 +0200 Pantxo Diribarne print.m: Suggest '-svgconvert' option for multi-byte characters
Wed, 12 May 2021 19:28:54 +0200 Markus Mützel maint: merge stable to default.
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471) stable
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471)
Mon, 22 Mar 2021 21:32:54 +0100 Pantxo Diribarne Initial implementation of a LaTeX interpreter (bug #59546).
Wed, 10 Feb 2021 10:10:40 -0500 John W. Eaton maint: merge stable to default.
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Mon, 05 Oct 2020 15:19:15 -0400 John W. Eaton eliminate unnecessary uses of octave:: namespace qualifier
Thu, 17 Sep 2020 10:24:55 -0700 Rik maint: Use C++ raw string literals to simplify backlsashing.
Wed, 20 May 2020 13:17:00 -0700 Rik Use relative filename in .tex file when printing using -dXXXlatex devices (bug #58374).
Tue, 12 May 2020 10:42:09 +0200 Pantxo Diribarne Allow printing transparent scatter objects (bug #58282)
Thu, 12 Mar 2020 20:45:47 +0100 Pantxo Diribarne Fix inconsistent marker size between screen and printout (bug #57552) stable
Wed, 22 Jan 2020 19:50:50 -0800 Rik Fix size of markers in printouts to match screen (bug #57552).
Fri, 17 Jan 2020 13:27:27 -0600 John W. Eaton merge stable to default.
Fri, 17 Jan 2020 13:15:27 -0600 John W. Eaton fix many spelling errors (bug #57613) stable
Fri, 10 Jan 2020 12:10:13 -0800 Rik maint: Use two spaces between sentences in code comments.
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Tue, 05 Nov 2019 12:09:52 -0800 Mike Miller handle quoted file names in gl2ps auxiliary command strings (bug #57174)
Fri, 09 Aug 2019 10:36:08 -0400 John W. Eaton eliminate static wrapper functions in gh_manager class
Sun, 21 Jul 2019 10:21:01 -0400 John W. Eaton style fixes: generally aim to break long lines before operators, not after
Thu, 06 Jun 2019 14:16:40 -0700 Rik maint: merge stable to default.
Thu, 06 Jun 2019 20:42:41 +0200 Pantxo Diribarne Escape backslash characters in EPS output (bug #56448) stable
Wed, 05 Jun 2019 13:04:24 +0000 John W. Eaton maint: Merge stable to default.
Tue, 04 Jun 2019 00:26:12 +0200 Pantxo Diribarne Use replacement characters to display non UTF-8 strings in figures (bug #55974) stable
Wed, 22 May 2019 13:57:30 +0000 John W. Eaton where possible, eliminate octave:: namespace qualifier inside octave namespace
Fri, 08 Feb 2019 18:07:33 +0100 Pantxo Diribarne Use OpenGl textures to render image objects (bug #55632).
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Thu, 20 Sep 2018 21:15:40 +0200 Pantxo Diribarne Fix graphics object selection on high resolution screens (bug #49053)
Thu, 06 Sep 2018 16:29:56 -0400 John W. Eaton use wrapper class to call OpenGL functions
Wed, 05 Sep 2018 22:33:34 +0200 Pantxo Diribarne Remove multibyte characters in EPS printout (bug #52764)
Fri, 20 Jul 2018 09:01:15 -0400 John W. Eaton move libinterp/corefcn/sysdep functions inside octave namespace
Fri, 29 Jun 2018 15:35:11 +0200 Markus Mützel Add wrapper to fopen for files with non-ASCII chars in path on Windows (bug #49118).
Wed, 02 May 2018 00:30:00 -0400 John W. Eaton eliminate redundant octave:: namespace tags
Tue, 03 Apr 2018 13:52:07 -0700 Rik maint: style check C++ ahead of 4.4 release. stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Wed, 28 Feb 2018 22:11:38 +0100 Pantxo Diribarne Workaround gl2ps using pixel units for SVG output (bug #53197).
Sat, 10 Feb 2018 07:58:25 -0500 John W. Eaton avoid splitting namespace blocks unnecessarily
Mon, 05 Feb 2018 16:29:49 +0100 Pantxo Diribarne Make some markers linejoin/linecap round for better looking printout (bug #53023)
Sun, 04 Feb 2018 23:58:29 +0100 Pantxo Diribarne Workaround the presence two background axes in printout (bug #52975).
Tue, 23 Jan 2018 19:22:44 -0600 Daniel J Sebald Supply the OpenGL viewport setting for gl2ps_print context (bug #52940).
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Wed, 03 Jan 2018 07:52:11 -0500 John W. Eaton refactor signal handling (bug #52757)
Tue, 21 Nov 2017 18:44:00 -0800 Rik maint: merge of stable to default.
Mon, 24 Jul 2017 16:48:03 +0200 Pantxo Diribarne Fix printing integer type images (bug #51558) stable
Wed, 08 Nov 2017 10:32:23 -0500 John W. Eaton maint: Strip trailing whitespace from source files.
Mon, 23 Oct 2017 12:10:31 +0200 Pantxo Diribarne Add support for transparent polygons in svg output (bug #39535)
Sun, 15 Oct 2017 21:06:47 +0200 Pantxo Diribarne Add support for text background area for OpenGL toolkits (bug #39692).
Fri, 22 Sep 2017 15:45:46 +0200 Pantxo Diribarne Save/Restore state of postscript program when dumping text (bug #48567)
Tue, 11 Oct 2016 15:20:35 +0200 Pantxo Diribarne improve text rendering in svg printout (bug #48567)
Thu, 10 Aug 2017 11:54:40 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Thu, 20 Jul 2017 22:59:27 +0200 Pantxo Diribarne Fix regression introduced by cset 06805aabbdd1 (bug #50750).
Wed, 09 Aug 2017 19:54:18 -0700 Rik Fix printing of plots with axes that are not visible (bug #51713).
Wed, 09 Aug 2017 09:39:19 -0700 Rik Fix printing of polar axes accidentally lost in cset 784347c1b7e7 (bug #51697).
Wed, 02 Aug 2017 12:04:45 -0700 Rik Miscellaneous cleanups of C++11 std::string code.
Tue, 01 Aug 2017 09:49:59 -0700 Rik Avoid unnecessary warning when printing hidden axes (bug #51374).
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