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
|
Wed, 20 Feb 2008 16:29:37 +0100 |
Michael Goffioul |
Add initial support for patch rendering through GLU tessellation (no transparency, no border, no markers yet).
|
Wed, 20 Feb 2008 16:22:42 +0100 |
Michael Goffioul |
Fix default value of patch::facelighting. Add scaler/graphics_xform utilities
|
Sun, 17 Feb 2008 22:27:48 +0100 |
Michael Goffioul |
Make sure to initialize axes xform data.
|
Thu, 14 Feb 2008 12:17:44 +0100 |
Michael Goffioul |
Add rendering interface for surface object (no implementation yet).
|
Wed, 13 Feb 2008 17:06:22 +0100 |
Michael Goffioul |
Implement resize handler mechanism (call resizefcn on figure resize and notify children).
|
Thu, 14 Feb 2008 06:33:29 +0200 |
Shai Ayal |
better tick and limit handling, still missing logscale support
|
Tue, 12 Feb 2008 16:37:56 +0100 |
Michael Goffioul |
Add support for extern updaters. Add set_figure_position interface to graphics_backend.
|
Fri, 08 Feb 2008 16:46:34 +0100 |
Michael Goffioul |
Fix execution of callback strings and allow execution of callback by name.
|
Thu, 07 Feb 2008 23:00:51 +0100 |
Michael Goffioul |
Implement callbackobject property in root object.
|
Thu, 07 Feb 2008 17:06:55 +0100 |
Michael Goffioul |
Export nested properties classes of all graphics object.
|
Mon, 25 Feb 2008 04:59:17 -0500 |
John W. Eaton |
make row_vector_property work?
|
Mon, 25 Feb 2008 04:12:19 -0500 |
John W. Eaton |
graphics.cc, graphics.h.in: avoid some GCC warnings
|
Mon, 25 Feb 2008 03:47:57 -0500 |
John W. Eaton |
array_value::add_constraint: pass dim_vector as const reference, not value
|
Mon, 25 Feb 2008 03:44:50 -0500 |
John W. Eaton |
new row_vector_property class
|
Tue, 12 Feb 2008 16:12:20 -0500 |
David Bateman |
Implement cdatamapping and respect to to allow correct image/imagesc rendering
|
Tue, 05 Feb 2008 22:40:52 +0000 |
jwe |
[project @ 2008-02-05 22:38:57 by jwe]
|
Mon, 04 Feb 2008 21:17:18 +0000 |
jwe |
[project @ 2008-02-04 21:17:18 by jwe]
|
Mon, 04 Feb 2008 07:53:07 +0000 |
jwe |
[project @ 2008-02-04 07:53:07 by jwe]
|
Sun, 03 Feb 2008 04:38:58 +0000 |
jwe |
[project @ 2008-02-03 04:38:58 by jwe]
|
Sat, 02 Feb 2008 18:23:50 +0000 |
jwe |
[project @ 2008-02-02 18:23:50 by jwe]
|
Sat, 02 Feb 2008 07:56:53 +0000 |
jwe |
[project @ 2008-02-02 07:56:53 by jwe]
|
Fri, 01 Feb 2008 06:47:48 +0000 |
jwe |
[project @ 2008-02-01 06:47:48 by jwe]
|
Mon, 28 Jan 2008 22:44:46 +0000 |
jwe |
[project @ 2008-01-28 22:42:18 by jwe]
|
Fri, 25 Jan 2008 08:24:48 +0000 |
jwe |
[project @ 2008-01-25 08:24:48 by jwe]
|
Tue, 22 Jan 2008 19:42:48 +0000 |
jwe |
[project @ 2008-01-22 19:42:47 by jwe]
|