log libinterp/corefcn/graphics.in.h @ 25982:d7e2fd922288

age author description
Tue, 30 Oct 2018 11:46:53 -0700 Rik Overhaul processing of size constraints for graphic properties (bug #54918).
Tue, 30 Oct 2018 09:33:34 -0700 Rik Allow 'cdata' property of uicontrol to be set to '[]' (bug #54918).
Thu, 25 Oct 2018 16:08:49 -0400 John W. Eaton improve plot position updates (bug #48273)
Wed, 22 Aug 2018 09:14:44 +0200 Pantxo Diribarne Refactor graphics event handling and fix interruption of callbacks (bug #54340)
Thu, 27 Sep 2018 08:56:09 -0700 Rik Allow 'characters' as a value for the Units property of root object (bug #54742).
Sat, 22 Sep 2018 16:22:07 +0200 Markus Mützel uicontrol: Allow uint8 for "cdata" (bug #54697).
Sat, 15 Sep 2018 09:43:48 +0200 John Swensen Improve OpenGL rendering on high resolution screens with Qt 5 (bug #49053)
Sat, 08 Sep 2018 20:36:30 +0200 Markus Mützel Use "facenormals" for flat lighting on surfaces (bug #54024).
Mon, 11 Jun 2018 17:30:23 -0700 Rik Change default ShadowColor property to match Matlab (bug #53805).
Wed, 06 Jun 2018 12:41:03 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Tue, 05 Jun 2018 20:57:36 +0200 Markus Mützel Delete listeners before invalidating graphics object.
Tue, 05 Jun 2018 16:22:59 +0200 Guillaume Flandin Change default ui* objects color for compatibility (bug #53805)
Sun, 03 Jun 2018 21:43:15 +0200 Markus Mützel Automatically calculate normals for patch objects (patch #8951).
Sun, 03 Jun 2018 19:51:11 +0200 Markus Mützel Move management of lights in axes from GL to graphics backend.
Mon, 18 Jul 2016 18:33:48 +0200 Markus Muetzel Enable support of non-coplanar faces in patches for OpenGL (bug #47677).
Tue, 17 Apr 2018 12:48:33 -0700 Rik Add new Figure graphic property "Number" (bug #53343).
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.