log libinterp/corefcn/graphics.cc @ 32103:32313c5e1bfc

age author description
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
Sat, 10 Dec 2022 00:11:20 -0500 John W. Eaton prep for moving gh_manager class to separate file
Thu, 01 Dec 2022 18:02:15 -0800 Rik maint: Re-indent code after switch to using namespace macros. stable
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
Sun, 27 Nov 2022 17:01:00 -0800 Rik maint: cleanup code in BIST tests to use Octave coding conventions. stable
Sat, 24 Sep 2022 11:57:44 +0200 Markus Mützel Include graphics objects with hidden handles in axes limit calculation (bug #63095).
Wed, 22 Jun 2022 12:48:59 -0400 John W. Eaton eliminate WHO arguments from interpreter-private functions
Tue, 05 Apr 2022 08:33:58 -0700 Rik maint: Use "fcn" as preferred abbreviation for "function" in libinterp/.
Mon, 04 Apr 2022 10:31:48 -0700 Rik doc: Ensure documentation lists output argument when it exists for functions in libinterp/
Mon, 04 Apr 2022 00:20:48 -0400 John W. Eaton maint: Merge stable to default.
Mon, 04 Apr 2022 00:20:10 -0400 John W. Eaton * graphics.cc (convert_position): Avoid possible buffer overflow. stable
Mon, 07 Feb 2022 21:47:53 -0800 Arun Giridhar Replace direct calls to C library assert() with Octave specialty functions in libinterp/ (bug #61753)
Fri, 26 Nov 2021 18:06:07 +0100 Pantxo Diribarne Allow for sticky "tight" option for auto axes limits (bug #61526)
Thu, 13 Jan 2022 07:28:48 -0800 Rik maint: merge stable to default.
Thu, 13 Jan 2022 07:28:18 -0800 Rik Fix default properties of axes labels being overrided by "text" defaults (bug #61804) 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
Mon, 27 Dec 2021 19:53:35 -0800 Rik doc: Use TF for output variable in documentation for isXXX functions in libinterp/ directory.
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)
Tue, 23 Nov 2021 12:36:01 -0500 John W. Eaton eliminate use of .+ and .- operators in Octave sources
Wed, 27 Oct 2021 15:07:52 -0700 Rik Add new plot marker styles '|' and '_' (bug #61350)
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
Fri, 13 Aug 2021 21:53:51 -0400 John W. Eaton move DEFUN and DEFMETHOD functions inside octave namespace
Sat, 14 Aug 2021 16:27:53 -0400 John W. Eaton move some error handling functions inside octave namespace
Fri, 30 Jul 2021 11:46:05 -0400 John W. Eaton prefer data over fortran_vec for read-only access to data
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
Mon, 03 May 2021 08:24:57 -0700 Rik Include invalid property name in error message from set() (bug #60487).