aboutsummaryrefslogtreecommitdiff
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
commit0ac67b46fba7412d7bfaf999108af5a9c409f1f5 (patch)
tree2d8f43731bee5df1d21b090dfa3f4fec008cb16e /nuttx/ChangeLog
parent48247aa52fa3d5d88f01db31d82f941526876d6e (diff)
downloadpx4-firmware-0ac67b46fba7412d7bfaf999108af5a9c409f1f5.tar.gz
px4-firmware-0ac67b46fba7412d7bfaf999108af5a9c409f1f5.tar.bz2
px4-firmware-0ac67b46fba7412d7bfaf999108af5a9c409f1f5.zip
Patches 4-6 from Petteri Aimonen
git-svn-id: http://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.