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


Michael Koch wrote:
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

I have already committed some new code in kaffe and will begin the merging process soon.

I suggest that we really use the special form 'Tasks' on savannah it may help follow who is doing what...

Cheers,
Guilhem.


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