summaryrefslogtreecommitdiff
path: root/NxWidgets/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-07 22:49:27 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-07 22:49:27 +0000
commitf1954ba315f940c46402865763164bceb7537710 (patch)
treebdca666857e53cd34c4869880ffd4e8bd39c5d31 /NxWidgets/ChangeLog.txt
parent9bc51533db436502b50aaa0014aa272576968df2 (diff)
downloadnuttx-f1954ba315f940c46402865763164bceb7537710.tar.gz
nuttx-f1954ba315f940c46402865763164bceb7537710.tar.bz2
nuttx-f1954ba315f940c46402865763164bceb7537710.zip
Big NxWidgets simplification. Remove all hierarch logic. Widgets now exist only in a two-dimensional plane
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4712 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'NxWidgets/ChangeLog.txt')
-rwxr-xr-xNxWidgets/ChangeLog.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/NxWidgets/ChangeLog.txt b/NxWidgets/ChangeLog.txt
index a160399a8..c9c17cc83 100755
--- a/NxWidgets/ChangeLog.txt
+++ b/NxWidgets/ChangeLog.txt
@@ -35,3 +35,9 @@
window size is received.
* CGraphicsPort and CWidgetControl: If the underlying graphics device
is write-only, then we have to render fonts a little differently.
+* CNxWidgets, CWidgetControl, and CRectCache: Big change! Remove all support
+ for widgets in a "vertical" hierarchy. Now widgets exist in a flat,
+ two-dimensional space and should not overlap. This should greatly
+ reduce the memory requirements and, since, NuttX already supports
+ a hierarchical windowing system, does not result in loss of functionality.
+