Mercurial > hg > octave-nkf
graph
-
meshz.m: Overhaul for Matlab compatibility.Mon, 21 Jul 2014 08:41:42 -0700, by Rik
-
surfnorm.m: Overhaul for Matlab compatibility.Sun, 20 Jul 2014 13:26:10 -0700, by Rik
-
add an user preference for loading changed files without a prompt (bug #42678) gui-releaseSun, 20 Jul 2014 21:23:32 +0200, by Torsten
-
fix conflict between main and editor menus when using alt keys (bug #42659) gui-releaseSun, 20 Jul 2014 20:44:30 +0200, by Torsten
-
mkdoc.pl: Tweaks to make code easier to understand for non-Perl experts.Fri, 18 Jul 2014 09:16:27 -0700, by Rik
-
linkaxes.m: Fix unbalanced parentheses warning in Texinfo.Thu, 17 Jul 2014 19:51:21 -0700, by Rik
-
maint: remove bash script 'mkdoc', unused since cset 8ffb01c3a27a.Fri, 18 Jul 2014 03:19:04 +0100, by Carnë Draug
-
scripts/mkdoc.pl: remove '@(end )?example' leading spaces from DOCSTRING.Fri, 18 Jul 2014 00:03:22 +0100, by Carnë Draug
-
scripts/mkdoc.pl: improve perl code portability.Thu, 17 Jul 2014 21:53:31 +0100, by Carnë Draug
-
Skip private functions when building DOCSTRING (bug #42791).Thu, 17 Jul 2014 16:25:30 +0100, by Carnë Draug
-
legend.m: Tweak syntax when setting multiple "unit" properties to be more readable.Thu, 17 Jul 2014 11:20:26 -0700, by Rik
-
alphabetize gnulib module listThu, 17 Jul 2014 15:32:19 -0400, by John W. Eaton
-
use gnulib log and logf modulesThu, 17 Jul 2014 15:31:52 -0400, by John W. Eaton
-
avoid some unused variable warnings if LLVM is not availableThu, 17 Jul 2014 11:48:32 -0400, by John W. Eaton
-
avoid an old-style cast warningThu, 17 Jul 2014 11:47:36 -0400, by John W. Eaton
-
avoid some old-style cast warningsThu, 17 Jul 2014 11:19:21 -0400, by John W. Eaton
-
eliminate some shadowed variable declaration warningsThu, 17 Jul 2014 10:27:24 -0400, by John W. Eaton
-
avoid some unused parameter warningsThu, 17 Jul 2014 09:33:27 -0400, by John W. Eaton
-
avoid unused parameter warningsWed, 16 Jul 2014 20:02:38 -0400, by John W. Eaton
-
use gnulib::log and gnulib::logf functionsWed, 16 Jul 2014 19:56:22 -0400, by John W. Eaton
-
eliminate some unused parameter warnings in parser functionsWed, 16 Jul 2014 19:55:30 -0400, by John W. Eaton
-
exist: don't search path for absolute or rooted relative file namesWed, 16 Jul 2014 18:38:55 -0400, by John W. Eaton
-
Improve plot comparison scripts.Tue, 15 Jul 2014 22:18:35 +0200, by Andreas Weber
-
Update some plot %!demos so that they run under Matlab.Mon, 14 Jul 2014 21:40:28 -0700, by Rik
-
Redefine mac specific default shortcuts (bug #41217) gui-releaseThu, 10 Jul 2014 18:01:56 +0200, by pantxo
-
shortcut_manager: clean up spaces after/before parentheses gui-releaseMon, 14 Jul 2014 20:50:10 +0200, by Torsten
-
doc: Match docstring variable names to function variable names for linear-algebra m-files.Mon, 14 Jul 2014 08:54:45 -0700, by Rik
-
maint: Periodic merge of gui-release to default.Sun, 13 Jul 2014 21:25:47 -0700, by Rik
-
doc: Correct variable name in waitforbuttonpress docstring (bug #42768). stableMon, 14 Jul 2014 08:33:02 -0700, by Rik
-
WIFEXITED and WEXITSTATUS macros for mkoctfile.cc stableFri, 27 Jun 2014 17:09:28 -0400, by John W. Eaton
-
Stop mkoctfile process if any part of compilation or linking fails (bug #42704). stableSun, 13 Jul 2014 20:43:25 -0700, by Rik
-
build: Create octave.desktop even when --disable-docs configured (bug #42720). stableSun, 13 Jul 2014 19:46:57 -0700, by Rik
-
build: Create octave.desktop even when --disable-docs configured (bug #42720).Sun, 13 Jul 2014 19:46:57 -0700, by Rik
-
maint: Remove deprecated function java_new.mSun, 13 Jul 2014 18:37:21 -0700, by Rik
-
maint: Periodic merge of gui-release to default.Sun, 13 Jul 2014 18:36:25 -0700, by Rik
-
Move java_set.m and java_get.m from scripts/deprecated/module.mk to scripts/java/module.mk. stableSun, 13 Jul 2014 09:45:00 -0400, by Ben Abbott
-
"Un"-deprecate java_get() and java_set() functions (bug #41239). stableSat, 12 Jul 2014 23:23:13 +0100, by Carnë Draug
-
Change OpenGL dashed line style to 50% mark / 50% space.Fri, 11 Jul 2014 13:36:12 -0700, by Rik
-
Fix ambiguous Matrix initialization from csetdf972b9d080aThu, 10 Jul 2014 09:52:49 +0200, by Pantxo Diribarne
-
bandwidth.m: Add new function.Tue, 08 Jul 2014 12:19:37 +0200, by Massimiliano Fasi
-
javaclasspath: refactor to avoid duplication and skip check of nargout.Tue, 08 Jul 2014 20:45:50 +0100, by Carnë Draug
-
fieldnames: return only field names of java objects instead of description.Tue, 08 Jul 2014 19:55:03 +0100, by Carnë Draug
-
Translate patch property listeners to C++ (bug #42159)Sat, 21 Jun 2014 13:07:57 +0200, by Pantxo Diribarne
-
Add new matrix functions (isdiag, isbanded, istril, istriu) (bug #42688).Sat, 05 Jul 2014 10:09:56 +0200, by Massimiliano Fasi
-
Update image "x/ydata" when "cdata" is changed (bug #42121)Mon, 14 Apr 2014 22:53:44 +0200, by Pantxo Diribarne
-
listdlg.m: convert SQ strings to DQ, fix num2str call in %!demos. stableFri, 04 Jul 2014 17:12:50 +0200, by Philip Nienhuis
-
Add image directory to plot comparison scripts.Fri, 04 Jul 2014 21:40:50 -0700, by Rik
-
mesh, meshc, surfc: Allow user provided properties to override defaults.Fri, 04 Jul 2014 15:37:42 -0700, by Rik
-
Improve plot comparison scripts.Fri, 04 Jul 2014 14:32:49 -0700, by Rik
-
Set default patch color to black rather than green for Matlab compatibility.Thu, 03 Jul 2014 20:42:41 -0700, by Rik
-
grid.m: Use '-' linestyle for major axis grid when minor grid is on.Thu, 03 Jul 2014 14:10:35 -0700, by Rik
-
Fix tolerance issues in %!test from cset70ea5a2856fe (bug #37554)Tue, 27 May 2014 21:31:45 +0200, by Pantxo Diribarne
-
Fix new x/y/zlabel position after deletion (bug #42652)Mon, 30 Jun 2014 22:34:07 +0200, by Pantxo Diribarne
-
pareto.m: Use same color for left/right axes and for bar/line.Thu, 03 Jul 2014 09:09:48 -0700, by Rik
-
legend.m: Make demos using 'location' property compatible with Matlab.Thu, 03 Jul 2014 08:46:19 -0700, by Rik