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

age author description
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
Wed, 22 Jun 2022 12:48:59 -0400 John W. Eaton eliminate WHO arguments from interpreter-private functions
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 27 Oct 2021 15:07:52 -0700 Rik Add new plot marker styles '|' and '_' (bug #61350)
Mon, 06 Sep 2021 10:17:24 -0700 Rik maint: use "m_" prefix for member variables in file gl-render.cc
Wed, 25 Aug 2021 09:17:48 -0700 Rik maint: use "m_" prefix for member variables of graphics objects.
Thu, 15 Jul 2021 16:11:12 -0400 John W. Eaton use m_ prefix for data members in gl-render classes
Sat, 13 Mar 2021 10:56:43 +0100 Markus Mützel Fix compilation without OpenGL (bug #33118).
Fri, 12 Mar 2021 20:56:19 +0100 Pantxo Diribarne Allow arbitrary text rotation onscreen (bug #33118)
Wed, 10 Mar 2021 23:05:17 -0500 John W. Eaton use std::shared_ptr and m_ prefix for vertex_data and opengl_texture classes
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
Wed, 02 Dec 2020 09:02:37 -0800 Rik maint: strip trailing spaces from code base.
Mon, 05 Oct 2020 15:19:15 -0400 John W. Eaton eliminate unnecessary uses of octave:: namespace qualifier
Sun, 13 Sep 2020 16:06:49 +0200 Markus Mützel Improve rendering issues due to small distance between clipping plains (bug #58956).
Sat, 11 Jul 2020 15:11:42 +0200 Markus Mützel maint: merge stable to default.
Sat, 11 Jul 2020 14:52:10 +0200 Markus Mützel gl-render.cc: Fix enumeration error. stable
Thu, 04 Jun 2020 14:25:52 +0200 Pantxo Diribarne maint: merge stable to default
Tue, 02 Jun 2020 21:53:54 +0200 Pantxo Diribarne Don't scale text margin in printout (bug #58486) 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
Sun, 26 Jan 2020 14:17:00 +0100 Markus Mützel Only use ambient light for edge lighting on patches (bug #57553).
Wed, 22 Jan 2020 19:50:50 -0800 Rik Fix size of markers in printouts to match screen (bug #57552).
Tue, 21 Jan 2020 14:57:31 -0600 John W. Eaton fix spelling of tessellate on default branch (bug #57613)
Fri, 10 Jan 2020 17:25:12 -0800 Rik maint: Use Octave coding conventions in libinterp/
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
Tue, 10 Dec 2019 23:13:14 +0100 Markus Mützel Change class of coplanar_last_idx for patch objects (bug #55895).
Mon, 02 Dec 2019 18:23:12 +0100 Pantxo Diribarne Make graphics antialiasing and blending independent (bug #57343)
Thu, 26 Sep 2019 11:32:52 -0400 John W. Eaton consistently use octave_idx_type for reference counts
Fri, 09 Aug 2019 10:36:08 -0400 John W. Eaton eliminate static wrapper functions in gh_manager class
Sun, 21 Jul 2019 10:21:01 -0400 John W. Eaton style fixes: generally aim to break long lines before operators, not after
Wed, 27 Mar 2019 23:32:07 +0000 John W. Eaton maint: Strip trailing whitespace from source files.
Fri, 15 Feb 2019 13:25:11 +0100 Pantxo Diribarne Warn when image can't be rendered due to OpenGL library limitation (bug #54680)
Tue, 05 Mar 2019 13:51:16 +0100 Pantxo Diribarne Implement axes and text "fontsmoothing" property (bug #55833).
Fri, 08 Feb 2019 18:07:33 +0100 Pantxo Diribarne Use OpenGl textures to render image objects (bug #55632).
Mon, 11 Feb 2019 14:22:54 -0800 Rik Measure LineWidth in points, not pixels, for Matlab compatibility (bug #53056).
Wed, 06 Feb 2019 16:37:34 -0800 Rik Improve appearance of patterned lines at small LineWidths.
Mon, 04 Feb 2019 12:06:07 -0800 Rik Implement "none" as a color for axes and text objects (bug #52842).
Sun, 03 Feb 2019 16:35:34 +0100 Markus Mützel gl-render.cc: Omit minor grid and minor ticks if ticks are empty (bug #55633).
Wed, 16 Jan 2019 23:38:19 +0100 Pantxo Diribarne Fixed dash pattern when figure "__device_pixel_ratio__" is not 1 (bug #55484) stable
Sun, 06 Jan 2019 18:01:52 +0100 Markus Mützel Use facealpha for surface objects with uniform facecolor and lighting (bug #55384). stable
Sun, 06 Jan 2019 15:05:29 +0100 Markus Mützel Avoid heap-buffer-overflow with facenormals on surface edges (bug #48519). stable
Sat, 05 Jan 2019 12:45:50 +0100 Markus Mützel gl-render.cc (draw_axes_x_grid): Fix copy & paste error (bug #55390). stable
Thu, 03 Jan 2019 14:15:08 -0800 Mike Miller do not include private file oct-opengl.h in public headers (bug #55277) stable
Thu, 03 Jan 2019 10:50:11 -0800 Rik gl-render.cc: Fix static analyzer detected issues (bug #55347). stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Sun, 09 Dec 2018 17:03:33 -0800 Rik Hack margin of text objects to be measured in points, not pixels.
Tue, 20 Dec 2016 03:25:17 +0000 Andrew Thornton Implement uitable (patch #9084)
Fri, 02 Nov 2018 10:20:37 +0100 Pantxo Diribarne Fix regression introduced by cset f5e08983d07c (bug #49490)
Sun, 04 Nov 2018 07:01:41 -0800 Rik maint: Use 2D, 3D in variable names in graphics code rather than 2d,3d.
Thu, 01 Nov 2018 16:03:34 +0100 Pantxo Diribarne Clip images in figure limits if necessary (bug #49490)
Thu, 01 Mar 2018 23:41:52 +0100 Pantxo Diribarne print.m: Implement "-opengl", "-painters" and "-RGBImage" options (bug #52866)
Sun, 28 Oct 2018 21:56:40 +0100 Pantxo Diribarne Fix rendering of images with permuted x/ydata (bug #49756).
Fri, 19 Oct 2018 12:41:19 -0400 John W. Eaton maint: Merge stable to default.
Fri, 19 Oct 2018 12:38:01 -0400 John W. Eaton style fixes 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)