log libinterp/dldfcn/__init_fltk__.cc @ 21199:dd6605e1eaea

age author description
Thu, 04 Feb 2016 18:07:46 -0500 John W. Eaton make gl2ps_renderer implementation private
Thu, 04 Feb 2016 16:56:02 -0500 John W. Eaton move include statements for OpenGL headers to a single file
Sun, 24 Jan 2016 13:50:04 -0500 John W. Eaton consistently use "typename" intead of "class" in template declarations
Thu, 21 Jan 2016 11:24:36 -0500 John W. Eaton include errwarn.h in files that use err_disabled_feature conditionally
Tue, 19 Jan 2016 12:44:54 -0800 Rik Use err_disabled_feature, warn_disabled_feature throughout code base.
Thu, 31 Dec 2015 13:39:25 -0800 Rik maint: Use comparison operators rather than compare() for strings.
Tue, 29 Dec 2015 11:45:27 -0500 John W. Eaton strip trailing whitespace from files
Tue, 22 Dec 2015 10:29:22 -0800 Rik maint: Invert simple conditionals in if/else/error paradigm.
Sun, 20 Dec 2015 15:31:53 -0800 Rik maint: eliminate special cases of statements after error.
Sun, 20 Dec 2015 10:15:02 -0800 Rik maint: Use '! expr' rather than '!expr' to conform to coding guidelines.
Sat, 12 Dec 2015 15:19:13 +0100 Andreas Weber __init_fltk__.cc:codesprint: Remove class of fcn and return after error
Tue, 08 Dec 2015 14:20:05 -0500 John W. Eaton eliminate return statements after calls to error
Wed, 18 Nov 2015 10:40:26 -0800 Rik Make error messages more specific about the variable and problem encountered.
Thu, 06 Aug 2015 08:09:01 -0700 Rik Use error() rather than ::error() unless explicitly required.
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, 23 Apr 2015 09:14:10 -0700 Rik Avoid unnecessarily calling graphics callbacks in FLTK.
Thu, 23 Apr 2015 08:38:49 -0700 Rik Return correct x,y coordinates for keystroke with ginput in FLTK (bug #44834).
Tue, 21 Apr 2015 00:24:35 +0200 Pantxo Diribarne Let annotation work with fltk again
Thu, 09 Apr 2015 16:13:59 -0700 Rik Redraw FLTK figure after double-click "zoom out".
Thu, 09 Apr 2015 15:56:30 -0700 Rik Redraw FLTK figure after zoom operations on linked axes (bug #44719).
Wed, 08 Apr 2015 21:07:04 -0400 John Donoghue update fltk uimenu position when adding to figure
Tue, 31 Mar 2015 11:18:46 -0700 Rik Fix FLTK SelectionType for Middle Button and double clicks (bug #44669).
Sun, 22 Mar 2015 16:18:27 +0100 Pantxo Diribarne Fix right click zoom in fltk after cset f134ee404041 (bug #44522)
Sun, 15 Mar 2015 12:34:39 -0400 Mike Miller Ensure correct coordinates are available in windowbuttondownfcn callback
Mon, 02 Mar 2015 19:18:36 -0800 Rik Implement x- and y-only panning for FLTK (bug #44408).
Fri, 27 Feb 2015 15:51:12 -0800 Rik Replace std::size_t with bare size_t for conformity to rest of code.
Thu, 26 Feb 2015 19:24:59 -0500 John W. Eaton improve mouse zooming for Qt plotting (bug #44302)
Wed, 25 Feb 2015 11:55:49 -0800 Rik maint: Cleanup C++ code to follow Octave coding conventions.
Thu, 19 Feb 2015 01:26:52 -0500 John W. Eaton rename mouse_wheel_zoom axes property to mousewheelzoom