log scripts/plot/util/private/__add_default_menu__.m @ 31548:c8ad083a5802 stable

age author description
Fri, 25 Nov 2022 21:23:54 -0800 Rik maint: Clean up m-files before Octave 8.1 release. stable
Sat, 14 May 2022 19:06:56 -0700 Rik Deprecate uimenu properties "label" and "callback" (bug #62443)
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Fri, 26 Nov 2021 20:53:22 -0800 Rik maint: Style check m-files ahead of 7.1 release. stable
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
Fri, 16 Oct 2020 09:27:56 -0700 Rik maint: Use newlines after "function" and before "endfunction" for clarity.
Tue, 13 Oct 2020 23:19:09 -0700 Rik maint: match names in documentation to input parameters in function.
Fri, 24 Jul 2020 10:22:54 -0700 Rik Restore operation of Figure graphics callbacks (bug #58821).
Wed, 20 May 2020 08:26:47 -0700 Rik __add_default_menu__.m: Clean-up code.
Wed, 20 May 2020 08:18:09 -0700 Guillaume Flandin Improve implementation of default File menu for plots (bug #58397)
Tue, 21 Jan 2020 12:53:13 -0800 Rik maint: Eliminate single "Author:" lines from code base.
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, 27 Sep 2019 13:14:13 +0200 Pantxo Diribarne Restore hability to copy figure to clipboard (bug #55970)
Wed, 27 Mar 2019 23:32:07 +0000 John W. Eaton maint: Strip trailing whitespace from source files.
Wed, 13 Mar 2019 16:31:58 -0700 Rik Improve new figure creation time by 50%.
Tue, 12 Mar 2019 09:21:54 +0100 Pantxo Diribarne Fix regression with toolbar and status bar visibility (bug #55795)
Thu, 07 Mar 2019 22:53:33 +0100 Pantxo Diribarne Use an uitoolbar and ui*tools to build the default figure toolbar (bug #55795)
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Thu, 08 Nov 2018 22:02:43 -0800 Rik doc: grammar check m-files in scripts/ directory.
Fri, 19 Oct 2018 12:19:49 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Tue, 18 Sep 2018 21:53:14 +0200 Pantxo Diribarne Fix regression with "menubar" figure property handling (bug #54678)
Wed, 12 Sep 2018 23:19:40 +0200 Pantxo Diribarne Use uimenu objects for default menus in Qt toolkit
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Thu, 11 Jan 2018 17:26:53 -0800 Rik __add_default_menu__.m: Don't close the wrong figure if File->Close used in FLTK.
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Wed, 08 Nov 2017 13:02:58 -0500 John W. Eaton fix lengths in .ofig suffix comparison
Wed, 08 Nov 2017 12:00:07 -0500 John W. Eaton use .ofig instead of .fig in "save as" figure menu
Tue, 07 Nov 2017 17:28:57 -0500 John W. Eaton make .fig files the default for saving from figure menus
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
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
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Fri, 20 May 2016 15:46:45 -0700 Rik maint: Use newlines to make code more readable.
Thu, 25 Feb 2016 10:37:59 -0800 Rik Fix check-missing-semicolon QA target (bug #47277).
Sat, 12 Dec 2015 07:31:00 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all m-files.
Sat, 09 May 2015 22:50:09 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Mon, 02 Mar 2015 14:51:23 +0100 Stefan Mahr Fix FLTK Edit uimenu to use new pan/rotate3d fcns and mousewheelzoom property.
Tue, 17 Feb 2015 16:24:30 -0800 Rik Use "filename" property of figure to store filename for Save dialog under FLTK.
Tue, 17 Feb 2015 15:24:05 -0800 Rik Fix working directory of Figure Save dialog between CLI and GUI (bug #44175).
Sun, 15 Feb 2015 10:07:38 -0800 Rik Change FLTK File menu to match Qt File menu ordering.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Tue, 20 Jan 2015 10:24:46 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Tue, 20 Jan 2015 08:26:57 -0500 John W. Eaton strip trailing whitespace from most source files stable
Tue, 29 Jul 2014 21:13:03 +0200 Andreas Weber Fix FLTK redraw and event issue
Tue, 29 Jul 2014 10:18:05 +0200 Andreas Weber __add_default_menu__.m: Fix bug that findobj is missing HLIST
Mon, 28 Jul 2014 22:40:12 +0200 Andreas Weber New scripts pan.m and rotate3d.m, update __add_default_menu__.m
Sun, 27 Jul 2014 22:31:14 +0200 Andreas Weber Overhaul FLTK pan, rotate, zoom
Sat, 26 Jul 2014 10:09:48 +0200 Andreas Weber Overhaul FLTK plotting and printing
Sat, 09 Nov 2013 21:20:09 -0800 Rik __add_default_menu__.m: Change GUI mode entry to "None+Zoom" to reflect reality.
Wed, 06 Nov 2013 19:44:46 -0800 Rik Remove Help menu from FLTK menubar.
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Fri, 04 Oct 2013 17:09:08 -0700 Rik maint: Split scripts/plot directory into 4 pieces. base scripts/plot/private/__add_default_menu__.m@881159858f57