[cp-patches] FYI: BasicTabbedPaneUI fix

2006-09-01 Thread Robert Schuster
Hi, by calling the getTabRunOverlay method from BasicTabbedPaneUI.calculateTabAreaWidth (and calculateTabAreaHeight) instead of accessing the variable directly the overridden behavior in MetalTabbedPaneUI comes to effect. This fixes the ill positioning of the content area in tabbed panes with more

Re: [cp-patches] FYI: SocketPermission tweak

2006-09-01 Thread Gary Benson
Tom Tromey wrote: > > "Gary" == Gary Benson <[EMAIL PROTECTED]> writes: > > > This commit makes java.net.SocketPermission()'s constructor > > use "localhost" when called with an empty hostport argument > > as mandated by the spec. > > Do we want this in GCC 4.2? Or FC6? This par

[cp-patches] FYI: Fix HTML-on-components

2006-09-01 Thread Roman Kennke
This should fix HTML rendering for components that support it. 2006-09-01 Roman Kennke <[EMAIL PROTECTED]> PR 28922 * javax/swing/plaf/basic/BasicHTML.java (HTMLRootView.getAttributes): Overridden to return null. (HTMLRootView.getElement): Overridden to return t

[cp-patches] FYI: small tab pane demo change

2006-09-01 Thread Robert Schuster
Hi, this fixes the naming in the tabbed pane demo a bit. ChangeLog: 2006-09-01 Robert Schuster <[EMAIL PROTECTED]> * examples/gnu/classpath/examples/swing/TabbedPaneDemo.java: (createContent): Changed menu item name and tab naming. cya Robert Index: examples/gnu/classpath/exa

[cp-patches] FYI: BasicLookAndFeel properties corrected

2006-09-01 Thread Robert Schuster
Hi, the attached patch fixes some properties of the tabbed panes in BasicLookAndFeel. ChangeLog: 2006-09-01 Robert Schuster <[EMAIL PROTECTED]> * javax/swing/plaf/basic/BasicLookAndFeel.java: (initComponentDefaults): Added, changed and removed some tabbed pane properti

[cp-patches] FYI: MetalCheckBoxUI fix

2006-09-01 Thread Robert Schuster
Hi, in order to call the isChecked() method it is not needed to cast a component to a JCheckBox - an AbstractButton is enough. I dont think this costs us anything and makes the class more flexible for all the possible misuses out there. :) ChangeLog: 2006-09-01 Robert Schuster <[EMAIL PROTECTED

[cp-patches] FYI: BasicSplitPaneUI fix endless recursion

2006-09-01 Thread Robert Schuster
Hi, the attached patch fixes an endless recursion happening with JSplitPanes. ChangeLog: 2006-09-01 Robert Schuster <[EMAIL PROTECTED]> * javax/swing/plaf/basic/BasicSplitPaneUI.java: (BasicHorizontalLayout.getAlignmentX): Return fixed value. (BasicHorizontalLayout.getA

[cp-patches] FYI: DefaultTableMode fix

2006-09-01 Thread Robert Schuster
Hi, the attached patch fixes a NullPointerException for me. ChangeLog: 2006-09-01 Robert Schuster <[EMAIL PROTECTED]> * javax/swing/table/DefaultTableModel.java: (checkSize): Added null check for dataVector. cya Robert Index: javax/swing/table/DefaultTableModel.java ==

Re: [cp-patches] RFA: ConvolveOp fixes

2006-09-01 Thread Francis Kung
> > The attached patch fixes the failing mauve tests for ConvolveOp, and > > also touches up the ColorConvertOp to use the correct transfer type. > > > > Any comments (or objections) before committing? > > Nope, looks good. > > For future java.awt.image patches, feel free to simply post an FYI,