log

age author description
Sun, 22 Jan 2012 15:13:22 -0500 Jordi Gutiérrez Hermoso Merge default onto gui gui
Sun, 22 Jan 2012 13:47:15 -0500 Ben Abbott Changes to allow plot demos to be converted and run by Matlab.
Sun, 22 Jan 2012 10:21:42 -0800 Rik surfl.m: Update docstring.
Sun, 22 Jan 2012 10:02:27 -0800 Rik test: Make surface demos reproducible by setting colormap to default at start of demo.
Sun, 22 Jan 2012 07:43:20 -0800 Rik doc: Update docstring for colormap()
Sun, 22 Jan 2012 07:31:32 -0800 Rik Use Matlab coding conventions for demos in plot/ directory.
Sun, 22 Jan 2012 16:06:55 +0100 Jacob Dawid GUI: Build in previous terminal widget. gui
Sun, 22 Jan 2012 15:17:37 +0100 Jacob Dawid Linking against OctaveDE_Qts konsole-code again. gui
Sun, 22 Jan 2012 14:18:05 +0100 Jacob Dawid Added OctaveDEs konsole sources. gui
Sat, 21 Jan 2012 16:25:07 -0500 Jordi Gutiérrez Hermoso repmat.m: Fix incorrect docstring regarding higher dimensions
Sat, 21 Jan 2012 11:26:36 +0100 Jacob Dawid GUI: Added qtermwidget snapshot as a subproject to build as a library that links with Octave GUI. gui
Sat, 21 Jan 2012 10:40:19 +0100 Jacob Dawid GUI: Removed stylesheets from dock widgets and add missing slots. gui
Fri, 20 Jan 2012 17:40:30 -0800 Rik Fix regression in 9fc597693b0b preventing updating of waitbar text string. stable
Fri, 20 Jan 2012 12:59:53 -0800 Rik Revamp %!demos in m-files to use Octave coding conventions on spacing, etc.
Thu, 19 Jan 2012 19:48:13 -0500 Ben Abbott Escaping strings for legend entries are handled by __go_draw_axes__.
Thu, 19 Jan 2012 18:47:38 -0500 Ben Abbott Fix support for gnuplot's canvas (html5) terminal. Bug # 35332.
Thu, 19 Jan 2012 12:46:33 -0500 Jordi Gutiérrez Hermoso zscore.m: Return mean and std dev for Matlab compatibility. Update docstring.
Thu, 19 Jan 2012 09:36:51 -0500 Doug Stewart Stop FLTK plot figure crash with right-mouse zoom (Bug #32592).
Wed, 18 Jan 2012 21:27:13 -0800 Rik news.m: Revamp implementation of function.
Wed, 18 Jan 2012 21:27:13 -0800 Rik prefsfile.m: Remove unnecessary code to transition users to .octave_prefs filename.
Wed, 18 Jan 2012 21:17:14 -0800 Rik fill.m: Return column vector of graphics handles
Wed, 18 Jan 2012 21:17:14 -0800 Rik ribbon.m: Simplify code and return a column vector of graphics handles.
Wed, 18 Jan 2012 21:17:14 -0800 Rik Use correct plural for dbstatus if there is more than 1 breakpoint set in file.
Wed, 18 Jan 2012 21:17:14 -0800 Rik Add error messages to dbtype(). Allow use of "end" keyword in linespec.
Wed, 18 Jan 2012 21:17:14 -0800 Rik Use isfigure() to simplify some plot functions.
Wed, 18 Jan 2012 21:17:14 -0800 Rik Replace unnecessary strcmpi calls with strcmp.
Wed, 18 Jan 2012 21:17:14 -0800 Rik polyreduce.m: Recode function using modern syntax.
Wed, 18 Jan 2012 21:17:14 -0800 Rik Use Octave spacing convention in %!test blocks of surface plot functions.
Wed, 18 Jan 2012 21:17:14 -0800 Rik Use '!' for not operation in preference to '~'.
Wed, 18 Jan 2012 21:17:14 -0800 Rik accumdim.m: Use common code idiom for finding first non-singleton dimension.