summaryrefslogtreecommitdiff
path: root/NxWidgets/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-15 20:10:32 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-15 20:10:32 +0000
commit6d8337323f1d60e7845a83508d4bbd1e0318ec3b (patch)
tree51e09899dc63fadd94c36505db44c511e5483f4f /NxWidgets/ChangeLog.txt
parent91e38a73cd93af894ecaf44476ae8e6313670cb5 (diff)
downloadpx4-nuttx-6d8337323f1d60e7845a83508d4bbd1e0318ec3b.tar.gz
px4-nuttx-6d8337323f1d60e7845a83508d4bbd1e0318ec3b.tar.bz2
px4-nuttx-6d8337323f1d60e7845a83508d4bbd1e0318ec3b.zip
NXWidgets::CNxTkWindow must subtract the height of the toolbar (if any) when reporting the size of the window
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4741 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'NxWidgets/ChangeLog.txt')
-rwxr-xr-xNxWidgets/ChangeLog.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/NxWidgets/ChangeLog.txt b/NxWidgets/ChangeLog.txt
index 733924248..0e93187c1 100755
--- a/NxWidgets/ChangeLog.txt
+++ b/NxWidgets/ChangeLog.txt
@@ -87,3 +87,8 @@
* NxWM::CNxConsole: Add a on_exit() exit handler that will close the
NxConsole window when the NSH thread exits. A correct build now depends
on having CONFIG_SCHED_ONEXIT defined.
+* NXWidgets::CNxWidget: Add a new onPreRelease() method.
+* NXWidgets::CButton, CButtonArry, CImage now post action event at pre-release time.
+* NxWM: ICON touches are now drive by action events instead of click events.
+* NXWidgets::CNxTkWindow: Reported size of a framed window must exlude the
+ height of the tool bar (if present)