log

age author description
Fri, 15 Nov 2013 22:57:45 -0500 John W. Eaton * welcome-wizard.h, welcome-wizard.cc: Rewrite.
Fri, 15 Nov 2013 22:21:05 -0500 John W. Eaton set maximum size for release notes window from screen size
Sun, 10 Nov 2013 16:10:19 -0800 Rik Tweak GUI strings for conformity.
Thu, 14 Nov 2013 23:20:52 -0500 Michael Goffioul Restore correct preprocessor statememt in lo-specfun.h
Thu, 14 Nov 2013 23:20:48 -0500 Michael Goffioul Fix use of XXX_API macros and export more symbols from liboctave.
Thu, 14 Nov 2013 23:20:43 -0500 Michael Goffioul * configure.ac (XTRA_CRUFT_SH_LDFLAGS): Remove "-def" for MSVC.
Thu, 14 Nov 2013 22:09:38 -0500 Mike Miller qp.m: Condition test on HAVE_GLPK
Thu, 14 Nov 2013 16:52:21 -0500 John W. Eaton allow welcome wizard dialog to be canceled
Thu, 14 Nov 2013 19:17:01 +0100 Torsten save and restore minimized state of floating dock-widgets (bug #40485)
Thu, 14 Nov 2013 10:01:57 -0800 Rik Fix loading complex values with 'NA' saved in text format (bug #40575).
Thu, 14 Nov 2013 09:45:17 -0800 Rik doc: Add new contributors to list in manual.
Thu, 14 Nov 2013 18:38:59 +0100 Torsten fix some focus issues with the editor
Thu, 14 Nov 2013 10:09:31 -0500 John W. Eaton unblock sigint in cli thread when using --no-gui
Wed, 13 Nov 2013 15:27:08 -0800 Rik configure.ac: If not specified, use --enable-float-truncate for MinGW and Cygwin.
Wed, 13 Nov 2013 11:27:46 -0500 John W. Eaton * octave-dock-widget.cc: Include config.h.
Tue, 12 Nov 2013 19:24:49 -0500 John W. Eaton interrupt interpreter thread in GUI instead of calling "raise (SIGINT)"
Wed, 13 Nov 2013 02:28:34 -0500 John W. Eaton include config.h in more files in libgui
Tue, 12 Nov 2013 15:46:59 -0500 John W. Eaton raise SIGINT in octave_interpreter instead of in QTerminal
Tue, 12 Nov 2013 12:36:30 -0500 John W. Eaton rename octave_main_thread to octave_interpreter
Tue, 12 Nov 2013 12:36:30 -0500 John W. Eaton derive octave_main_thread from QObject, not QThread
Wed, 13 Nov 2013 06:36:50 +0000 Carnë Draug imread: be case insensitive when checking "Index" and "Frames" options.
Wed, 13 Nov 2013 06:02:48 +0000 Carnë Draug imread: avoid out of bounds error when reading part of multipage image file.
Tue, 12 Nov 2013 22:37:50 -0800 Rik Issue an error if reshape called with just a single dimension.
Tue, 12 Nov 2013 21:06:03 +0530 PrasannaKumar Muralidharan Remove unnecessary loop in file_editor::handle_tab_remove_request.
Tue, 12 Nov 2013 20:00:25 -0800 Rik test: Don't run bug-38576.tst on Windows systems where ls does not exist.
Wed, 13 Nov 2013 02:49:06 +0000 Carnë Draug imread: deal elegantly with multiples frames of different sizes.
Wed, 13 Nov 2013 00:12:20 +0000 Carnë Draug imread: ping image correctly when "Index" or "Frames" option is "all".
Tue, 12 Nov 2013 17:33:30 -0800 Rik system.tst: Don't test umask on Windows systems.
Tue, 12 Nov 2013 16:46:22 -0800 Rik moment.m: Add @nospell macro around "ar" so spellcheck passes.
Tue, 12 Nov 2013 16:43:42 -0800 Rik doc: Add note about wildcard expansion in ls and dir functions (bug #40544).