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