log

age author description
Sun, 07 Jan 2018 21:48:04 +0100 Markus Mützel Use new LAPACK functions in gsvd if available (bug #50463).
Mon, 29 Jan 2018 16:22:30 -0500 John W. Eaton directly edit scalar numeric & logical values in cell arrays (bug #52988)
Mon, 29 Jan 2018 15:19:09 -0500 John W. Eaton don't resize variable editor columns on every update (bug #52988)
Mon, 29 Jan 2018 13:33:09 -0500 John W. Eaton add tool tip for variable editor plot data button (bug #53001)
Mon, 29 Jan 2018 13:10:10 -0500 John W. Eaton respect autofit setting in variable edtior update (bug #52988)
Mon, 29 Jan 2018 08:51:47 -0500 John W. Eaton respect sorting in variable editor (bug #51843)
Sun, 28 Jan 2018 10:05:45 +0100 Torsten check current codec if it is valid before trying to use it (bug #52985)
Sat, 27 Jan 2018 13:51:31 -0500 John W. Eaton allow diagonal and permutation matrices to be display in variable editor
Sat, 27 Jan 2018 09:06:50 -0500 John W. Eaton restore ability to select variables for editing from workspace widget
Fri, 26 Jan 2018 19:50:04 -0800 Rik variable-editor-model.cc: Fix missing parenthesis preventing compilation.
Fri, 26 Jan 2018 19:39:46 -0500 John W. Eaton more variable editor improvements; allow more variable types to be edited
Fri, 26 Jan 2018 00:11:11 -0500 John W. Eaton improve efficiency of variable editor
Thu, 25 Jan 2018 23:59:57 -0500 John W. Eaton pass variable value to variable editor in addition to variable name
Tue, 23 Jan 2018 14:36:00 -0500 John W. Eaton refactor variable editor element access
Thu, 25 Jan 2018 23:44:54 -0500 John W. Eaton more style fixes for variable editor
Tue, 23 Jan 2018 19:22:44 -0600 Daniel J Sebald Supply the OpenGL viewport setting for gl2ps_print context (bug #52940).
Tue, 23 Jan 2018 18:05:24 -0800 Rik Make "PickableParts" property for figures the fixed value of "visible".
Mon, 22 Jan 2018 16:46:59 +0100 Pantxo Diribarne Make selection and "HitTest" compatible with Matlab (bug #52795).
Tue, 23 Jan 2018 10:45:23 +0100 Sahil Yadav Correctly display boolean properties default values (bug #52768)
Mon, 22 Jan 2018 02:17:46 -0500 John W. Eaton maint: strip trailing whitespace from source files
Sun, 21 Jan 2018 10:39:19 -0500 John W. Eaton improve behavior of variable editor
Mon, 22 Jan 2018 01:31:53 -0500 John W. Eaton rename some signals and slots for consistency and clarity
Mon, 22 Jan 2018 01:25:06 -0500 John W. Eaton don't use "const bool&" unnecessarily
Mon, 22 Jan 2018 01:03:56 -0500 John W. Eaton identify functions that are intended to execute in interpreter thread
Mon, 22 Jan 2018 00:45:11 -0500 John W. Eaton handle run file and execute command in terminal in the same way
Sun, 21 Jan 2018 17:33:20 -0500 John W. Eaton update chdir handling in GUI
Sat, 20 Jan 2018 16:00:01 -0500 John W. Eaton when editing sub-variables, generate complete subscript, not format string
Sun, 21 Jan 2018 21:26:21 +0100 Pantxo Diribarne Document and fix "busyaction" an "interruptible" properties (bug #52804).
Sat, 20 Jan 2018 09:29:07 +0100 Torsten always enable paste action in windows (bug #52361)
Fri, 19 Jan 2018 19:59:28 -0800 Mike Miller doc: make all Doxygen comment blocks more consistent