CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         classpath-0_93-branch
Changes by:     Mark Wielaard <mark>    06/12/04 22:09:35

Modified files:
        .              : ChangeLog 
        gnu/javax/swing/text/html/parser/support: Parser.java 
        javax/swing/text: BoxView.java 
        javax/swing/text/html: BlockView.java CSS.java 

Log message:
        2006-12-04  Roman Kennke  <[EMAIL PROTECTED]>
        
                * javax/swing/text/BoxView.java
                (paint): Replaced painting algorithm with more simple and more
                reliable painting of the box.
                * javax/swing/text/html/BlockView.java
                (PositionInfo): New inner class. Stores additional CSS
                positioning information.
                (positionInfo): New field.
                (BlockView): Initialize positionInfo field.
                (fetchLayoutInfo): New helper method. Fetches additional
                CSS positioning information.
                (layoutMajorAxis): Perform additional CSS layout.
                (layoutMinorAxis): Perform additional CSS layout.
                (positionView): New helper method.
                (replace): Overridden to fetch additional layout information.
                * javax/swing/text/html/CSS.java
                (Attribute.POSITION): New field.
                (Attribute.LEFT): New field.
                (Attribute.RIGHT): New field.
                (Attribute.TOP): New field.
                (Attribute.BOTTOM): New field.
                (getValue): Create Length for left, right, top and bottom
                attributes.
        
        2006-12-04  Roman Kennke  <[EMAIL PROTECTED]>
        
                * gnu/javax/swing/text/html/parser/support/Parser.java
                (Sgml): Consume any whitespace that immediately follows
                and sgml insertion.
                (parseDocument): Consume any initial whitespace.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&only_with_tag=classpath-0_93-branch&r1=1.8897.2.6&r2=1.8897.2.7
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/swing/text/html/parser/support/Parser.java?cvsroot=classpath&only_with_tag=classpath-0_93-branch&r1=1.15&r2=1.15.2.1
http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/BoxView.java?cvsroot=classpath&only_with_tag=classpath-0_93-branch&r1=1.27&r2=1.27.2.1
http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/html/BlockView.java?cvsroot=classpath&only_with_tag=classpath-0_93-branch&r1=1.7&r2=1.7.2.1
http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/html/CSS.java?cvsroot=classpath&only_with_tag=classpath-0_93-branch&r1=1.12&r2=1.12.2.1


Reply via email to