log libinterp/dldfcn/__init_fltk__.cc @ 20088:ac59136f1f10

age author description
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
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Fri, 06 Feb 2015 13:06:54 -0500 John W. Eaton more mouse interaction features for Qt plotting widget
Tue, 03 Feb 2015 21:42:32 -0500 Mike Miller Fix compilation error when building with FLTK but without gl2ps
Thu, 29 Jan 2015 17:07:09 -0500 John W. Eaton move opengl printing code from __init_fltk__.cc to gl2ps-renderer.cc
Thu, 01 Jan 2015 18:52:35 -0800 Rik maint: Periodic merge of gui-release to default.
Thu, 01 Jan 2015 18:47:36 -0800 Andreas Weber Prevent segfault when video card has insufficient OpenGL support (bug #41747). stable
Thu, 01 Jan 2015 19:36:53 +0100 Andreas Weber Show canvas if figure was created with visible off (bug #41895)
Sun, 02 Nov 2014 19:06:40 +0100 Andreas Weber __init_fltk__.cc: Allow selection of axes from whole plot area
Mon, 22 Sep 2014 20:46:54 -0700 Rik doc: Periodic grammarcheck of documentation.
Mon, 18 Aug 2014 23:44:25 +0200 Andreas Weber Fix set_currentpoint in FLTK that figures units property is respected.
Mon, 18 Aug 2014 21:25:39 +0200 Andreas Weber Fix axes property "currentpoint" for FLTK, extend documentation
Sun, 17 Aug 2014 23:34:16 +0200 Andreas Weber Implement figure property SelectionType for FLTK
Sun, 17 Aug 2014 22:34:37 +0200 Andreas Weber Fix problem that FLTK figure stays visible after "close"
Sat, 16 Aug 2014 22:59:44 +0200 Andreas Weber Fix ginput for FLTK toolkit
Sat, 16 Aug 2014 19:08:52 +0200 Andreas Weber Revise FLTK keypressfcn and keyreleasefcn callbacks
Fri, 15 Aug 2014 16:26:37 +0200 Andreas Weber fix FLTK position/outerposition properties, respect units
Tue, 05 Aug 2014 09:15:01 -0700 Rik maint: Use Octave coding conventions for some recent patches.
Tue, 29 Jul 2014 21:13:03 +0200 Andreas Weber Fix FLTK redraw and event issue
Mon, 28 Jul 2014 22:47:52 +0200 Andreas Weber Fix FLTK event handling for shortcuts and mouse cursor change
Sun, 27 Jul 2014 22:31:14 +0200 Andreas Weber Overhaul FLTK pan, rotate, zoom
Sat, 26 Jul 2014 10:09:48 +0200 Andreas Weber Overhaul FLTK plotting and printing