log src/graphics.cc @ 13703:22ce748da25f

age author description
Fri, 14 Oct 2011 23:19:06 +0100 Michael Goffioul Add missing UI objects: uicontextmenu, uitoolbar, uipushtool and uitoggletool.
Wed, 12 Oct 2011 11:18:12 -0400 John W. Eaton axes: only update the currentaxes property of the parent figure if the axes object is visible
Tue, 11 Oct 2011 22:02:39 -0400 John W. Eaton make handles with their handlevisibility property set to "callback" visible in callback functions
Tue, 11 Oct 2011 21:55:21 -0400 John W. Eaton don't execute graphics handle callback functions recursively
Thu, 06 Oct 2011 16:44:18 +0100 Michael Goffioul Add support for full asynchronous graphics toolkit running in a separate
Thu, 29 Sep 2011 12:31:39 +0200 Kai Habel Set clim correctly for patch objects:
Tue, 27 Sep 2011 02:06:41 -0400 John W. Eaton allow radio values for graphics properaties to be abbreviated
Sat, 24 Sep 2011 17:31:19 -0400 Ben Abbott src/graphics.cc: Consistent log-scale axis tick labels.
Sat, 24 Sep 2011 17:27:53 -0400 John W. Eaton return get(h) as a struct array when h is a vector of handles
Thu, 15 Sep 2011 12:51:10 -0400 John W. Eaton maint: untabify and remove trailing whitespace from source files
Mon, 12 Sep 2011 18:53:05 -0400 Ben Abbott Support log scale plots with all negative data.
Sun, 11 Sep 2011 14:04:43 -0500 Jordi GutiƩrrez Hermoso maint: Periodic merge of stable to default
Tue, 06 Sep 2011 20:11:59 -0400 Ben Abbott src/graphics.cc: Fix mistake in changeset c7512d0d52e8. stable
Tue, 06 Sep 2011 18:01:04 -0400 John W. Eaton don't allow computed axis limits to be empty (bug #)
Tue, 06 Sep 2011 14:30:39 -0400 Ben Abbott src/graphics.cc: Ensure tick separation is in factors of 10 for log plots. stable
Mon, 15 Aug 2011 10:24:09 -0400 Ben Abbott allow multi-line string property for text objects using cell arrays or char matrices
Wed, 03 Aug 2011 16:28:21 +0200 Konstantinos Poulios avoid possible infinite recursion in autopositioning of labels and titles
Mon, 27 Jun 2011 19:54:21 +0200 Konstantinos Poulios Avoid redundant calls to set_font of text renderers (Bug #31305)
Fri, 20 May 2011 15:19:18 +0200 Konstantinos Poulios Restructure subplot positioning and avoid labels overlap (bug #31610)
Sun, 15 May 2011 17:35:57 -0700 Rik Stop obscure warnings when get() called with null matrix input (bug #32642)
Sun, 10 Apr 2011 11:46:50 -0400 John Eaton graphics.cc: Allow ishandle() to accept vector of handles (bug 33025). stable
Tue, 29 Mar 2011 19:00:26 -0400 Ben Abbott graphics.cc: Prevent ticks from being cropped.
Tue, 15 Mar 2011 22:45:31 -0700 Marco Caliari Simplify calculation of number of tick labels. Bug #32692.
Thu, 10 Mar 2011 20:27:15 +0100 Konstantinos Poulios add a persistent mode for listeners
Sun, 06 Mar 2011 16:54:39 +0100 Konstantinos Poulios improve calculation of axes tightinset for empty axes labels/title
Thu, 03 Mar 2011 14:04:19 +0100 Konstantinos Poulios fix axes position synchronization for long text objects
Sat, 26 Feb 2011 17:28:11 -0800 Rik Rewrite error strings in src/ to use variables named in documentation.
Tue, 22 Feb 2011 19:52:55 +0100 Konstantinos Poulios implement looseinset property for axes
Fri, 18 Feb 2011 22:34:51 +0100 Konstantinos Poulios fix a small bug introduced on 2011-02-14
Tue, 15 Feb 2011 18:49:13 +0100 Konstantinos Poulios invoke/terminate printing process synchronously with rendering (#32319)
Mon, 14 Feb 2011 20:16:08 +0100 Konstantinos Poulios calculation of tightinset property
Sun, 13 Feb 2011 17:44:21 +0100 Konstantinos Poulios improvements in synchronization of axes position and outerposition
Sun, 13 Feb 2011 15:11:56 +0100 Konstantinos Poulios synchronization of axes position and outerposition
Wed, 09 Feb 2011 18:05:43 +0100 Konstantinos Poulios simplifications in position updating functions for axes labels and titles
Sun, 06 Feb 2011 17:17:12 +0100 Konstantinos Poulios implement autopositioning requests from text objects to axes
Sun, 06 Feb 2011 02:50:57 +0100 Konstantinos Poulios Untabify and improve indentation
Sun, 06 Feb 2011 02:24:28 +0100 Konstantinos Poulios Prevent race condition in update_axes_layout
Thu, 03 Feb 2011 19:30:13 +0100 Konstantinos Poulios Move axes labels and title positioning to axes::properties
Thu, 03 Feb 2011 01:00:32 +0100 Konstantinos Poulios Move axes layout from opengl_renderer::draw_axes to axes::properties axes-layout
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