log libinterp/corefcn/gl-render.cc @ 21196:bd96c2efd4fe

age author description
Thu, 04 Feb 2016 16:56:02 -0500 John W. Eaton move include statements for OpenGL headers to a single file
Wed, 20 Jan 2016 17:53:19 -0500 John W. Eaton include errwarn.h in all files that use gripe_disabled_feature
Tue, 19 Jan 2016 12:44:54 -0800 Rik Use err_disabled_feature, warn_disabled_feature throughout code base.
Sat, 26 Dec 2015 18:59:45 -0800 Rik Deprecate all_strings, replace with string_vector_value.
Wed, 23 Dec 2015 21:46:39 -0800 Rik maint: Use is_empty rather than "numel () == 0" for clarity.
Sun, 20 Dec 2015 10:15:02 -0800 Rik maint: Use '! expr' rather than '!expr' to conform to coding guidelines.
Fri, 18 Dec 2015 22:39:36 -0500 John W. Eaton style fixes for comments
Mon, 23 Nov 2015 17:15:38 -0800 Rik Accept color value of "none" for line objects (bug #44224).
Wed, 18 Nov 2015 10:40:26 -0800 Rik Make error messages more specific about the variable and problem encountered.
Tue, 13 Oct 2015 00:01:13 +0200 Pantxo Diribarne Add method in gl_render to get a list of parsed ft_string (bug #31468)
Tue, 23 Jun 2015 22:21:50 +0200 Pantxo Diribarne Make use of the axes "ticklabelinterpreter" property (bug #45438)
Sat, 30 May 2015 03:14:07 +0100 Carnë Draug Deprecate Array::length() and Sparse::length() in favour of ::numel().
Thu, 09 Apr 2015 21:59:34 +0200 Pantxo Diribarne Honor the axes stack order in gl2ps outputs (bug #44765)
Mon, 06 Apr 2015 21:33:13 +0200 Pantxo Diribarne Skip z axes rendering when in 2D mode (bug #44752)
Tue, 03 Mar 2015 18:25:16 -0600 Daniel J Sebald Fix computation of next-power-of-2 for height in OpenGL texture creation.
Thu, 26 Feb 2015 13:07:04 -0500 John W. Eaton maint: More cleanup of C++ code to follow Octave coding conventions.
Wed, 25 Feb 2015 11:55:49 -0800 Rik maint: Cleanup C++ code to follow Octave coding conventions.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Tue, 20 Jan 2015 10:29:54 -0500 John W. Eaton strip trailing whitespace from most source files
Sun, 11 May 2014 22:24:50 +0200 Pantxo Diribarne Handle non "points" fontunits properties (bug # 40158)
Fri, 11 Jul 2014 13:36:12 -0700 Rik Change OpenGL dashed line style to 50% mark / 50% space.
Sat, 21 Jun 2014 13:07:57 +0200 Pantxo Diribarne Translate patch property listeners to C++ (bug #42159)
Tue, 10 Jun 2014 09:08:33 -0700 Rik Correctly render unclosed contour of a patch object.
Mon, 19 May 2014 22:17:48 -0700 Rik gl-render.cc: Use enum symbolic constants for code clarity.
Sun, 18 May 2014 14:20:24 -0700 Rik Use OpenGL line smoothing when multisample is not available.
Sat, 17 May 2014 13:17:47 -0700 Rik * gl-render.cc (opengl_renderer::make_marker_list): Replace glVertex2f with
Sat, 17 May 2014 12:56:11 -0700 Rik Fix Z-order stacking of patches and axes grid lines (bug #40722).
Fri, 02 May 2014 10:43:06 -0700 Rik Revert ea22cf3e370b and 60df2fd04293 plotting grid/ticks over axes lines.
Tue, 29 Apr 2014 15:50:32 -0700 Rik Don't plot tickmarks over axes lines for better appearance.
Tue, 29 Apr 2014 14:37:45 -0700 Rik Don't plot grid lines directly over axis box lines.
Tue, 29 Apr 2014 11:39:58 -0700 Rik Fix Z-depth issues of patches and lines in 2-D plots (bug #40722).
Sat, 26 Apr 2014 16:39:20 -0700 Rik Add support for integer data types for image cdata.
Sat, 26 Apr 2014 13:12:35 -0700 Rik gl-render.cc: Use class prefix, opengl_renderer or opengl_texture, when printing warning.
Fri, 25 Apr 2014 11:18:04 -0700 Rik Don't fetch lots of axes state information for rendering if object is not visible.
Wed, 23 Apr 2014 18:48:30 -0700 Rik Fix axes bounding box not obeying 'layer' property.
Tue, 15 Apr 2014 14:00:30 -0700 Rik Fix Z-order stacking of line markers and other graphic objects (bug #40054).
Thu, 16 Jan 2014 22:33:48 -0800 Rik Make "edgecolor"="flat" for patch objects compatible with Matlab.
Thu, 16 Jan 2014 21:44:07 -0800 Rik Change diagonal of FaceColor interpolation for patch objects to match Matlab.
Fri, 13 Dec 2013 22:35:31 -0800 Rik Color patch face based upon first vertex (bug #40247).
Thu, 05 Dec 2013 10:50:17 -0800 Rik Follow coding convention of defining and initializing only 1 variable per line in liboctinterp.
Mon, 28 Oct 2013 19:51:46 -0700 Rik Use GNU style coding conventions for code in libinterp/
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Tue, 22 Oct 2013 16:20:33 -0700 Rik Print warning and abort FLTK plot if data values < -maxfloat (bug #40246)
Tue, 22 Oct 2013 12:37:20 -0700 Rik Add solutions to warning message when data values exceed float capacity.
Tue, 22 Oct 2013 12:27:31 -0700 Rik Fix segfault when x or y data values are large (bug #39925).
Tue, 22 Oct 2013 11:50:13 -0700 Rik Print warning and abort plot if data range > max float (bug #40246)
Mon, 14 Oct 2013 10:44:38 -0700 Rik gl-render.cc: Replace custom min function with std::min.
Tue, 08 Oct 2013 08:18:27 -0700 Rik gl-render.cc: Remove commented code from cset c3aadd228c37.
Mon, 07 Oct 2013 13:01:25 -0700 Rik Fix surf/mesh handling of NaN values in cdata (transparent) (bug #32275).
Thu, 03 Oct 2013 16:42:42 -0700 Rik Don't plot NaN values in cdata (bug #40114).
Sun, 18 Aug 2013 16:36:38 -0400 Michael Goffioul Add simple TeX parser based on flex/bison.
Wed, 03 Jul 2013 17:43:48 -0700 Rik maint: Collapse interpfcn and interpfcn-core directories into corefcn directory. base libinterp/interp-core/gl-render.cc@7326386f7162