log libinterp/corefcn/graphics.in.h @ 22190:e68128601f5e

age author description
Thu, 28 Jul 2016 16:07:11 -0400 John W. Eaton skip invalid objects in Qt graphics event handlers (bug #46501)
Thu, 07 Jul 2016 13:07:03 -0700 Rik Overhaul graphics implementation of hold() (bug #43559).
Wed, 06 Jul 2016 21:55:08 -0700 Rik Use default gridlinestyle of '-' for Matlab compatibility.
Fri, 01 Jul 2016 19:48:35 -0700 Rik maint: Eliminate unnecessary double newline blocks (only whitespace changes).
Wed, 29 Jun 2016 09:21:50 -0400 John W. Eaton maint: strip trailing whitespace from files.
Sun, 19 Jun 2016 06:23:54 -0700 Rik Return "Screensize" for root graphics property "MonitorPositions" (partial fix bug #48239).
Fri, 17 Jun 2016 15:18:58 -0700 Rik Update graphics properties for figure object.
Wed, 15 Jun 2016 08:56:43 -0700 Rik Hide "erasemode" graphics property ahead of eventual removal.
Sun, 12 Jun 2016 21:37:49 -0700 Rik maint: Use 'auto' in graphics.cc, graphics.in.h files.
Thu, 05 May 2016 20:03:26 +0100 Andrew Thornton Implement uibuttongroup (bug #47513)
Mon, 30 May 2016 13:17:13 +0200 mmuetzel Implement graphics object "light" (patch #8943).
Wed, 25 May 2016 16:51:16 -0400 John W. Eaton use namespace for lo-mappers.h functions
Thu, 19 May 2016 18:48:52 -0700 Rik maint: Use two spaces after period to indicate sentence break.
Tue, 17 May 2016 11:32:53 -0400 John W. Eaton use namespace for numeric_limits
Tue, 17 May 2016 01:11:27 -0400 John W. Eaton define octave_numeric_limits template methods for Inf and NaN
Fri, 13 May 2016 18:59:29 -0500 Daniel J Sebald Remove reference to drawnow 'mono' throughout scripts and code, update args test
Mon, 09 May 2016 14:14:22 -0400 John W. Eaton store OpenGL version info in figure properties
Fri, 29 Apr 2016 16:40:38 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Thu, 28 Apr 2016 13:10:28 +0200 mmuetzel Add "facenormals" and "*normalsmode" to "surface" and "patch" (bug #47791)
Wed, 30 Mar 2016 22:09:26 -0700 Rik maint: Eliminate bad spacing around '='.
Wed, 30 Mar 2016 15:19:12 -0700 Rik maint: Eliminate accidental double spaces in code.
Fri, 26 Feb 2016 21:30:51 -0800 Rik graphics.in.h: Make sure XXXmode properties switch to "manual" if XXX is set.
Tue, 23 Feb 2016 14:11:34 -0800 Rik Implement figure property "InvertHardCopy" for printing (bug #47230).
Wed, 17 Feb 2016 11:35:42 -0500 John W. Eaton don't include config.h in public header files
Wed, 10 Feb 2016 14:25:53 -0500 John W. Eaton include octave-config.h in public header files
Sat, 06 Feb 2016 08:15:53 -0500 John W. Eaton revamp text rendering classes
Fri, 05 Feb 2016 16:29:08 -0800 Rik maint: Indent #ifdef blocks in libinterp.
Sun, 31 Jan 2016 07:49:27 -0800 Rik graphics.in.h: Rename function gripe_invalid to gripe_if_tkit_invalid.
Mon, 18 Jan 2016 18:28:06 -0800 Rik Switch gripe_XXX to either err_XXX or warn_XXX naming scheme.
Wed, 13 Jan 2016 11:02:22 -0800 Rik maint: Replace if/error/else paradigm with just if/error.
Thu, 31 Dec 2015 13:39:25 -0800 Rik maint: Use comparison operators rather than compare() for strings.
Wed, 30 Dec 2015 12:33:33 -0800 Rik maint: Replace emtpy 'std::string ()' calls with "".
Sat, 26 Dec 2015 18:59:45 -0800 Rik Deprecate all_strings, replace with string_vector_value.
Wed, 23 Dec 2015 17:47:40 -0500 John W. Eaton maint: graphics.in.h: invert if/else/error instances.
Tue, 22 Dec 2015 10:29:22 -0800 Rik maint: Invert simple conditionals in if/else/error paradigm.
Sun, 20 Dec 2015 13:26:17 -0800 Rik maint: Eliminate more useless statements after error().
Sun, 20 Dec 2015 10:15:02 -0800 Rik maint: Use '! expr' rather than '!expr' to conform to coding guidelines.
Fri, 18 Dec 2015 22:39:36 -0500 John W. Eaton style fixes for comments
Mon, 14 Dec 2015 12:59:29 -0800 Rik 2015 Code Sprint: Eliminate useless return statements after error ().
Thu, 03 Dec 2015 10:23:38 -0800 Rik maint: Use Octave coding conventions for #if statements.
Wed, 02 Dec 2015 16:54:13 -0500 John W. Eaton always throw exception after debugging with debug_on_error
Thu, 26 Nov 2015 13:35:06 +0100 Carlo de Falco Set default colormap to viridis
Wed, 25 Nov 2015 15:27:48 -0500 John W. Eaton propagate octave_execution_exception objects through try/catch blocks
Mon, 23 Nov 2015 17:15:38 -0800 Rik Accept color value of "none" for line objects (bug #44224).
Thu, 19 Nov 2015 16:57:51 -0500 John W. Eaton don't check error_state after creating color object
Thu, 19 Nov 2015 14:17:45 -0800 Rik Preface error() messages with name of function when possible.
Wed, 18 Nov 2015 10:40:26 -0800 Rik Make error messages more specific about the variable and problem encountered.
Fri, 09 Oct 2015 16:25:27 +0200 Pantxo Diribarne Preliminary inclusion of uixx objects properties in the manual (bug #46076)
Sat, 03 Oct 2015 13:20:28 -0400 John W. Eaton eliminate error_state from most header files
Thu, 20 Aug 2015 10:34:53 -0700 Rik Remove obsolete properties from root figure object.
Thu, 06 Aug 2015 08:09:01 -0700 Rik Use error() rather than ::error() unless explicitly required.
Thu, 25 Jun 2015 00:22:32 +0200 Pantxo Diribarne Remove axes "interpreter" property (bug #45388)
Tue, 23 Jun 2015 22:21:50 +0200 Pantxo Diribarne Make use of the axes "ticklabelinterpreter" property (bug #45438)
Tue, 23 Jun 2015 20:00:59 -0700 Rik maint: Periodic merge of stable to default.
Tue, 23 Jun 2015 09:59:54 -0700 Rik Fix segfault when '[]' used for row_vector_property. stable
Wed, 10 Jun 2015 15:21:24 -0700 Rik Update root, figure, and axes graphics object properties.
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
Thu, 07 May 2015 17:16:36 -0400 John Donoghue Default uicontextmenu visible to 'off' (Bug #44939) stable
Sat, 11 Apr 2015 17:25:35 +0200 Pantxo Diribarne Handle uicontextmenu deletion/reset (bug #44801)