log scripts/plot/util/struct2hdl.m @ 31706:597f3ee61a48 stable

age author description
Fri, 06 Jan 2023 13:11:27 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Mon, 03 Oct 2022 18:06:55 -0700 Rik maint: changes to follow Octave coding conventions.
Sun, 06 Mar 2022 17:51:22 -0800 Rik Fix saving and loading of polar plots (bug #62093) stable
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
Sun, 02 May 2021 07:28:15 -0700 Rik struct2hdl.m: Fix bug loading plotyy figures (bug #60488).
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
Mon, 04 Jan 2021 14:44:22 +0100 Markus Mützel maint: merge stable to default.
Mon, 04 Jan 2021 14:19:48 +0100 Markus Mützel struct2hdl.m: Set "units" property early. 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:26:17 -0700 Rik maint: Use parentheses around conditional expressions.
Sat, 10 Oct 2020 17:55:56 -0700 Rik maint: Use coding style with parentheses after function name to distinguish from a variable.
Thu, 24 Sep 2020 14:44:58 -0700 Rik Eliminate unneeded verification of nargin, nargout in m-files.
Mon, 18 May 2020 14:44:10 +0200 Markus Mützel struct2hdl.m: Allowing loading old figure files (bug #58336).
Mon, 18 May 2020 13:02:20 +0200 Markus Mützel Replace uses of axes property "activepositionproperty" by "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, 10 May 2020 18:01:51 +0200 Markus Mützel struct2hdl.m: Restore loading axes objects from .fig files (bug #58336).
Sat, 18 Apr 2020 17:35:25 -0700 Rik struct2hdl.m: Allow loading of uitoggletool objects (bug #58196).
Tue, 21 Jan 2020 14:35:03 -0800 Rik maint: Remove remaining "Author:" instances from code base.
Tue, 21 Jan 2020 13:06:02 -0800 Rik maint: Remove "Created:" 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
Sun, 24 Nov 2019 13:28:39 +0100 Markus Mützel Map "applicationdata" to "__appdata__" recursively (bug #57212).
Mon, 21 Oct 2019 16:23:52 +0100 Guillaume Flandin struct2hdl.m: Allow light objects to be constructed (bug #57093)
Mon, 29 Jul 2019 14:38:40 -0700 Guillaume Flandin struct2hdl.m: Add capability to restore uicontextmenus (bug #44670).
Mon, 11 Mar 2019 11:48:47 -0700 Rik doc: Refer to "root object" rather than "root figure object". stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 30 Nov 2018 19:02:43 +0100 Guillaume Flandin struct2hdl.m: Add "uitable" to list of supported ui objects (patch #9084).
Mon, 05 Nov 2018 08:18:18 -0800 Rik struct2hdl.m: Add missing semicolon to suppress output in cset a21d7d269472.
Sun, 04 Nov 2018 19:04:50 -0800 Rik struct2hdl.m: Allow restoring uiXXX objects (bug #44670).
Tue, 17 Apr 2018 12:48:33 -0700 Rik Add new Figure graphic property "Number" (bug #53343).
Tue, 17 Apr 2018 12:05:17 -0700 Rik Move exclusion of saved graphics properties from hdl2struct to struct2hdl.
Wed, 04 Apr 2018 08:29:16 -0400 John W. Eaton maint: Strip trailing whitespace from source files. stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Mon, 26 Mar 2018 22:54:24 +0200 Pantxo Diribarne Fix Octave not loading figures saved in older versions (bug #53468) stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Tue, 26 Dec 2017 15:23:43 -0800 Rik Don't use "userdata" property internally for legend private data.
Sun, 17 Dec 2017 07:04:31 -0800 Rik Change ishandle to return true for Java objects for Matlab compatibility.
Wed, 06 Dec 2017 14:09:08 -0800 Rik maint: Use single quotes to simplify excessive backslash escapes in code.
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.
Fri, 14 Oct 2016 14:46:25 -0700 Rik Add '__' to start/end of hidden Octave-only graphics properties (bug #49205).
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, 19 May 2016 18:48:52 -0700 Rik maint: Use two spaces after period to indicate sentence break.
Wed, 30 Mar 2016 15:19:12 -0700 Rik maint: Eliminate accidental double spaces in code.
Thu, 25 Feb 2016 10:37:59 -0800 Rik Fix check-missing-semicolon QA target (bug #47277).
Sun, 20 Dec 2015 10:15:02 -0800 Rik maint: Use '! expr' rather than '!expr' to conform to coding guidelines.
Sat, 12 Dec 2015 07:31:00 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all m-files.
Sun, 22 Nov 2015 20:25:17 -0800 Rik Replace ++,-- with in-place operators for performance.
Wed, 18 Nov 2015 16:12:41 -0800 Rik Cuddle increment (++) and decrement (--) operators with variable in question.
Sat, 09 May 2015 22:50:09 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Mon, 23 Feb 2015 14:54:39 -0800 Rik maint: Clean up m-files to follow Octave coding conventions.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.