summaryrefslogtreecommitdiff
path: root/NxWidgets/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-28 17:36:53 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-28 17:36:53 +0000
commitfbfd97c209f99cf1a9e8190ba835c1b3bef64c2a (patch)
treeab42679f8868bdeaa101f569dab7500e2206ddf7 /NxWidgets/ChangeLog.txt
parentdd5155bc0f4765ad35cb485fb4eb9930ae365a7d (diff)
downloadnuttx-fbfd97c209f99cf1a9e8190ba835c1b3bef64c2a.tar.gz
nuttx-fbfd97c209f99cf1a9e8190ba835c1b3bef64c2a.tar.bz2
nuttx-fbfd97c209f99cf1a9e8190ba835c1b3bef64c2a.zip
A few pieces of what may become an NX window manager
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4669 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'NxWidgets/ChangeLog.txt')
-rwxr-xr-xNxWidgets/ChangeLog.txt24
1 files changed, 15 insertions, 9 deletions
diff --git a/NxWidgets/ChangeLog.txt b/NxWidgets/ChangeLog.txt
index c9c1bc8a5..8064137e0 100755
--- a/NxWidgets/ChangeLog.txt
+++ b/NxWidgets/ChangeLog.txt
@@ -1,9 +1,15 @@
-1.0 2012-03-22 Gregory Nutt <gnutt@nuttx.org>
-
-* The initial release of the NxWidgets package
-
-1.1 2012-xx-xx Gregory Nutt <gnutt@nuttx.org>
-
-* Updated and verified the NxWidgets DOxygen documentation. Contributed
- by Jose Pablo Carballo.
-
+1.0 2012-03-22 Gregory Nutt <gnutt@nuttx.org>
+
+* The initial release of the NxWidgets package
+
+1.1 2012-xx-xx Gregory Nutt <gnutt@nuttx.org>
+
+* Updated and verified the NxWidgets DOxygen documentation. Contributed
+ by Jose Pablo Carballo.
+* IBitmap, CRlePalettBitmap: Extended class to support differnt LUTs
+ for selected and non-selected images.
+* CImage: If selected, uses different LUTs based, different borders.
+ CImage is now basically a button type.
+* CImage: Add logic to hightlight an CImage (using the selected LUT).
+* nxwm: This directory will, hopefully, eventually hold the NX tiny
+ desktop (NxWM).