summaryrefslogtreecommitdiff
path: root/NxWidgets/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-03 22:31:48 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-03 22:31:48 +0000
commit7fb45f7b0753769e803bf5de5b2df638b41d07d6 (patch)
tree8add7f616ac5d2b3e294140dd982390c49b2b7bb /NxWidgets/ChangeLog.txt
parentcb842a3b50a28145bb8be977f4e9a7069701c88d (diff)
downloadnuttx-7fb45f7b0753769e803bf5de5b2df638b41d07d6.tar.gz
nuttx-7fb45f7b0753769e803bf5de5b2df638b41d07d6.tar.bz2
nuttx-7fb45f7b0753769e803bf5de5b2df638b41d07d6.zip
Fix an NxWidgets bug; Update NxWM (it kind of works now)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4693 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'NxWidgets/ChangeLog.txt')
-rwxr-xr-xNxWidgets/ChangeLog.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/NxWidgets/ChangeLog.txt b/NxWidgets/ChangeLog.txt
index 452ba1deb..18bbffd6c 100755
--- a/NxWidgets/ChangeLog.txt
+++ b/NxWidgets/ChangeLog.txt
@@ -13,6 +13,10 @@
* CImage: Add logic to hightlight an CImage (using the selected LUT).
* nxwm: The tiny NX window manager (NxWM) is being developed in this directory.
* UnitTests/nxwm: A unit test for the NX window manager.
+* CWidgetControl: Add a semaphore to force clients to wait if the
+ size or position of the window is not yet known (multi-user mode only).
* During integration of NxWM, corrected numerous problems with NxWidgets
running on toolbars and framed windows. That capability was commented
- out in the 1.0 release but is verfied functional in 1.1. \ No newline at end of file
+ out in the 1.0 release but is verfied functional in 1.1.
+* CRlePalettBitmap: Fix an error in the text that determines if we
+ need to "rewind" to the beginning of the image.