log libgui/graphics/Canvas.cc @ 31649:deb553ac2c54

age author description
Tue, 06 Dec 2022 15:45:27 -0500 John W. Eaton maint: Merge stable to default.
Tue, 06 Dec 2022 14:53:00 -0500 John W. Eaton maint: Re-indent code after switch to using namespace macros. stable
Tue, 06 Dec 2022 15:37:43 -0500 John W. Eaton maint: Merge stable to default.
Tue, 06 Dec 2022 14:37:51 -0500 John W. Eaton maint: Use macros to begin/end C++ namespaces. stable
Sun, 04 Dec 2022 22:57:02 -0500 John W. Eaton eliminate unnecessary uses of octave_qobject in GUI classes
Fri, 02 Dec 2022 18:43:12 -0500 John W. Eaton handle icons and themes in gui_settings class, not resource_manager
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Mon, 29 Nov 2021 15:58:51 -0800 Rik maint: style check C++ files in src/ and libgui/ ahead of 7.1 release. stable
Wed, 18 Aug 2021 13:49:06 -0400 John W. Eaton replace all uses of deprecated Qt::MidButton symbol with Qt::MiddleButton
Wed, 18 Aug 2021 00:21:26 -0400 John W. Eaton rename QtHandles namespace to octave
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
Thu, 12 Nov 2020 02:02:39 -0500 John W. Eaton maint: merge stable to default.
Wed, 11 Nov 2020 23:18:47 -0500 John W. Eaton avoid warnings about deprecated QWheelEvent::pos method stable
Wed, 11 Nov 2020 23:08:08 -0500 John W. Eaton avoid warnings about deprecated QWheelEvent methods delta and orientation stable
Fri, 02 Oct 2020 13:25:00 -0400 John W. Eaton use [=] capture default specification where possible
Sat, 16 May 2020 13:32:24 -0700 Rik Remove support for Qt4 in Octave 7.
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
Thu, 02 Jan 2020 16:08:06 -0800 Rik Allow Qt selection rectangle to be slightly larger than axes for ease of use (patch #9763)
Wed, 06 Nov 2019 12:42:12 -0500 John W. Eaton eliminate global access to Octave interpreter in qt graphics classes
Tue, 05 Nov 2019 13:28:45 -0500 John W. Eaton eliminate global access to Octave resources in qt graphics classes
Mon, 04 Nov 2019 13:34:44 -0500 John W. Eaton in GUI objects, store reference to base_qobject instead of resource_manager
Fri, 01 Nov 2019 18:16:49 -0400 John W. Eaton don't use singleton pattern for resource manager in GUI
Mon, 16 Sep 2019 23:35:19 -0400 John W. Eaton update some header file lists in libgui sources
Wed, 11 Sep 2019 16:46:54 -0400 John W. Eaton mark all interpreter_event lambda functions with special comment
Thu, 05 Sep 2019 10:13:39 +0200 Pantxo Diribarne Allow Qt graphics callbacks to work again (bug #56857)
Fri, 09 Aug 2019 10:36:08 -0400 John W. Eaton eliminate static wrapper functions in gh_manager class
Fri, 02 Aug 2019 15:19:43 -0500 John W. Eaton use Qt signals to manage calls to gh_manager functions in Qt graphics toolkit
Fri, 02 Aug 2019 12:18:48 -0500 John W. Eaton rename Backend to qt_graphics_toolkit
Mon, 29 Jul 2019 10:43:20 -0400 John W. Eaton use Qt signals for interpreter callbacks in Qt graphics toolkit
Thu, 18 Jul 2019 11:23:22 -0400 John W. Eaton rename octave_link and octave_link_events classes, move inside octave namespace
Wed, 17 Jul 2019 14:09:20 -0400 John W. Eaton eliminate static functions from octave_link class
Fri, 12 Jul 2019 19:26:55 -0400 John W. Eaton replace more explicit callback functions with lambda expressions
Tue, 09 Jul 2019 19:41:27 +0200 Pantxo Diribarne Allow figure "keypressfcn" to work with uipanel on the way (bug #56598)
Tue, 28 May 2019 16:43:48 +0200 Pantxo Diribarne Implement figure "windowscrollwheelfcn" property for Qt toolkit (bug #56028).
Sun, 19 May 2019 11:15:10 +0200 Pantxo Diribarne Implement "pointer" and related figure properties for Qt toolkit (bug #56347)
Mon, 01 Apr 2019 13:57:10 +0000 John W. Eaton move feval functions to interpreter class
Wed, 27 Mar 2019 23:32:07 +0000 John W. Eaton maint: Strip trailing whitespace from source files.
Thu, 07 Mar 2019 22:53:33 +0100 Pantxo Diribarne Use an uitoolbar and ui*tools to build the default figure toolbar (bug #55795)
Thu, 07 Mar 2019 16:31:51 +0100 Pantxo Diribarne Disalow zoom/pan/rotate on legend and colorbar axes (bug #55848)
Wed, 09 Jan 2019 09:05:31 +0100 Pantxo Diribarne Fix error when performing autoscale from Qt figures (bug #54920) stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Tue, 20 Dec 2016 03:25:17 +0000 Andrew Thornton Implement uitable (patch #9084)
Fri, 19 Oct 2018 12:38:01 -0400 John W. Eaton style fixes stable
Tue, 03 Apr 2018 13:52:07 -0700 Rik maint: style check C++ ahead of 4.4 release. stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 02 Mar 2018 13:25:34 -0500 John W. Eaton eliminate most Qt version checks
Fri, 23 Feb 2018 14:33:55 +0100 Pantxo Diribarne Allow getframe and print to work without osmesa (bug #53186).
Mon, 12 Feb 2018 17:18:43 +0100 Pantxo Diribarne Ignore figure "hittest" for executing "buttondownfcn" (bug #52795).
Tue, 30 Jan 2018 23:58:48 +0100 Pantxo Diribarne Rethrow gl2ps_print exceptions from GUI to interpreter thread (bug #50198)
Mon, 22 Jan 2018 16:46:59 +0100 Pantxo Diribarne Make selection and "HitTest" compatible with Matlab (bug #52795).
Mon, 22 Jan 2018 02:17:46 -0500 John W. Eaton maint: strip trailing whitespace from source files
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Wed, 03 Jan 2018 21:21:41 +0100 Pantxo Diribarne Implement "pickableparts" property (bug #52795).
Wed, 06 Dec 2017 17:07:11 -0800 Rik maint: merge stable to default.
Wed, 06 Dec 2017 13:45:54 +0100 Pantxo Diribarne Make wheel scroll behave more consistently in pan mode (bug #52588). stable
Mon, 26 Jun 2017 09:02:21 -0400 John W. Eaton tag deprecated gl2ps_print wrapper function with OCTAVE_DEPRECATED attribute
Sun, 11 Jun 2017 22:14:09 -0700 Rik maint: Deprecate is_empty and replace with isempty.
Thu, 27 Apr 2017 17:33:10 -0700 Rik maint: Wrap tertiary operator in parentheses "(COND ? x : y)".
Thu, 27 Apr 2017 15:18:20 -0700 Rik maint: Use convention 'int *x' for naming pointers.
Thu, 27 Apr 2017 10:04:31 -0700 Rik maint: Use convention "static_cast<void *>" for casting of pointers.
Mon, 24 Apr 2017 17:20:37 -0700 Rik maint: Use convention 'int& x' for naming references.
Fri, 07 Apr 2017 11:01:17 -0400 John W. Eaton maint: Periodic merge of stable to default.
Fri, 31 Mar 2017 15:49:57 +0200 Pantxo Diribarne Let mouse selection of Qt figures update "currentfigure" (bug #50666) stable
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Fri, 17 Feb 2017 17:26:34 +0100 Kai T. Ohlhus maint: merge of stable to default.
Sun, 12 Feb 2017 22:20:40 +0100 Pantxo Diribarne Don't display legend, colorbar, and annotation axes coordinates (bug #50272). stable
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Wed, 18 Jan 2017 17:36:36 -0800 Rik maint: Use space after function name/before parenthesis in libgui.
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Wed, 31 Aug 2016 20:49:13 -0700 Rik maint: Remove ';' at end of namespace declaration.
Wed, 31 Aug 2016 12:20:46 -0700 Rik maint: Style check C++ code in libgui/
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Wed, 10 Aug 2016 03:54:42 -0400 John W. Eaton allow building with Qt5 (bug #40252)
Thu, 05 May 2016 20:03:26 +0100 Andrew Thornton Implement uibuttongroup (bug #47513)
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Tue, 17 May 2016 11:32:53 -0400 John W. Eaton use namespace for numeric_limits
Tue, 17 May 2016 01:11:27 -0400 John W. Eaton define octave_numeric_limits template methods for Inf and NaN
Mon, 25 Apr 2016 08:07:36 -0700 Rik maint: Periodic merge of stable to default.
Mon, 25 Apr 2016 08:04:18 -0700 Pantxo Diribarne Fix autoscale affecting legend axes objects (bug #47765). stable
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Sat, 06 Feb 2016 07:32:37 -0800 Rik maint: Clean up naming and indentation of #ifdef blocks in libgui
Thu, 04 Feb 2016 18:07:46 -0500 John W. Eaton make gl2ps_renderer implementation private
Thu, 04 Feb 2016 16:56:02 -0500 John W. Eaton move include statements for OpenGL headers to a single file
Sat, 10 Oct 2015 13:07:51 +0200 Pantxo Diribarne Qt Figure: allow displaying coordinates when hovered axes parent is a uipanel.
Sat, 10 Oct 2015 12:21:37 +0200 Pantxo Diribarne Fix execution of "windowbuttonmotionfcn" with uipanels (bug #46151)
Thu, 01 Oct 2015 12:50:00 -0400 John W. Eaton eliminate trailing whitespace and tabs from sources
Mon, 28 Sep 2015 14:27:09 -0700 Rik maint: Periodic merger of stable to default.
Sun, 23 Aug 2015 21:45:49 +0200 Pantxo Diribarne Handle hggroup objects "buttondownfcn" when children are clicked (bug #45621) stable
Mon, 07 Sep 2015 19:28:29 +0200 Pantxo Diribarne Fix segfault when hovering a Qt figure while it's being drawn (bug #45540)
Sat, 25 Jul 2015 13:20:21 +0200 Pantxo Diribarne Don't use GL_SELECT to find axes objects in Qt figures (bug #45540)
Thu, 02 Jul 2015 14:23:18 -0400 John W. Eaton eliminate unused static functions
Sat, 13 Jun 2015 13:27:01 +0200 Pantxo Diribarne Show axes coordinates in Qt figures (bug #44959)
Tue, 02 Jun 2015 19:42:07 +0200 Pantxo Diribarne Avoid crash when trying to annotate an empty figure (bug #45241) stable
Tue, 02 Jun 2015 19:24:44 +0200 Pantxo Diribarne Allow interactive annotations in other figures than the currentfigure. stable
Sat, 23 May 2015 10:47:03 +0200 Pantxo Diribarne Let grid and autoscale buttons work when the axes is invisible (bug #44436) stable
Tue, 12 May 2015 09:22:01 -0700 Rik maint: Remove unnecessary whitespace at end of lines. stable
Mon, 20 Apr 2015 20:46:54 -0700 Rik Return correct x,y coordinates for keystroke with ginput in Qt (bug #44834).
Mon, 20 Apr 2015 22:13:09 +0200 Pantxo Diribarne Draw a zoom-like box when creating an annotation interactively
Mon, 20 Apr 2015 09:26:13 +0200 Pantxo Diribarne Add uicontextmenu to annotation objects
Sun, 19 Apr 2015 09:54:54 -0400 John Donoghue QtHandles: add annotations dialog
Fri, 17 Apr 2015 18:16:51 -0700 Rik Right-click should zoom out by 2 for Qt toolkit (bug #44304).
Thu, 16 Apr 2015 08:47:20 -0400 John W. Eaton initial implementation of text annotations with Qt plotting
Tue, 07 Apr 2015 18:29:01 -0700 Rik Don't zoom in for 'Z-' setting and rectangle drag (bug #44437).
Wed, 01 Apr 2015 15:16:12 -0400 John Donoghue Qt Canvas: set selection type to 'open' on double click (Bug #44669)
Wed, 01 Apr 2015 12:45:04 -0400 John W. Eaton maint: Merge away accidental head.
Fri, 20 Mar 2015 16:18:10 -0400 John W. Eaton Update copyright year in Qt graphics code.
Tue, 31 Mar 2015 11:31:32 -0700 Rik Fix ginput to return button number with Qt toolkit (bug #44676).
Thu, 19 Mar 2015 12:27:54 -0400 John W. Eaton style fixes in Qt graphics code
Fri, 13 Mar 2015 00:02:58 +0100 Johannes Leuschner different cursors for zoom in/out on qthandles canvas
Tue, 17 Mar 2015 20:16:16 -0400 John W. Eaton always obtain gh_manager lock before accessing graphics objects
Tue, 17 Mar 2015 20:10:01 -0400 John W. Eaton avoid possibly dereferencing invalid pointer
Tue, 03 Mar 2015 10:40:36 -0800 Rik Canvas.cc: Replace tabs with spaces.
Tue, 03 Mar 2015 12:38:41 -0500 John W. Eaton zoom about point for single clicks
Mon, 02 Mar 2015 20:48:00 -0500 John W. Eaton respect x- or y-only pan mode when clicking and dragging (bug #44408)