log libinterp/corefcn/gl-render.cc @ 25871:d8e7532edf5f

age author description
Sun, 09 Sep 2018 18:01:06 +0200 Markus Mützel Don't render with lighting if dimensions of normals don't match.
Sat, 08 Sep 2018 20:36:30 +0200 Markus Mützel Use "facenormals" for flat lighting on surfaces (bug #54024).
Sat, 08 Sep 2018 09:54:07 -0400 John W. Eaton allow building without OpenGL to work again
Sat, 08 Sep 2018 08:03:36 -0400 John W. Eaton eliminate some duplicate OpenGL drawing code
Thu, 06 Sep 2018 16:29:56 -0400 John W. Eaton use wrapper class to call OpenGL functions
Tue, 28 Aug 2018 00:09:59 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Fri, 24 Aug 2018 11:41:04 +0200 Pantxo Diribarne Increase OpenGL clipping limits in ortho view (bug #54551).
Tue, 21 Aug 2018 22:02:23 +0200 Markus Mützel Use "facenormals" for flat lighting on patches (bug #54024).
Thu, 26 Jul 2018 16:32:12 -0700 Rik maint: Use Octave convention for spacing of C++ cast statements.
Thu, 07 Jun 2018 10:11:54 -0400 John W. Eaton prefer <istream>, <ostream>, or <iosfwd> to <iostream> where possible
Sun, 03 Jun 2018 19:51:11 +0200 Markus Mützel Move management of lights in axes from GL to graphics backend.
Thu, 31 May 2018 22:46:09 +0200 Markus Mützel Fix segmentation fault with last change (bug #47677).
Mon, 18 Jul 2016 18:33:48 +0200 Markus Muetzel Enable support of non-coplanar faces in patches for OpenGL (bug #47677).
Sun, 15 Apr 2018 04:02:32 -0500 Daniel J Sebald Fix OpenGL line-stipple bug manifested as Nouveau driver crash (bug #53644) stable
Tue, 03 Apr 2018 13:52:07 -0700 Rik maint: style check C++ ahead of 4.4 release. stable
Fri, 30 Mar 2018 18:01:17 +0200 Markus Mützel Avoid warning from opengl_renderer about light object (bug #53511). stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Mon, 26 Feb 2018 21:22:43 +0100 Pantxo Diribarne Use "butt" linecap to workaround split lines in printout (bug #53229).
Sat, 10 Feb 2018 15:45:22 -0500 John W. Eaton * gl-render.cc: Fix compilation error when HAVE_OPENGL is not defined.
Sat, 10 Feb 2018 07:58:25 -0500 John W. Eaton avoid splitting namespace blocks unnecessarily
Mon, 22 Jan 2018 02:17:46 -0500 John W. Eaton maint: strip trailing whitespace from source files
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Wed, 03 Jan 2018 21:21:41 +0100 Pantxo Diribarne Implement "pickableparts" property (bug #52795).
Sat, 28 Oct 2017 23:08:09 +0200 Pantxo Diribarne Fix regression introduced by cset 78ff6ba5cbb1 (bug #52293).
Wed, 25 Oct 2017 23:22:59 +0200 Pantxo Diribarne Fix regression with axes lines layer (see bug #39692 comment #24)
Sun, 15 Oct 2017 21:06:47 +0200 Pantxo Diribarne Add support for text background area for OpenGL toolkits (bug #39692).
Tue, 10 Oct 2017 18:21:24 +0200 Markus Mützel Add basic support of "facealpha" for surfaces and patches in OpenGL (bug #39535)
Thu, 10 Aug 2017 11:54:40 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Thu, 20 Jul 2017 22:59:27 +0200 Pantxo Diribarne Fix regression introduced by cset 06805aabbdd1 (bug #50750).
Fri, 28 Jul 2017 15:40:00 -0700 Rik Use character literals 'c' rather than string literals "c" when possible.
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Mon, 26 Jun 2017 09:05:37 -0400 John W. Eaton remove octave:: namespace tag from symbols used inside octave namespace
Sun, 11 Jun 2017 22:14:09 -0700 Rik maint: Deprecate is_empty and replace with isempty.
Thu, 08 Jun 2017 15:56:46 -0700 Rik Deprecate octave::math::finite in favor of octave::math::isfinite.
Thu, 08 Jun 2017 18:20:45 -0400 John W. Eaton * gl-render.cc: Allow build to succeed without OpenGL.
Sun, 28 May 2017 14:21:07 +0200 Pantxo Diribarne Draw 2D axes primitives in the children stack order (bug #50750)
Tue, 23 May 2017 15:01:27 +0200 Pantxo Diribarne Add getframe function for opengl based toolkits (bug #48195)
Tue, 09 May 2017 12:49:53 -0400 John W. Eaton maint: Use "" instead of <> for our own include files.
Thu, 27 Apr 2017 17:33:10 -0700 Rik maint: Wrap tertiary operator in parentheses "(COND ? x : y)".
Thu, 27 Apr 2017 09:48:57 -0700 Rik maint: Use convention 'void * fcn ()' for functions which return pointers.
Mon, 24 Apr 2017 17:20:37 -0700 Rik maint: Use convention 'int& x' for naming references.
Thu, 13 Apr 2017 10:34:43 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Tue, 15 Nov 2016 23:10:15 +0100 Markus Mützel Improve support of "(xy)axislocation" "origin" (bug #48562).
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Sat, 14 Jan 2017 10:04:07 +0100 Andreas Weber gl-render.cc: Show OpenGL error also as string
Fri, 06 Jan 2017 18:06:31 -0500 John W. Eaton move octave_refcount inside octave namespace
Tue, 06 Dec 2016 12:40:45 -0500 John W. Eaton make deleted functions public
Mon, 05 Dec 2016 22:59:37 -0500 John W. Eaton use c++11 style for deleting default copy constructor and assignment operator
Fri, 18 Nov 2016 16:55:20 +0100 Pantxo Diribarne Make axes corners join in printout (bug #39643)
Thu, 27 Oct 2016 09:24:58 +0200 Pantxo Diribarne Implement "linejoin" property (bug #48387)
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Tue, 08 Nov 2016 15:55:10 -0800 Rik build: Fix building when '--without-opengl' option given (bug #49561).
Mon, 12 Sep 2016 18:52:29 +0200 Markus Mützel Add support in opengl for "(xy)axislocation" "origin" (bug #48562).
Fri, 14 Oct 2016 15:42:08 -0700 Rik Rename [xyz]mtick properties to [xyz]minortickvalues (bug #49205).
Fri, 14 Oct 2016 14:46:25 -0700 Rik Add '__' to start/end of hidden Octave-only graphics properties (bug #49205).
Thu, 22 Sep 2016 16:55:26 +0200 Markus Mützel Fix color of (minor) grid (bug #48429).
Thu, 15 Sep 2016 22:10:14 -0400 John W. Eaton fix compilation of gl-render.cc if OpenGL is missing