log src/graphics.cc @ 12312:b10ea6efdc58 release-3-4-x ss-3-3-91

age author description
Sun, 30 Jan 2011 04:22:39 -0500 John W. Eaton rename gnuplot_drawnow to __gnuplot_drawnow__
Sat, 29 Jan 2011 22:31:31 -0800 Rik Add fltk_gui_mode, fltk_mouse_wheel_zoom to documentation.
Thu, 27 Jan 2011 20:13:45 -0800 Rik Add functions reset, whitebg to documentation.
Wed, 26 Jan 2011 23:49:42 -0500 John W. Eaton whitespace fixes
Wed, 26 Jan 2011 05:20:33 -0500 Pascal Dupuis eliminate some -Weffc++ warnings
Tue, 25 Jan 2011 10:47:01 +0100 Konstantinos Poulios disable warning about missing freetype library
Tue, 25 Jan 2011 10:30:03 +0100 Konstantinos Poulios fix wrong dimensions of minor ticks vector
Sat, 22 Jan 2011 11:20:08 +0100 Konstantinos Poulios restructuring draw_axes, enabling minor ticks/grid in fltk, closing bug 31800
Wed, 26 Aug 2009 08:17:08 +0200 John W. Eaton try to avoid gnuplot zombies release-3-2-x
Thu, 16 Jul 2009 11:56:44 -0400 John W. Eaton graphics.cc (get_array_limits): require min_pos value to be greater than zero release-3-2-x
Wed, 25 Feb 2009 08:40:31 +0100 Marco Caliari fix invalid matrix dimensioning in graphics.cc release-3-0-x
Mon, 05 Jan 2009 08:20:15 +0100 John W. Eaton generate new fractional parts for recycled graphics handles release-3-0-x
Mon, 05 Jan 2009 08:17:53 +0100 John W. Eaton graphics.cc (base_properties::remove_child): handle children as a column vector instead of a row vector release-3-0-x
Fri, 01 Aug 2008 09:11:14 +0200 Francesco Potorti fix incorrect axis location properties release-3-0-x
Mon, 07 Apr 2008 13:40:38 -0400 John W. Eaton update copyright dates release-3-0-x
Wed, 02 Apr 2008 13:34:43 -0400 John W. Eaton new tickdir and tickdirmode axes properties release-3-0-x
Tue, 11 Mar 2008 23:33:47 -0400 John W. Eaton graphcs.cc, graphics.h.in: new property, linewidth release-3-0-x
Thu, 06 Mar 2008 04:50:58 -0500 John W. Eaton markersize compatibility changes release-3-0-x
Tue, 12 Feb 2008 16:09:13 -0500 David Bateman Implement cdatamapping and respect to to allow correct image/imagesc rendering release-3-0-x
Fri, 21 Jan 2011 20:22:42 +0100 Konstantinos Poulios fixing color mismatch between axis and axis label
Thu, 20 Jan 2011 17:24:59 -0500 John W. Eaton strip trailing whitespace from source files
Thu, 20 Jan 2011 02:29:57 -0500 John W. Eaton rename backend to graphics_toolkit
Wed, 19 Jan 2011 17:51:22 -0800 Rik Grammarcheck Texinfo for files in src directory.
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Wed, 12 Jan 2011 15:13:20 -0500 John W. Eaton graphics.cc: avoid GCC warning
Fri, 07 Jan 2011 12:52:46 -0500 John W. Eaton get: return empty matrix if no values are found
Thu, 06 Jan 2011 20:46:03 +0100 Konstantinos Poulios improvements in text-extent calculation
Thu, 06 Jan 2011 03:10:24 -0500 John W. Eaton substitute and use LAPACK_LIBS in mkoctfile script
Fri, 31 Dec 2010 13:20:44 -0800 Rik Improve docstrings for all isXXX functions.
Fri, 17 Dec 2010 21:23:52 +0100 Konstantinos Poulios Disable auto-positioning of manually positioned title and axes labels.
Fri, 17 Dec 2010 21:13:39 +0100 Konstantinos Poulios Change axes default fontsize from 12 to 10.
Sun, 21 Nov 2010 14:25:32 +0100 Kai Habel GUI file functions
Wed, 17 Nov 2010 03:04:03 -0500 John W. Eaton eliminate text engine memory leak
Sun, 14 Nov 2010 21:51:45 +0000 Michael Goffioul Turn xget_ancestor into regular API
Thu, 11 Nov 2010 15:01:03 +0100 Kai Habel Add prefix ID_ to property ids to avoid name clash on windows
Tue, 02 Nov 2010 00:47:31 +0100 David Bateman Address the speed of plotting large hggroup groups and in particular
Fri, 29 Oct 2010 21:46:58 +0200 David Bateman Fix treatment of facevertexcdata if facecolor is 'none' with the fltk backend
Thu, 28 Oct 2010 14:12:46 +0200 Konstantinos Poulios Fix {d,pb}aspectratios for OpenGL backends.
Fri, 29 Oct 2010 00:28:01 +0200 David Bateman Backed out changeset a981e2f56ec1
Fri, 29 Oct 2010 00:25:04 +0200 David Bateman Don't plot patch outlines with the gnuplot backend if the marker property is set to none. Fixes contourf(peaks(),'edgecolor','none')
Mon, 25 Oct 2010 11:26:43 +0200 Kai Habel add uimenu graphic object to fltk backend
Mon, 04 Oct 2010 21:35:02 +0200 Shai Ayal fix images with width or height of 1
Fri, 01 Oct 2010 05:16:04 -0400 John W. Eaton graphics.cc, graphics.h.in, genprops.awk: use octave_map and octave_scalar_map instead of Octave_map
Sat, 18 Sep 2010 22:30:41 +0200 David Bateman Update legend code to support fltk (fixes #29348 and partially fixes #30461)
Sat, 18 Sep 2010 16:19:31 -0400 Ben Abbott graphics.cc: Replace pagetype property value custom with <custom>.
Thu, 16 Sep 2010 23:28:18 +0200 David Bateman Respect the units and paperunits figure properties and the units and fontunits axes properties
Thu, 16 Sep 2010 23:25:18 +0200 David Bateman Backed out changeset 6ea65c5de87a
Thu, 16 Sep 2010 23:13:22 +0200 David Bateman Respect the units and paperunits figure properties and the units and fontunits axes properties
Tue, 14 Sep 2010 02:35:17 -0400 John W. Eaton improve names of base_graphics_backend methods
Tue, 07 Sep 2010 21:44:13 +0200 David Bateman Backed out changeset 6b50fd2d4ca6
Tue, 07 Sep 2010 21:39:33 +0200 David Bateman Don't create __plotyy_axes__ properties in plotyy if they exist (Bug #30977)
Wed, 01 Sep 2010 20:22:48 -0400 Ben Abbott graphics.cc: Fix axes limits underflow to zero for logscale.
Mon, 30 Aug 2010 11:05:00 -0400 John W. Eaton graphics.cc (convert_cdata): avoid data conversion for entire cdata array at once
Mon, 30 Aug 2010 11:06:15 +0200 Jaroslav Hajek minor fix in last change
Mon, 30 Aug 2010 01:30:57 -0400 John W. Eaton don't restrict surface properties alphadata and cdata to double and uint8
Fri, 27 Aug 2010 15:11:35 -0400 Jordi Guti?rrez Hermoso Improvements to FLTK backend rotation
Sun, 01 Aug 2010 20:22:17 -0700 Rik Grammarcheck more of the documentation.
Sat, 31 Jul 2010 11:18:11 -0700 Rik Grammarcheck .cc files
Mon, 19 Jul 2010 06:17:54 +0300 Shai Ayal mouse rotation for fltk backend
Fri, 25 Jun 2010 07:22:45 -0400 John W. Eaton eliminate code duplication in reset_default_properties methods
Wed, 23 Jun 2010 11:23:32 +0200 David Bateman Add the reset built function
Mon, 21 Jun 2010 23:46:51 +0200 David Bateman Add functionality set(handle)
Wed, 16 Jun 2010 20:36:55 -0700 Rik Periodic grammar check of documentation files to ensure common format.
Sat, 01 May 2010 10:55:42 -0400 Ben Abbott Remove line object props ldata, udata, xldata, xudata.
Sun, 25 Apr 2010 00:12:52 +0200 David Bateman Make the default axes color none (bug #29060)
Fri, 23 Apr 2010 15:57:32 -0400 John W. Eaton avoid GCC warnings
Fri, 16 Apr 2010 12:45:31 +0200 David Bateman Don't call text_renderer.set_font if HAVE_FONTCONFIG is not set (bug #29570)
Sun, 07 Mar 2010 21:00:07 +0000 Michael Goffioul Implement text extent property
Thu, 11 Feb 2010 12:41:46 -0500 John W. Eaton untabify src C++ source files
Wed, 10 Feb 2010 13:57:23 -0500 John W. Eaton commit accidentally omitted parts of previous change
Tue, 09 Feb 2010 20:58:55 -0500 John W. Eaton base_properties::set_children: account for hidden children
Thu, 04 Feb 2010 03:56:28 -0500 John W. Eaton validate text object children of axes objects
Wed, 20 Jan 2010 20:39:26 -0500 John W. Eaton remove Emacs local-variable settings from source files in src directory
Wed, 06 Jan 2010 13:18:41 +0100 Jaroslav Hajek make unwind_protect frames local
Mon, 04 Jan 2010 15:42:35 -0500 Thorsten Meyer Fix set function to allow cell and struct arguments.
Fri, 11 Dec 2009 21:42:02 -0500 John W. Eaton unshare dynamic properties
Sat, 28 Nov 2009 15:35:32 -0500 Shai Ayal fix order of drawing objects with opengl renderer
Thu, 01 Oct 2009 11:41:28 -0400 Shai Ayal initial implementation of OpenGL image rendering
Wed, 02 Sep 2009 13:11:06 -0400 John W. Eaton avoid some gcc warnings
Fri, 28 Aug 2009 18:37:31 -0400 John W. Eaton also handle user-defined graphics properties in new property name validation scheme
Fri, 28 Aug 2009 05:30:29 -0400 John W. Eaton allow abbreviated graphics property names to match, with optional warning
Thu, 27 Aug 2009 15:43:09 -0400 John W. Eaton improve error messages for ambiguous graphics property names
Tue, 25 Aug 2009 17:41:00 -0400 John W. Eaton try to avoid gnuplot zombies
Thu, 23 Jul 2009 15:46:42 -0400 shaia imported patch fltk_zoom
Tue, 21 Jul 2009 12:49:17 -0400 John W. Eaton undo previous commit
Tue, 21 Jul 2009 12:43:33 -0400 John W. Eaton improve behavior of builtin
Thu, 16 Jul 2009 11:56:44 -0400 John W. Eaton graphics.cc (get_array_limits): require min_pos value to be greater than zero
Wed, 08 Jul 2009 18:31:29 -0400 John W. Eaton graphics.cc (convert_cdata): return NaN for NaN values in cdata
Wed, 08 Jul 2009 17:55:54 -0400 John W. Eaton graphics.cc (convert_cdata): handle NaN values in cdata
Fri, 26 Jun 2009 21:12:09 +0100 Michael Goffioul [mq]: graphics_text_engine
Thu, 25 Jun 2009 13:57:38 +0200 Jaroslav Hajek yet more unwind_protect improvements
Tue, 23 Jun 2009 08:22:13 +0200 Jaroslav Hajek update unwind_protect usage everywhere
Sun, 14 Jun 2009 22:49:54 +0100 Michael Goffioul imported patch ticklabel
Sun, 07 Jun 2009 20:12:16 -0700 Rik Update some of Advanced Plotting documentation.
Sun, 07 Jun 2009 08:59:08 +0200 Jaroslav Hajek allow ranges and other matrices in set
Thu, 21 May 2009 21:37:11 +0100 Michael Goffioul Use display information from the root object to compute bounding boxes
Thu, 07 May 2009 15:14:19 -0400 John W. Eaton check for invalid property names when setting defaults
Tue, 05 May 2009 13:32:15 -0400 John W. Eaton graphics.cc (array_property::validate): require value to be numeric, not necessarily double
Sat, 28 Mar 2009 13:57:22 -0700 Rik Check grammar on all .cc files
Sun, 22 Mar 2009 14:40:24 -0700 Rik Cleanup documentation file plot.texi
Thu, 12 Mar 2009 23:20:33 +0800 Ben Abbott graphics.cc: Fix default "papersize" property value.
Mon, 09 Mar 2009 17:12:18 -0400 John W. Eaton make default fontname * instead of Helvetica
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Mon, 02 Mar 2009 01:08:33 -0500 John W. Eaton graphics.cc (Fget, F__get__): return column vector, not row vector
Thu, 19 Feb 2009 02:16:34 -0500 John W. Eaton use consistent format for doc strings of internal functions
Fri, 13 Feb 2009 18:29:18 -0500 Ben Abbott Initialize axes ticklength property.
Thu, 05 Feb 2009 17:04:09 -0500 John W. Eaton Fdrawnow: don't strip dirsep; return after errors
Thu, 29 Jan 2009 17:18:44 -0500 John W. Eaton [mq]: grfx
Tue, 27 Jan 2009 07:20:58 -0500 Ben Abbott Improve default property compatibility.
Wed, 21 Jan 2009 21:43:05 -0500 John W. Eaton get display characteristics from system
Wed, 21 Jan 2009 14:30:41 -0500 John W. Eaton better compatibility for axis label properties
Tue, 13 Jan 2009 12:16:21 +0100 Jaroslav Hajek remove qsort in favor of sort
Thu, 08 Jan 2009 14:35:22 +0100 Kai Habel Calculate surface normals for boundaries, use more neighboring
Mon, 24 Nov 2008 11:00:47 +0100 David Bateman Check validitity of handles to delete before deleting them to avoid issues with callbacks deleting the handles as well
Tue, 18 Nov 2008 11:14:31 -0500 John W. Eaton style fixes
Fri, 31 Oct 2008 12:30:20 +0100 David Bateman Add code to remove listeners from properties and use it with newplot
Thu, 30 Oct 2008 14:15:12 +0100 David Bateman Add support for left/right argument to the legend function
Wed, 22 Oct 2008 14:57:51 -0400 John W. Eaton properly update currentaxes when axes are deleted
Tue, 21 Oct 2008 14:06:25 -0400 John W. Eaton [mq]: hidden-children
Thu, 16 Oct 2008 17:07:02 -0400 John W. Eaton generate new fractional parts for recycled graphics handles