log src/graphics.h.in @ 13713:d99aa455296e

age author description
Mon, 17 Oct 2011 21:46:02 +0100 Michael Goffioul Add outerposition property to figure objects.
Fri, 14 Oct 2011 23:19:06 +0100 Michael Goffioul Add missing UI objects: uicontextmenu, uitoolbar, uipushtool and uitoggletool.
Thu, 13 Oct 2011 23:01:44 +0100 Michael Goffioul Implement guidata/guihandles.
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
Tue, 11 Oct 2011 23:07:48 +0100 Michael Goffioul Export base_property::set.
Mon, 10 Oct 2011 10:27:12 +0100 Michael Goffioul Add __object__ property to uimenu.
Thu, 06 Oct 2011 16:44:18 +0100 Michael Goffioul Add support for full asynchronous graphics toolkit running in a separate
Tue, 27 Sep 2011 02:06:41 -0400 John W. Eaton allow radio values for graphics properaties to be abbreviated
Mon, 12 Sep 2011 18:53:05 -0400 Ben Abbott Support log scale plots with all negative data.
Mon, 15 Aug 2011 10:24:09 -0400 Ben Abbott allow multi-line string property for text objects using cell arrays or char matrices
Sun, 14 Aug 2011 12:31:14 -0400 John W. Eaton new text_label_property graphics property type
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)
Thu, 10 Mar 2011 20:27:15 +0100 Konstantinos Poulios add a persistent mode for listeners
Mon, 07 Mar 2011 17:35:33 +0100 Konstantinos Poulios update axis label position after axis location changes
Thu, 03 Mar 2011 14:04:19 +0100 Konstantinos Poulios fix axes position synchronization for long text objects
Tue, 22 Feb 2011 19:52:55 +0100 Konstantinos Poulios implement looseinset property for axes
Sun, 13 Feb 2011 21:37:18 +0100 Konstantinos Poulios fix plotyy bugs #31800, #32211
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
Thu, 10 Feb 2011 00:58:31 -0500 John W. Eaton regexp.cc: avoid deprecated Array<T>:resize function
Sun, 06 Feb 2011 17:17:12 +0100 Konstantinos Poulios implement autopositioning requests from text objects to axes
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
Tue, 01 Feb 2011 16:25:15 -0500 John W. Eaton gl-renderer.cc and gl2ps-renderer.cc: access objects directly from gh_manager instead of working with handles
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
Sat, 22 Jan 2011 11:20:08 +0100 Konstantinos Poulios restructuring draw_axes, enabling minor ticks/grid in fltk, closing bug 31800
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
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
Thu, 20 Jan 2011 17:24:59 -0500 John W. Eaton strip trailing whitespace from source files
Thu, 20 Jan 2011 02:43:31 -0500 John W. Eaton fix typo
Thu, 20 Jan 2011 02:29:57 -0500 John W. Eaton rename backend to graphics_toolkit
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Thu, 06 Jan 2011 20:46:03 +0100 Konstantinos Poulios improvements in text-extent calculation
Sun, 19 Dec 2010 10:25:58 +0100 Konstantinos Poulios Update ticks after {xyz}tickmode is set to auto
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.
Wed, 08 Dec 2010 02:45:48 -0500 John W. Eaton graphics.h.in (base_property::do_set): don't reverse order of children
Sat, 20 Nov 2010 09:39:46 -0500 Ben Abbott graphics.h.in: Change intended for 11272.
Sun, 14 Nov 2010 21:51:45 +0000 Michael Goffioul Turn xget_ancestor into regular API
Sat, 13 Nov 2010 01:26:04 -0500 John W. Eaton make filename property of figure objects writable
Tue, 02 Nov 2010 00:47:31 +0100 David Bateman Address the speed of plotting large hggroup groups and in particular
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
Fri, 08 Oct 2010 07:33:36 -0400 Ben Abbott graphics.h.in: Properly set image pixel size when unique(x/ydata) is scalar.
Mon, 04 Oct 2010 21:35:02 +0200 Shai Ayal fix images with width or height of 1
Fri, 01 Oct 2010 14:18:37 -0400 John W. Eaton extract caseless_str class to separate header file
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
Sun, 19 Sep 2010 17:50:41 -0400 Ben Abbott graphics.h.in: Add displayname property to patch and surface objects.
Sat, 18 Sep 2010 22:30:41 +0200 David Bateman Update legend code to support fltk (fixes #29348 and partially fixes #30461)
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:38:25 -0400 John W. Eaton update comments for base_graphics_backend methods