This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [gui][PATCH] fix attributed strings and iterators


Am Dienstag, 23. März 2004 23:34 schrieb graydon hoare:
> hi,
>
> this fix integrates the patches Guilhem had waiting against
> AttributedString / AttributedStringIterator and the one I did. this
> enables proper glyph vector painting with java.awt.TextLayout
> (previously it was truncating characters).
>
> -graydon
>
> 2004-03-23  Graydon Hoare  <graydon@redhat.com>
>
> 	* java/text/AttributedString.java
> 	(addAttribute): Fix off-by-one.
> 	(getIterator): Likewise.
> 	* java/text/AttributedStringIterator.java
> 	(getRunLimit): Correct logic.
> 	(getRunStart): Likewise.
> 	(getAttribute): Fix inequality.
> 	(getAttributes): Likewise.
> 	* testsuite/libjava.mauve/xfails: Remove AttributedString xfail.

This should go into trunk/GNU classpath ASAP as Guilhem Lavaux is 
working on exact the same stuff.

We really need to coordinate work more somehow. I get more and more the 
idea that libgcj is the wrong place for library development due to 
several reasons ...


Michael


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]