log libinterp/corefcn/gl-render.cc @ 20614:10ec79b47808

age author description
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.