[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: BasicLookAndFeel

2006-07-26 Thread Roman Kennke
These keyboard bindings in BasicLookAndFeel are needed to make my yesterday's patch for BasicPopupMenuUI work. 2006-07-26 Roman Kennke <[EMAIL PROTECTED]> * javax/swing/plaf/basic/BasicLookAndFeel.java (initComponentDefaults): Add keyboard bindings for PopupMenu. /Rom

[cp-patches] FYI: BasicLookAndFeel in Swing Demo

2006-07-25 Thread Robert Schuster
Hi, this patch makes it possible to see the basic look and feel in action in our Swing demo. In the future this may help to get customs LaFs working which directly build upon the Basic Look And Feel. 2006-07-25 Robert Schuster <[EMAIL PROTECTED]> * examples/gnu/classpath/examples/swing/

[cp-patches] FYI: BasicLookAndFeel

2006-03-18 Thread Roman Kennke
Some time ago I added special handling for JPopupMenus to the BasicLookAndFeel so they are autoclosed just like the JMenus. Yesterday I checked in a patch that makes the JPopupMenu handling done in the MenuSelectionManager framework, so this special handling is no longer needed. This should slightl

Re: [cp-patches] FYI: BasicLookAndFeel defaults

2006-01-03 Thread Lillian Angel
On Tue, 2006-01-03 at 14:51 -0500, Lillian Angel wrote: > Obviously, with these changes, other bugs may be exposed. I fixed all the problems that were caused as a result of my last patch. 2006-01-03 Lillian Angel <[EMAIL PROTECTED]> * javax/swing/plaf/basic/BasicFileChooserUI.java

Re: [cp-patches] FYI: BasicLookAndFeel fix

2005-12-22 Thread Lillian Angel
There was a typo in the mauve test. This binding was not wrong to begin with. I have reverted my last patch. 2005-12-21 Lillian Angel <[EMAIL PROTECTED]> * javax/swing/plaf/basic/BasicLookAndFeel.java (initComponentDefaults): Typo in mauve test. Reverted last patch.

[cp-patches] FYI: BasicLookAndFeel fix

2005-11-14 Thread Roman Kennke
This patch really belongs to my previous ProgressBar UI patch, but slipped through. This fixes some UI defaults for the BasicProgressBarUI. 2005-11-14 Roman Kennke <[EMAIL PROTECTED]> * javax/swing/plaf/basic/BasicLookAndFeel.java (initComponentDefaults): Fixed some UI defaults

[cp-patches] FYI: BasicLookAndFeel addition

2005-09-24 Thread Roman Kennke
Hi, Lillians patch from some days ago triggered an NPE here. Now that Components do not have a default font anymore, some font defaults have to be added to the Swing L&Fs. Here comes the default for FormattedTextField.font. 2005-09-24 Roman Kennke <[EMAIL PROTECTED]> * javax/swing/plaf

[cp-patches] FYI: BasicLookAndFeel

2005-09-08 Thread David Gilbert
I committed this patch to replace a default that was accidentally removed (and stops the buttons from showing on the scrollbars under the MetalLookAndFeel): 2005-09-09 David Gilbert <[EMAIL PROTECTED]> * javax/swing/plaf/basic/BasicLookAndFeel.java (initComponentDefaults): re-