You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by gb...@apache.org on 2009/05/28 02:34:10 UTC

svn commit: r779375 - in /incubator/pivot/trunk: RELEASE-NOTES project/design/WTK.graffle

Author: gbrown
Date: Thu May 28 00:34:10 2009
New Revision: 779375

URL: http://svn.apache.org/viewvc?rev=779375&view=rev
Log:
Update release notes and class diagram to include Panel component.

Modified:
    incubator/pivot/trunk/RELEASE-NOTES
    incubator/pivot/trunk/project/design/WTK.graffle

Modified: incubator/pivot/trunk/RELEASE-NOTES
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/RELEASE-NOTES?rev=779375&r1=779374&r2=779375&view=diff
==============================================================================
--- incubator/pivot/trunk/RELEASE-NOTES (original)
+++ incubator/pivot/trunk/RELEASE-NOTES Thu May 28 00:34:10 2009
@@ -39,6 +39,9 @@
   Control-Shift +/- allows the user to dynamically scale the display in a
   running Pivot app (PIVOT-83).
 
+- A Panel container has been added that performs no layout and supports
+  absolute sizing and positioning of components (PIVOT-92).
+
 - Create Component.getGraphics(). This new method returns a graphics context
   suitable for drawing directly to a component without double-buffering
   (effectively operating directly on the video RAM) (PIVOT-105).
@@ -66,10 +69,10 @@
 
 - Add a ByteArraySerializer for serializing arbitrary content, byte per byte
   (in a buffered way, if possible) (PIVOT-126).
-  
-- Added support for encoding basic gradient, stopped linear gradient, and 
-  stopped radial gradients via JSON. Encoded paints can be set as the background 
-  of a container as well as the fill or stroke of a shape (PIVOT-112). 
+
+- Added support for encoding basic gradient, stopped linear gradient, and
+  stopped radial gradients via JSON. Encoded paints can be set as the background
+  of a container as well as the fill or stroke of a shape (PIVOT-112).
 
 
 Improvements

Modified: incubator/pivot/trunk/project/design/WTK.graffle
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/project/design/WTK.graffle?rev=779375&r1=779374&r2=779375&view=diff
==============================================================================
Binary files - no diff available.