log libinterp/corefcn/graphics.cc @ 29931:7faff48840eb

age author description
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).
Mon, 04 May 2020 19:18:56 +0200 Markus Mützel Add graphics object "scatter" (bug #58282).
Sun, 22 Mar 2020 19:23:03 +0100 Markus Mützel Keep Z-limits around 0 for 2-D graphics (bug #58015).
Mon, 17 Feb 2020 12:31:16 -0800 Rik Set default "paperposition" property to correct value (bug #57651) stable
Fri, 10 Jan 2020 17:25:12 -0800 Rik maint: Use Octave coding conventions in libinterp/
Fri, 10 Jan 2020 12:10:13 -0800 Rik maint: Use two spaces between sentences in code comments.
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Fri, 13 Dec 2019 22:43:36 -0500 John W. Eaton * graphics.cc (gh_manager::execute_callback): Eliminate unused variable.
Fri, 13 Dec 2019 18:18:09 -0500 John W. Eaton use interpreter::handle_exception to display errors in graphics callbacks
Tue, 10 Dec 2019 23:13:14 +0100 Markus Mützel Change class of coplanar_last_idx for patch objects (bug #55895).
Fri, 06 Dec 2019 19:32:03 +0100 Markus Mützel Add comment explaining code choice (bug #57353).
Thu, 05 Dec 2019 21:01:08 -0600 John W. Eaton avoid use of new/delete outside of constructor/destructor
Thu, 05 Dec 2019 21:21:51 +0100 Markus Mützel maint: merge stable to default
Thu, 05 Dec 2019 21:10:30 +0100 Markus Mützel Fix segfault when calculating patch vertex normals (bug #57353). stable
Wed, 04 Dec 2019 12:02:13 -0800 Rik maint: merge stable to default.
Wed, 04 Dec 2019 12:01:45 -0800 Rik Fix segfault in constructing patch normals for lighting (bug #57353). stable
Thu, 21 Nov 2019 18:41:08 -0500 John W. Eaton move graphics_toolkit class inside octave namespace
Sat, 15 Dec 2018 12:53:18 +0100 Markus Mützel Keep track of children in uibuttongroup (bug #55230).
Mon, 18 Nov 2019 11:57:51 -0500 John W. Eaton don't declare figure::properties::toolkit as mutable
Wed, 30 Oct 2019 00:24:23 +0100 Pantxo Diribarne New function uisetfont (bug #57130).
Fri, 04 Oct 2019 16:40:30 -0400 John W. Eaton make recover_from_exception a member function
Fri, 04 Oct 2019 01:15:13 -0400 John W. Eaton revamp error handling
Fri, 09 Aug 2019 10:36:08 -0400 John W. Eaton eliminate static wrapper functions in gh_manager class
Mon, 05 Aug 2019 14:42:37 -0500 John W. Eaton use m_ prefix for gh_manager data members
Mon, 05 Aug 2019 10:42:18 -0500 John W. Eaton don't use singleton pattern for gh_manager object
Mon, 05 Aug 2019 10:29:21 -0500 John W. Eaton use GCB_ prefix for global listener_mode enum names
Mon, 22 Jul 2019 20:05:55 +0200 Markus Mützel Fix freeing graphics objects (bug #55908).
Sun, 21 Jul 2019 10:21:01 -0400 John W. Eaton style fixes: generally aim to break long lines before operators, not after
Fri, 19 Jul 2019 14:15:04 -0400 John W. Eaton style fixes: avoid breaking lines immediately after '('
Fri, 19 Jul 2019 10:02:20 -0400 John W. Eaton don't use singleton pattern for display_info class
Tue, 16 Jul 2019 19:18:28 +0200 Pantxo Diribarne Fix switching from "normalized" to other text fontunits (bug #56638))
Thu, 11 Jul 2019 15:46:18 +0200 Pantxo Diribarne Let graphics toolkit compute the extent of uicontrol text strings (bug #48446)
Wed, 26 Jun 2019 15:47:03 -0400 John W. Eaton unless necessary for formatting or code, use ' instead of `
Tue, 04 Jun 2019 13:15:25 +0000 John W. Eaton additional refactoring of error handling functions
Fri, 31 May 2019 15:49:38 +0000 John W. Eaton move global error configuration and status variables inside a class
Wed, 27 Mar 2019 23:32:07 +0000 John W. Eaton maint: Strip trailing whitespace from source files.
Wed, 27 Mar 2019 23:26:27 +0000 John W. Eaton maint: Merge stable to default.
Wed, 27 Mar 2019 23:24:40 +0000 John W. Eaton maint: Strip trailing whitespace from source files. stable
Tue, 26 Mar 2019 22:14:09 +0000 John W. Eaton maint: Merge stable to default.
Tue, 26 Mar 2019 04:12:23 +0000 John W. Eaton eliminate duplicate graphics callback object stack (bug #55908) stable
Tue, 26 Mar 2019 20:06:57 +0000 John W. Eaton maint: Merge stable to default.
Sat, 16 Mar 2019 22:21:26 +0100 Markus Mützel Improve performance when closing figures (bug #55908). stable
Tue, 26 Mar 2019 04:12:23 +0000 John W. Eaton eliminate duplicate graphics callback object stack (bug #55908)
Sun, 17 Mar 2019 19:13:30 +0800 Eddy Xiao Skip coplanar test for faces with NaN vertex (bug #55895).
Sat, 16 Mar 2019 22:21:26 +0100 Markus Mützel Improve performance when closing figures (bug #55908).
Tue, 12 Mar 2019 03:27:47 +0800 Eddy Xiao Speed up patch() with faces by improving coplanar point set search (bug #55751).
Mon, 11 Mar 2019 11:49:24 -0700 Rik maint: merge stable to default.
Mon, 11 Mar 2019 11:48:47 -0700 Rik doc: Refer to "root object" rather than "root figure object". stable
Sun, 10 Mar 2019 18:25:25 +0100 Markus Mützel Calculate distance of axis limits on log scale for logarithmic axes (bug #55876).
Tue, 05 Mar 2019 13:51:16 +0100 Pantxo Diribarne Implement axes and text "fontsmoothing" property (bug #55833).
Tue, 05 Mar 2019 22:30:09 +0000 John W. Eaton lazily evaluate fcn handles; fix overload resolution (bug #29447, bug #31821, bug #48802)
Thu, 21 Feb 2019 20:11:33 +0000 John W. Eaton maint: Merge stable to default.
Thu, 21 Feb 2019 20:04:13 +0100 Markus Mützel Fix slowdown of scatter3 (bug #55751). stable
Sat, 09 Feb 2019 12:24:26 +0100 Markus Mützel Improve calculation of zlim and aspect ratios for 2d objects (bug #55634).
Mon, 04 Feb 2019 12:06:07 -0800 Rik Implement "none" as a color for axes and text objects (bug #52842).
Sun, 27 Jan 2019 16:21:18 +0100 Markus Mützel Add support for more types for graphics property "cdata" (bug #55436).
Sun, 27 Jan 2019 16:32:02 +0100 Markus Mützel maint: merge stable to default.
Fri, 25 Jan 2019 16:15:54 +0100 Pantxo Diribarne Disallow recursion in drawnow for gnuplot toolkit (bug #55528) stable
Wed, 23 Jan 2019 19:08:01 +0000 John W. Eaton test qt instead of fltk graphics (bug #55546)
Tue, 22 Jan 2019 23:54:51 +0000 John W. Eaton maint: Merge stable to default.
Tue, 22 Jan 2019 13:45:11 -0800 Mike Miller doc: clean up doc example blocks for accuracy and consistent formatting stable
Tue, 22 Jan 2019 08:07:55 -0500 John W. Eaton maint: Merge stable to default.
Sat, 19 Jan 2019 18:22:48 +0100 Markus Mützel Run tests with graphics toolkit fltk only if it is available (bug #54169). stable
Tue, 15 Jan 2019 16:21:37 -0800 Rik Scale Octave's 3-D ticklength for better appearances (bug #55483)
Sun, 13 Jan 2019 16:01:47 +0100 Markus Mützel maint: Merge stable to default.
Sat, 12 Jan 2019 16:23:18 +0100 Markus Mützel graphics.cc: Fix typo uncovered by clang static analyzer (bug #55440). stable
Fri, 11 Jan 2019 15:22:59 -0500 John W. Eaton maint: Merge stable to default.
Fri, 11 Jan 2019 18:14:41 +0100 Pantxo Diribarne Don't use C++ callback to notify close request from Qt Figures (bug #54187) stable
Fri, 11 Jan 2019 16:57:58 +0100 Pantxo Diribarne Allow any object to be the root "callbackobject" (bug #55428) stable
Tue, 08 Jan 2019 13:54:57 -0500 John W. Eaton maint: Merge stable to default.
Mon, 07 Jan 2019 20:54:21 +0100 Pantxo Diribarne Consistently notify uicontrol "style" property changes (bug #55368) stable
Mon, 07 Jan 2019 13:27:20 -0500 John W. Eaton maint: Merge stable to default.
Sun, 06 Jan 2019 22:10:44 +0100 Pantxo Diribarne Fix regression in uicontrol "style" property handling (bug #55368). stable
Mon, 07 Jan 2019 08:08:47 -0500 John W. Eaton maint: Merge stable to default.
Wed, 02 Jan 2019 17:21:21 +0100 Pantxo Diribarne Don't use C++ callbacks to notify position changes from Qt figures (bug #48519) stable
Sun, 06 Jan 2019 07:37:48 -0800 Rik maint: merge stable to default.
Sun, 06 Jan 2019 14:57:26 +0100 Markus Mützel Avoid heap-buffer-overflow with patch graphics objects (bug #55400). stable
Sun, 06 Jan 2019 14:14:39 +0100 Markus Mützel Wrong facenormals of surface objects if xdata or ydata are vectors. stable
Thu, 03 Jan 2019 17:25:36 -0800 Rik maint: merge stable to default.
Thu, 03 Jan 2019 16:21:45 -0800 Rik graphics.cc: Fix static analyzer detected issues (bug #55347). stable
Wed, 02 Jan 2019 16:45:58 -0500 John W. Eaton maint: Merge stable to default.