summaryrefslogtreecommitdiff
path: root/NxWidgets
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-28 14:08:34 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-28 14:08:34 -0600
commit90006bd6a46af8e853f5a646aec3e043e241a387 (patch)
tree8290e0659f1e4de05b81c0606ae9d08b37bd40e4 /NxWidgets
parentb0d39caa141e2ff68255263fff07982641a4f656 (diff)
downloadnuttx-90006bd6a46af8e853f5a646aec3e043e241a387.tar.gz
nuttx-90006bd6a46af8e853f5a646aec3e043e241a387.tar.bz2
nuttx-90006bd6a46af8e853f5a646aec3e043e241a387.zip
Prep for release 6.31nuttx-6.31
Diffstat (limited to 'NxWidgets')
-rw-r--r--NxWidgets/ChangeLog.txt2
-rw-r--r--NxWidgets/ReleaseNotes.txt31
2 files changed, 32 insertions, 1 deletions
diff --git a/NxWidgets/ChangeLog.txt b/NxWidgets/ChangeLog.txt
index 62a852aee..05ae84939 100644
--- a/NxWidgets/ChangeLog.txt
+++ b/NxWidgets/ChangeLog.txt
@@ -390,7 +390,7 @@
* NxWidgets::CScaledImage: This new class is a wrapper for an class
the exports IBitMap. It will perform scaling via bi-linear interpolation
so that images can be scaled to any size desired (2013-10-15).
-* NxWM::CTaskbar:: Can now be configured to scale taskbasr icons using
+* NxWM::CTaskbar:: Can now be configured to scale taskbar icons using
NxWidgets::CScaledImage (2013-10-15)
* NxWidgets/libnxwidgets/src/glyph_nxlogo320x320.cxx: Add a big, 320x320
NuttX logo image. The older, smaller NuttX logo was renamed from
diff --git a/NxWidgets/ReleaseNotes.txt b/NxWidgets/ReleaseNotes.txt
index 7d7c2fb08..d08333b60 100644
--- a/NxWidgets/ReleaseNotes.txt
+++ b/NxWidgets/ReleaseNotes.txt
@@ -319,3 +319,34 @@ Bugfixes:
* NxWidgets::CGlyphSliderHorizontal: Fix a drawing error (from Ken Pettit).
* Update the way that NSH the Unit Tests are registered as built-in NSH
applications.
+
+NxWidgets-1.9
+=============
+
+The 10th release of the NxWidgets package was made on October 28, 2013. This
+release depends on NuttX-6.26 or above and should not be used with older
+NuttX releases.
+
+Additional new features and extended functionality in Version 1.9:
+
+* NxWM::CCalibration.cxx/hxx: If CONFIG_NXWM_CALIBRATION_MESSAGES is
+ defined then CCalibration will provide some instructions in the center
+ of the display.
+* NxWM::CCalibration.cxx/hxx: Add options to collect and average
+ multiple samples at each location. Also logic to discard the most
+ extreme samples before averaging.
+* NxWidgets::CScaledImage: This new class is a wrapper for an class
+ the exports IBitMap. It will perform scaling via bi-linear interpolation
+ so that images can be scaled to any size desired.
+* NxWM::CTaskbar:: Can now be configured to scale taskbar icons using
+ NxWidgets::CScaledImage.
+* NxWidgets/libnxwidgets/src/glyph_nxlogo320x320.cxx: Add a big, 320x320
+ NuttX logo image. The older, smaller NuttX logo was renamed from
+ nxlogo to nxlogo160x160 in all places.
+* NxWM::CCalibration and NxWM::CTouchscreen: Add a complex touchscreen
+ scaling algorithm to handling the case where the measured X values also
+ vary with y position (and vice versa).
+
+Bugfixes:
+
+(There are not bugfixes recorded for this release).