log src/graphics.cc @ 14413:4f160344236a

age author description
Sat, 25 Feb 2012 19:33:28 -0500 Ben Abbott 2011-04-26 Daniel Wagenaar <daw@caltech.edu>
Thu, 23 Feb 2012 12:25:23 -0800 Rik Fix TickDir handling for 2D and 3D plots (bug #35575).
Wed, 22 Feb 2012 20:06:05 -0500 Ben Abbott Fix ticklength updating (bug # 35438).
Wed, 15 Feb 2012 18:41:12 -0500 Ben Abbott Use internal bounding box in figure::properties::set_position.
Sat, 11 Feb 2012 21:09:03 -0500 Ben Abbott fltk toolkit requires figure units to be "pixels". Bug # 35430.
Sat, 04 Feb 2012 10:34:20 -0500 John W. Eaton maint: periodic merge of stable to default
Sat, 04 Feb 2012 10:29:50 -0500 John W. Eaton disable zoom-box zooming for negative log scales; enable zooming for positive log scales stable
Fri, 03 Feb 2012 19:54:26 -0500 John W. Eaton allow zooming for logscale plots
Fri, 03 Feb 2012 19:16:01 -0500 John W. Eaton maint: periodic merge of stable to default
Fri, 03 Feb 2012 19:11:51 -0500 John W. Eaton disable zooming for logscale axes stable
Fri, 03 Feb 2012 19:04:51 -0500 John W. Eaton use 8 minor tick marks per decade for log scale plots, not 9. stable
Thu, 02 Feb 2012 12:04:21 -0500 John W. Eaton make panning work for logscale axes
Thu, 02 Feb 2012 11:59:50 -0500 John W. Eaton maint: periodic merge of stable to default
Thu, 02 Feb 2012 11:34:11 -0500 John W. Eaton disable panning for logscale axes stable
Thu, 02 Feb 2012 11:31:39 -0500 John W. Eaton fix zooming for logscale figures with fltk+opengl stable
Tue, 24 Jan 2012 20:52:12 -0500 Ben Abbott When root_figure units = normalized, screensize = [0 0 1 1].
Tue, 24 Jan 2012 08:53:42 -0800 Rik maint: Style fixes for 5cc69bafe3b9
Tue, 24 Jan 2012 08:29:33 -0500 Ben Abbott Add updating for figure paperorientation property. Bug # 35329.
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Sun, 01 Jan 2012 21:50:10 -0800 Rik doc: Add register_graphics_toolkit() and loaded_graphics_toolkits() to documentation stable
Thu, 15 Dec 2011 22:03:03 -0800 Rik Use non-negative, non-positive with hyphens in error messages. stable
Fri, 09 Dec 2011 11:17:13 -0800 Rik Return retval(1) before retval(0) to avoid re-sizing call on retval.
Fri, 09 Dec 2011 11:12:50 -0500 John W. Eaton refactor graphics_toolkit class (bug #31583)
Thu, 08 Dec 2011 17:22:57 -0500 John W. Eaton close all graphics toolkits before exit
Thu, 08 Dec 2011 06:28:18 -0500 John W. Eaton explicitly close figures in clean_up_and_exit instead of using an atexit function
Wed, 07 Dec 2011 06:55:12 -0500 John W. Eaton avoid gh_manager segfault
Sun, 04 Dec 2011 16:17:45 -0500 John W. Eaton apply singleton_cleanup to a few more classes
Mon, 28 Nov 2011 22:19:54 +0000 Michael Goffioul Implement support for cellstr argument in get() function.
Sat, 26 Nov 2011 21:59:04 +0000 Michael Goffioul Use nargout = 0 in graphics callbacks specified as string.
Fri, 25 Nov 2011 17:09:19 +0000 Michael Goffioul Re-allow recursive graphics event processing.
Wed, 23 Nov 2011 08:38:19 -0800 Rik Grammarcheck of documentation before 3.6.0 release.
Wed, 23 Nov 2011 09:04:41 +0000 Michael Goffioul Remove Win32-specific case using Sleep in waitfor.
Wed, 23 Nov 2011 08:59:25 +0000 Michael Goffioul Implement waitfor, uiwait and uiresume.
Tue, 22 Nov 2011 18:20:41 +0100 Konstantinos Poulios title positioning taking xaxislocation into account (bug #33418)
Tue, 22 Nov 2011 17:50:11 +0100 Konstantinos Poulios strip trailing spaces
Mon, 21 Nov 2011 02:05:25 -0500 John W. Eaton Backed out changeset 5c2096009c43
Mon, 21 Nov 2011 01:40:24 -0500 John W. Eaton avoid using invalid value for figure outerposition
Thu, 17 Nov 2011 05:21:16 -0500 John W. Eaton avoid writing outside bounds of matrix
Wed, 09 Nov 2011 17:53:23 -0800 Rik Stop debug_on_error triggering for a new plot (bug #32655)
Sat, 05 Nov 2011 03:06:01 -0400 John W. Eaton avoid uninitialized variable warning from valgrind
Fri, 04 Nov 2011 06:25:13 -0400 John W. Eaton new and improved non-integer figure handles
Thu, 03 Nov 2011 11:35:47 -0400 John W. Eaton use correct method to get window position for fltk
Thu, 03 Nov 2011 05:01:52 -0400 John W. Eaton allow figure handles to be non-integers
Thu, 03 Nov 2011 04:33:25 -0400 John W. Eaton convert units for figure positions
Wed, 26 Oct 2011 17:36:54 -0400 John W. Eaton default limits for logscale plots
Wed, 26 Oct 2011 14:19:54 -0400 John W. Eaton allow negative data log plots with OpenGL+FLTK graphics (bug #34232)
Thu, 20 Oct 2011 15:19:38 +0100 Michael Goffioul Avoid some compilation warnings.
Mon, 17 Oct 2011 21:46:02 +0100 Michael Goffioul Add outerposition property to figure objects.
Fri, 14 Oct 2011 23:19:06 +0100 Michael Goffioul Add missing UI objects: uicontextmenu, uitoolbar, uipushtool and uitoggletool.
Wed, 12 Oct 2011 11:18:12 -0400 John W. Eaton axes: only update the currentaxes property of the parent figure if the axes object is visible
Tue, 11 Oct 2011 22:02:39 -0400 John W. Eaton make handles with their handlevisibility property set to "callback" visible in callback functions
Tue, 11 Oct 2011 21:55:21 -0400 John W. Eaton don't execute graphics handle callback functions recursively
Thu, 06 Oct 2011 16:44:18 +0100 Michael Goffioul Add support for full asynchronous graphics toolkit running in a separate
Thu, 29 Sep 2011 12:31:39 +0200 Kai Habel Set clim correctly for patch objects:
Tue, 27 Sep 2011 02:06:41 -0400 John W. Eaton allow radio values for graphics properaties to be abbreviated
Sat, 24 Sep 2011 17:31:19 -0400 Ben Abbott src/graphics.cc: Consistent log-scale axis tick labels.
Sat, 24 Sep 2011 17:27:53 -0400 John W. Eaton return get(h) as a struct array when h is a vector of handles
Thu, 15 Sep 2011 12:51:10 -0400 John W. Eaton maint: untabify and remove trailing whitespace from source files
Mon, 12 Sep 2011 18:53:05 -0400 Ben Abbott Support log scale plots with all negative data.
Sun, 11 Sep 2011 14:04:43 -0500 Jordi GutiƩrrez Hermoso maint: Periodic merge of stable to default