[cp-patches] RFC: adjust textarea size automatically

2006-02-22 Thread Robert Schuster
Hi, as mentioned in PR 26157[0] I observed that the JDK's JTextArea adjusts its size automatically when the characters leave the allocation area of the component. Our JTextArea did not have this functionality until now. It took me a while to find out where to place the code that could do the

Re: [cp-patches] RFC: adjust textarea size automatically

2006-02-22 Thread Robert Schuster
Hi. Roman Kennke wrote: Am Mittwoch, den 22.02.2006, 09:08 +0100 schrieb Robert Schuster: Hi, as mentioned in PR 26157[0] I observed that the JDK's JTextArea adjusts its size automatically when the characters leave the allocation area of the component. Our JTextArea did not have this

[cp-patches] FYI: RepaintManager fixlet

2006-02-22 Thread Roman Kennke
In RepaintManager.addInvalidComponent we should really also consider the component itself and ask if it is a validateRoot. Up to now we started with the component's parent. 2006-02-22 Roman Kennke [EMAIL PROTECTED] * javax/swing/RepaintManager.java (addInvalidComponent): Also

[cp-patches] FYI: JEditorPane fixes

2006-02-22 Thread Roman Kennke
I fixed 3 methods in JEditorPane which make this component behave more nicely in scolling containers. Took me quite a while to determine the correct behaviour (using BeanShell) and then found that this is even specified.. duh 2006-02-22 Roman Kennke [EMAIL PROTECTED] *

[cp-patches] FYI: JTextField fix

2006-02-22 Thread Roman Kennke
This adds the isValidateRoot() method to JTextField, which is a nice little optimization, because otherwise each key press would cause revalidation of the whole tree. 2006-02-22 Roman Kennke [EMAIL PROTECTED] * javax/swing/JTextField.java (isValidateRoot): New method. /Roman

[cp-patches] FYI: handle magic caret position being null

2006-02-22 Thread Robert Schuster
Hi, the magic caret position can be null when the cursor has not moved yet. I havent considered this when writing the up/down movement selection actions. This patch fixes that. The ChangeLog: 2006-02-22 Robert Schuster [EMAIL PROTECTED] * javax/swing/text/DefaultEditorKit.java: Added

Re: [cp-patches] RFC: adjust textarea size automatically

