summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-17 10:19:54 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-17 10:19:54 -0600
commit78b05ab186731b3c0abfa05bbe7a7328e2098c0e (patch)
tree87f5c63dea630da24c0efb4335c13bcc355f5e00
parent6270d05c5f0a3c67862dbf7124cbe1189c4850b2 (diff)
downloadpx4-nuttx-78b05ab186731b3c0abfa05bbe7a7328e2098c0e.tar.gz
px4-nuttx-78b05ab186731b3c0abfa05bbe7a7328e2098c0e.tar.bz2
px4-nuttx-78b05ab186731b3c0abfa05bbe7a7328e2098c0e.zip
Update ChangeLog
-rw-r--r--NxWidgets/ChangeLog.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/NxWidgets/ChangeLog.txt b/NxWidgets/ChangeLog.txt
index 4cef61f21..39d3606cf 100644
--- a/NxWidgets/ChangeLog.txt
+++ b/NxWidgets/ChangeLog.txt
@@ -468,3 +468,11 @@
* NxMW::CMediaPlayer: Concert CLabel to a CListBox to support selection of
one of many media files to play. This should be a CScrollingTextBox to
support an indefinitely large number of media files (2014-7-16).
+* NxWidgets::CGraphicsPort: Fix drawBitmapGreyScale method. Actually drew
+ nothing because of several errors in positioning and buffer usage
+ (2014-7-17)
+* NxWidgets::CImage: Should not attempt to draw the "empty" regions at the
+ top and the bottom of the image box in greyscale (2014-7-17).
+* NxWM::CMediaPlayer: Fix some state-related bugs introduced yesterday.
+ Improved state-related button displayes. Now correctly catches and
+ handles file selection events (2014-7-17).