log scripts/image/image.m @ 19631:db92e7e28e1f

age author description
Tue, 20 Jan 2015 10:29:54 -0500 John W. Eaton strip trailing whitespace from most source files
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
Fri, 31 Oct 2014 20:44:21 +0100 Pantxo Diribarne Make "image ()" use the default image cdata
Mon, 14 Apr 2014 22:53:44 +0200 Pantxo Diribarne Update image "x/ydata" when "cdata" is changed (bug #42121)
Tue, 10 Jun 2014 14:03:09 -0700 Rik Fix bug when hggroup used with primitive graphic object (bug #42532).
Sat, 26 Apr 2014 16:39:20 -0700 Rik Add support for integer data types for image cdata.
Fri, 18 Apr 2014 19:26:22 -0700 Rik image.m: Set axes layer to "top" for compatability with Matlab.
Fri, 04 Apr 2014 11:40:40 -0700 Rik Set only 'axis tight' for image functions and Matlab compatibility (bug #42043, bug #41886) stable
Tue, 25 Feb 2014 23:56:49 +0100 Pantxo Diribarne axis.m: make 'tight' embrace whole images (bug #36594). stable
Mon, 10 Feb 2014 09:41:59 -0800 Rik image.m: Fix axis limit bug when column vectors are used as x,y input (bug #41466). stable
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Fri, 18 Oct 2013 16:27:44 -0700 Rik Overhaul image, imagesc to use newplot and support low-level invocation form.
Fri, 18 Oct 2013 14:19:18 -0700 Rik doc: Add information about High-Level/Low-Level calling forms for image, imagesc.
Sun, 13 Oct 2013 17:57:36 -0700 Rik image.m: Implement better check for linearity (bug #37410)
Wed, 28 Aug 2013 08:27:38 -0700 Rik Use '##' for comments which stand alone on a line.
Mon, 19 Aug 2013 20:46:38 -0700 Rik doc: Add new @qcode macro for code samples which are quoted.
Wed, 24 Jul 2013 23:12:28 -0700 Rik image.m: Update to use new __plt_get_axis_arg__ without using "axes" and "newplot" function.
Mon, 10 Dec 2012 15:38:38 -0800 Rik Temporary fix for display of indexed images of integer class.
Tue, 27 Nov 2012 16:38:13 -0800 Rik Overhaul m-files in image directory to provide better support for images stored as integers.
Sun, 19 Aug 2012 10:50:40 -0400 John W. Eaton fix missing semicolons in various .m files
Fri, 03 Aug 2012 17:38:05 -0700 Rik image.m: Remove input validation tests which cause window to pop up.
Tue, 31 Jul 2012 18:06:54 -0400 Jordi GutiƩrrez Hermoso Handle complex arguments in imagesc (bug #36866)
Tue, 31 Jul 2012 11:11:05 -0700 Rik image.m: Don't accept complex image data (bug #36866)
Tue, 17 Jul 2012 13:34:19 -0700 Rik maint: use rows() and columns() to clarify m-files.
Tue, 24 Jan 2012 09:51:48 -0800 Rik doc: Update docstrings for functions in image/ directory
Sun, 22 Jan 2012 10:02:27 -0800 Rik test: Make surface demos reproducible by setting colormap to default at start of demo.
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, 06 Dec 2011 13:09:17 -0800 Rik doc: Update documentation for functions returning a graphics handle h (Bug #34761)
Sun, 04 Dec 2011 19:37:58 -0500 Ben Abbott image.m: Fix test for non-linearly spaced coordinates.
Fri, 02 Dec 2011 20:33:42 -0500 Ben Abbott image.m: Warn if input coordinates are not linearly spaced.
Tue, 20 Sep 2011 15:28:46 -0400 John W. Eaton maint: periodic merge of stable to default
Mon, 19 Sep 2011 20:18:47 -0400 Ben Abbott Fix bug #34015. Allow for sequential images. stable
Tue, 19 Apr 2011 00:36:42 +0200 Paul Boven Fixed naming of variables in texinfo
Thu, 20 Jan 2011 17:35:29 -0500 John W. Eaton all script files: untabify and strip trailing whitespace
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Thu, 02 Dec 2010 19:27:13 -0500 Ben Abbott image.m: Only flip y-axis if nextplot property equal "replace".
Mon, 18 Oct 2010 14:15:06 -0400 John W. Eaton remove image_viewer function
Fri, 08 Oct 2010 07:39:31 -0400 Ben Abbott Do not store flipped image property values when x/ydata descends.
Wed, 06 Oct 2010 18:13:11 -0400 Ben Abbott image.m: Allow x/ydata to imply a flip of the image. Modify demos.
Mon, 04 Oct 2010 21:35:02 +0200 Shai Ayal fix images with width or height of 1
Wed, 08 Sep 2010 08:17:48 -0400 Ben Abbott image.m: Fix axis limits for single dimension images, add demo.
Fri, 03 Sep 2010 08:04:10 -0400 Ben Abbott image.m: Matlab compatible axis limits, add demo.
Mon, 26 Jul 2010 12:46:21 +0200 Soren Hauberg scripts/image/image.m: fix texinfo
Sun, 25 Jul 2010 22:27:08 -0700 Rik image.m: Always reverse 'ydir' property when displaying images.
Sun, 18 Jul 2010 20:35:16 -0700 Rik Grammarcheck the documentation from m-files.
Mon, 14 Jun 2010 11:27:58 -0700 Rik image.m: Flip data, rather than y-axis, for images. (bug #30033)
Mon, 24 May 2010 17:20:08 -0700 Rik Replace calls to deprecated functions.
Mon, 22 Mar 2010 12:36:30 -0700 Soren Hauberg Detabify scripts in 'scripts/image/'
Tue, 01 Dec 2009 22:40:37 -0500 John W. Eaton more private function and subfunction changes
Fri, 22 May 2009 10:46:00 -0400 John W. Eaton update copyright notices
Fri, 27 Mar 2009 22:31:03 -0700 Rik Grammar check TexInfo in all .m files
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Mon, 17 Nov 2008 11:38:39 +0100 Brian Gough spelling corrections
Thu, 13 Dec 2007 21:35:36 +0000 jwe [project @ 2007-12-13 21:35:36 by jwe]
Mon, 10 Dec 2007 20:09:59 +0000 jwe [project @ 2007-12-10 20:09:59 by jwe]
Wed, 28 Nov 2007 02:32:42 +0000 jwe [project @ 2007-11-28 02:32:41 by jwe]
Tue, 27 Nov 2007 20:22:03 +0000 jwe [project @ 2007-11-27 20:22:02 by jwe]
Mon, 26 Nov 2007 20:42:11 +0000 dbateman [project @ 2007-11-26 20:42:09 by dbateman]