log scripts/plot/print.m @ 14611:f2ed09ae8d3f

age author description
Sun, 11 Mar 2012 20:54:47 -0400 Ben Abbott Improve documentation for print().
Sat, 18 Feb 2012 12:42:54 -0500 Ben Abbott Revert changeset 688e19ca262b due to regression.
Fri, 17 Feb 2012 20:09:04 -0500 Ben Abbott Clear zombie processes produced by calling print() using the fltk toolkit.
Wed, 15 Feb 2012 13:31:31 -0800 Rik doc: Periodic grammar check of documentation.
Fri, 10 Feb 2012 18:57:55 -0500 Ben Abbott print.m: Restore figure properties in reverse of the order of modification.
Fri, 10 Feb 2012 18:16:40 -0500 Ben Abbott Print() function requires figure units to be "pixels".
Sun, 05 Feb 2012 15:32:24 -0800 Rik maint: periodic merge of stable to default.
Sat, 04 Feb 2012 22:12:50 -0800 Rik doc: Use Octave coding conventions in @example blocks of docstrings. stable
Tue, 17 Jan 2012 07:23:36 -0500 Ben Abbott Make sure "print '-SX,Y' ..." doesn't round down a pixel. Bug # 35307.
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Thu, 15 Sep 2011 12:51:10 -0400 John W. Eaton maint: untabify and remove trailing whitespace from source files
Fri, 28 Jan 2011 18:18:15 -0500 Ben Abbott Fix {eps,ps,pdf}latexstandalone printing for fltk, bug 32262.
Tue, 24 Nov 2009 08:04:51 +0100 Ben Abbott print.m: Properly set the default ghostscript_binary under Windows. release-3-2-x
Fri, 29 Feb 2008 04:09:03 -0500 John W. Eaton print.m: handle gif and jpg devices release-3-0-x
Thu, 20 Jan 2011 18:26:09 -0500 John W. Eaton missing semicolons in script files
Thu, 20 Jan 2011 17:35:29 -0500 John W. Eaton all script files: untabify and strip trailing whitespace
Thu, 20 Jan 2011 02:29:57 -0500 John W. Eaton rename backend to graphics_toolkit
Tue, 18 Jan 2011 20:55:01 -0800 Rik Grammarcheck m-files before 3.4 release.
Sun, 16 Jan 2011 18:31:25 -0500 Ben Abbott print.m: Fix printing to eps for DOS.
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Fri, 26 Nov 2010 02:58:16 -0500 John W. Eaton search PATH from environment for programs, not EXEC_PATH
Mon, 15 Nov 2010 19:41:14 +0100 Kai Habel Add saveas function
Sun, 14 Nov 2010 22:01:45 +0000 Michael Goffioul Replace "delete" with "del" in DOS shell commands.
Wed, 20 Oct 2010 20:49:17 -0400 John W. Eaton style fixes for some .m files
Mon, 18 Oct 2010 20:40:12 +0200 Thorsten Meyer Stylefixes, replace end by endif.
Mon, 18 Oct 2010 19:32:36 +0800 Ben Abbott print.m: Add examples to the docstring.
Wed, 22 Sep 2010 18:06:21 -0400 Ben Abbott When appending, delete temporary files at the end of the ghostscript pipeline.
Tue, 21 Sep 2010 21:22:44 -0400 Ben Abbott Print via a pipeline.
Wed, 08 Sep 2010 18:15:28 -0400 Ben Abbott Consolidate gs code into print.m.
Fri, 27 Aug 2010 06:39:36 -0400 Ben Abbott Unify gnuplot printing with the fltk backend.