summaryrefslogtreecommitdiff
path: root/NxWidgets
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-17 12:14:35 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-17 12:14:35 -0600
commitb2a3e47526e4af74cf9ae06f215f5ba7f17b9471 (patch)
treebf4321aba766e4f31d3438b06d8e7bdfe90357e3 /NxWidgets
parent854fad2518f8dae1a39be55223c31738dd56f42c (diff)
downloadnuttx-b2a3e47526e4af74cf9ae06f215f5ba7f17b9471.tar.gz
nuttx-b2a3e47526e4af74cf9ae06f215f5ba7f17b9471.tar.bz2
nuttx-b2a3e47526e4af74cf9ae06f215f5ba7f17b9471.zip
Update ChangeLog
Diffstat (limited to 'NxWidgets')
-rw-r--r--NxWidgets/ChangeLog.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/NxWidgets/ChangeLog.txt b/NxWidgets/ChangeLog.txt
index a6346293f..e89b60d35 100644
--- a/NxWidgets/ChangeLog.txt
+++ b/NxWidgets/ChangeLog.txt
@@ -482,3 +482,9 @@
image (2014-7-17).
* NxWM::CMediaPlayer: State variable was left in a bad state and caused some
problems down the road (2014-7-17).
+* NxWidgets::CGlyphSliderHorizontal: No longer uses a hard-coded slider
+ height; the slider height is now provided as a parameter, replacing the
+ widget height which is now calculated from the glip image height
+ (2014-7-17).
+* NxWM::CMediaPlayer: Now calculates the volume slider height from the grip
+ image height (2014-7-17).