log

age author description
Wed, 19 Jun 2019 21:32:22 -0500 John W. Eaton fix access to top_level info flag when creating workspace view context menu
Wed, 19 Jun 2019 12:12:15 -0500 John W. Eaton allow lambda expressions to be passed to octave_link::post_event
Mon, 17 Jun 2019 11:12:52 -0500 Michael C. Grant cd: only change to home directory if nargin and nargout are zero (bug #41275)
Sat, 15 Jun 2019 11:04:52 -0500 John W. Eaton use dummy stack frame when creating meta class (bug #55766 and #55768)
Fri, 14 Jun 2019 15:34:44 -0500 John W. Eaton don't print hidden or protected/private classdef properties (bug #55766)
Fri, 14 Jun 2019 15:32:50 -0500 John W. Eaton declare classdef property get methods const
Fri, 14 Jun 2019 12:52:27 -0500 John W. Eaton properties function: omit hidden properties (bug #55766)
Fri, 14 Jun 2019 11:14:01 -0500 John W. Eaton maint: Merge stable to default.
Fri, 14 Jun 2019 10:32:06 -0500 John W. Eaton * bp-table.cc: Fix test. stable
Thu, 13 Jun 2019 17:40:36 -0500 John W. Eaton revamp float_format object
Thu, 13 Jun 2019 13:49:53 -0500 John W. Eaton __ode15__.cc style fixes
Thu, 13 Jun 2019 09:23:11 -0500 John W. Eaton guess screen dpi if screen size is reported to be zero
Wed, 12 Jun 2019 16:55:22 -0500 John W. Eaton delete unused file functor.h
Wed, 12 Jun 2019 10:04:34 -0700 Rik maint: merge stable to default.
Wed, 12 Jun 2019 08:48:15 -0500 John W. Eaton improve message for setting breakpoint in nonexistent function (bug #56157) stable
Wed, 12 Jun 2019 11:03:06 -0500 John W. Eaton minor style fixes
Wed, 12 Jun 2019 10:51:58 -0500 John W. Eaton missing edit for previous change
Wed, 12 Jun 2019 10:12:31 -0500 John W. Eaton backout changeset 196dfb42f3e9
Wed, 12 Jun 2019 09:43:41 -0500 John W. Eaton style fixes for url-transfer classes
Wed, 12 Jun 2019 08:48:15 -0500 John W. Eaton improve message for setting breakpoint in nonexistent function (bug #56157)
Tue, 11 Jun 2019 12:53:55 -0500 John W. Eaton style fixes
Tue, 11 Jun 2019 12:50:34 -0500 John W. Eaton eliminate unnecessary call to ios::init
Mon, 10 Jun 2019 20:45:25 +0200 Pantxo Diribarne Use framebuffer object for printing invisible Qt figures (bug #55268)
Mon, 10 Jun 2019 20:43:10 +0200 Pantxo Diribarne maint: merge stable to default
Wed, 23 Jan 2019 10:20:07 +0100 Pantxo Diribarne Use framebuffer object for printing invisible Qt figures on mac (bug #55268) stable
Mon, 10 Jun 2019 12:59:54 -0500 John W. Eaton * file-io.cc: Declare local constant "who" names "static const".
Mon, 10 Jun 2019 12:44:39 -0500 John W. Eaton style fixes and member variable updates for oct-stdstrm.h
Sat, 08 Jun 2019 21:17:03 -0700 Rik Only accept 1xN character vectors as string input to eval (bug #49696).
Sat, 08 Jun 2019 18:12:32 -0700 Rik hist.m: Return class for second output which matches Matlab (bug #56465).
Sat, 08 Jun 2019 16:34:27 -0700 Michael Leitner hist.m: Improve performance with large numbers of bins (bug #55909).