From 9067bb92f196316fa7a2207875556cf68aec75da Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 17 Jul 2014 10:19:54 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 4cef61f21..39d3606cf 100644 --- a/ChangeLog.txt +++ b/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).