log libinterp/corefcn/graphics.in.h @ 33665:6de41f40e397 default 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)