log src/graphics.h.in @ 11523:fd0a3ac60b0e

age author description
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
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)
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 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
Mon, 19 Jul 2010 06:17:54 +0300 Shai Ayal mouse rotation for fltk backend
Wed, 07 Jul 2010 20:21:28 +0200 David Bateman Support 'hold all' (Feature Request #30336)
Wed, 23 Jun 2010 11:44:21 +0200 David Bateman Allow set(h) to work if the handle includes color properties
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)
Sat, 01 May 2010 10:55:42 -0400 Ben Abbott Remove line object props ldata, udata, xldata, xudata.
Tue, 27 Apr 2010 21:54:41 -0400 John W. Eaton avoid crash when setting graphics property from cellstr object
Sat, 24 Apr 2010 19:45:59 -0400 Ben Abbott graphics.h.in: Have figure color property support a radio value, 'none'.
Fri, 23 Apr 2010 15:57:32 -0400 John W. Eaton avoid GCC warnings
Tue, 13 Apr 2010 20:26:08 +0300 Shai Ayal [mq]: fltk_cb
Sat, 10 Apr 2010 11:41:32 -0400 Ben Abbott graphics.h.in: Fix nextplot property values.
Sun, 07 Mar 2010 21:00:07 +0000 Michael Goffioul Implement text extent property
Thu, 11 Feb 2010 13:30:42 -0500 John W. Eaton untabify additional source files
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:44:42 -0500 John W. Eaton remove Emacs local-variable settings from additional source files in src directory
Wed, 20 Jan 2010 02:52:22 +0100 David Bateman Handle linestyleorder. Remove @ markers. Treat edgecolor, markeredgecolor and markerfacecolor correctly in scatter.
Sat, 16 Jan 2010 07:59:52 +0100 David Bateman Support the '@' marker that was present in Octave 2.1.x
Tue, 12 Jan 2010 23:05:17 +0100 David Bateman Allow markerfacecolor and markeredgecolor to be set and used for patch objects
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
Fri, 13 Nov 2009 14:59:36 -0500 Joel Keay allow single, int16 and uint16 image data
Tue, 03 Nov 2009 16:22:46 -0500 John W. Eaton fix typo in previous change
Tue, 03 Nov 2009 16:18:23 -0500 John W. Eaton new root figure properties
Tue, 03 Nov 2009 15:34:40 -0500 David Grundberg Add property FormatSpacing to root
Sat, 03 Oct 2009 10:42:34 -0400 Shai Ayal image clipping and axes fixes
Thu, 01 Oct 2009 11:41:28 -0400 Shai Ayal initial implementation of OpenGL image rendering
Sat, 05 Sep 2009 21:00:44 -0400 John W. Eaton graphics.h.in: provide std::string and char* versions of graphics_object:get functions
Fri, 04 Sep 2009 17:47:03 -0400 John W. Eaton avoid crash if default font can't be found
Fri, 28 Aug 2009 18:37:31 -0400 John W. Eaton also handle user-defined graphics properties in new property name validation scheme
Thu, 27 Aug 2009 15:43:09 -0400 John W. Eaton improve error messages for ambiguous graphics property names
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, 25 Jun 2009 12:24:09 -0400 John W. Eaton graphics.h.in (gh_manager::restore_gcbo): fix decl for unwind-protect
Sun, 14 Jun 2009 22:49:54 +0100 Michael Goffioul imported patch ticklabel
Thu, 07 May 2009 17:47:39 -0400 John W. Eaton make changeset 1e5c11890f85 work
Thu, 07 May 2009 15:14:19 -0400 John W. Eaton check for invalid property names when setting defaults
Sun, 22 Mar 2009 15:19:22 +0100 Jaroslav Hajek add one more missing include
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
Fri, 13 Feb 2009 18:29:18 -0500 Ben Abbott Initialize axes ticklength property.
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
Mon, 12 Jan 2009 12:57:56 -0500 Ben Abbott graphics.h.in: fix typo
Thu, 13 Nov 2008 07:50:33 -0500 Ben Abbott graphics.h.in: Add props screensize & screenpixelsperinch.
Tue, 18 Nov 2008 11:14:31 -0500 John W. Eaton style fixes
Fri, 31 Oct 2008 17:41:57 +0100 David Bateman Add constraint for logical image cdata
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
Wed, 22 Oct 2008 13:28:43 -0400 John W. Eaton make fltk backend figures work again
Wed, 22 Oct 2008 04:30:17 +0100 David Bateman More plot object updates
Tue, 21 Oct 2008 21:07:05 -0400 John W. Eaton graphics.h.in (axes::properties::delete_children): Delete decl
Tue, 21 Oct 2008 14:06:25 -0400 John W. Eaton [mq]: hidden-children
Mon, 20 Oct 2008 12:22:28 -0400 John W. Eaton set name of root_figure object to root
Thu, 16 Oct 2008 03:42:40 -0400 Ben Abbott __go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Fri, 10 Oct 2008 15:10:58 -0400 John W. Eaton graphics.cc (base_graphics_properties::adopt): place new child at front of list, not end; make children a column vector instead of a row vector
Fri, 10 Oct 2008 11:07:53 -0400 John W. Eaton [mq]: graphics-backend
Thu, 11 Sep 2008 17:01:46 -0400 John W. Eaton undo previous change
Thu, 11 Sep 2008 16:57:12 -0400 David Bateman improve speed of cell2mat
Thu, 28 Aug 2008 12:23:54 -0400 David Bateman Add data sources and line series
Tue, 26 Aug 2008 13:39:24 -0400 Michael Goffioul Trigger actions/listeners only for actual property change
Tue, 26 Aug 2008 13:32:52 -0400 John W. Eaton Auto-generate base_properties
Tue, 26 Aug 2008 13:24:15 -0400 John W. Eaton Octave to backend notification scheme
Tue, 26 Aug 2008 13:23:27 -0400 John W. Eaton [mq]: generic_octave_to_backend_nofitication
Mon, 25 Aug 2008 15:45:24 -0400 David Bateman Convert stem and stem3 to use stem series objects
Thu, 07 Aug 2008 15:41:07 -0400 John W. Eaton graphics.h.in: replace NPOS with std::string::npos
Tue, 22 Jul 2008 16:03:19 -0400 John W. Eaton Use common rep/class pattern for graphics events
Thu, 17 Jul 2008 07:58:50 -0400 John W. Eaton Support for backend-to-octave event management
Tue, 08 Jul 2008 14:22:08 -0400 John W. Eaton graphics.h.in (axes::properties::keypos): Declare as any_property instead of double_property
Thu, 05 Jun 2008 01:29:26 -0400 John W. Eaton style fixes
Thu, 05 Jun 2008 01:06:29 -0400 John W. Eaton style fixes
Fri, 25 Apr 2008 16:44:59 +0200 Michael Goffioul Add support for hggroup
Thu, 24 Apr 2008 16:43:31 +0200 Michael Goffioul Add dynamic property creation
Sun, 23 Mar 2008 16:45:45 +0100 Michael Goffioul Redesign axis limit computation handling (using hidden limit properties in child objects)
Fri, 14 Mar 2008 21:02:16 +0200 Shai Ayal rudimentry (i.e. no font metrics) sync of axes.position and axes.outerposition
Sun, 09 Mar 2008 20:51:52 +0200 Shai Ayal added (far from perfect) support for logscale ticks
Tue, 04 Mar 2008 15:34:38 +0100 Michael Goffioul Add zoom stack facility in axes object.
Sun, 02 Mar 2008 06:38:27 +0200 Shai Ayal added {x,y,z}lim sanity check
Fri, 29 Feb 2008 17:49:00 +0100 Michael Goffioul Smarter reference counting in base_property.
Fri, 29 Feb 2008 17:38:32 +0100 Michael Goffioul Initial low-level support for property listeners.
Wed, 27 Feb 2008 21:45:12 +0100 Michael Goffioul Remove data_property, replace with array_property or row_vector_property.
Wed, 27 Feb 2008 14:59:00 +0100 Michael Goffioul Make backend switching work.
Wed, 27 Feb 2008 11:28:22 +0100 Michael Goffioul Fix typos in property names (edgealpha/facealpha).
Tue, 26 Feb 2008 22:06:47 +0100 Michael Goffioul Add new double_radio_property class for alpha values.
Mon, 25 Feb 2008 21:45:11 +0200 Shai Ayal added pixel<->coord transform in axes and use it for display of cursor
Thu, 21 Feb 2008 13:45:04 +0100 Michael Goffioul Turn cdata properties into array_property. Add min/max computation to array_property.
Wed, 20 Feb 2008 21:58:22 +0200 Shai Ayal added the function available_backends
Sun, 17 Feb 2008 19:20:42 +0200 Shai Ayal added checks for fltk & freetype in configure script