[cp-patches] FYI: JTree root node visibility change fixes.

2006-04-27 Thread Audrius Meskauskas
This path fixes problems that were observed whey hiding/showing the tree root node while the tree is displayed. It also extends the tree demo to demonstrate the root node visibility changes. 2006-04-27 Audrius Meskauskas [EMAIL PROTECTED] *

RE: [cp-patches] FYI: Merged Package annotation support fromgenerics branch

2006-04-27 Thread Jeroen Frijters
[EMAIL PROTECTED] wrote: Mark == Mark Wielaard [EMAIL PROTECTED] writes: Mark It would be a good point to declare the vm classes interface Mark frozen for now and work towards a new snapshot release that Mark includes them. Actually I would like to make one more change before 0.91. This

[cp-patches] FYI: javax.swing.text.Utilities fix

2006-04-27 Thread Robert Schuster
Hi, the attached patch fixes the behavior of javax.swing.text.Utilities.getTabbedTextOffset to be identical to what the RI does. It now passes all of the mauve tests. After fixing this and observing the effects on getBreakLocation I decided that this method calls calls the variant with

[cp-patches] FYI: NEWS entry

2006-04-27 Thread Roman Kennke
I added entries to the NEWS file about the added support for assistive technologies in AWT/Swing and about the LF window decorations that are now mostly working. 2006-04-27 Roman Kennke [EMAIL PROTECTED] * NEWS: Added entries about accessibility support and LF window

[cp-patches] FYI: LightweightDispatcher fix

2006-04-27 Thread Roman Kennke
The LightweightDispatcher class had problems with handling components without mouse listener attached properly. For instance, it should not send a mouse exited event, when the mouse transistions to a component that is the child of the last component, but not listening to mouse events. Like when

[cp-patches] Cosmetic spinner fixes

2006-04-27 Thread Sven de Marothy
2006-04-27 Sven de Marothy [EMAIL PROTECTED] * javax/swing/JSpinner.java: Fix default text justification. * javax/swing/plaf/basic/BasicSpinnerUI.java: Fix spinner layout size. -- Sven de Marothy [EMAIL PROTECTED] Index: javax/swing/JSpinner.java

[cp-patches] FYI: Repaint on setIcon() in JLabel.

2006-04-27 Thread Sven de Marothy
Minor fix. 2006-04-27 Sven de Marothy [EMAIL PROTECTED] * javax/swing/JLabel.java (setIcon): Repaint on setting the icon. Index: javax/swing/JLabel.java === RCS file: /sources/classpath/classpath/javax/swing/JLabel.java,v

[cp-patches] Re: Current Release Status for 0.91

2006-04-27 Thread Robert Schuster
Hi, I will look at those GapContent issues tomorrow. I assume this will fix the PlainDocument regressions too. No idea about the StyledDocument stuff. cya Robert Andrew John Hughes wrote: Hi all, I've been running a few tests and cleaning a few things up this morning in preparation for the

[cp-patches] Patch: FYI: RenderableImageProducer

2006-04-27 Thread Tom Tromey
I'm checking this in. This implements the rest of RenderableImageProducer. Tom 2006-04-27 Tom Tromey [EMAIL PROTECTED] * java/awt/image/renderable/RenderableImageProducer.java (requestTopDownLeftRightResend): Implemented. (run): Likewise. (startProduction):