summaryrefslogtreecommitdiff
path: root/NxWidgets/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-16 15:53:16 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-16 15:53:16 +0000
commitc96506f914b598e59fce7cc9b3c394a5ebe8d23c (patch)
tree1fa5012ce52ded7dad00fce5de783902c4b577f3 /NxWidgets/ChangeLog.txt
parent47266483f9718a45f71626259356d481e89dd2a7 (diff)
downloadpx4-nuttx-c96506f914b598e59fce7cc9b3c394a5ebe8d23c.tar.gz
px4-nuttx-c96506f914b598e59fce7cc9b3c394a5ebe8d23c.tar.bz2
px4-nuttx-c96506f914b598e59fce7cc9b3c394a5ebe8d23c.zip
Fixes for CCycleButton unit test; Add CNumericEdit. Both from Petteri Aimonen
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5363 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'NxWidgets/ChangeLog.txt')
-rw-r--r--NxWidgets/ChangeLog.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/NxWidgets/ChangeLog.txt b/NxWidgets/ChangeLog.txt
index 113945f2f..dca1f856d 100644
--- a/NxWidgets/ChangeLog.txt
+++ b/NxWidgets/ChangeLog.txt
@@ -200,3 +200,7 @@
Contributed by Petteri Aimonen.
* NxWidgets/nxwm/src/ctaskbar.cxx: Highlight the current window in the task bar.
Contributed by Petteri Aimonen.
+* NxWidgets/libnxwidgets/src/glyph_cycle.cxx: Width of glyph_cycle was wrong;
+ Desctructor needs to by public. From Petteri Aimonen.
+* CNumericEdit. This is basically a label with plus and minus buttons.
+ Contributed by Petteri, Aimonen.