log

age author description
Mon, 27 Apr 2020 08:45:36 -0700 Rik Implement "gray" when uicontrol text/slider are disabled (bug #57128).
Sun, 26 Apr 2020 18:15:30 -0700 Rik Implement "gray" when uicontrol radiobutton/checkbox are disabled (bug #57128)
Sun, 26 Apr 2020 15:11:51 -0700 Rik Implement "gray" when uicontrol popupmenus are disabled (bug #57128).
Sun, 26 Apr 2020 15:01:41 -0700 Rik Fix problem with uicontrol "Enable" transition from "off"->"inactive" (bug #57128).
Sun, 26 Apr 2020 10:48:20 -0700 Rik Implement "gray" when uicontrol pushbuttons/togglebuttons are disabled (bug #57128)
Sat, 25 Apr 2020 19:44:57 -0700 Rik Implement Enable property values "inactive" and "off" for uicontrol Edit (bug #57128)
Sat, 25 Apr 2020 14:35:00 -0700 Rik NEWS: Announce support for negative numbers in dec2bin, dec2hex.
Sat, 25 Apr 2020 14:31:09 -0700 Rik dec2hex.m: Implement support for negative number inputs (bug #58147).
Sat, 25 Apr 2020 11:45:03 -0700 Rik dec2bin.m: Fix algorithm for numbers less than intmin ('int32') (bug #58147).
Fri, 24 Apr 2020 13:16:09 -0700 Rik axis.m: Implement "fill" option for Matlab compatibility.
Fri, 24 Apr 2020 13:05:06 -0700 Rik maint: merge stable to default.
Fri, 24 Apr 2020 13:04:08 -0700 Rik axis.m: Update documentation. stable
Wed, 22 Apr 2020 17:04:55 -0700 Rik dec2bin.m: Reduce number of times search for negative numbers is done (bug #58147).
Wed, 22 Apr 2020 15:53:51 -0700 Nicholas R. Jankowski dec2bin.m: Allow negative number inputs (bug #58147).
Wed, 22 Apr 2020 13:23:05 +0200 Markus Mützel endsWith.m: delete duplicate line in docstring.
Tue, 21 Apr 2020 18:19:13 -0700 Rik Implement "HorizontalAlignment" property for multi-line "Edit" uicontrols (bug #58224).
Tue, 21 Apr 2020 17:06:35 -0700 Rik Scale ToolBarButton icons to 24x24 for better appearance (bug #58144).
Mon, 20 Apr 2020 08:28:22 -0700 Rik endsWith.m: overhaul function.
Sun, 19 Apr 2020 18:34:09 -0700 Rik startsWith.m: overhaul function.
Sat, 18 Apr 2020 17:35:25 -0700 Rik struct2hdl.m: Allow loading of uitoggletool objects (bug #58196).
Sat, 18 Apr 2020 17:25:55 -0700 Rik When clipping CDATA for icons take data from center of image (bug #58144).
Sat, 18 Apr 2020 20:32:21 +0200 Pantxo Diribarne legend.m: display actual marker size up to 8 points stable
Thu, 16 Apr 2020 12:51:31 -0700 Rik Use size from 'CData' property of uicontrol to set icon size of buttons (bug #58144).
Thu, 16 Apr 2020 11:52:11 -0700 Rik maint: merge stable to default.
Thu, 16 Apr 2020 11:48:06 -0700 Rik Fix reversal of width and height in uicontrol icon creation (bug #58144). stable
Wed, 15 Apr 2020 17:23:51 -0400 John W. Eaton eliminate output from io.tst stable
Wed, 15 Apr 2020 15:55:32 -0400 John W. Eaton use nullptr instead of NULL or 0 in a few more places stable
Wed, 15 Apr 2020 20:53:23 +0200 Markus Mützel doc: Add new contributor to list in manual.
Tue, 14 Apr 2020 22:55:33 -0400 John W. Eaton maint: merge stable to default.
Tue, 14 Apr 2020 22:53:19 -0400 John W. Eaton attempt to work around Windows ftello/fseeko bug (bug #58055) stable