log libinterp/corefcn/gl-render.cc @ 23083:e9a0469dedd9 stable

age author description
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.
Thu, 11 Aug 2016 10:20:13 -0700 Rik Fix badly drawn 'o' and '.' markers at small and large sizes (OpenGL).
Tue, 09 Aug 2016 14:41:32 +0200 Markus Mützel Fix compile error and warning with '--without-opengl' (bug #48724)
Sat, 23 Jul 2016 17:45:32 +0200 Markus Mützel Update to light (patch #8943)
Thu, 14 Jul 2016 10:59:29 +0200 Andreas Weber main: Fix typos "It's" -> "Its" and "it's" -> "its" (Bug #48508)
Fri, 01 Jul 2016 19:48:35 -0700 Rik maint: Eliminate unnecessary double newline blocks (only whitespace changes).
Mon, 20 Jun 2016 11:56:17 -0700 Rik Use 1/3rd MarkerSize for '.' marker for Matlab compatibility (bug #48208).
Fri, 17 Jun 2016 15:18:58 -0700 Rik Update graphics properties for figure object.
Tue, 14 Jun 2016 10:32:24 -0700 Rik Simplify handling of 'box' property for legend axes objects.
Fri, 10 Jun 2016 21:44:51 -0700 Rik Don't draw legend objects if "visible" is "off".
Thu, 05 May 2016 20:03:26 +0100 Andrew Thornton Implement uibuttongroup (bug #47513)
Mon, 30 May 2016 10:44:24 -0400 John W. Eaton eliminate some duplicate code in gl-render.cc
Mon, 30 May 2016 09:51:47 -0400 John W. Eaton * gl-render.cc: Remove trailing whitespace; style fixes.
Mon, 30 May 2016 13:17:13 +0200 mmuetzel Implement graphics object "light" (patch #8943).
Wed, 25 May 2016 16:51:16 -0400 John W. Eaton use namespace for lo-mappers.h functions
Thu, 19 May 2016 18:48:52 -0700 Rik maint: Use two spaces after period to indicate sentence break.
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Fri, 13 May 2016 09:36:14 -0400 John W. Eaton Eliminate unused variable warnings for conditionally compiled code.
Thu, 12 May 2016 14:46:25 -0400 John W. Eaton * gl-render.cc: Allow compilation without OPENGL.
Mon, 09 May 2016 14:14:22 -0400 John W. Eaton store OpenGL version info in figure properties
Mon, 02 May 2016 08:53:18 -0700 Rik maint: for clarity, call ndims() rather than length() on dimension vectors.
Sun, 10 Apr 2016 20:45:01 -0700 Rik maint: Remove extra space between end of statement and semicolon.
Tue, 15 Mar 2016 13:46:22 +0100 mmuetzel Don't enable opengl lighting when no light object is present (bug #42006)
Thu, 25 Feb 2016 16:15:04 -0500 John W. Eaton remove HAVE_OPENGL from public header file
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Sat, 06 Feb 2016 08:15:53 -0500 John W. Eaton revamp text rendering classes
Fri, 05 Feb 2016 16:29:08 -0800 Rik maint: Indent #ifdef blocks in libinterp.
Thu, 04 Feb 2016 18:12:00 -0500 John W. Eaton provide wrapper for glFinish in opengl_renderer class
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.