log libinterp/corefcn/graphics.in.h @ 33617:ec2635a02328 bytecode-interpreter tip

age author description
Fri, 12 Apr 2024 11:15:32 -0400 John W. Eaton replace nearly all remaining uses of panic_impossible with error
Sat, 02 Mar 2024 19:24:04 -0800 Rik Don't update 'clim' property for TrueColor data (bug #65404)
Thu, 11 Jan 2024 14:43:05 -0500 John W. Eaton maint: merge stable to default
Thu, 11 Jan 2024 14:40:27 -0500 John W. Eaton eliminate useless "if (ptr)" checks protecting "delete ptr" statements. stable
Wed, 27 Dec 2023 16:55:14 -0800 Rik maint: New method rwdata() as clearer alternative to fortran_vec().
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.
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
Mon, 12 Jun 2023 14:18:08 -0700 Rik Add support for "none" option to axes graphic property "TickDir".
Fri, 03 Mar 2023 16:04:18 -0500 John W. Eaton eliminate some clang warnings about defaulted functions being deleted
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
Tue, 14 Feb 2023 22:04:06 -0500 Arun Giridhar maint: Remove `#if 0` commented-out code from the codebase.
Tue, 24 Jan 2023 17:19:44 -0800 Rik maint: Eliminate "(void)" in C++ function prototypes/declarations.
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
Thu, 01 Dec 2022 14:28:07 -0800 Rik maint: merge stable to default
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
Wed, 16 Nov 2022 06:07:14 -0500 Arun Giridhar maint: Remove more function deprecated in Octave 7
Tue, 27 Sep 2022 23:30:54 +0200 Pantxo Diribarne Don't delete labels when reordering of axes children (bug #63117)
Sat, 24 Sep 2022 11:57:44 +0200 Markus Mützel Include graphics objects with hidden handles in axes limit calculation (bug #63095).
Tue, 24 May 2022 13:28:06 -0700 Rik Update figure graphics object for Matlab compatibility.
Sat, 14 May 2022 19:06:56 -0700 Rik Deprecate uimenu properties "label" and "callback" (bug #62443)
Wed, 11 May 2022 09:45:31 -0700 Rik maint: merge stable to default
Wed, 11 May 2022 09:44:55 -0700 Rik Stop incorrect error when reset() called on uimenu handle (bug #62425) stable
Tue, 05 Apr 2022 08:33:58 -0700 Rik maint: Use "fcn" as preferred abbreviation for "function" in libinterp/.
Fri, 26 Nov 2021 18:06:07 +0100 Pantxo Diribarne Allow for sticky "tight" option for auto axes limits (bug #61526)
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
Sun, 28 Nov 2021 22:03:07 -0800 Rik maint: merge stable to default.
Sun, 28 Nov 2021 21:52:08 -0800 Rik maint: style check C++ files in libinterp/ ahead of 7.1 release. stable
Wed, 24 Nov 2021 09:38:51 -0800 Rik maint: Shorten some long lines in libinterp to <= 80 characters (bug #57599)
Thu, 27 May 2021 22:49:26 +0200 Pantxo Diribarne Limit the size of the cache of latex parsed strings (bug #59546).
Wed, 27 Oct 2021 15:07:52 -0700 Rik Add new plot marker styles '|' and '_' (bug #61350)
Fri, 10 Sep 2021 07:02:04 -0700 Rik maint: Use public: qualifier in structs that are really classes.
Thu, 26 Aug 2021 15:30:55 -0400 John W. Eaton allow figure alphamap property to be a column vector (bug #61085)
Wed, 25 Aug 2021 09:17:48 -0700 Rik maint: use "m_" prefix for member variables of graphics objects.
Wed, 18 Aug 2021 00:25:50 -0400 John W. Eaton move classes for graphics objects and properties inside octave namespace
Thu, 22 Jul 2021 13:40:03 -0700 Rik Allow 'Label' to be used as a synonym for 'Text' on uimenus (bug #60870)
Fri, 16 Jul 2021 16:20:23 -0400 John W. Eaton use m_ prefix for data members in graphics objects and properties classes
Wed, 12 May 2021 19:28:54 +0200 Markus Mützel maint: merge stable to default.
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471) stable
Wed, 12 May 2021 00:11:20 +0200 Pantxo Diribarne Synchronize positions optionally when updating axes ticks (bug #60583)
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471)
Thu, 11 Mar 2021 01:15:02 -0500 John W. Eaton delete unused function from graphics base_properties class
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
Tue, 29 Dec 2020 18:15:36 +0100 Markus Mützel Set API tags in files in libinterp/corefcn (patch #8919).
Tue, 08 Dec 2020 13:25:03 -0800 Rik maint: Updating naming conventions for exceptions and use const where possible.
Sat, 31 Oct 2020 12:31:11 +0100 Markus Mützel maint: merge stable to default.
Sun, 25 Oct 2020 20:11:11 +0100 Pantxo Diribarne Don't rely on graphics_objects destructor being executed synchronously (bug #53513). stable
Tue, 08 Sep 2020 08:34:28 -0700 Rik maint: Remove trailing spaces from code base.
Sat, 06 Jun 2020 21:37:10 -0700 Rik Implement "none" for scatter "markeredgecolor" property (bug #58508)
Fri, 22 May 2020 16:22:08 -0400 John W. Eaton maint: Merge stable to default.
Thu, 21 May 2020 11:23:24 -0400 John W. Eaton fix constness of some graphics properties methods stable
Mon, 18 May 2020 13:02:20 +0200 Markus Mützel Replace uses of axes property "activepositionproperty" by "positionconstraint" (bug #58336).