summaryrefslogtreecommitdiff
path: root/NxWidgets/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-13 18:28:43 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-13 18:28:43 +0000
commit21115c210a35c6f320a43d67fdd662639534eb2e (patch)
tree1cd10fccd4799f0247de8c71d347610bb4a4dee4 /NxWidgets/ChangeLog.txt
parent1aa4a0750b0705fefbb1cd2819dbc30684d25353 (diff)
downloadpx4-nuttx-21115c210a35c6f320a43d67fdd662639534eb2e.tar.gz
px4-nuttx-21115c210a35c6f320a43d67fdd662639534eb2e.tar.bz2
px4-nuttx-21115c210a35c6f320a43d67fdd662639534eb2e.zip
NXWidgets::CImage needs to catch mouse/touchscreen events; All touchscreen drivers need to report the last valid X/Y data when the screen is untouched.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4731 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 8dd65d78b..0cb95cc13 100755
--- a/NxWidgets/ChangeLog.txt
+++ b/NxWidgets/ChangeLog.txt
@@ -66,3 +66,8 @@
never restart the Calibration window.
* NxWM::CTaskbar: On a failure to start an application, the application icon
CImage was being deleted twice.
+* NXWidgets::CImage: Now handles mouse click callbacks. CImage is now really
+ a button. Probably should separate basic imaging functionality as CImage
+ and create a new CImageButton.
+* NxWM::CStartWindow: Now ignores any close application button presses
+ (You can't close the start window). \ No newline at end of file