log libinterp/corefcn/graphics.cc @ 20597:bc6daa38ff50

age author description
Tue, 06 Oct 2015 14:47:41 -0400 John W. Eaton eliminate more simple uses of error_state
Thu, 01 Oct 2015 12:50:00 -0400 John W. Eaton eliminate trailing whitespace and tabs from sources
Thu, 20 Aug 2015 10:34:53 -0700 Rik Remove obsolete properties from root figure object.
Fri, 26 Jun 2015 08:37:45 -0700 Rik Fix segfault when zooming in on logscale axes (bug #45412).
Tue, 23 Jun 2015 22:21:50 +0200 Pantxo Diribarne Make use of the axes "ticklabelinterpreter" property (bug #45438)
Mon, 22 Jun 2015 16:40:39 -0700 Rik graphics.cc: Clean up variable names, line wrapping, comments, etc.
Sat, 20 Jun 2015 16:00:50 -0700 Rik Set correct number of axis tickmarks when axis limits are manually configured (bug #45356).
Sat, 30 May 2015 03:14:07 +0100 Carnë Draug Deprecate Array::length() and Sparse::length() in favour of ::numel().
Tue, 12 May 2015 09:22:01 -0700 Rik maint: Remove unnecessary whitespace at end of lines. stable
Sat, 09 May 2015 17:19:30 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Sun, 19 Apr 2015 06:53:30 -0300 Rafael Laboissiere maint: Fix spelling and grammar mistakes in docs and comments (bug #44878)
Fri, 17 Apr 2015 08:58:47 -0700 Pantxo Stop unexpected switches between graphic toolkits (bug #44838).
Sat, 11 Apr 2015 17:25:35 +0200 Pantxo Diribarne Handle uicontextmenu deletion/reset (bug #44801)
Wed, 08 Apr 2015 16:46:10 -0400 John W. Eaton make units other than data work for axes labels and title (bug #35857)
Wed, 08 Apr 2015 08:34:25 -0700 Rik Fix deadlock condition on error in drawnow() (bug #44759).
Mon, 06 Apr 2015 10:29:20 -0400 John Donoghue Allow bool_scalar types for graphics array properties (Bug #44699)
Thu, 12 Mar 2015 17:24:21 -0400 John W. Eaton also request redraw after zooming by a factor (bug #44523)
Tue, 03 Mar 2015 19:29:14 +0100 Pantxo Diribarne Change default uipanel "position" for compatibility with Matlab (bug #44411)
Mon, 02 Mar 2015 23:58:10 -0500 John W. Eaton only save one set of limits on the zoom stack (bug #44304)
Sat, 28 Feb 2015 03:44:00 -0600 Daniel J Sebald Account for whitespace and other anomalies in print function pipe/file string.
Fri, 27 Feb 2015 16:29:14 -0800 Rik Test directly for '|' character at front of drawnow "file".
Thu, 26 Feb 2015 18:57:58 -0600 Daniel J Sebald Correct test for string-not-found, avoid substr crash in drawnow() (bug #44292)
Thu, 26 Feb 2015 19:24:59 -0500 John W. Eaton improve mouse zooming for Qt plotting (bug #44302)
Thu, 26 Feb 2015 13:54:11 -0500 John W. Eaton maint: More cleanup of C++ code to follow Octave coding conventions.
Thu, 26 Feb 2015 13:07:04 -0500 John W. Eaton maint: More cleanup of C++ code to follow Octave coding conventions.
Wed, 25 Feb 2015 11:55:49 -0800 Rik maint: Cleanup C++ code to follow Octave coding conventions.
Mon, 23 Feb 2015 15:52:47 -0800 Rik Hide Octave-only figure property __graphics_toolkit__.
Fri, 20 Feb 2015 14:26:36 -0800 Rik doc: Grammarcheck documentation ahead of 4.0 release.
Tue, 17 Feb 2015 17:34:48 -0800 Rik Remove unnecessary checking of error_state after is_string validation.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.