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.