log

age author description
Wed, 14 Feb 2018 02:25:44 -0500 John W. Eaton allow NUL characters in printf and scanf formats (bug #53148)
Tue, 13 Feb 2018 15:04:06 -0800 Rik Add FIXME note to printf_format_list::add_elt_to_list (bug #53148).
Tue, 13 Feb 2018 13:51:35 -0800 Rik Expand octal sequences in regexprep replacement string for Matlab compatibility.
Tue, 13 Feb 2018 19:36:38 +0100 Torsten merge away extra head
Tue, 13 Feb 2018 19:12:27 +0100 Torsten fix font combobox in settings for variable editor (bug #53136)
Tue, 13 Feb 2018 13:24:16 -0500 John W. Eaton display more precision when editing values in variable editor
Tue, 13 Feb 2018 13:09:45 -0500 John W. Eaton * pr-output.cc: Move defn of specialized abs before first use (bug #53114)
Tue, 13 Feb 2018 11:02:21 -0500 John W. Eaton include hg ID in displayed version info
Tue, 13 Feb 2018 01:54:16 -0500 John W. Eaton enable (or improve) display for more types in the variable editor
Mon, 12 Feb 2018 16:03:18 -0800 Rik isprop.m: Simplify checking for abbreviated property matches.
Mon, 12 Feb 2018 17:18:43 +0100 Pantxo Diribarne Ignore figure "hittest" for executing "buttondownfcn" (bug #52795).
Mon, 12 Feb 2018 13:15:10 -0800 Rik Accept -O as an argument to mkoctfile (bug #53099).
Mon, 12 Feb 2018 11:52:46 -0800 Rik Fix handling of NULL character in regular expressions for Matlab compatibility.
Mon, 12 Feb 2018 10:18:12 -0500 John W. Eaton * input.h: Don't provide typedefs for old function names (bug #53123).
Mon, 12 Feb 2018 01:07:27 -0500 John W. Eaton don't include "singleton-cleanup.h" in files that do not need it
Mon, 12 Feb 2018 00:58:31 -0500 John W. Eaton don't use singleton pattern for bp_table
Sun, 11 Feb 2018 10:26:22 -0800 Rik Fix alignment of numbers in fixed_point_format display (bug #53083).
Sun, 11 Feb 2018 12:58:11 -0500 John W. Eaton eliminate useless public iterator typedefs in child_list class
Sun, 11 Feb 2018 18:14:22 +0100 Torsten * webinfo.cc (tab_state_changed): set focus to current tab after tab removal
Sun, 11 Feb 2018 11:17:34 -0500 John W. Eaton don't use singleton pattern for child_list
Sun, 11 Feb 2018 09:20:36 -0500 John W. Eaton move more GUI classse inside octave namespace
Sat, 10 Feb 2018 23:32:04 -0500 John W. Eaton move internal input reader classes out of header file
Sun, 11 Feb 2018 10:57:46 +0100 Torsten use tab navigation from tab_bar in file editor
Sun, 11 Feb 2018 10:16:53 +0100 Torsten * file-editor.cc: fix broken copy/cut/past/undo actions
Sat, 10 Feb 2018 18:21:46 -0500 John W. Eaton deprecate some function installing functions
Sat, 10 Feb 2018 16:06:16 -0500 John W. Eaton use DEFMETHODX instead of undefining quad
Sat, 10 Feb 2018 16:03:27 -0500 John W. Eaton move install_builtins function inside symbol_table class
Sat, 10 Feb 2018 15:57:32 -0500 John W. Eaton * mk-builtins.pl: Don't generate functions that do nothing.
Sat, 10 Feb 2018 15:45:22 -0500 John W. Eaton * gl-render.cc: Fix compilation error when HAVE_OPENGL is not defined.
Sat, 10 Feb 2018 08:33:17 +0100 Torsten add tab move and switch shortcuts to the doc browser