log libinterp/corefcn/graphics.cc @ 27277:db687716fed6

age author description
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.
Wed, 02 Jan 2019 16:41:55 -0500 John W. Eaton maint: Merge stable to default.
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Wed, 02 Jan 2019 10:54:48 -0800 Rik graphics.h: Fix static analyzer detected issues (bug #55347). stable
Wed, 02 Jan 2019 14:13:59 +0100 Andreas Weber Fix static analyzer detected V668 issues (bug #55347).
Sat, 29 Dec 2018 22:36:48 -0800 Rik maint: merge stable to default.
Sat, 29 Dec 2018 18:59:33 -0800 Rik Stop creating orphaned graphic handles if two "parent" properties given (bug #55322). stable