log

age author description
Mon, 17 Mar 2008 18:51:36 +0200 Shai Ayal make the fltk_backend canvas the size of figure.position
Fri, 14 Mar 2008 21:02:16 +0200 Shai Ayal rudimentry (i.e. no font metrics) sync of axes.position and axes.outerposition
Wed, 12 Mar 2008 22:20:01 +0100 Michael Goffioul Rename add_listener to addlistener.
Sun, 09 Mar 2008 21:03:38 +0200 Shai Ayal added zoomstack support to fltk_backend
Sun, 09 Mar 2008 20:51:52 +0200 Shai Ayal added (far from perfect) support for logscale ticks
Thu, 06 Mar 2008 06:40:06 +0200 Shai Ayal Add toggle grid button & handle the 'a' & 'g' keys for auto axis and toggle
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
Sun, 02 Mar 2008 14:44:31 +0100 Michael Goffioul Use all properties in factory default values (including the ones starting with __)
Sat, 01 Mar 2008 22:07:53 +0200 Shai Ayal Added zoombox (mouse button 1) & autoscale (button marked A and mouse button 3)
Sat, 01 Mar 2008 18:54:10 +0200 Shai Ayal added some more markers
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 12:04:20 +0100 Michael Goffioul Fix OpenGL/FLTK compilation under Windows.
Tue, 26 Feb 2008 22:06:47 +0100 Michael Goffioul Add new double_radio_property class for alpha values.
Mon, 25 Feb 2008 21:50:37 +0200 Shai Ayal handle unsorted limits when calculatin gticks and limits
Mon, 25 Feb 2008 21:45:11 +0200 Shai Ayal added pixel<->coord transform in axes and use it for display of cursor
Mon, 25 Feb 2008 18:39:53 +0200 Shai Ayal fltk_backend now indexes using an internal index instead of figure handle
Sat, 23 Feb 2008 21:10:08 +0200 Shai Ayal convert_position not static anymore
Sat, 23 Feb 2008 20:53:23 +0200 Shai Ayal fltk_backend can now handle figure.position changes
Thu, 21 Feb 2008 16:01:54 +0100 Michael Goffioul Render marker of patch objects.
Thu, 21 Feb 2008 15:22:16 +0100 Michael Goffioul Make OpenGL tessellation combine callback robust against NULL vertex data.
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