summaryrefslogtreecommitdiff
path: root/NxWidgets/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-08 15:28:07 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-08 15:28:07 +0000
commitb6abad5fbf5877bf9c26269bff418726f26e4b9d (patch)
tree945b66a02dfe50fed4a55a500a96f11d81d7d9e3 /NxWidgets/ChangeLog.txt
parent1442e62637fa138626671be49b51d5329c6536c3 (diff)
downloadpx4-nuttx-b6abad5fbf5877bf9c26269bff418726f26e4b9d.tar.gz
px4-nuttx-b6abad5fbf5877bf9c26269bff418726f26e4b9d.tar.bz2
px4-nuttx-b6abad5fbf5877bf9c26269bff418726f26e4b9d.zip
Several patches from Petteri Aimonen
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5625 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'NxWidgets/ChangeLog.txt')
-rw-r--r--NxWidgets/ChangeLog.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/NxWidgets/ChangeLog.txt b/NxWidgets/ChangeLog.txt
index 7ebfc6e8a..43347fcdb 100644
--- a/NxWidgets/ChangeLog.txt
+++ b/NxWidgets/ChangeLog.txt
@@ -270,4 +270,12 @@
1.6 2013-xx-xx Gregory Nutt <gnutt@nuttx.org>
* Type of argv[] has changed from const char ** to char * const *
+* NXWidgets::CNxWidget: Add an inline function to get the current style.
+* NxWM::CTaskBar: Make a some methods of CTaskbar virtual to allow
+ customizations. From Petteri Aimonen.
+* NXWidgets::CCycleButton: Make CCycleButton change state in onPreRelease().
+ This way the new value is already available when a listener gets the
+ action event. From Petteri Aimonen.
+* NxWidgets/tools/bitmap_converter.py: Fix bitmap_converter.py so that
+ it works with indexed input images.