log libinterp/corefcn/gl-render.cc @ 25054:6652d3823428 stable

age author description
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
Thu, 15 Sep 2016 00:36:59 +0200 Markus Mützel Query OpenGL errors on initialization of GL context (bug #45542).
Tue, 30 Aug 2016 21:46:47 -0700 Rik maint: Style check C++ code in libinterp/.
Fri, 26 Aug 2016 14:22:14 -0700 Rik Make linestyles compatible at larger linewidths (bug #48884).
Fri, 26 Aug 2016 14:15:31 -0400 John W. Eaton fix build with minimal dependencies
Fri, 26 Aug 2016 16:21:04 +0200 Pantxo Diribarne Fix inconsistent on-screen/printout patch and surface edges (bug #48873).
Tue, 23 Aug 2016 16:13:31 -0700 Rik Fix display of scaled images in OpenGL toolkits (bug #48879).
Mon, 22 Aug 2016 15:21:59 -0700 Rik Implement "boxstyle" graphics property.
Mon, 22 Aug 2016 14:30:37 -0700 Rik Draw tick marks in appropriate axes color (OpenGL renderers).
Mon, 22 Aug 2016 13:47:50 -0700 Rik Make sure all lines associated with axes respect axes linewidth property.
Mon, 22 Aug 2016 13:33:20 +0200 Pantxo Diribarne Avoid grid overlaying axes box (bug #48842)
Thu, 04 Aug 2016 09:20:20 +0200 Markus Mützel Do not call GL functions before window is open. (bug #48669)
Sat, 20 Aug 2016 15:24:42 +0200 Markus Mützel gl-render.cc: Draw minor grid lines at major ticks if major grid is off (bug #48528)
Sat, 20 Aug 2016 14:46:18 +0200 Markus Mützel gl-render.cc/.h: (minor)gridcolor and (minor)gridalpha for OpenGL toolkits (bug #48429)
Wed, 17 Aug 2016 11:43:27 -0400 John W. Eaton maint: Indent namespaces in more files.
Wed, 17 Aug 2016 02:57:50 -0400 John W. Eaton move more new classes inside octave namespace
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.