log libinterp/corefcn/gl-render.h @ 31605:e88a07dec498 stable

age author description
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
Tue, 28 Dec 2021 18:59:33 -0500 John W. Eaton maint: Merge stable to default.
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 24 Nov 2021 09:38:51 -0800 Rik maint: Shorten some long lines in libinterp to <= 80 characters (bug #57599)
Mon, 06 Sep 2021 10:17:24 -0700 Rik maint: use "m_" prefix for member variables in file gl-render.cc
Thu, 15 Jul 2021 16:11:12 -0400 John W. Eaton use m_ prefix for data members in gl-render classes
Fri, 12 Mar 2021 14:10:04 -0800 Rik maint: strip trailing spaces from code base.
Fri, 12 Mar 2021 20:56:19 +0100 Pantxo Diribarne Allow arbitrary text rotation onscreen (bug #33118)
Wed, 10 Feb 2021 10:10:40 -0500 John W. Eaton maint: merge stable to default.
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Mon, 04 May 2020 19:18:56 +0200 Markus Mützel Add graphics object "scatter" (bug #58282).
Thu, 12 Mar 2020 20:45:47 +0100 Pantxo Diribarne Fix inconsistent marker size between screen and printout (bug #57552) stable
Tue, 21 Jan 2020 14:57:31 -0600 John W. Eaton fix spelling of tessellate on default branch (bug #57613)
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Fri, 09 Aug 2019 10:36:08 -0400 John W. Eaton eliminate static wrapper functions in gh_manager class
Wed, 27 Mar 2019 23:32:07 +0000 John W. Eaton maint: Strip trailing whitespace from source files.
Fri, 15 Mar 2019 06:56:26 +0000 John W. Eaton avoid some overloaded virtual warnings (bug #55741)
Fri, 08 Feb 2019 18:07:33 +0100 Pantxo Diribarne Use OpenGl textures to render image objects (bug #55632).
Thu, 03 Jan 2019 14:15:08 -0800 Mike Miller do not include private file oct-opengl.h in public headers (bug #55277) stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Tue, 25 Sep 2018 17:24:53 +0200 Pantxo Diribarne Fix clipping of patch/surface markers (bug #54690)
Thu, 20 Sep 2018 21:15:40 +0200 Pantxo Diribarne Fix graphics object selection on high resolution screens (bug #49053)
Sat, 15 Sep 2018 09:43:48 +0200 John Swensen Improve OpenGL rendering on high resolution screens with Qt 5 (bug #49053)
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
Sun, 03 Jun 2018 19:51:11 +0200 Markus Mützel Move management of lights in axes from GL to graphics backend.
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
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).
Sun, 15 Oct 2017 21:06:47 +0200 Pantxo Diribarne Add support for text background area for OpenGL toolkits (bug #39692).
Mon, 26 Jun 2017 09:05:37 -0400 John W. Eaton remove octave:: namespace tag from symbols used inside octave namespace
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)
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
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
Tue, 06 Dec 2016 12:40:45 -0500 John W. Eaton make deleted functions public
Tue, 06 Dec 2016 10:59:29 -0500 John W. Eaton use c++11 "= default" syntax for declaration of trivial destructors
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, 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).
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.
Sat, 23 Jul 2016 17:45:32 +0200 Markus Mützel Update to light (patch #8943)
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 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
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
Wed, 10 Feb 2016 14:25:53 -0500 John W. Eaton include octave-config.h in public header files