Mercurial > hg > octave-nkf
graph
-
Use gnulib unameSun, 17 Nov 2013 21:31:49 -0500, by John Donoghue
-
Fix uninitialised parameters in pixel2statusThu, 14 Nov 2013 22:31:43 +0530, by PrasannaKumar Muralidharan
-
octave-gui.cc: use QApplication instead of QCoreApplication in --no-gui mode.Sun, 17 Nov 2013 21:19:52 +0100, by Pantxo Diribarne
-
check the creation of settings object for success before starting the guiSun, 17 Nov 2013 12:47:58 +0100, by Torsten
-
add preference for allowing connections to the octave web siteSun, 17 Nov 2013 09:55:49 +0100, by Torsten
-
* file-editor.cc (request_open_file): new edit tab when file name is emptySat, 16 Nov 2013 20:38:34 +0100, by Torsten
-
respect option for opting out of web connections for community newsSat, 16 Nov 2013 12:05:26 -0500, by John W. Eaton
-
display community news in simple window; check timestamp and serial numberSat, 16 Nov 2013 02:52:30 -0500, by John W. Eaton
-
remove trailing slash from settings directory stringSat, 16 Nov 2013 02:44:20 -0500, by John W. Eaton
-
* welcome-wizard.h, welcome-wizard.cc: Rewrite.Fri, 15 Nov 2013 22:57:45 -0500, by John W. Eaton
-
set maximum size for release notes window from screen sizeFri, 15 Nov 2013 22:21:05 -0500, by John W. Eaton
-
Tweak GUI strings for conformity.Sun, 10 Nov 2013 16:10:19 -0800, by Rik
-
Restore correct preprocessor statememt in lo-specfun.hThu, 14 Nov 2013 23:20:52 -0500, by Michael Goffioul
-
Fix use of XXX_API macros and export more symbols from liboctave.Thu, 14 Nov 2013 23:20:48 -0500, by Michael Goffioul
-
* configure.ac (XTRA_CRUFT_SH_LDFLAGS): Remove "-def" for MSVC.Thu, 14 Nov 2013 23:20:43 -0500, by Michael Goffioul
-
qp.m: Condition test on HAVE_GLPKThu, 14 Nov 2013 22:09:38 -0500, by Mike Miller
-
allow welcome wizard dialog to be canceledThu, 14 Nov 2013 16:52:21 -0500, by John W. Eaton
-
save and restore minimized state of floating dock-widgets (bug #40485)Thu, 14 Nov 2013 19:17:01 +0100, by Torsten
-
Fix loading complex values with 'NA' saved in text format (bug #40575).Thu, 14 Nov 2013 10:01:57 -0800, by Rik
-
doc: Add new contributors to list in manual.Thu, 14 Nov 2013 09:45:17 -0800, by Rik
-
fix some focus issues with the editorThu, 14 Nov 2013 18:38:59 +0100, by Torsten
-
unblock sigint in cli thread when using --no-guiThu, 14 Nov 2013 10:09:31 -0500, by John W. Eaton
-
configure.ac: If not specified, use --enable-float-truncate for MinGW and Cygwin.Wed, 13 Nov 2013 15:27:08 -0800, by Rik
-
* octave-dock-widget.cc: Include config.h.Wed, 13 Nov 2013 11:27:46 -0500, by John W. Eaton
-
interrupt interpreter thread in GUI instead of calling "raise (SIGINT)"Tue, 12 Nov 2013 19:24:49 -0500, by John W. Eaton
-
include config.h in more files in libguiWed, 13 Nov 2013 02:28:34 -0500, by John W. Eaton
-
raise SIGINT in octave_interpreter instead of in QTerminalTue, 12 Nov 2013 15:46:59 -0500, by John W. Eaton
-
rename octave_main_thread to octave_interpreterTue, 12 Nov 2013 12:36:30 -0500, by John W. Eaton
-
derive octave_main_thread from QObject, not QThreadTue, 12 Nov 2013 12:36:30 -0500, by John W. Eaton
-
imread: be case insensitive when checking "Index" and "Frames" options.Wed, 13 Nov 2013 06:36:50 +0000, by Carnë Draug
-
imread: avoid out of bounds error when reading part of multipage image file.Wed, 13 Nov 2013 06:02:48 +0000, by Carnë Draug
-
Issue an error if reshape called with just a single dimension.Tue, 12 Nov 2013 22:37:50 -0800, by Rik
-
Remove unnecessary loop in file_editor::handle_tab_remove_request.Tue, 12 Nov 2013 21:06:03 +0530, by PrasannaKumar Muralidharan
-
test: Don't run bug-38576.tst on Windows systems where ls does not exist.Tue, 12 Nov 2013 20:00:25 -0800, by Rik
-
imread: deal elegantly with multiples frames of different sizes.Wed, 13 Nov 2013 02:49:06 +0000, by Carnë Draug
-
imread: ping image correctly when "Index" or "Frames" option is "all".Wed, 13 Nov 2013 00:12:20 +0000, by Carnë Draug
-
system.tst: Don't test umask on Windows systems.Tue, 12 Nov 2013 17:33:30 -0800, by Rik
-
moment.m: Add @nospell macro around "ar" so spellcheck passes.Tue, 12 Nov 2013 16:46:22 -0800, by Rik
-
doc: Add note about wildcard expansion in ls and dir functions (bug #40544).Tue, 12 Nov 2013 16:43:42 -0800, by Rik
-
assert.m: Modify 4 failing %!error tests to accept 3 digit exponents for MinGW.Tue, 12 Nov 2013 15:11:17 -0800, by Rik
-
doc: Add new contributors to list in manual.Tue, 12 Nov 2013 12:22:16 -0800, by Rik
-
octave.texi: Update copyright on manual to include 2013.Tue, 12 Nov 2013 10:22:59 -0800, by Rik
-
speed.m: Change %!test blocks to %!xtest blocks.Tue, 12 Nov 2013 08:43:05 -0800, by Rik
-
check for custom editor when opening a new file from the gui (bug #40496)Tue, 12 Nov 2013 08:17:51 +0100, by Torsten
-
ndgrid.m: Don't call reshape with a single dimension input.Mon, 11 Nov 2013 17:47:00 -0800, by Rik
-
use edit.m for creating a new function with the gui (bug #40502)Mon, 11 Nov 2013 22:01:27 +0100, by Torsten
-
* __init_fltk__.cc: Fix typo in previous change.Mon, 11 Nov 2013 09:54:07 -0500, by John W. Eaton
-
Restore geometry of floating widgets after restart in windows (bug #40485)Mon, 11 Nov 2013 07:32:19 +0100, by Torsten
-
maint: Avoid using NULL in C++ code.Mon, 11 Nov 2013 01:49:57 -0500, by John W. Eaton
-
qp.m: Fix test on GLPK's return status (bug #40536)Sun, 10 Nov 2013 21:10:41 +0100, by Julien Bect
-
Fix null pointer access in octave_fcn_binder::maybe_binderSun, 10 Nov 2013 12:26:14 +0530, by PrasannaKumar Muralidharan
-
moment.m: Add eps tolerance to %!tests.Sun, 10 Nov 2013 14:56:18 -0800, by Rik
-
__add_default_menu__.m: Change GUI mode entry to "None+Zoom" to reflect reality.Sat, 09 Nov 2013 21:20:09 -0800, by Rik
-
* cellfun.cc (Fcellfun): Remove obsolete character string remark from docstring (bug #40467)Sat, 09 Nov 2013 21:55:48 -0500, by Jordi Gutiérrez Hermoso
-
Make cellfun obey "UniformOutput" for optimised internal functions (bug #40467)Sat, 09 Nov 2013 21:47:12 -0500, by Jordi Gutiérrez Hermoso
-
Fix legend markerstyle for errorbar (bug #36480)Wed, 06 Nov 2013 22:23:21 +0100, by Stefan Mahr
-
Set initial size of GUI Release Notes window to something reasonable.Sat, 09 Nov 2013 07:47:17 -0800, by Rik
-
Fix xticklabel with gnuplot toolkit (bug #40256)Fri, 08 Nov 2013 23:19:43 +0100, by Stefan Mahr
-
fix m4 quoting in test and improve warning messages for stl_algo.h problemFri, 08 Nov 2013 12:28:46 -0500, by John W. Eaton
-
sparseimages.m: Fix incorrect view() command for printed image.Fri, 08 Nov 2013 08:47:09 -0800, by Rik