log src/graphics.cc @ 9883:3ec3b8e80b67

age author description
Sat, 28 Nov 2009 15:35:32 -0500 Shai Ayal fix order of drawing objects with opengl renderer
Thu, 01 Oct 2009 11:41:28 -0400 Shai Ayal initial implementation of OpenGL image rendering
Wed, 02 Sep 2009 13:11:06 -0400 John W. Eaton avoid some gcc warnings
Fri, 28 Aug 2009 18:37:31 -0400 John W. Eaton also handle user-defined graphics properties in new property name validation scheme
Fri, 28 Aug 2009 05:30:29 -0400 John W. Eaton allow abbreviated graphics property names to match, with optional warning
Thu, 27 Aug 2009 15:43:09 -0400 John W. Eaton improve error messages for ambiguous graphics property names
Tue, 25 Aug 2009 17:41:00 -0400 John W. Eaton try to avoid gnuplot zombies
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, 16 Jul 2009 11:56:44 -0400 John W. Eaton graphics.cc (get_array_limits): require min_pos value to be greater than zero
Wed, 08 Jul 2009 18:31:29 -0400 John W. Eaton graphics.cc (convert_cdata): return NaN for NaN values in cdata
Wed, 08 Jul 2009 17:55:54 -0400 John W. Eaton graphics.cc (convert_cdata): handle NaN values in cdata
Fri, 26 Jun 2009 21:12:09 +0100 Michael Goffioul [mq]: graphics_text_engine
Thu, 25 Jun 2009 13:57:38 +0200 Jaroslav Hajek yet more unwind_protect improvements
Tue, 23 Jun 2009 08:22:13 +0200 Jaroslav Hajek update unwind_protect usage everywhere
Sun, 14 Jun 2009 22:49:54 +0100 Michael Goffioul imported patch ticklabel
Sun, 07 Jun 2009 20:12:16 -0700 Rik Update some of Advanced Plotting documentation.
Sun, 07 Jun 2009 08:59:08 +0200 Jaroslav Hajek allow ranges and other matrices in set
Thu, 21 May 2009 21:37:11 +0100 Michael Goffioul Use display information from the root object to compute bounding boxes
Thu, 07 May 2009 15:14:19 -0400 John W. Eaton check for invalid property names when setting defaults
Tue, 05 May 2009 13:32:15 -0400 John W. Eaton graphics.cc (array_property::validate): require value to be numeric, not necessarily double
Sat, 28 Mar 2009 13:57:22 -0700 Rik Check grammar on all .cc files
Sun, 22 Mar 2009 14:40:24 -0700 Rik Cleanup documentation file plot.texi
Thu, 12 Mar 2009 23:20:33 +0800 Ben Abbott graphics.cc: Fix default "papersize" property value.
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
Mon, 02 Mar 2009 01:08:33 -0500 John W. Eaton graphics.cc (Fget, F__get__): return column vector, not row vector
Thu, 19 Feb 2009 02:16:34 -0500 John W. Eaton use consistent format for doc strings of internal functions
Fri, 13 Feb 2009 18:29:18 -0500 Ben Abbott Initialize axes ticklength property.