aboutsummaryrefslogtreecommitdiff
path: root/NxWidgets/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-07 21:25:24 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-07 21:25:24 +0000
commitf08f0709b3bb317be95f73755a042fd58198e163 (patch)
tree69130cca051fdf38817fd4c99502b30f804981e8 /NxWidgets/ChangeLog.txt
parent5df21bfd6d819b5abe9b1f9861a03ea647d63154 (diff)
downloadpx4-firmware-f08f0709b3bb317be95f73755a042fd58198e163.tar.gz
px4-firmware-f08f0709b3bb317be95f73755a042fd58198e163.tar.bz2
px4-firmware-f08f0709b3bb317be95f73755a042fd58198e163.zip
Various fixes for running the NxWM unit test on the STM3240G-EVAL
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4711 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'NxWidgets/ChangeLog.txt')
-rwxr-xr-xNxWidgets/ChangeLog.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/NxWidgets/ChangeLog.txt b/NxWidgets/ChangeLog.txt
index cff96bca0..a160399a8 100755
--- a/NxWidgets/ChangeLog.txt
+++ b/NxWidgets/ChangeLog.txt
@@ -28,4 +28,10 @@
* CNxWidget: Removed support for reference constants and close types.
The goal is to ge the base widget class as small as possible.
* CNxTkWindow: Fix uninitialized pointer value.
-
+* CNxToolbar: Need to "fake" the fix position callback to avoid
+ deadlock waits for the callback that won't happen.
+* CNxTkWindow: Fix toolbar background color
+* CWidgetControl: Don't declare the the geometry is good until a non-NULL
+ window size is received.
+* CGraphicsPort and CWidgetControl: If the underlying graphics device
+ is write-only, then we have to render fonts a little differently.