[cp-patches] FYI: java/awt/GraphicsEnvironment.java

2005-04-18 Thread Jeroen Frijters
Hi, I committed the attached patch. Regards, Jeroen 2005-04-18 Jeroen Frijters [EMAIL PROTECTED] * java/awt/GraphicsEnvironment.java (localGraphicsEnvironment): New field. (getLocalGraphicsEnvironment): Added support for java.awt.graphicsenv property.

[cp-patches] FYI: gnu/java/beans/IntrospectionIncubator.java

2005-04-18 Thread Jeroen Frijters
Hi, I committed the attached fix. Regards, Jeroen 2005-04-18 Jeroen Frijters [EMAIL PROTECTED] * gnu/java/beans/IntrospectionIncubator.java (addToPropertyHash, addToListenerHash): Don't confuse get(), set(), is(), add() and remove() with properties or events. Index:

[cp-patches] FYI: java/nio/ByteBufferImpl.java, java/nio/CharBufferImpl.java

2005-04-18 Thread Jeroen Frijters
Hi, I committed the attached patch to fix CharBufferImpl to use array_offset properly and to optimize the get/put methods of ByteBufferImpl and CharBufferImpl, because these are now used heavily by String's new nio based character decoding/encoding. Regards, Jeroen 2005-04-18 Jeroen Frijters

[cp-patches] FYI: fix for javax.swing.plaf.basic.BasicScrollBarUI

2005-04-18 Thread Roman Kennke
Hi, I commit the attached patch. 2005-04-18 Roman Kennke [EMAIL PROTECTED] * javax/swing/plaf/basic/BasicScrollBarUI.java (installUI): Install listeners after everything all, otherwise we get strange NPEs in some situations, especially with custom LFs.

[cp-patches] FYI: Add Menu* fonts to javax.swing.plaf.metal.MetalLookAndFeel

2005-04-18 Thread Roman Kennke
The attached patch adds default fonts for Menu/Bar/Entry in the Metal LF. 2005-04-18 Roman Kennke [EMAIL PROTECTED] * javax/swing/plaf/metal/MetalLookAndFeel.java (initComponentDefaults): Added defaults for Menu, MenuBar MenuEntry fonts. /Roman Index:

[cp-patches] FYI: fix javax.swing.plaf.metal.MetalScrollBarUI

2005-04-18 Thread Roman Kennke
I commit the attached patch: 2005-04-18 Roman Kennke [EMAIL PROTECTED] * javax/swing/plaf/metal/MetalScrollBarUI.java: (createUI): Instances cannot be shared among JScrollPanes. /Roman Index: javax/swing/plaf/metal/MetalScrollBarUI.java

RE: [cp-patches] Nio-charset patch commited

2005-04-18 Thread Sven de Marothy
On Sun, 2005-04-17 at 12:48 +0200, Jeroen Frijters wrote: Sven de Marothy wrote: The final version has been comitted. It differs somewhat, so here's that patch again. 2005-04-15 Sven de Marothy [EMAIL PROTECTED] * gnu/java/nio/charset/EncodingHelper.java: Added method *

Re: [cp-patches] RFC: Swing Demo using MetalLookAndFeel

2005-04-18 Thread Mark Wielaard
Hi Roman, On Sun, 2005-04-17 at 21:45 +0200, Roman Kennke wrote: Now that the Metal Look and Feel starts to do something good, I think we could show that in the Swing demo. The attached patch (and my previous patch for UIManager) makes the Demo program aware of the system property

[cp-patches] FYI: Bug fixes to InputStreamReader

2005-04-18 Thread Sven de Marothy
This gets Eclipse running again :) /Sven 2005-04-18 Sven de Marothy [EMAIL PROTECTED] * java/io/InputStreamReader.java: (read): Fix several bugs leading to incorrect length being returned. Index: java/io/InputStreamReader.java