log

age author description
Mon, 30 Sep 2019 11:02:09 -0700 Rik legend.m: Use correct value of "property"/value pair if specified multiple times.
Sun, 29 Sep 2019 20:22:12 -0700 Rik Correctly display integer types with format hex (bug #56966). stable
Mon, 30 Sep 2019 12:11:06 -0400 John W. Eaton maint: merge stable to default.
Mon, 30 Sep 2019 12:54:35 +0200 Pantxo Diribarne Reduce Qt figure toolbar size
Sun, 29 Sep 2019 20:22:12 -0700 Rik Correctly display integer types with format hex (bug #56966).
Sun, 29 Sep 2019 17:50:52 -0700 Rik Don't print leading spaces before scalar values in interpeter (bug #56939)
Sun, 29 Sep 2019 17:47:30 +0200 Torsten Lilge smaller toolbars in editor and main window (bug #53902)
Sun, 29 Sep 2019 15:46:53 +0200 Torsten Lilge smaller vertical size of editor toolbar (bug #53902)
Sat, 01 Jun 2019 19:30:56 +0200 Torsten Lilge fix editors search and replace in selection (bug #56405) stable
Sat, 28 Sep 2019 05:19:40 -0700 Rik Fix display of complex values when fixed_point_format is true (bug #56961).
Sat, 28 Sep 2019 04:20:49 -0700 Rik Display correct number of digits with "format long" and fixed_point_format (bug #56938).
Fri, 27 Sep 2019 17:49:14 -0400 John W. Eaton * oct-atomic.c: Remove #warning accidentally left in previous changeset.
Fri, 27 Sep 2019 13:57:11 -0700 Rik Display only 5 significant digits for "format short" at all times (bug #56936).
Fri, 27 Sep 2019 16:08:41 -0400 John W. Eaton remove use of deleted OCTAVE_CHECK_FUNC_QSCI_FINDSELECTION macro
Fri, 27 Sep 2019 16:06:25 -0400 John W. Eaton cast arguments in calls to atomic_fetch_add and atomic_fetch_sub
Fri, 27 Sep 2019 15:59:53 -0400 John W. Eaton fall back to system-dependent functions if compiling stdatomic.h fails
Wed, 25 Sep 2019 17:57:08 -0400 John W. Eaton use std::atomic to implement refcount class
Thu, 26 Sep 2019 11:32:52 -0400 John W. Eaton consistently use octave_idx_type for reference counts
Thu, 26 Sep 2019 10:34:59 -0400 John W. Eaton eliminate unused object_count variable in cdef_class_rep
Wed, 25 Sep 2019 13:49:37 -0400 John W. Eaton eliminate some calls to global __get_SUBSYSTEM__ functions
Wed, 25 Sep 2019 13:44:06 -0400 John W. Eaton store ref to interpreter in lexical_feedback and symbol_table_context classes
Wed, 25 Sep 2019 13:02:50 -0400 John W. Eaton group functions by category in interpreter_events and event_manager classes
Wed, 25 Sep 2019 10:27:33 -0400 John W. Eaton avoid shadowed variable warning introduced in previous change (bug #56948)
Tue, 24 Sep 2019 18:43:44 -0400 John W. Eaton * pt-eval.cc (debugger::repl): Use evmgr as event_manager variable name.
Mon, 23 Sep 2019 13:51:17 -0700 Rik Align negative numbers correctly with g format (bug #56940).
Mon, 23 Sep 2019 13:15:22 -0700 Rik doc: Improve documentation for get_help_text, get_help_text_from_file. stable
Mon, 23 Sep 2019 07:49:08 -0700 Rik Fix regression in test suite caused by fix for bug #56916.
Sun, 22 Sep 2019 18:02:02 -0700 Rik javachk.m: Add additional check for whether Octave was compiled with Java support (bug #55429).
Fri, 20 Sep 2019 09:03:14 -0700 Rik Produce symmetric sequences for linspace (bug #56659).
Sat, 21 Sep 2019 17:17:02 -0700 Rik Disallow exponential format in combination with fixed_point_format.