log

age author description
Thu, 19 Feb 2015 14:29:34 +0000 Carnë Draug gray2ind: return uint8 when (n <= 256) instead of (n < 256) (bug #44309)
Thu, 19 Feb 2015 13:26:40 +0100 Torsten fix eol detection in editor which caused a crash for huge files
Thu, 19 Feb 2015 02:41:42 -0500 John W. Eaton maint: Merge away accidental commit.
Thu, 19 Feb 2015 02:33:05 -0500 John W. Eaton pass button number to Qt graphics buttondownfcn callback (bug #41977)
Thu, 19 Feb 2015 02:33:05 -0500 John W. Eaton * Canvas.cc (button_number): New static function.
Thu, 19 Feb 2015 02:16:48 -0500 John W. Eaton * ginput.m: Fix botched search and replace in previous change.
Thu, 19 Feb 2015 02:11:13 -0500 John W. Eaton style fixes
Thu, 19 Feb 2015 01:52:45 -0500 John W. Eaton allow shift + left button to zoom out (bug #44304)
Thu, 19 Feb 2015 01:47:14 -0500 John W. Eaton correct function name in module.mk file
Thu, 19 Feb 2015 01:31:56 -0500 John W. Eaton bring back mouse_wheel_zoom function as deprecated
Thu, 19 Feb 2015 01:30:54 -0500 John W. Eaton allow mouse wheel zoom amount to be configurable for qt graphics (bug #44304)
Thu, 19 Feb 2015 01:26:52 -0500 John W. Eaton rename mouse_wheel_zoom axes property to mousewheelzoom
Thu, 19 Feb 2015 00:46:19 -0500 Mike Miller build: Fix installation of icons for out-of-tree builds
Wed, 18 Feb 2015 22:35:04 -0500 Mike Miller Fix cholmod initialization with SuiteSparse >= 4.3 (bug #44285)
Wed, 18 Feb 2015 18:56:51 -0800 Rik Object.cc: Stop unused parameter warning for Object::print empty subroutine.
Wed, 18 Feb 2015 19:39:58 -0500 Mike Miller build: Restore installation of octave-logo.ico
Wed, 18 Feb 2015 19:22:59 -0500 Mike Miller build: Use the missing script for icotool and rsvg-convert
Wed, 18 Feb 2015 14:56:47 -0500 John Donoghue Use mainwindow icon for plot windows (Bug #44293)
Wed, 18 Feb 2015 14:35:02 -0800 Rik uigetfile.m: Don't start in directory one above the requested directory.
Wed, 18 Feb 2015 17:18:07 -0500 John W. Eaton fix tests failing after changeset c913247c85a8
Wed, 18 Feb 2015 17:02:13 -0500 John W. Eaton make colon function work (bug #44290)
Wed, 18 Feb 2015 14:29:59 -0500 John W. Eaton make ginput work for all toolkits again (bug #41977)
Sat, 07 Feb 2015 21:51:20 +0100 Sébastien Villemot Add new ordschur function.
Wed, 18 Feb 2015 09:20:59 -0800 Rik Add documentation for axes property "mouse_wheel_zoom".
Tue, 17 Feb 2015 19:18:12 +0100 Pantxo Diribarne Run children listeners after any adoption/deletion (bug #44242)
Wed, 18 Feb 2015 00:10:22 -0500 Mike Miller build: Generate Octave logo icons from SVG source (bug #37062)
Tue, 17 Feb 2015 17:34:48 -0800 Rik Remove unnecessary checking of error_state after is_string validation.
Tue, 17 Feb 2015 16:24:30 -0800 Rik Use "filename" property of figure to store filename for Save dialog under FLTK.
Sun, 08 Feb 2015 22:22:28 +0100 Pantxo Diribarne Add the annotation function (bug #43282)
Tue, 17 Feb 2015 15:24:05 -0800 Rik Fix working directory of Figure Save dialog between CLI and GUI (bug #44175).