summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-16 16:49:21 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-16 16:49:21 +0000
commitdbda56e617cfde1910ecf6091a76038f44dff65d (patch)
tree2d8f43731bee5df1d21b090dfa3f4fec008cb16e /nuttx/ChangeLog
parentc96506f914b598e59fce7cc9b3c394a5ebe8d23c (diff)
downloadnuttx-dbda56e617cfde1910ecf6091a76038f44dff65d.tar.gz
nuttx-dbda56e617cfde1910ecf6091a76038f44dff65d.tar.bz2
nuttx-dbda56e617cfde1910ecf6091a76038f44dff65d.zip
Patches 4-6 from Petteri Aimonen
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5364 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 72fab8a71..c53f9c891 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3635,4 +3635,10 @@
* Config.mk: Defined DELIM to be either / or \, depending upon
CONFIG_WINDOWS_NATIVE. This will allow me to eliminate a lot of
conditional logic elsewhere.
+ * nuttx/graphics: One a mouse button is pressed, continue to report all
+ mouse button events to the first window that received the the initial
+ button down event, even if the mouse attempts to dray outside the
+ window. From Petteri Aimonen.
+ * nuttx/graphics/nxmu/nx_block.c: One more fixe to the NX block message
+ logic from Petteri Aimonen.