log

age author description
Fri, 23 Nov 2018 18:40:09 -0800 Rik Add sizechangedfcn property to uipanel objects.
Fri, 23 Nov 2018 19:46:51 +0100 Torsten add mru-lists to the doc browser back/forward buttons (bug #54938)
Thu, 22 Nov 2018 22:17:28 +0100 Markus Mützel Move function str2double inside octave::string namespace (patch #9084).
Thu, 22 Nov 2018 13:11:40 -0800 Rik NEWS: Announce change to intmin, intmax, flintmax to accept a variable as input.
Thu, 22 Nov 2018 13:02:34 -0800 Rik Deprecate "fontangle" property value "oblique" in version 7.
Thu, 22 Nov 2018 12:41:06 -0800 Rik Remove "erasemode" graphics property deprecated in 4.2.
Thu, 22 Nov 2018 21:10:09 +0100 Markus Mützel colamd.cc: Fix segmentation fault with etree.
Thu, 22 Nov 2018 08:12:03 -0800 Rik Clean up implementation of uitable in 36e0e5b428e7.
Thu, 22 Nov 2018 07:27:22 -0800 Rik maint: merge stable to default.
Thu, 22 Nov 2018 07:26:58 -0800 Rik contourc.m: Tighten input validation to avoid segfault in __contourc__ (bug #55071). stable
Wed, 21 Nov 2018 15:24:17 -0500 John W. Eaton eliminate some unnecessary function arguments
Wed, 21 Nov 2018 14:54:22 -0500 John W. Eaton str2func: eliminate optional second "global" argument
Fri, 16 Nov 2018 19:35:39 -0500 John W. Eaton use symbol_info_list instead of symbol_scope to pass workspace info to gui
Fri, 16 Nov 2018 18:40:13 -0500 John W. Eaton fix slot name for signal connection in history widget
Fri, 16 Nov 2018 15:02:04 -0500 John W. Eaton don't include symtab.h unnecessarily
Fri, 16 Nov 2018 14:56:55 -0500 John W. Eaton eliminate useless function
Fri, 16 Nov 2018 13:16:50 -0500 John W. Eaton move eval_string inside interpreter/evaluator class
Tue, 20 Dec 2016 03:25:17 +0000 Andrew Thornton Implement uitable (patch #9084)
Sun, 18 Nov 2018 15:50:01 +0100 Markus Mützel Move rational_approx to liboctave (patch #9084).
Sun, 18 Nov 2018 15:44:36 +0100 Markus Mützel Move octave_str2double to liboctave (patch #9084).
Wed, 21 Nov 2018 10:35:43 -0800 Rik maint: merge stable to default.
Wed, 21 Nov 2018 10:35:19 -0800 Rik Place down-arrow icon on most-recently-used popdown menu in editor (bug #55032). stable
Wed, 21 Nov 2018 10:16:04 -0800 Rik Supply missing arguments to variable length *printf functions (bug #55046).
Wed, 21 Nov 2018 19:04:06 +0100 Markus Mützel datestr.m: Clarify behavior if input date is a string.
Wed, 21 Nov 2018 09:46:12 -0800 Rik Stop segfault when load-path directory does not exist (bug #55046).
Tue, 20 Nov 2018 16:05:42 -0800 Rik Don't issue a warning when -noui option used with print.
Tue, 20 Nov 2018 14:39:17 -0800 Jun Wang Add -fillpage and -bestfit print options (bug #52838).
Tue, 20 Nov 2018 14:06:40 -0800 Rik print.m: Rewrite complex docstring in an attempt to be clearer.
Mon, 19 Nov 2018 11:42:15 -0800 Mike Miller include a DOAP descriptor (bug #53619)
Sun, 18 Nov 2018 21:12:41 -0800 Rik pkg.m: Don't create 'prefix' directory until needed (bug #53577).
Sat, 17 Nov 2018 02:23:38 -0500 Daniel J Sebald Remove residual ticks for gnuplot graphics toolkit (bug #50509, #55038).
Sun, 18 Nov 2018 17:12:13 -0800 Rik convhull.m: Overhaul function to allow 1 and 3 input calling formis (bug #53979).
Sat, 17 Nov 2018 20:19:30 +0100 Markus Mützel Only test savefig with "compact" option if HAVE_ZLIB is defined.
Sat, 17 Nov 2018 10:41:07 +0100 Kai T. Ohlhus Make use of native file dialogs configurable (bug #54607).
Fri, 16 Nov 2018 19:52:35 +0100 Markus Mützel Update normals when updating data in patches (bug #55014).
Fri, 16 Nov 2018 11:31:22 -0500 John W. Eaton eliminate duplicate final_index_error function
Fri, 16 Nov 2018 02:42:26 -0500 John W. Eaton use symbol_info_list to gather data for saving workspace on crash
Fri, 16 Nov 2018 00:18:57 -0500 John W. Eaton use symbol_info_list to gather data for save function
Fri, 16 Nov 2018 00:16:44 -0500 John W. Eaton * syminfo.h: Derive symbol_info_list from base_list<symbol_info>.
Fri, 16 Nov 2018 00:12:17 -0500 John W. Eaton make base_list data member protected instead of private
Thu, 15 Nov 2018 22:51:11 -0500 John W. Eaton move Fwho, Fwhos, and supporting functions to call-stack.cc
Thu, 15 Nov 2018 22:45:04 -0500 John W. Eaton move symbol_info and symbol_info_list classes to separate file
Thu, 15 Nov 2018 15:05:36 -0500 John W. Eaton move whos_line_format to evaluator
Thu, 15 Nov 2018 21:57:03 -0800 Rik axes.m: Allow a parent handle as first argument (bug #53955).
Thu, 15 Nov 2018 16:44:01 -0800 Rik maint: merge stable to default.
Thu, 15 Nov 2018 16:42:22 -0800 Rik Don't segfault for unmatched brace in PATH (bug #55013). stable
Thu, 15 Nov 2018 18:34:07 -0500 John W. Eaton refactor do_who function
Thu, 15 Nov 2018 18:04:08 -0500 John W. Eaton modernize symbol_info and symbol_info_list classes
Thu, 15 Nov 2018 21:29:57 +0100 Pantxo Diribarne Disallow recursion in Fdrawnow when using gnuplot ASCII charts (bug #55029).
Thu, 15 Nov 2018 20:40:12 +0100 Torsten fix crash after editor dialog about creation of non-existing file
Thu, 15 Nov 2018 13:39:10 -0500 John W. Eaton eliminate complexity of handling expression arguments in who and whos
Thu, 15 Nov 2018 12:34:43 -0500 John W. Eaton move get_dims_str from variables.cc to octave_value class
Thu, 15 Nov 2018 11:35:54 -0800 Dave Goel ranks.m: Overhaul function for performance (25X) and addition of tie-breaking (bug #36372).
Thu, 15 Nov 2018 11:03:27 -0800 Rik strsplit.m: use isrow() to check for row vector input.
Thu, 15 Nov 2018 15:56:13 +0100 Kai T. Ohlhus doc: Consistent use of "fval" for optimization functions.
Thu, 15 Nov 2018 11:53:58 +0000 Carnë Draug gnuplot_binary: use unwind_protect instead of try/catch (bug #55023)
Thu, 15 Nov 2018 11:40:47 +0000 Carnë Draug strsplit: don't check only rows because of nd arrays (backout 01da3729016a)
Wed, 14 Nov 2018 10:57:46 -0800 Rik maint: merge stable to default.
Wed, 14 Nov 2018 10:53:30 -0800 Rik Fix failing BIST tests and oddities when gnuplot is not present (bug #55023). stable
Wed, 14 Nov 2018 08:04:40 -0800 Rik strsplit.m: Simplify input validation test for multi-line inputs in cset edc02d5eeac6.
Wed, 14 Nov 2018 12:50:25 +0000 Carnë Draug strsplit: error if str has multiple rows instead of silently ignore (bug #55021)
Tue, 13 Nov 2018 12:06:41 -0500 John W. Eaton move function declaration to correct header file
Tue, 13 Nov 2018 03:13:37 -0500 John W. Eaton fix registration of qt graphics toolkit
Tue, 13 Nov 2018 02:51:34 -0500 John W. Eaton fix trivial mistake from previous change
Tue, 13 Nov 2018 02:26:52 -0500 John W. Eaton partially refactor function lookup in symbol table
Mon, 12 Nov 2018 16:54:55 -0800 Rik Don't complain about missing Qt help files when configure with --disable-docs (bug #53006).
Mon, 12 Nov 2018 01:52:15 +0100 Pantxo Diribarne print.m: Fix localization of the default font file (bug #52193)
Mon, 12 Nov 2018 11:32:29 -0500 John W. Eaton maint: Merge stable to default.
Mon, 12 Nov 2018 11:21:02 -0500 Orion Poplawski avoid assertion failure with -D_GLIBCXX_ASSERTIONS stable
Fri, 09 Nov 2018 02:15:42 -0500 John W. Eaton store nesting depth and primary parent info in nested function scopes
Sun, 11 Nov 2018 14:31:10 -0800 Rik Deprecate C++ function is_keyword in favor of iskeyword for readability.
Sun, 11 Nov 2018 13:22:37 +0100 Torsten use constants for icon size preferences instead of hard coded numbers
Sat, 10 Nov 2018 22:00:38 -0800 Rik Expand flintmax to accept a floating point variable as input.
Sat, 10 Nov 2018 21:42:43 -0800 Rik Expand intmax/intmin to accept an integer variable as input.
Thu, 08 Nov 2018 09:05:24 +0100 Pantxo Diribarne Allow log axes to be exported correctly in tex formats (bug #50130).
Sat, 10 Nov 2018 17:52:37 -0800 Rik maint: merge stable to default.
Sat, 10 Nov 2018 17:52:05 -0800 A.R. Burgers plotyy.m: Fix axis coloring when multiple line objects are present (bug #55002). stable
Sat, 10 Nov 2018 07:29:31 -0800 Rik maint: merge stable to default.
Sat, 10 Nov 2018 07:28:14 -0800 Rik Improve documentation for intmax/intmin (bug #54866). stable
Sat, 10 Nov 2018 11:34:51 +0100 Torsten fix build failure for documentation.cc (bug #55003)
Fri, 09 Nov 2018 22:08:05 -0800 Rik Add a BIST test for bitpack (bug #54931).
Fri, 09 Nov 2018 22:02:30 -0800 Rik doc: Spellcheck documentation.
Fri, 09 Nov 2018 21:38:44 -0800 Rik doc: grammar check txi files in doc/interpreter/ directory.
Fri, 09 Nov 2018 21:20:34 -0800 Rik doc: grammarcheck C++ files in libinterp/ directory.
Fri, 09 Nov 2018 20:24:02 +0100 Markus Mützel Update normals when turning visibility of surface and patch on (bug #54970).
Fri, 09 Nov 2018 20:09:20 +0100 Markus Mützel Fix calculating surface FaceNormals on non-regular grid.
Thu, 08 Nov 2018 22:02:43 -0800 Rik doc: grammar check m-files in scripts/ directory.
Thu, 08 Nov 2018 08:44:39 -0800 Mike Miller octave-svgconvert: delete unused #include <QtMath> (bug #54984)
Mon, 05 Nov 2018 15:42:51 -0500 John W. Eaton remove called_from_builtin
Sat, 03 Nov 2018 09:27:37 -0400 John W. Eaton install auto function vars in symbol scope when parsing function
Fri, 02 Nov 2018 16:13:08 -0400 John W. Eaton perform automatic function variable binding in tree_evaluator
Tue, 06 Nov 2018 21:38:30 -0800 Rik Stop segfault when starting GUI with -q (bug #54932).
Tue, 06 Nov 2018 18:09:41 +0100 Pantxo Diribarne Don't set keyboard focus on newly created uicontrol objects (bug #54942)
Mon, 05 Nov 2018 11:11:47 -0800 Rik msgbox.m: Close window when "enter", "return", "escape", "space" typed (bug #54942).
Mon, 05 Nov 2018 11:07:10 -0800 Rik doc: Clean up docstrings for XXXdlg.m functions
Mon, 05 Nov 2018 09:34:22 -0800 Rik questdlg.m: Rework demo #2 so user can escape more easily.
Mon, 05 Nov 2018 09:03:48 -0800 Rik msgbox.m: Install "keypress" callback that closes box when <RETURN> pressed (bug #54942).
Mon, 05 Nov 2018 08:58:57 -0800 Rik figure.m: Remove checking for even number of PROP/VAL pairs and let set() do it.
Mon, 05 Nov 2018 08:18:18 -0800 Rik struct2hdl.m: Add missing semicolon to suppress output in cset a21d7d269472.
Sun, 04 Nov 2018 19:04:50 -0800 Rik struct2hdl.m: Allow restoring uiXXX objects (bug #44670).
Sat, 03 Nov 2018 16:33:35 +0100 Markus Mützel Implement "light" option for surfl (bug #54930).
Sun, 04 Nov 2018 14:25:08 -0800 Rik savefig.m: Modify BIST test to use a temporary directory (bug #54955).
Fri, 17 Nov 2017 11:03:30 +0100 Pantxo Diribarne Add SVG convertion option for printing to PDF and raster outputs (bug #52193)
Wed, 31 Oct 2018 23:07:19 +0100 Pantxo Diribarne Allow pause state to be changed (bug #53723)
Fri, 02 Nov 2018 10:20:37 +0100 Pantxo Diribarne Fix regression introduced by cset f5e08983d07c (bug #49490)
Sun, 04 Nov 2018 20:25:43 +0100 Pantxo Diribarne Allow uicontrol focus to be set from the interpreter (bug #54942)
Sun, 04 Nov 2018 09:34:41 -0800 Rik open.m: Remove redundant any() call from cset 4f502f56664e.
Sun, 04 Nov 2018 09:26:25 -0800 Guillaume Flandin open.m: Only return output if nargout > 0.
Sun, 04 Nov 2018 13:18:47 +0100 Olaf Till optimset.m: only use non-empty fields from new options structure (bug #54952).
Sun, 04 Nov 2018 07:01:41 -0800 Rik maint: Use 2D, 3D in variable names in graphics code rather than 2d,3d.
Sun, 04 Nov 2018 06:47:04 -0800 Rik NEWS: Update file.
Sat, 03 Nov 2018 15:42:44 +0100 Markus Mützel Add function to manually trigger calculation of [Vertex|Face]Normals (bug #54922).
Sun, 04 Nov 2018 13:28:27 +0100 Torsten adding a toolbar with common browse tools to the doc browser (bug 54938)
Fri, 02 Nov 2018 16:11:49 -0700 Rik __uiobject_split_args__.m: Remove input validation for even number of PROP/VALUE pairs (bug #44672).
Fri, 02 Nov 2018 16:07:29 -0700 Rik waitbar.m: Redo %!demos to be slower with qt toolkit and display better (bug #54935).
Fri, 02 Nov 2018 16:02:04 -0700 Rik listdlg.m: Overhaul function.
Fri, 02 Nov 2018 11:59:06 -0700 Rik Remove unnecessary static deprecated functions in graphics.cc.
Fri, 02 Nov 2018 11:14:32 -0700 Rik Deprecate C++ is_figure in favor of isfigure for readability.
Fri, 02 Nov 2018 10:03:10 -0700 Rik Deprecate C++ is_hghandle in favor of ishghandle for readability.
Mon, 22 Feb 2016 21:07:09 +0100 Pantxo Diribarne Better argument checking in Fwaitfor (bug #47056)