log libinterp/corefcn/graphics.cc @ 31238:67cad4e8f866

age author description
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).
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471)
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
Sun, 03 Jan 2021 14:39:31 -0500 John W. Eaton prefer unwind_action over unwind_protect in more places
Thu, 10 Dec 2020 23:35:06 +0100 Pantxo Diribarne maint: merge stable to default
Thu, 10 Dec 2020 23:23:09 +0100 Pantxo Diribarne Show original error when failing to create a graphics object (bug #59620) stable
Wed, 09 Dec 2020 19:25:01 +0100 Markus Mützel Re-calculate axis ticks when axis scale is changed (bug #39393).
Tue, 08 Dec 2020 13:25:03 -0800 Rik maint: Updating naming conventions for exceptions and use const where possible.
Mon, 07 Dec 2020 13:34:49 -0800 Rik maint: Use octave::execution_exception in catch block in cset 5b8885af4e2f.
Mon, 30 Nov 2020 13:33:27 -0800 Rik Allow color graphic properties to accept HTML specifications (bug #59562).
Fri, 27 Nov 2020 17:01:47 -0800 Rik doc: Cleanup Texinfo macros use in documentation.
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, 13 Oct 2020 22:24:20 -0700 Rik maint: Prepend name of function to error() messages.
Tue, 13 Oct 2020 19:49:11 -0700 Rik maint: Use Octave convention of space after function name in libinterp/.
Tue, 13 Oct 2020 13:55:09 -0700 Rik maint: Use Octave convention that warning() messages don't end with a period.
Tue, 13 Oct 2020 13:47:55 -0700 Rik maint: Use Octave convention that error() messages don't end with a period.
Sat, 10 Oct 2020 20:06:12 -0700 Rik maint: Use coding style with parentheses after function name in libinterp.
Fri, 02 Oct 2020 13:25:00 -0400 John W. Eaton use [=] capture default specification where possible
Fri, 02 Oct 2020 12:58:12 -0400 John W. Eaton in unwind_action objects, capture variables in lambda expressions when possible
Tue, 29 Sep 2020 15:37:52 +0200 Markus Mützel graphics.cc: Replace unwind_protect with more efficient constructs (bug #59192).
Mon, 14 Sep 2020 14:38:42 -0700 Rik Avoid incorrect conversion of char matrix to string when setting graphic properties (bug #59113)
Sat, 11 Jul 2020 10:15:57 -0400 John W. Eaton avoid function call input or output argument number mismatch
Sat, 20 Jun 2020 14:09:09 +0200 Markus Mützel Fix heap-buffer-overflow in scatter graphics object.
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
Thu, 21 May 2020 09:14:27 -0400 John W. Eaton move stray base_graphics_toolkit function to graphics-toolkit.cc stable
Thu, 21 May 2020 19:10:53 +0200 Markus Mützel maint: merge stable to default.
Thu, 21 May 2020 11:49:03 +0200 Markus Mützel Catch error on setting properties during figure creation (bug #54953). stable
Sun, 19 Apr 2020 20:25:11 +0200 Pantxo Diribarne getpixelposition.m: Implement new function (bug #58181)
Sun, 17 May 2020 20:49:02 +0200 Markus Mützel Mirror value of axes property "activepositionproperty" from "positionconstraint" (bug #58336).
Sat, 16 May 2020 18:45:34 +0200 Markus Mützel Mirror new base property "contextmenu" in "uicontextmenu" (bug #58336).