From 059b16dbd691a887de5edeeafdc3fc459f21f30d Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 28 Apr 2013 10:56:29 -0600 Subject: Prep for NuttX-6.27 release --- NxWidgets/ReleaseNotes.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'NxWidgets/ReleaseNotes.txt') diff --git a/NxWidgets/ReleaseNotes.txt b/NxWidgets/ReleaseNotes.txt index d573311f0..ca3608243 100644 --- a/NxWidgets/ReleaseNotes.txt +++ b/NxWidgets/ReleaseNotes.txt @@ -259,3 +259,28 @@ Bugfixes: * NxWidgets/tools/bitmap_converter.py: Fix bitmap_converter.py so that it works with indexed input images. + +NxWidgets-1.7 +============= + +The 8th release of the NxWidgets package was made on April 28, 2013. This +release depends on NuttX-6.26 or above and should not be used with older +NuttX releases. + +Note: All of the changes between 1.6 and 1.7 were the result of the +efforts of Petteri Aimonen. + +Additional new features and extended functionality in Version 1.7: + +* NxWidgets:: CGlyphButton: Generate action event, like CButton does. +* NxWM::CTaskBar: Add option CONFIG_NXWM_TASKBAR_NO_BORDER to suppress + drawing of the border on the taskbar. +* NxWidgets::CNxTimer: Add function to check if CNxTimer is running. +* NxWidgets::CNxWidgets: Allow overriding of the checkCollision() method. + +Bugfixes: + +* NxWidgets bitmap_converter.py: Fix bug when image width > 255 +* NxWM::CScrollbarPanel: Fix spelling error in class name: CScollbarPanel + should be CScrollbarPanel +* NxWidgets:: CGlyphButton: Prevent drawing outside of the bitmap size. -- cgit v1.2.3