2006-02-22 Thread Roman Kennke
Hi Robert, looks good, please commit this (if you haven't already). /Roman Am Mittwoch, den 22.02.2006, 10:51 +0100 schrieb Robert Schuster: Hi. Roman Kennke wrote: Am Mittwoch, den 22.02.2006, 09:08 +0100 schrieb Robert Schuster: Hi, as mentioned in PR 26157[0] I observed that the

Re: [cp-patches] RFC: LightweightPeers reworked

2006-02-22 Thread Lillian Angel
This comment should be moved out of Toolkit and into GtkToolkit. Sure. GtkLightweightContainerPeer needs to override GtkComponentPeer painting methods to be no-ops: handleEvent and postExposeEvent. GtkLightweightContainerPeer.repaint should be overridden to be LightweightComponentPeer's

Re: [cp-patches] RFC: LightweightPeers reworked

2006-02-22 Thread Lillian Angel
On Wed, 2006-02-22 at 11:39 -0500, Scott Gilbertson wrote: Looking back, I see the ambiguity in my previous email. The structure I had in mind was: class LightweightComponentPeer implements LightweightPeer, ComponentPeer { // (as now, including the repaint implementation) } ok. //

Re: [cp-patches] RFC: LightweightPeers reworked

2006-02-22 Thread Scott Gilbertson
// New class: class GtkLightweightContainerPeer extends LightweightComponentPeer implements ContainerPeer { // ContainerPeer-specific methods that used // to be in GLightweightPeer } Are you saying you don't think we need class gnu.java.awt.peer.LightweightContainerPeer?

Re: [cp-patches] RFC: LightweightPeers reworked

2006-02-22 Thread Lillian Angel
On Wed, 2006-02-22 at 11:39 -0500, Scott Gilbertson wrote: Looking back, I see the ambiguity in my previous email. The structure I had in mind was: class LightweightComponentPeer implements LightweightPeer, ComponentPeer { // (as now, including the repaint implementation) } // New

Re: [cp-patches] RFC: LightweightPeers reworked

2006-02-22 Thread Scott Gilbertson
I agree with Scott that we need to add a LightweightContainerPeer class. I fixed up Toolkit, as well. I also added the painting methods to GtkLightweightContainerPeer (those that override ComponentPeer). This is the updated ChangeLog. The newest patch is attached. 2006-02-22 Lillian

[cp-patches] [generics] New BigDecimal constructors

2006-02-22 Thread Anthony Balkissoon
I added some of the missing constructors in BigDecimal and fixed a small problem with one of the old ones. The BigDecimal(char[], int, int) constructor is the meat of this patch, which I adapted from the BigDecimal(String) constructor but fixed some problems and commented thoroughly. More

[cp-testresults] FAIL: regressions for libgcj on Tue Feb 21 23:38:55 UTC 2006

2006-02-22 Thread cpdev
Baseline from: Tue Feb 21 19:12:49 UTC 2006 Regressions: FAIL: Thread_Sleep output - gij test FAIL: Thread_Sleep output - source compiled test Totals: PASS: 3391 XPASS: 0 FAIL: 2 XFAIL: 10 ___ Classpath-testresults mailing list

[cp-testresults] FAIL: generics classpath build on Wed Feb 22 03:46:12 UTC 2006

2006-02-22 Thread cpdev
config.status: creating native/target/Linux/Makefile config.status: creating native/target/generic/Makefile config.status: creating resource/Makefile config.status: creating scripts/Makefile config.status: creating scripts/classpath.spec config.status: creating lib/Makefile config.status: creating

[cp-testresults] FAIL: regressions for libgcj on Wed Feb 22 04:09:13 UTC 2006

2006-02-22 Thread cpdev
Baseline from: Tue Feb 21 19:12:49 UTC 2006 Regressions: FAIL: Thread_Sleep -O3 output - source compiled test FAIL: Thread_Sleep output - source compiled test Totals: PASS: 3391 XPASS: 0 FAIL: 2 XFAIL: 10 ___ Classpath-testresults mailing list

[cp-testresults] FAIL: classpath build with gcj (4.0) on Wed Feb 22 07:48:42 UTC 2006

2006-02-22 Thread cpdev
config.status: executing gen-classlist commands config.status: executing copy-vmresources commands Making all in lib make[1]: Entering directory `/home/cpdev/Nightly/classpath/build/lib' mkdir -p ../java/util ../../classpath/scripts/generate-locale-list.sh ../java/util/LocaleData.java true

Re: [FOSDEM] Friday meeting!

2006-02-22 Thread Andrew Haley
Dalibor Topic writes: On Thu, 2006-02-16 at 11:30 +, Andrew Haley wrote: Mark Wielaard writes: On Thu, 2006-02-16 at 06:35 +, Andrew Haley wrote: Tom Tromey writes: Keith == Keith Seitz [EMAIL PROTECTED] writes: Keith A La Mort Subite - 7 rue

Builder and snapshots

2006-02-22 Thread Stuart Ballard
Would it be possible to configure builder to drop the built snapshots into a predictable location, for the trunk and branch? I realized while setting Japi up for Harmony that the bit my machine struggles with is the build process; if I can download a tarball that contains glibj.zip then there's no

Re: Get ready for FOSDEM 2006

2006-02-22 Thread Andrew Haley
Please everyone, post your telephone numbers. I am +44 7776 208373 Andrew.

Re: Get ready for FOSDEM 2006

2006-02-22 Thread Mark Wielaard
On Wed, 2006-02-22 at 16:43 +, Andrew Haley wrote: Please everyone, post your telephone numbers. More contact info (including where some other people are staying and some telephone numbers) is in the wiki: http://developer.classpath.org/mediation/Fosdem2006 at the bottom, add your info and

Re: Get ready for FOSDEM 2006

2006-02-22 Thread Andrew Haley
Mark Wielaard writes: On Wed, 2006-02-22 at 16:43 +, Andrew Haley wrote: Please everyone, post your telephone numbers. More contact info (including where some other people are staying and some telephone numbers) is in the wiki: http://developer.classpath.org/mediation/Fosdem2006

Re: Get ready for FOSDEM 2006

2006-02-22 Thread Andrew Haley
Andrew Haley writes: Mark Wielaard writes: On Wed, 2006-02-22 at 16:43 +, Andrew Haley wrote: Please everyone, post your telephone numbers. More contact info (including where some other people are staying and some telephone numbers) is in the wiki:

Re: Builder and snapshots

2006-02-22 Thread Mark Wielaard
Hi Stuart, On Wed, 2006-02-22 at 11:26 -0500, Stuart Ballard wrote: I see at http://builder.classpath.org/dist/ that there's a snapshot available, but fetching it is hard to script because the filename will change with each release. If there were a classpath-latest.tar.gz symlink it would be

Re: Builder and snapshots

2006-02-22 Thread Stuart Ballard
Thanks! I'll have a go tomorrow at tweaking my scripts to use those :) Stuart. On 2/22/06, Mark Wielaard [EMAIL PROTECTED] wrote: Hi Stuart, On Wed, 2006-02-22 at 11:26 -0500, Stuart Ballard wrote: I see at http://builder.classpath.org/dist/ that there's a snapshot available, but fetching

[commit-cp] classpath ./ChangeLog javax/swing/RepaintManage...

2006-02-22 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]06/02/22 09:52:30 Modified files: . : ChangeLog javax/swing: RepaintManager.java Log message: 2006-02-22 Roman Kennke

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

2006-02-22 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Mark Wielaard [EMAIL PROTECTED] 06/02/22 08:34:07 Modified files: . : ChangeLog javax/swing/text/html: HTMLDocument.java Log message: *