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)
|
Wed, 08 Apr 2015 16:46:10 -0400 |
John W. Eaton |
make units other than data work for axes labels and title (bug #35857)
|
Wed, 08 Apr 2015 09:37:59 -0400 |
John Donoghue |
Set default uimenu position property to 0 (Bug #44770)
|
Fri, 27 Mar 2015 08:55:38 +0100 |
Pantxo Diribarne |
Don't reset toolkit when the name hasn't changed
|
Fri, 13 Mar 2015 13:42:59 -0700 |
Rik |
graphics.in.h: Rename 'selectiontype' value "alternate" to "alt" (bug #44522).
|
Wed, 25 Feb 2015 11:55:49 -0800 |
Rik |
maint: Cleanup C++ code to follow Octave coding conventions.
|
Mon, 23 Feb 2015 15:52:47 -0800 |
Rik |
Hide Octave-only figure property __graphics_toolkit__.
|
Thu, 19 Feb 2015 01:26:52 -0500 |
John W. Eaton |
rename mouse_wheel_zoom axes property to mousewheelzoom
|
Tue, 17 Feb 2015 19:18:12 +0100 |
Pantxo Diribarne |
Run children listeners after any adoption/deletion (bug #44242)
|
Wed, 11 Feb 2015 14:19:08 -0500 |
John W. Eaton |
maint: Update copyright notices for 2015.
|
Mon, 09 Feb 2015 21:36:01 +0100 |
Pantxo Diribarne |
Update tightinset when "font*" properties are changed (bug #39581)
|
Sun, 08 Feb 2015 18:40:00 +0100 |
Pantxo Diribarne |
Fix reordering graphics property children for hidden objects (bug #44211)
|
Sat, 07 Feb 2015 15:41:48 +0100 |
Pantxo Diribarne |
Freset: avoid multiple reseting of properties (bug #43960)
|
Fri, 06 Feb 2015 13:06:54 -0500 |
John W. Eaton |
more mouse interaction features for Qt plotting widget
|
Thu, 05 Feb 2015 23:12:47 +0100 |
Pantxo Diribarne |
Update axes "tightinset" when "x/y/ztick" have changed
|
Mon, 02 Feb 2015 21:09:46 +0100 |
Pantxo Diribarne |
Update "tightinset" when "x/yaxislocation" is changed
|
Tue, 20 Jan 2015 10:29:54 -0500 |
John W. Eaton |
strip trailing whitespace from most source files
|
Tue, 20 Jan 2015 10:24:46 -0500 |
John W. Eaton |
maint: Periodic merge of gui-release to default.
|
Tue, 20 Jan 2015 10:05:42 -0500 |
John W. Eaton |
maint: Periodic merge of stable to gui-release.
gui-release
|
Tue, 20 Jan 2015 08:26:57 -0500 |
John W. Eaton |
strip trailing whitespace from most source files
stable
|
Fri, 31 Oct 2014 20:44:21 +0100 |
Pantxo Diribarne |
Make "image ()" use the default image cdata
|
Sun, 07 Sep 2014 22:26:12 +0200 |
Pantxo Diribarne |
Fix setting axes default x/y/zlabel with string values (bug #34755)
|
Sun, 07 Sep 2014 10:47:20 +0200 |
Pantxo Diribarne |
Respect the order in which default graphics properties are set (bug #38449)
|
Sun, 11 May 2014 22:24:50 +0200 |
Pantxo Diribarne |
Handle non "points" fontunits properties (bug # 40158)
|
Sat, 23 Aug 2014 16:12:03 +0200 |
Pantxo Diribarne |
figure: define adopted axes "currentaxes" if none is defined (bug #41573)
|
Sun, 17 Aug 2014 23:34:16 +0200 |
Andreas Weber |
Implement figure property SelectionType for FLTK
|
Fri, 21 Mar 2014 11:05:28 +0100 |
pantxo |
Freset: properly reset graphics objects (bug #35511)
|
Sun, 27 Jul 2014 22:31:14 +0200 |
Andreas Weber |
Overhaul FLTK pan, rotate, zoom
|
Sat, 21 Jun 2014 13:07:57 +0200 |
Pantxo Diribarne |
Translate patch property listeners to C++ (bug #42159)
|
Mon, 14 Apr 2014 22:53:44 +0200 |
Pantxo Diribarne |
Update image "x/ydata" when "cdata" is changed (bug #42121)
|
Thu, 19 Jun 2014 18:08:00 -0400 |
John W. Eaton |
maint: Periodic merge of gui-release to default.
|
Thu, 19 Jun 2014 15:51:05 -0400 |
John W. Eaton |
maint: Periodic merge of stable to gui-release.
gui-release
|
Tue, 10 Jun 2014 18:19:32 +0100 |
Michael Godfrey |
Fix typo in graphics.in.h (bug #42535).
stable
|
Wed, 21 May 2014 23:27:44 +0200 |
Pantxo Diribarne |
Handle figure paperpositionmode "auto" (bug #37554)
|
Fri, 16 May 2014 08:20:11 -0700 |
Rik |
Don't delete listeners with 'cla reset' for Matlab compatibility (bug #42285).
|
Tue, 13 May 2014 18:51:52 +0200 |
Pantxo Diribarne |
Add some more callbacks for root properties (bug #42347).
|
Wed, 07 May 2014 08:54:19 -0700 |
Rik |
build: Fix compiling with new graphic root properties (cset 28eab2d84190).
|
Wed, 07 May 2014 08:39:56 -0700 |
Rik |
maint: Use "FreeType" rather than "freetype" in messages and comments.
|
Mon, 21 Apr 2014 17:17:15 +0200 |
Pantxo Diribarne |
Add callbacks for root properties format and formatspacing (bug #42135).
|
Wed, 23 Apr 2014 18:48:30 -0700 |
Rik |
Fix axes bounding box not obeying 'layer' property.
|
Tue, 04 Mar 2014 13:07:41 +0100 |
pantxo |
Make some graphics factory defaults conform to Matlab values (bug #41770).
|
Thu, 10 Apr 2014 00:08:36 +0200 |
Pantxo Diribarne |
Allow empty matrices as "vertexnormals" value (bug #42083).
|
Thu, 20 Mar 2014 12:31:19 -0400 |
John W. Eaton |
maint: Periodic merge of gui-release to default.
|
Tue, 18 Feb 2014 16:55:08 +0100 |
Pantxo Diribarne |
Add methods to determine if a graphic property is read-only (bug #41629).
|
Mon, 10 Mar 2014 10:46:37 -0500 |
Michael C. Grant |
set default toolkit when registering toolkits (bug #41665).
gui-release
|
Sat, 07 Dec 2013 17:51:53 -0500 |
John W. Eaton |
style fixes in graphics.in.h and graphics.cc
|
Sat, 07 Dec 2013 15:56:43 +0100 |
Pantxo Diribarne |
set: allow retrieving allowed values for individual properties
|
Thu, 31 Oct 2013 22:19:07 -0700 |
Rik |
maint: Use common #define syntax "octave_filename_h" in h_files.
|