log scripts/plot/waitbar.m @ 17535:c12c688a35ed default tip lyh

age author description
Thu, 19 Sep 2013 14:26:47 -0700 Rik waitbar.m: Use Octave coding conventions.
Wed, 07 Aug 2013 18:47:38 -0700 Rik waitbar.m: Fix 2nd window pop-up when using gnuplot (bug #35773).
Mon, 29 Jul 2013 12:18:16 +0200 Philipp Kutin waitbar.m: Cache axes and patch handles in figure's __guidata__.
Wed, 31 Jul 2013 13:53:30 -0700 Rik doc: Rewrite docstrings for most plot functions.
Thu, 02 Feb 2012 11:59:50 -0500 John W. Eaton maint: periodic merge of stable to default
Sun, 22 Jan 2012 13:47:15 -0500 Ben Abbott Changes to allow plot demos to be converted and run by Matlab.
Sun, 22 Jan 2012 07:31:32 -0800 Rik Use Matlab coding conventions for demos in plot/ directory.
Fri, 20 Jan 2012 17:40:30 -0800 Rik Fix regression in 9fc597693b0b preventing updating of waitbar text string. stable
Fri, 20 Jan 2012 12:59:53 -0800 Rik Revamp %!demos in m-files to use Octave coding conventions on spacing, etc.
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Tue, 27 Dec 2011 15:08:21 -0500 Philip Nienhuis Add missing ";" to line in waitbar.m demo. stable
Tue, 08 Nov 2011 19:59:37 -0500 John W. Eaton allow waitbar message to be a cellstr object
Sat, 05 Nov 2011 13:46:15 -0700 Rik waitbar.m: Eliminate docstring reference to waitbar(frac,msg)
Fri, 04 Nov 2011 16:40:07 -0400 John W. Eaton provide default message for waitbar
Fri, 04 Nov 2011 16:35:58 -0400 John W. Eaton waitbar: use previous bar if nargin == 1, not nargout == 1
Fri, 04 Nov 2011 14:33:44 -0400 John W. Eaton have some fun with waitbar demo #2
Fri, 04 Nov 2011 10:57:07 -0700 Rik waitbar.m: More improvements.
Fri, 04 Nov 2011 06:25:13 -0400 John W. Eaton new and improved non-integer figure handles
Fri, 04 Nov 2011 05:01:00 -0400 John W. Eaton allow waitbar test to succeed even if figure 1 exists
Thu, 03 Nov 2011 14:50:34 -0400 John W. Eaton more updates for waitbar
Thu, 03 Nov 2011 09:54:57 -0700 Rik waitbar.m: Update docstring. Only return output handle h if requested.
Thu, 03 Nov 2011 05:30:45 -0400 John W. Eaton provide the waitbar function