log libinterp/corefcn/graphics.in.h @ 25173:ff3d24a818a1

age author description
Mon, 09 Apr 2018 08:22:32 -0400 John W. Eaton maint: Merge stable to default.
Mon, 09 Apr 2018 07:54:15 -0400 John W. Eaton update future version numbers in doc strings and comments stable
Tue, 03 Apr 2018 13:52:40 -0700 Rik maint: merge stable to default.
Tue, 03 Apr 2018 13:52:07 -0700 Rik maint: style check C++ ahead of 4.4 release. stable
Fri, 30 Mar 2018 09:20:24 -0400 John W. Eaton maint: Merge stable to default.
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Mon, 26 Mar 2018 13:20:20 -0400 John W. Eaton maint: merge stable to default.
Mon, 26 Mar 2018 13:10:42 -0400 John W. Eaton omit argument name from default copy ctors and assignment operators stable
Thu, 22 Mar 2018 21:47:37 +0100 Pantxo Diribarne Delete graphics properties or allowed values scheduled for deprecation in 4.6
Mon, 26 Feb 2018 13:33:50 -0600 Daniel J Sebald Remove unused hidden axes properties for camera view (bug #52940).
Wed, 31 Jan 2018 23:22:51 +0100 Pantxo Diribarne Allow printing without updating qt visible or invisible figures (bug #52940).
Tue, 23 Jan 2018 18:05:24 -0800 Rik Make "PickableParts" property for figures the fixed value of "visible".
Tue, 23 Jan 2018 10:45:23 +0100 Sahil Yadav Correctly display boolean properties default values (bug #52768)
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Wed, 03 Jan 2018 21:21:41 +0100 Pantxo Diribarne Implement "pickableparts" property (bug #52795).
Thu, 04 Jan 2018 00:42:32 +0100 Pantxo Diribarne Make sure axes "colormap" property listeners are executed (bug #52799).
Fri, 22 Dec 2017 13:09:59 -0800 Rik Create "pickableparts" as a base graphics property.
Fri, 22 Dec 2017 10:46:29 -0800 Rik Remove "DisplayName" property from text and image objects.
Sun, 10 Dec 2017 14:35:06 +0100 Pantxo Diribarne Better handling of "handlevisibility" property (bug #52621).
Sat, 18 Nov 2017 20:41:41 +0100 Markus Mützel Copy all constraints for row vector properties.
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