log libinterp/corefcn/graphics.cc @ 33377:d7e4a4e1a8fb

age author description
Fri, 12 Apr 2024 15:10:26 +0200 Markus Mützel maint: Merge stable to default.
Sat, 06 Apr 2024 14:43:10 +0200 Markus Mützel Correctly scale figure position on screen with DPI scaling. stable
Sat, 06 Apr 2024 17:11:35 -0400 John W. Eaton eliminate some uses of panic_* functions
Mon, 25 Mar 2024 00:42:04 -0400 John W. Eaton replace calls to error_* with corresponding panic_* functions in libinterp
Sat, 09 Mar 2024 19:35:48 +0100 Markus Mützel Keep per-vertex "cdata" consistent with "facevertexcdata" in patch object (bug #65431).
Sat, 09 Mar 2024 19:33:09 +0100 Markus Mützel maint: Merge stable to default.
Sat, 09 Mar 2024 19:29:51 +0100 Markus Mützel Check that size of "cdata" property matches in patch object (bug #65431). stable
Sat, 09 Mar 2024 16:57:33 +0100 Markus Mützel maint: Merge stable to default.
Fri, 08 Mar 2024 19:16:53 +0100 Markus Mützel Check that number of values in "facevertexcdata" is consistent in patch (bug #65431). stable
Fri, 16 Feb 2024 14:42:54 -0500 John W. Eaton use explicit lambda-expression captures (bug #65318)
Fri, 16 Feb 2024 03:09:40 -0500 John W. Eaton Backed out changeset 489026b7257b
Thu, 15 Feb 2024 15:40:42 -0500 John W. Eaton explicitly capture '*this' by reference in lambda expressions (bug #65318)
Mon, 22 Jan 2024 20:37:00 -0800 Rik maint: merge stable to default
Mon, 22 Jan 2024 20:35:45 -0800 Rik Stop segfault when invalid HTML color property used (bug #65192) stable
Tue, 16 Jan 2024 14:13:09 +0100 Markus Mützel Implement tickdir "both" for OpenGL graphics backends (bug #65166).
Fri, 05 Jan 2024 12:02:07 -0800 Rik test: Changed test of default colormap to be exact, no tolerance (bug #65010).
Tue, 02 Jan 2024 23:10:12 -0500 Nicholas R. Jankowski graphics.cc: Add BIST for default colormap (bug #65010).
Tue, 02 Jan 2024 17:37:01 -0800 Rik Fix default colormap values in cset dfb9b770ae77 (bug #65010).
Wed, 27 Dec 2023 16:55:14 -0800 Rik maint: New method rwdata() as clearer alternative to fortran_vec().
Mon, 25 Dec 2023 18:35:50 -0500 Nicholas R. Jankowski Increase default colormap size to 256 colors, add colormap BISTs (bug #65010)
Fri, 22 Dec 2023 12:14:08 -0500 John W. Eaton maint: merge stable to default
Fri, 22 Dec 2023 12:08:17 -0500 John W. Eaton maint: update Octave Project Developers copyright for the new year stable
Thu, 21 Dec 2023 11:22:26 -0800 Rik maint: Place class name and class keyword on one line.
Thu, 21 Dec 2023 08:28:07 -0800 Rik maint: Remove constexpr from 3 instances unsupported by clang in cset 395ab2ffb0c2
Wed, 20 Dec 2023 20:02:42 -0800 Rik maint: Use constexpr where possible for performance.
Wed, 13 Dec 2023 15:48:06 -0500 John W. Eaton avoid dim_vector copies in more places where possible (bug #64962)
Tue, 12 Dec 2023 18:24:05 -0800 Rik maint: C++ style check for libinterp/ before 9.1 release. stable
Thu, 23 Nov 2023 19:42:27 -0800 Rik doc: grammarcheck C++ files before 9.1 release. stable
Mon, 12 Jun 2023 14:18:08 -0700 Rik Add support for "none" option to axes graphic property "TickDir".
Sun, 11 Jun 2023 21:32:21 -0700 Rik maint: merge stable to default
Sun, 11 Jun 2023 21:30:23 -0700 Rik Reset all axes properties except Units, Position with "cla ('reset')" stable
Wed, 31 May 2023 10:44:35 -0700 Rik Don't use 2-digit exponent format for ticklabels when unnecessary.
Wed, 31 May 2023 10:12:26 -0700 Rik Display 5 digits when setting "xtick", "xticklabel" graphics properties (bug #64625)
Sat, 06 May 2023 13:08:38 +0200 Markus Mützel Avoid using file_stat in libinterp/corefcn (bug #59711).
Tue, 25 Apr 2023 07:50:29 -0700 Rik Provide more informative error messages for various bad calling forms to set() (bug #64072)
Thu, 20 Apr 2023 11:32:11 -0700 Rik Fix segfault when set() is used with too few inputs (bug #64072)
Tue, 18 Apr 2023 11:26:31 -0700 Rik maint: merge stable to default
Tue, 18 Apr 2023 11:09:17 -0700 Rik Stop excessive memory usage for minor grid ticks (bug #64017). stable
Thu, 02 Mar 2023 12:23:11 -0800 Rik Return [xyz]ticklabel properties as column vector for Matlab compatibility.
Fri, 17 Feb 2023 23:27:46 -0500 John W. Eaton default or disable more ctors, dtors, and assignment ops
Thu, 16 Feb 2023 14:43:18 -0500 John W. Eaton use new macros to consistently delete copy and move member functions
Sat, 11 Feb 2023 09:57:47 -0800 Rik Allow querying of only one graphic object at a time with set().
Thu, 09 Feb 2023 16:57:02 -0800 Rik Extend set() to process any combination of acceptable inputs.
Thu, 02 Feb 2023 11:41:24 -0500 Arun Giridhar Replace various iterators with range-based loops (bug #63738)
Fri, 27 Jan 2023 14:27:30 -0800 Rik maint: merge stable to default
Fri, 27 Jan 2023 14:27:10 -0800 Rik doc: Use hyphen in "comma-separated list". stable
Fri, 27 Jan 2023 14:09:11 -0800 Rik maint: merge stable to default
Fri, 27 Jan 2023 14:08:38 -0800 Rik doc: Add examples for first 3 calling forms of set() stable
Fri, 27 Jan 2023 08:23:17 -0800 Rik maint: merge stable to default
Fri, 27 Jan 2023 08:22:47 -0800 Rik doc: Use '{' and '}' around cell array inputs in set documentation for clarity. stable
Tue, 24 Jan 2023 17:19:44 -0800 Rik maint: Eliminate "(void)" in C++ function prototypes/declarations.
Sat, 21 Jan 2023 14:02:11 +0100 Markus Mützel maint: Merge stable to default.
Sat, 21 Jan 2023 14:01:41 +0100 Markus Mützel test: Add self test for auto xticks with tight axis limits (bug #63264). stable
Thu, 19 Jan 2023 23:09:41 +0100 Pantxo Diribarne maint: Merge stable to default.
Sun, 08 Jan 2023 15:12:27 +0100 Pantxo Diribarne Fix regression with xitck not updating after axis tight (bug #63624) stable
Thu, 12 Jan 2023 10:22:04 -0500 John W. Eaton use interpreter::feval instead of global feval function
Fri, 06 Jan 2023 17:19:16 -0500 John W. Eaton style fixes: avoid breaking lines after "(" and prefer "" over QString ("")
Fri, 06 Jan 2023 13:12:14 -0500 John W. Eaton maint: Merge stable to default.
Fri, 06 Jan 2023 13:11:27 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Sat, 10 Dec 2022 00:30:20 -0500 John W. Eaton move gh_manager class out of graphics.in.h and graphics.cc to separate files