Mercurial > hg > octave-nkf
graph
-
fix printing of matrix values (bug #40470)Thu, 07 Nov 2013 01:42:26 -0500, by John W. Eaton
-
rework short_disp methodsThu, 07 Nov 2013 00:52:48 -0500, by John W. Eaton
-
contributors.in: added GUI translatorsSun, 27 Oct 2013 13:03:33 +0100, by Philip Nienhuis
-
Remove Help menu from FLTK menubar.Wed, 06 Nov 2013 19:44:46 -0800, by Rik
-
avoid initial spaces for scalars in GUI workspace viewer (bug #40500)Wed, 06 Nov 2013 19:22:02 -0500, by John W. Eaton
-
display matrix values in GUI workspace viewer (bug #40499)Wed, 06 Nov 2013 19:17:59 -0500, by John W. Eaton
-
improve signal handling in driver programWed, 06 Nov 2013 18:00:48 -0500, by John W. Eaton
-
edit.m: Use more meaningful variable names in default function body.Wed, 06 Nov 2013 15:56:12 -0800, by Rik
-
edit.m: Change default GPL license to refer to "this program" rather than "Octave".Wed, 06 Nov 2013 15:21:49 -0800, by Rik
-
NEWS: Add sentence about octave_core_file_name function.Wed, 06 Nov 2013 12:02:21 -0800, by Rik
-
maint: Use phrase "FIXME:" for problem areas in code.Wed, 06 Nov 2013 11:42:35 -0800, by Rik
-
subplot.m: Matlab compatibility when "position" given (bug #40480).Wed, 06 Nov 2013 11:14:40 -0800, by Rik
-
strcat.m: Fix bad example in docstring (bug #40486).Tue, 05 Nov 2013 16:13:35 -0800, by Rik
-
build: Add HDF5_CPPFLAGS to octave-value, corefcn sublibraries (bug #38928)Tue, 05 Nov 2013 16:06:38 -0800, by Rik
-
avoid partial lines at top of command windowTue, 05 Nov 2013 12:48:32 -0500, by John W. Eaton
-
maint: periodic merge of default to classdef classdefTue, 05 Nov 2013 12:27:42 -0500, by John W. Eaton
-
imwrite: implement DisposalMethod option.Tue, 05 Nov 2013 07:05:30 +0000, by Carnë Draug
-
imwrite: implement DelayTime option.Tue, 05 Nov 2013 05:48:56 +0000, by Carnë Draug
-
imwrite: implement LoopCount option.Tue, 05 Nov 2013 05:05:11 +0000, by Carnë Draug
-
Align terminal window contents with bottom of viewMon, 24 Jun 2013 16:02:54 -0500, by Daniel J Sebald
-
avoid symbol conflicts in display.ccMon, 04 Nov 2013 23:06:48 -0500, by John W. Eaton
-
imwrite: fill colormap with black (RGB 0,0,0) for missing colors (bug #33615)Mon, 04 Nov 2013 21:48:45 +0000, by Carnë Draug
-
octave.cc: Set LC_TIME to C locale so that dates always compute correctly.Mon, 04 Nov 2013 13:20:04 -0800, by Rik
-
imwrite: do not append format as file extension to filename.Mon, 04 Nov 2013 20:52:04 +0000, by Carnë Draug
-
allow format bank to work for mixed +/- valuesMon, 04 Nov 2013 14:32:19 -0500, by John W. Eaton
-
eigs.m: Fix regression when numeric sigma is used and eig() is called instead of __eigs__.Mon, 04 Nov 2013 10:38:32 -0800, by Rik
-
add a test to mark regression in eigsMon, 04 Nov 2013 08:49:23 +0100, by Carlo de Falco
-
configure.ac: add warnings on checking for JAVA to the final summary.Mon, 04 Nov 2013 16:51:35 +0000, by Carnë Draug
-
use gnulib frexp moduleMon, 04 Nov 2013 01:19:05 -0500, by John W. Eaton
-
use gnuplot as default graphics toolkit if display is unavailable (bug #40423)Fri, 01 Nov 2013 22:14:37 -0400, by John W. Eaton
-
* de_DE.ts: update german translationSun, 03 Nov 2013 21:21:16 +0100, by Torsten
-
maint: Update gnulib-hg repo to current gnulib tip ahead of 3.8 release.Sun, 03 Nov 2013 09:48:55 -0800, by Rik
-
datestr.m: Accomodate Mac OS X odd support of %p in strftime.Sat, 02 Nov 2013 22:18:02 -0700, by Rik
-
figure.m: Recode to pass failing test on Mac OS X.Sat, 02 Nov 2013 22:01:59 -0700, by Rik
-
Make known conv failures xtests.Sat, 02 Nov 2013 21:59:33 -0700, by Rik
-
configure.ac: add warnings about disabling GUI to the final summary.Sun, 03 Nov 2013 04:31:24 +0000, by Carnë Draug
-
Add Portuguese (Portugal) translation.Sun, 03 Nov 2013 00:10:45 +0000, by Carnë Draug
-
Fix 4 %!tests for convolution.Sat, 02 Nov 2013 17:06:29 -0700, by Rik
-
pt_BR.ts: Update Octave Portugese translation.Sat, 02 Nov 2013 16:00:16 -0700, by Felipe G. Nievinski
-
ru_RU.ts: Update Octave Russian translation.Sat, 02 Nov 2013 14:42:44 -0700, by Artem Krosheninnikov
-
pt_BR.ts: Update Octave Portugese translation.Sat, 02 Nov 2013 14:38:50 -0700, by Júlio Hoffimann Mendes
-
build: Don't use JAVA_CPPFLAGS, FT2_CPPFLAGS everywhere when making .df files.Sat, 02 Nov 2013 14:34:02 -0700, by Rik
-
which: return the full path to a regular file (bug #40332)Sat, 02 Nov 2013 14:46:43 -0400, by Mike Miller
-
make -q suppress no graphical display startup message (bug #38937)Fri, 01 Nov 2013 21:42:06 -0400, by John W. Eaton
-
include Qt files with <QFoo> instead of <QtGui/QFoo> (bug #40252)Fri, 01 Nov 2013 15:54:19 -0400, by John W. Eaton
-
restore display of "persistent", "automatic", etc. removed by 53f433bae63bFri, 01 Nov 2013 15:40:19 -0400, by John W. Eaton
-
display (possibly truncated) values of strings in workspace viewFri, 01 Nov 2013 14:45:35 -0400, by John W. Eaton
-
show when variables are complex in workspace view (bug #40445)Fri, 01 Nov 2013 14:30:47 -0400, by John W. Eaton
-
avoid crash in sparse constructor (bug #)Fri, 01 Nov 2013 12:20:18 -0400, by John W. Eaton
-
maint: Use common #define syntax "octave_filename_h" in h_files.Thu, 31 Oct 2013 22:19:07 -0700, by Rik
-
build: Remove REGEX_CPPFLAGS from XTRA_CXXFLAGS.Thu, 31 Oct 2013 21:15:00 -0700, by Rik
-
build: Remove LLVM_(CPPFLAGS|CXXFLAGS) from XTRA_CXXFLAGS.Thu, 31 Oct 2013 17:10:38 -0700, by Rik
-
build: Don't search path at compile time for jvm on Win32 platforms.Thu, 31 Oct 2013 16:38:32 -0700, by Rik
-
attempt to avoid setting persistent state on i/o streams (bug #40396)Thu, 31 Oct 2013 17:26:04 -0400, by John W. Eaton
-
*de_DE.ts: update for german gui translationThu, 31 Oct 2013 21:44:58 +0100, by Torsten
-
build: Remove FreeType and Fontconfig CPPFLAGS from XTRA_CXXFLAGS.Thu, 31 Oct 2013 13:13:25 -0700, by Rik
-
*de_DE.ts: fixed typo in german gui translationThu, 31 Oct 2013 20:56:37 +0100, by Torsten
-
make compilation of main.cc work again when not building GUIThu, 31 Oct 2013 03:58:26 -0400, by John W. Eaton
-
fix compilation of main.cc on WindowsThu, 31 Oct 2013 02:25:47 -0400, by John W. Eaton
-
maint: A few Octave coding convention tweaksWed, 30 Oct 2013 21:55:14 -0700, by Rik