log scripts/plot/util/print.m @ 24423:1d52db450db4

age author description
Sun, 17 Dec 2017 07:04:31 -0800 Rik Change ishandle to return true for Java objects for Matlab compatibility.
Wed, 06 Dec 2017 14:09:08 -0800 Rik maint: Use single quotes to simplify excessive backslash escapes in code.
Wed, 08 Nov 2017 10:32:23 -0500 John W. Eaton maint: Strip trailing whitespace from source files.
Wed, 08 Nov 2017 16:34:23 +0100 Pantxo Diribarne print.m: fix device table formating in docstring
Thu, 12 Oct 2017 23:17:25 +0200 Pantxo Diribarne print.m: fake grid transparency with gray color (bug #49705)
Fri, 01 Sep 2017 11:41:29 -0700 Rik Only print warning messages about missing print tools when needed (bug #44152).
Thu, 11 May 2017 12:03:16 -0700 Rik maint: Periodic merge of stable to default.
Thu, 11 May 2017 12:02:44 -0700 Rik print.m: Update documentation to refer to OpenGL-based toolkits, not just FLTK. stable
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
Fri, 17 Feb 2017 17:26:34 +0100 Kai T. Ohlhus maint: merge of stable to default.
Thu, 16 Feb 2017 10:08:39 +0100 Pantxo Diribarne print.m: fix regression with -append option (bug #50318) stable
Thu, 02 Feb 2017 17:25:59 -0500 John W. Eaton maint: Merge stable to default.
Mon, 30 Jan 2017 21:51:06 -0500 John W. Eaton maint: strip trailing whitespace from source files. stable
Mon, 30 Jan 2017 21:51:36 -0500 John W. Eaton maint: Merge stable to default.
Mon, 30 Jan 2017 21:42:38 +0100 Avinoam Kalma Workaround segfault when an error occurs while printing (bug #49779) 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
Wed, 16 Nov 2016 21:53:06 -0800 Rik print.m: Fix incorrect optimization from cset 219c70d2ba28.
Mon, 14 Nov 2016 22:57:36 +0100 Pantxo Diribarne print.m: Don't change ui* objects units (bug #49600).
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Sat, 01 Oct 2016 18:45:39 -0700 Rik Fix printing when axes has color "none" (bug #49243). stable
Fri, 30 Sep 2016 20:46:25 -0500 Daniel J Sebald Make "pdflatex" an alias of "pdfcairolatex" for gnuplot toolkit print (bug #49223). stable
Tue, 20 Sep 2016 00:04:03 +0200 Pantxo Diribarne Disable anti-aliasing for graphics in raster outputs (bug #48873).
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Tue, 12 Jul 2016 09:53:34 -0700 Rik print.m: Fix typo "1" (char) to 1 (integer) as argument to findall -depth (bug #48478).
Thu, 09 Jun 2016 16:41:39 +0200 Pantxo Diribarne Fix "inverthardcopy" for transparent axes and plotyy (bug #48161).
Fri, 20 May 2016 16:16:10 -0700 Rik maint: Use two newlines after endfunction and start of BIST tests.
Fri, 20 May 2016 15:46:45 -0700 Rik maint: Use newlines to make code more readable.
Thu, 19 May 2016 18:48:52 -0700 Rik maint: Use two spaces after period to indicate sentence break.
Fri, 01 Apr 2016 14:55:13 -0700 Rik maint: Use "FIXME:" for all code blocks needing further attention.
Fri, 26 Feb 2016 20:14:18 -0500 Ben Abbott Rely upon print.m for mono/color conversion. This simplifies gnuplot support
Tue, 23 Feb 2016 14:11:34 -0800 Rik Implement figure property "InvertHardCopy" for printing (bug #47230).
Wed, 20 Jan 2016 21:14:47 -0800 Rik doc: Periodic grammarcheck of documentation.
Wed, 23 Dec 2015 20:16:05 -0500 Daniel J Sebald Add gnuplot "canvas" terminal to the print.m doc-string.
Wed, 23 Dec 2015 19:49:24 -0500 Ben Abbott Include missing "{}" for @LaTeX{} macro in print.m doc-string,
Wed, 23 Dec 2015 18:22:26 -0500 Daniel J Sebald Impproved support gnuplot terminals "eepic", "latex", "pstricks", & "texdraw".
Wed, 23 Dec 2015 17:44:05 -0500 Daniel J Sebald Add support for the standalone option for the gnuplot tikz terminal.
Tue, 22 Dec 2015 22:30:40 -0500 Daniel J Sebald Add support for cairo based gnuplot terminals: "cairolatex", "epscairo",
Wed, 16 Dec 2015 21:13:47 -0500 Ben Abbott Convert figure's descendants units to "normalized" during printing (Bug #46292).
Sat, 12 Dec 2015 07:31:00 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all m-files.
Mon, 30 Nov 2015 08:20:08 -0800 Rik Use parser string concatenation rather than strcat() for performance in m-files.
Wed, 18 Nov 2015 15:48:27 -0800 Rik Consistently use 'filename' rather than 'file name' throughout code base.
Tue, 26 May 2015 21:07:42 -0700 Rik Use in-place operators in m-files where possible.
Tue, 12 May 2015 09:22:01 -0700 Rik maint: Remove unnecessary whitespace at end of lines. stable
Sat, 09 May 2015 22:50:09 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Sat, 28 Mar 2015 20:03:00 -0700 Rik Issue error when trying to print a figure with no axes object (bug #44655).
Mon, 23 Feb 2015 14:54:39 -0800 Rik maint: Clean up m-files to follow Octave coding conventions.
Mon, 16 Feb 2015 16:51:45 -0800 Rik Ensure that numbers passed to integer *printf format codes are integers (bug #44245).
Mon, 16 Feb 2015 14:29:43 -0800 Rik Use epswrite/eps2write depending on capabilities of ghostscript (bug #44186).
Fri, 13 Feb 2015 10:14:31 +0100 Andreas Weber Remove erroneously added "keyboard" in cset ef3cdadc2a08
Fri, 13 Feb 2015 10:12:01 +0100 Andreas Weber doc: print.m: Fix typo metalfile -> metafile
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Thu, 29 Jan 2015 17:13:16 -0500 John W. Eaton rename __fltk_print__.m to __opengl_print__.m
Tue, 20 Jan 2015 10:24:46 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Tue, 20 Jan 2015 08:26:57 -0500 John W. Eaton strip trailing whitespace from most source files stable
Wed, 22 Oct 2014 10:41:15 -0700 Rik Use tempname() rather than tmpnam() in core Octave.
Wed, 10 Sep 2014 14:19:58 -0400 John W. Eaton maint: Periodic merge of gui-release to default.
Tue, 25 Mar 2014 17:00:41 +0000 Michael Godfrey Fix double '-P' in print command to printer (bug #41957). stable
Wed, 25 Jun 2014 13:45:41 -0700 Rik maint: Use "FIXME:" coding convention in m-files.