Mercurial > hg > octave-nkf
graph
-
command window buffer size configurable on windows (bug #41474) gui-releaseTue, 30 Dec 2014 08:24:14 +0100, by Torsten
-
fix handling of options struct passed to warning function (bug #36393)Mon, 29 Dec 2014 23:05:25 -0500, by John W. Eaton
-
Fix line color when using plot3 (bug #39585, bug #36926).Mon, 29 Dec 2014 18:07:54 -0800, by Rik
-
make sure the console window gets active custom style at beginning gui-releaseMon, 29 Dec 2014 13:52:42 +0100, by Torsten
-
meansq.m: Fix texinfo copy&paste error from std to meansq stableMon, 29 Dec 2014 11:13:40 +0100, by Andreas Weber
-
Add extra docs about the performance benefits of operator functions (bug #36439).Sun, 28 Dec 2014 06:58:09 -0800, by Rik
-
compute condition number when solving triangular systems (bug #43875)Fri, 26 Dec 2014 14:35:46 -0500, by John W. Eaton
-
values of variables in workspace view copyable (bug #43674) gui-releaseSat, 27 Dec 2014 19:32:42 +0100, by Torsten
-
* workspace-model.cc: prevent doubly emitted signal on data update gui-releaseSat, 27 Dec 2014 13:13:48 +0100, by Torsten
-
fix errors when building octave for windows (regression from d93293218966) gui-releaseSat, 27 Dec 2014 13:08:19 +0100, by Torsten
-
hiding horizontal scroll bar in editor when not needed (bug #41592) gui-releaseFri, 26 Dec 2014 09:10:38 +0100, by Torsten
-
fix access to already removed editor window at exit gui-releaseThu, 25 Dec 2014 15:48:43 +0100, by Torsten
-
Check if tempfile name exists when changing path of temporary file name (Bug #43872)Tue, 23 Dec 2014 10:30:26 -0500, by John Donoghue
-
switching between edit and main shortcuts depending on active dock widget now gui-releaseWed, 24 Dec 2014 15:07:31 +0100, by Torsten
-
fix regression from 476032040df9 (endless loop while looking for active widget) gui-releaseWed, 24 Dec 2014 13:58:00 +0100, by Torsten
-
Fix using '@' character in gnuplot text strings (bug #35363).Tue, 23 Dec 2014 15:43:48 -0800, by Rik
-
custom style of dock widget title bars depending on focus (bug #43837) gui-releaseTue, 23 Dec 2014 16:29:02 +0100, by Torsten
-
determining the active dock from focus changes in the gui gui-releaseTue, 23 Dec 2014 15:04:00 +0100, by Torsten
-
don't print stack trace on errors if error_state is -2Sun, 21 Dec 2014 19:50:40 -0500, by John W. Eaton
-
Fix tempname so it prioritizes user input dir rather than TMPDIR (bug #43844).Sun, 21 Dec 2014 21:00:51 -0800, by Rik
-
Fix error message when using trisurf w/gnuplot (bug #43447).Sun, 21 Dec 2014 19:52:41 -0800, by Rik
-
doc: Align columns in @multitable in datestr.m docstring.Sun, 21 Dec 2014 19:47:16 -0800, by Rik
-
Fix ploting 1D images with gnuplot (bug #43836).Tue, 16 Dec 2014 17:25:47 +0100, by Juan Pablo Carbajal
-
fix problem with changeset e354372e20f2 (bug #43855)Sun, 21 Dec 2014 17:38:14 -0500, by John W. Eaton
-
emit stack trace immediately at point of errorSun, 21 Dec 2014 17:49:28 -0500, by John W. Eaton
-
datestr.m: Clean up use of []/"" and single/double quotes (bug #43841).Sun, 21 Dec 2014 08:09:28 -0800, by Rik
-
allow sparse arrays to be indexed by N-d arrays (bug #43855)Sun, 21 Dec 2014 01:00:01 -0500, by John W. Eaton
-
Overhaul max/min functions (fixes bug #43712).Sat, 20 Dec 2014 20:07:50 -0800, by Rik
-
allow to cancel exiting if editor tabs are modified and exit is requested in gui gui-releaseSat, 20 Dec 2014 17:26:53 +0100, by Torsten
-
use warning IDs for all warnings in liboctaveThu, 18 Dec 2014 10:50:09 -0500, by John W. Eaton
-
eliminate extra warning about finding minimum norm solutionThu, 18 Dec 2014 07:57:58 -0500, by John W. Eaton
-
consistent messages and IDs for singular matrix warningsWed, 17 Dec 2014 21:56:17 -0500, by John W. Eaton
-
genpropdoc.m: Use two spaces after period at start of sentence.Tue, 16 Dec 2014 15:50:37 -0800, by Rik
-
doc: Periodic spellcheck of documentation.Tue, 16 Dec 2014 15:39:07 -0800, by Rik
-
doc: Periodic grammarcheck of documentation.Tue, 16 Dec 2014 15:36:27 -0800, by Rik
-
A few more instances of stricter input validation for strings (bug #42651).Tue, 16 Dec 2014 12:07:32 -0800, by Rik
-
Use stricter input validation when looking for a string as input (bug #42651).Tue, 16 Dec 2014 09:21:29 -0800, by Rik
-
test.m: Avoid num-to-str warning.Mon, 15 Dec 2014 22:16:25 -0800, by Rik
-
maint: Periodic merge of gui-release to default.Mon, 15 Dec 2014 21:01:45 -0800, by Rik
-
Restore warning Octave:num-to-str missing since 3.2.4 (bug #43814). stableSun, 14 Dec 2014 21:14:36 -0800, by Rik
-
Fix up documentation for new disable_[range,diagonal_matrix,permutation_matrix] fcns.Sat, 13 Dec 2014 18:41:03 -0800, by Rik
-
scripts/general/module.mk: new entry for nargchk.m and alphabetized. (bug #43798)Thu, 11 Dec 2014 14:28:43 +0100, by Kai T. Ohlhus
-
Remove single line makro INSTANTIATE_ARRAY_SORT.Thu, 11 Dec 2014 00:15:03 +0100, by Kai T. Ohlhus
-
allow ranges to be disabledMon, 08 Dec 2014 12:59:47 -0500, by John W. Eaton
-
maint: Periodic merge of gui-release to default.Mon, 08 Dec 2014 10:18:35 -0500, by John W. Eaton
-
maint: Periodic merge of stable to gui-release. gui-releaseMon, 08 Dec 2014 10:15:54 -0500, by John W. Eaton
-
allow disabling of permutation and diagonal matricesMon, 08 Dec 2014 10:14:00 -0500, by John W. Eaton
-
Avoid duplicate error message when concatenating cell arrays with dim mismatch.Sat, 06 Dec 2014 22:26:32 -0800, by Rik
-
Allow stem to plot logical values (bug #43391).Thu, 09 Oct 2014 20:01:09 +0200, by Markus Bergholz
-
Fix gnuplot plotting of tick marks when values are very large (bug #43531).Sat, 06 Dec 2014 13:21:52 -0800, by Rik
-
Issue error if load file format cannot be determined (bug #43575). stableSat, 06 Dec 2014 07:42:18 -0800, by Rik
-
Change strfind to return empty array for empty pattern for compatibility (bug #43649).Fri, 05 Dec 2014 22:17:09 -0800, by Rik
-
doc: Add missing closing parenthesis in tempname docstring.Fri, 05 Dec 2014 15:09:48 -0800, by Rik
-
datevec.m: Fix negative number outputs with integer (non-float) inputs (bug #43753). stableFri, 05 Dec 2014 12:36:06 -0800, by Nir Krakauer
-
interp1.m: Fix shape of output matrix when there are extrapolated values (bug #43745). stableFri, 05 Dec 2014 11:07:36 -0800, by Nir Krakauer
-
Use emptyset symbol rather than circled division slash in Tex interpreter for '\0'.Fri, 05 Dec 2014 10:54:32 -0800, by Rik
-
replace oct-mem.h inline indirections by standard function calls.Fri, 05 Dec 2014 13:08:36 +0100, by Kai T. Ohlhus