log libinterp/corefcn/graphics.in.h @ 24252:f8c263f961c1

age author description
Wed, 15 Nov 2017 14:21:52 -0500 John W. Eaton use shared_ptr to manage graphics_object and graphics_event objects
Wed, 01 Nov 2017 18:21:21 +0100 Markus Mützel Keep manually set tick labels (bug #52284).
Tue, 12 Jul 2016 23:33:36 -0700 Colin Macdonald Call update_transform on camera property change (bug #44503)
Mon, 02 Oct 2017 10:36:28 -0700 Mike Miller maint: clean up code formatting in generated graphics.h
Thu, 21 Sep 2017 16:12:53 +0200 Pantxo Diribarne avoid heap-use-after-free in callback execution (bug #52024)
Thu, 31 Aug 2017 21:10:56 +0200 Markus Mützel Auto-adjust limits that span 0 on logarithmic axes (bug #43606).
Thu, 20 Jul 2017 22:59:27 +0200 Pantxo Diribarne Fix regression introduced by cset 06805aabbdd1 (bug #50750).
Fri, 28 Jul 2017 10:34:33 -0700 Rik Use C++11 raw string literals to avoid escaping double quotes.
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Fri, 14 Jul 2017 16:05:59 -0400 John W. Eaton don't use singleton for gtk_manager
Wed, 12 Jul 2017 10:06:47 -0400 John W. Eaton make root_figure::factory_properties local instead of global
Sun, 18 Jun 2017 18:09:53 -0700 Rik Use modf, pow from C++ std library.
Tue, 13 Jun 2017 08:24:42 -0700 Rik maint: Deprecate is_sparse_type and replace with issparse.
Tue, 13 Jun 2017 07:53:53 -0700 Rik maint: Deprecate is_real_type and replace with isreal.
Sun, 11 Jun 2017 22:14:09 -0700 Rik maint: Deprecate is_empty and replace with isempty.
Sun, 11 Jun 2017 15:35:21 -0700 Rik maint: Deprecate is_cell and replace with iscell.
Sun, 11 Jun 2017 15:26:14 -0700 Rik maint: Deprecate is_cellstr and replace with iscellstr.
Thu, 08 Jun 2017 15:56:46 -0700 Rik Deprecate octave::math::finite in favor of octave::math::isfinite.
Thu, 08 Jun 2017 18:21:07 -0400 John W. Eaton maint: Strip trailing whitespace from files.
Tue, 23 May 2017 15:01:27 +0200 Pantxo Diribarne Add getframe function for opengl based toolkits (bug #48195)
Tue, 23 May 2017 13:37:17 -0700 Markus Muetzel Implement colormap property for axes objects (bug #48667).
Fri, 28 Apr 2017 13:19:12 -0700 Rik maint: Use C++11 nullptr rather than 0 or NULL when possible.
Thu, 27 Apr 2017 17:33:10 -0700 Rik maint: Wrap tertiary operator in parentheses "(COND ? x : y)".
Thu, 27 Apr 2017 15:18:20 -0700 Rik maint: Use convention 'int *x' for naming pointers.
Thu, 27 Apr 2017 10:04:31 -0700 Rik maint: Use convention "static_cast<void *>" for casting of pointers.
Mon, 24 Apr 2017 17:20:37 -0700 Rik maint: Use convention 'int& x' for naming references.
Sat, 15 Apr 2017 11:54:33 -0400 John W. Eaton eliminate some errors exposed by -fsanitize=undefined
Thu, 13 Apr 2017 10:34:43 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Fri, 10 Mar 2017 12:16:40 -0800 Rik Deprecate "interpreter" property in primitive graphic objects (partial fix for bug #50496).
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Sun, 19 Feb 2017 12:37:59 +0100 Pantxo Diribarne Deprecate "light" and "demi" values for "fontweight" property (bug #50353).
Thu, 16 Feb 2017 14:04:29 +0100 Pantxo Diribarne New mechanism to deprecate graphics properties (bug #50327)
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