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.
Sat, 07 Feb 2015 15:41:48 +0100 Pantxo Diribarne Freset: avoid multiple reseting of properties (bug #43960)
Fri, 06 Feb 2015 13:06:54 -0500 John W. Eaton more mouse interaction features for Qt plotting widget
Thu, 05 Feb 2015 23:12:47 +0100 Pantxo Diribarne Update axes "tightinset" when "x/y/ztick" have changed
Mon, 02 Feb 2015 15:13:22 +0100 Pantxo Diribarne Freset: do not reset figure outerposition (part of bug #43960)
Sat, 31 Jan 2015 02:42:15 -0500 Mike Miller Don't register gnuplot toolkit if gnuplot is not available (bug #35391)
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 09:43:29 -0500 John W. Eaton strip trailing whitespace from most source files gui-release
Tue, 20 Jan 2015 10:05:42 -0500 John W. Eaton maint: Periodic merge of stable to gui-release. gui-release
Tue, 20 Jan 2015 08:26:57 -0500 John W. Eaton strip trailing whitespace from most source files stable
Tue, 16 Dec 2014 09:21:29 -0800 Rik Use stricter input validation when looking for a string as input (bug #42651).
Tue, 02 Dec 2014 10:05:03 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Tue, 02 Dec 2014 09:55:12 -0500 John W. Eaton avoid shadowed variable warning gui-release
Tue, 11 Nov 2014 20:42:34 +0100 Pantxo Diribarne Make dellistener work again with 3 arguments (bug #43580)
Mon, 22 Sep 2014 20:46:54 -0700 Rik doc: Periodic grammarcheck of documentation.
Sun, 07 Sep 2014 22:26:12 +0200 Pantxo Diribarne Fix setting axes default x/y/zlabel with string values (bug #34755)
Sun, 07 Sep 2014 10:47:20 +0200 Pantxo Diribarne Respect the order in which default graphics properties are set (bug #38449)
Sun, 31 Aug 2014 21:44:00 +0200 Pantxo Diribarne Remove lef-tover figures in test from cset 4c59f69fa52c
Sun, 11 May 2014 22:24:50 +0200 Pantxo Diribarne Handle non "points" fontunits properties (bug # 40158)
Sat, 23 Aug 2014 16:12:03 +0200 Pantxo Diribarne figure: define adopted axes "currentaxes" if none is defined (bug #41573)
Sun, 17 Aug 2014 12:12:04 +0200 Andreas Weber Fix problem with detection of 3D plots to lock rotate3d
Mon, 28 Jul 2014 08:36:39 -0700 Rik maint: Use Octave coding conventions for %!test in graphics.cc.
Fri, 21 Mar 2014 11:05:28 +0100 pantxo Freset: properly reset graphics objects (bug #35511)
Mon, 28 Jul 2014 09:28:57 +0200 Andreas Weber graphics.cc (axes::properties::set_rotate3d): Fix check for 2D axes
Sun, 27 Jul 2014 22:31:14 +0200 Andreas Weber Overhaul FLTK pan, rotate, zoom
Tue, 22 Jul 2014 22:46:48 -0700 Rik Fix out-of-bound indexing in update_normals (bug #42823).
Tue, 22 Jul 2014 12:05:28 +0200 Andreas Weber Fix indexing in patch if x/y/zdata are row vectors (bug #42822)
Thu, 10 Jul 2014 09:52:49 +0200 Pantxo Diribarne Fix ambiguous Matrix initialization from csetdf972b9d080a
Sat, 21 Jun 2014 13:07:57 +0200 Pantxo Diribarne Translate patch property listeners to C++ (bug #42159)
Tue, 27 May 2014 21:31:45 +0200 Pantxo Diribarne Fix tolerance issues in %!test from cset70ea5a2856fe (bug #37554)
Mon, 30 Jun 2014 22:34:07 +0200 Pantxo Diribarne Fix new x/y/zlabel position after deletion (bug #42652)
Sun, 25 May 2014 10:29:05 -0700 Rik maint: Periodic merge gui-release -> default.
Sun, 25 May 2014 10:26:18 -0700 Rik maint: Periodic merge of stable -> gui-release. gui-release
Wed, 21 May 2014 23:27:44 +0200 Pantxo Diribarne Handle figure paperpositionmode "auto" (bug #37554)
Wed, 21 May 2014 18:21:05 +0200 Andreas Weber graphics.cc: fix segfault in __calc_dimensions__ when args is empty stable
Tue, 13 May 2014 18:51:52 +0200 Pantxo Diribarne Add some more callbacks for root properties (bug #42347).
Wed, 07 May 2014 08:54:19 -0700 Rik build: Fix compiling with new graphic root properties (cset 28eab2d84190).
Sun, 04 May 2014 21:56:23 +0200 Pantxo Diribarne Distinguish axes when checking for recursion in axes limits updates (bug #40005).
Thu, 01 May 2014 11:16:03 -0700 Rik Preserve image class in cdata (bug #41240).
Wed, 30 Apr 2014 08:24:08 -0700 Rik Fix incorrect log axis minor ticks when axis range > 8 orders of magnitude (bug #39449).
Sat, 26 Apr 2014 16:39:20 -0700 Rik Add support for integer data types for image cdata.
Fri, 25 Apr 2014 20:10:23 -0700 Rik Clean up a few compiler warnings.
Fri, 25 Apr 2014 11:18:04 -0700 Rik Don't fetch lots of axes state information for rendering if object is not visible.
Wed, 23 Apr 2014 18:48:30 -0700 Rik Fix axes bounding box not obeying 'layer' property.
Tue, 04 Mar 2014 13:07:41 +0100 pantxo Make some graphics factory defaults conform to Matlab values (bug #41770).
Thu, 20 Mar 2014 12:31:19 -0400 John W. Eaton maint: Periodic merge of gui-release to default.
Mon, 17 Mar 2014 22:38:36 +0100 pantxo Make set() omit read-only properties when called with 1 or 2 arguments (bug #41629).
Sat, 15 Mar 2014 19:22:55 -0700 Rik doc: Add documentation about using set() to query graphics properties.
Mon, 10 Mar 2014 10:46:37 -0500 Michael C. Grant set default toolkit when registering toolkits (bug #41665). gui-release
Thu, 20 Feb 2014 14:27:48 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Thu, 20 Feb 2014 14:05:45 -0500 John W. Eaton Initial integration of QtHandles. gui-release
Wed, 12 Feb 2014 21:40:19 +0100 Pantxo Diribarne Avoid reseting "parent" property to the same value (bug #37752).
Sat, 07 Dec 2013 17:51:53 -0500 John W. Eaton style fixes in graphics.in.h and graphics.cc
Sat, 07 Dec 2013 15:56:43 +0100 Pantxo Diribarne set: allow retrieving allowed values for individual properties
Thu, 05 Dec 2013 16:11:14 -0800 Rik maint: Don't use space between 'args' and '(' when doing indexing.
Thu, 05 Dec 2013 10:50:17 -0800 Rik Follow coding convention of defining and initializing only 1 variable per line in liboctinterp.
Wed, 06 Nov 2013 11:42:35 -0800 Rik maint: Use phrase "FIXME:" for problem areas in code.
Fri, 01 Nov 2013 22:14:37 -0400 John W. Eaton use gnuplot as default graphics toolkit if display is unavailable (bug #40423)
Mon, 28 Oct 2013 19:51:46 -0700 Rik Use GNU style coding conventions for code in libinterp/
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Mon, 14 Oct 2013 11:04:46 -0700 Rik maint: Correct indentation in graphics.cc, graphics.in.h. No code changes.
Fri, 11 Oct 2013 21:21:50 -0700 Rik Fix recursion segfault when setting axis parent to be child hggroup (bug #37927).
Fri, 11 Oct 2013 09:20:06 -0700 Rik Fix validation of array properties to set(), avoid segfaults (bug #bug #35687).
Thu, 10 Oct 2013 17:43:32 -0700 Rik Fix segfault when setting object parent to be object itself (bug #37927).
Tue, 08 Oct 2013 23:18:17 +0200 Pantxo Diribarne graphics.cc: don't ask for (orphan) dummy axes parent properties.
Tue, 08 Oct 2013 23:18:17 +0200 Pantxo Diribarne graphics.cc: don't ask for (orphan) dummy axes parent properties.
Fri, 04 Oct 2013 06:59:31 -0700 Rik axis.m: Fix 'axis tight' with pcolor plots.
Wed, 02 Oct 2013 19:52:39 -0400 John W. Eaton extract handle object to a separate file
Thu, 26 Sep 2013 13:55:43 -0400 John W. Eaton make fltk the default graphics toolkit
Wed, 25 Sep 2013 11:07:10 -0700 Rik doc: Add seealso links between hggroup, addproperty, addlistener.
Wed, 25 Sep 2013 10:09:33 -0700 Rik doc: Add seealso links between waitfor, waitforbuttonpress, and ginput.
Thu, 19 Sep 2013 11:46:00 -0700 Rik doc: Add seealso references between cla, clf, reset functions.
Thu, 05 Sep 2013 17:04:40 -0700 Rik Create Matlab compatible linestyleorder char matrices (bug #34906)
Fri, 23 Aug 2013 10:07:31 -0400 Michael Goffioul Use interpreter property when rendering text objects (bug #39830).
Tue, 20 Aug 2013 09:44:49 -0400 Mike Miller graphics.cc: Condition tests on HAVE_FLTK
Mon, 19 Aug 2013 20:46:38 -0700 Rik doc: Add new @qcode macro for code samples which are quoted.
Sun, 18 Aug 2013 16:36:38 -0400 Michael Goffioul Add simple TeX parser based on flex/bison.
Thu, 15 Aug 2013 19:39:55 -0400 Ben Abbott Update axes position/outerpostion before and after tightinset.
Tue, 13 Aug 2013 16:35:29 -0700 Rik graphics.cc: Restore default graphics properties after %!tests.
Mon, 12 Aug 2013 18:10:06 -0400 Ben Abbott Tests for order of axes when using subplot for the second time.
Mon, 12 Aug 2013 17:46:23 -0400 Ben Abbott Tests for for updating axes properties when figure position changes.
Sun, 11 Aug 2013 16:47:03 -0400 Ben Abbott Update axes position/outerpostion prior to calcuating tightinset.
Wed, 07 Aug 2013 09:08:55 -0400 Michael Goffioul corefcn/graphics.cc: Fix memory leak in uicontrol::properties::update_text_extent.
Fri, 02 Aug 2013 11:57:32 -0700 Rik Recode some %!tests which pop up figures with new figure() behavior.
Wed, 31 Jul 2013 14:18:00 -0700 Rik isaxes.m: New function to determine if object is axes handle.
Sat, 27 Jul 2013 21:40:58 -0400 Ben Abbott Initialize the tightinset during initialization of axes.
Thu, 25 Jul 2013 11:24:03 -0700 Rik Truly reset axes so that all properties are set to default.
Sat, 20 Jul 2013 14:12:14 -0400 Ben Abbott Add test to graphics.cc for initial tightinset value.
Thu, 18 Jul 2013 22:16:47 -0400 Ben Abbott Simplify syncing axes "position", "outerposition", and "looseinset".
Sat, 13 Jul 2013 08:08:15 -0700 Rik Use xfinite to replace some (isinf || isnan) instances in C++ code.