summaryrefslogtreecommitdiff
path: root/NxWidgets
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-22 07:49:23 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-22 07:49:23 -0600
commitcf8f969c13f00022ae4beab8b83a3a3e74afd2a7 (patch)
treef1e9fd88a47a515f2d86b9a09f004bcf753aa9da /NxWidgets
parentb6bdb47321c89d4f9bbcd9540cead8031a7429c8 (diff)
downloadnuttx-cf8f969c13f00022ae4beab8b83a3a3e74afd2a7.tar.gz
nuttx-cf8f969c13f00022ae4beab8b83a3a3e74afd2a7.tar.bz2
nuttx-cf8f969c13f00022ae4beab8b83a3a3e74afd2a7.zip
Update ChangeLog
Diffstat (limited to 'NxWidgets')
-rw-r--r--NxWidgets/ChangeLog.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/NxWidgets/ChangeLog.txt b/NxWidgets/ChangeLog.txt
index 4f77418f7..27e298902 100644
--- a/NxWidgets/ChangeLog.txt
+++ b/NxWidgets/ChangeLog.txt
@@ -490,4 +490,16 @@
image height (2014-7-17).
* NxWM::CApplicationWindow: Created the custom font for the toolbar title,
but never used it! (2014-7-17).
- \ No newline at end of file
+* NxWidgets::CNxString: Make destructor virtual. From Petteri Aimonen
+ (2014-7-22).
+* NxWidgets::CTaskbar: Fix type of return value fromopenRawWindow()
+ method. From Petteri Aimonen (2014-7-22).
+* NxWidgets::CTabPanel: Modify behavior in showPage() method. Eliminate a
+ duplicate redraw that caused flickering; re-order some logic so that
+ widgets are hidden before operated on. From Petteri Aimonen (2014-7-22).
+* NxWidgets:CTabPanel: Make CTabPanel raise action event when tab is
+ changed. Also add a function for getting the currently selected tab
+ index. From Petteri Aimonen (2014-7-22).
+* NxWidgets::CNxTimer: Make CNxTimer stop itself before destruction.
+ Otherwise a call to an invalid work queue entry may occur. From Petteri
+ Aimonen (2014-7-22).