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.
|
Sun, 08 Aug 2010 14:49:49 -0400 |
Ben Abbott |
print.m: Include 'colormap' when converting RGB to mono.
|
Thu, 05 Aug 2010 19:47:28 -0400 |
Ben Abbott |
print.m: Modify texinfo. Add unwind_protect block.
|
Wed, 04 Aug 2010 20:32:49 -0400 |
Ben Abbott |
Add PS and PDF output for the fltk backend.
|
Sun, 01 Aug 2010 07:20:28 -0700 |
Rik |
print.m: Update documentation string. Change to active voice.
|
Thu, 29 Jul 2010 19:44:07 -0400 |
Ben Abbott |
Improvements for fltk printing.
|
Mon, 26 Jul 2010 21:25:36 -0700 |
Rik |
Grammarcheck documentation of m-files
|
Sun, 18 Jul 2010 20:35:16 -0700 |
Rik |
Grammarcheck the documentation from m-files.
|
Sat, 17 Jul 2010 19:53:01 -0700 |
Rik |
Add spellchecker scripts for Octave and run spellcheck of documentation
|
Thu, 24 Jun 2010 07:06:11 +0300 |
Shai Ayal |
split printing between backends
|
Wed, 16 Jun 2010 20:36:55 -0700 |
Rik |
Periodic grammar check of documentation files to ensure common format.
|
Sun, 16 May 2010 22:26:54 -0700 |
Rik |
Print name of function in error() string messages.
|
Sat, 24 Apr 2010 19:48:36 -0400 |
Ben Abbott |
print.m: Set figure color property to 'none' when printing.
|
Sat, 27 Mar 2010 19:30:28 -0400 |
Ben Abbott |
print.m: Provide default suffixes & validate hardcopy format.
|
Thu, 18 Mar 2010 20:08:35 -0400 |
Ben Abbott |
print.m: Add '-append' option.
|
Thu, 18 Mar 2010 19:52:37 -0400 |
Ben Abbott |
print.m: print.m: Detabify.
|
Sun, 22 Nov 2009 16:47:39 -0500 |
Ben Abbott |
print.m: Properly set the default ghostscript_binary under Windows.
|
Fri, 23 Oct 2009 09:28:14 -0700 |
Rik |
Periodic grammar check of Octave documentation files to ensure common format
|
Wed, 29 Jul 2009 07:22:05 -0400 |
Ben Abbott |
Add support for gnuplot's Lua-TikZ terminal.
|
Wed, 24 Jun 2009 19:04:30 -0400 |
Ben Abbott |
print.m: reimplement options -landscape and -portrait.
|
Thu, 11 Jun 2009 16:57:30 -0400 |
Ben Abbott |
print.m: Fix logic associated with 'have_ghostscript'.
|
Thu, 11 Jun 2009 07:23:32 -0400 |
Ben Abbott |
print.m: properly render mono figures, and favor cairo terminals.
|
Sun, 24 May 2009 10:09:19 +0200 |
Benjamin Lindner |
ghostscript handling for windows in print.m
|
Sun, 17 May 2009 12:18:06 -0700 |
Rik |
Simplify TeXinfo files by eliminating redundant @iftex followed by @tex construction.
|
Tue, 28 Apr 2009 19:45:40 -0400 |
Ben Abbott |
print.m: Fix typo, improvments to code, and allow for creation of tight bbox.
|
Thu, 23 Apr 2009 20:04:29 -0400 |
Ben Abbott |
print.m: Use Ghostscript rather than ImageMagick's 'convert'.
|
Fri, 10 Apr 2009 12:11:14 -0400 |
Ben Abbott |
Improvements to printing functionality.
|
Sun, 29 Mar 2009 00:32:01 -0400 |
Ben Abbott |
print.m: For eps output the bounding box should represent the figure's position.
|
Wed, 25 Mar 2009 18:13:08 -0700 |
Rik |
Merge documentation cleanup changes to main branch.
|
Sun, 22 Mar 2009 14:40:24 -0700 |
Rik |
Cleanup documentation file plot.texi
|
Sat, 21 Mar 2009 09:35:35 -0400 |
Ben Abbott |
print.m: Restore the old behavior for -S<num>,<num>.
|
Sat, 07 Mar 2009 10:41:27 -0500 |
John W. Eaton |
update copyright notices
|
Sat, 28 Feb 2009 19:36:09 -0500 |
Ben Abbott |
Compatible support of figure paper properties and resolution for the gnuplot backend.
|
Sun, 15 Feb 2009 23:49:15 -0500 |
John W. Eaton |
handle commands in the lexer
|
Fri, 30 Jan 2009 11:10:51 -0500 |
John W. Eaton |
# User Ben Abbott <bpabbott@mac.com>
|
Mon, 20 Oct 2008 10:29:04 -0400 |
Ben Abbott |
orient.m,print.f: validate figure handle
|
Thu, 21 Aug 2008 15:32:50 -0400 |
John W. Eaton |
undo spurious change in last commit
|
Thu, 21 Aug 2008 15:28:58 -0400 |
John W. Eaton |
__go_draw_axes__.m (__gnuplot_write_data__): write "Inf Inf\n" if all data pairs contain NaN values
|
Tue, 04 Mar 2008 22:42:27 -0500 |
John W. Eaton |
print.m: fix oops in applying last change (really, I mean it this time)
|
Tue, 04 Mar 2008 22:29:00 -0500 |
John W. Eaton |
print.m: fix oops in applying last change
|