commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] classpath ./ChangeLog javax/swing/text/WrappedP...


From: Anthony Balkissoon
Subject: [commit-cp] classpath ./ChangeLog javax/swing/text/WrappedP...
Date: Thu, 03 Nov 2005 16:04:48 -0500

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Anthony Balkissoon <address@hidden>     05/11/03 21:04:48

Modified files:
        .              : ChangeLog 
        javax/swing/text: WrappedPlainView.java 

Log message:
        2005-11-03  Anthony Balkissoon  <address@hidden>
        
        * javax/swing/text/WrappedPlainView.java: Fixed some > 80 chars lines.
        (drawSelectedText): Fixed startOffset for call to
        Utilities.drawTabbedText to make sure tabs are properly expanded.
        (drawUnselectedText): Likewise.
        (getMinimumSpan): New API method.
        (getMaximumSpan): New API method.
        (setSize): Call preferenceChanged if the width has changed.
        (WrappedLine.determineNumLines): Move numLines=0 to the top in case
        the early return happens, numLines will still be correct.
        (WrappedLine.updateDamage): New implementation method called by
        insertUpdate and removeUpdate to repaint the appropriate part of the
        JTextArea.
        (WrappedLine.insertUpdate): New method.
        (WrappedLine.removeUpdate): New method.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.5454&tr2=1.5455&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/text/WrappedPlainView.java.diff?tr1=1.6&tr2=1.7&r1=text&r2=text





reply via email to

[Prev in Thread] Current Thread [Next in Thread]