log libinterp/corefcn/graphics.in.h @ 23124:9e54152e382b

age author description
Fri, 20 Jan 2017 21:40:11 +0100 Markus Mützel Add new types of constraints for graphics properties (bug #50041).
Tue, 15 Nov 2016 23:10:15 +0100 Markus Mützel Improve support of "(xy)axislocation" "origin" (bug #48562).
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Fri, 13 Jan 2017 16:59:01 +0100 Markus Mützel Change some axes properties to row_vector_property (bug #50048).
Tue, 17 Jan 2017 11:19:44 -0500 John W. Eaton move mutex classes inside octave namespace
Fri, 06 Jan 2017 18:06:31 -0500 John W. Eaton move octave_refcount inside octave namespace
Thu, 05 Jan 2017 10:00:11 -0800 Rik maint: merge stable to default.
Wed, 04 Jan 2017 11:19:00 +0100 Pantxo Diribarne Use C++ updaters for labels color (bug #49980). stable
Fri, 16 Dec 2016 10:20:35 -0500 John W. Eaton maint: Strip trailing whitespace from source files.
Tue, 06 Dec 2016 12:40:45 -0500 John W. Eaton make deleted functions public
Tue, 06 Dec 2016 10:59:29 -0500 John W. Eaton use c++11 "= default" syntax for declaration of trivial destructors
Mon, 05 Dec 2016 22:59:37 -0500 John W. Eaton use c++11 style for deleting default copy constructor and assignment operator
Fri, 25 Nov 2016 19:25:45 +0100 Markus Mützel Add input checking for double_property and handle_property (task #11311)
Thu, 27 Oct 2016 09:24:58 +0200 Pantxo Diribarne Implement "linejoin" property (bug #48387)
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Thu, 03 Nov 2016 13:24:21 +0100 Pantxo Diribarne Update labels and title font according to axes font properties (bug #49469)
Fri, 28 Oct 2016 13:59:43 +0200 Markus Mützel Correct locations of minor grid lines for manual ticks (bug #45850).
Mon, 24 Oct 2016 13:46:44 -0700 Rik Make base graphics property __modified__ hidden (bug #49205).
Sun, 16 Oct 2016 12:25:24 -0700 Rik maint: merge stable to default.
Fri, 14 Oct 2016 15:42:08 -0700 Rik Rename [xyz]mtick properties to [xyz]minortickvalues (bug #49205).
Fri, 14 Oct 2016 14:46:25 -0700 Rik Add '__' to start/end of hidden Octave-only graphics properties (bug #49205).
Thu, 13 Oct 2016 08:04:41 -0400 John D graphics: set uicontrol value default to 0 and handle special cases (Bug #48255) stable
Tue, 30 Aug 2016 21:46:47 -0700 Rik maint: Style check C++ code in libinterp/.
Sun, 21 Aug 2016 15:24:52 -0700 Rik Change DefaultAxesBox property to "off".
Wed, 17 Aug 2016 03:41:42 -0400 John W. Eaton move more classes inside octave namespace
Wed, 17 Aug 2016 02:57:50 -0400 John W. Eaton move more new classes inside octave namespace
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Tue, 16 Aug 2016 23:28:09 +0200 Markus Mützel Add support for setting "(xy)axislocation" to "origin" (bug #48562).
Sun, 14 Aug 2016 20:07:51 -0700 Rik Change default axes color to (0.15, 0.15, 0.15).
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.