Re: [cp-patches] Patch: SecurityManager.checkAccess broken

2005-11-18 Thread Gary Benson
Mark Wielaard wrote: BTW If you are going to more work like this and want developer access please sent register a user name on savannah and sent me an email to add that user to the group. Cool, ok, my savanna username is gbenson. Cheers, Gary ___

[cp-patches] FYI: Adding myself to AUTHORS

2005-11-18 Thread Gary Benson
Mark Wielaard wrote: Please post a patch and ChangeLog entry to classpath-patches to add yourself to the AUTHORS file. You can consider that patch pre-approved of course. Here I go! 2005-11-17 Gary Benson [EMAIL PROTECTED] * AUTHORS: Added myself. Cheers, Gary Index: AUTHORS

[cp-patches] FYI: BasicInternalFrameUI fixes

2005-11-18 Thread Roman Kennke
Hi, This fixes some issues with BasicInternalFrameUI. 2005-11-17 Roman Kennke [EMAIL PROTECTED] * javax/swing/plaf/basic/BasicInternalFrameUI.java (installUI): Don't install layout here. (uninstallUI): Don't uninstall layout here. (installDefaults): Install

[cp-patches] FYI: MetalTabbedPaneUI additions

2005-11-18 Thread Roman Kennke
I added some bits to MetalTabbedPaneUI. 2005-11-17 Roman Kennke [EMAIL PROTECTED] * javax/swing/plaf/metal/MetalTabbedPaneUI.java (minTabWidth): New field. (selectColor): New field. (selectHighlight): New field. (tabAreaBackground): New field.

Re: [cp-patches] FYI: MetalTabbedPaneUI additions

2005-11-18 Thread David Gilbert
Roman Kennke wrote: + + /** + * Installs the defaults for this UI. This method calls super.installDefaults + * and then loads the Metal specific defaults for TabbedPane. + */ + protected void installDefaults() + { +selectColor = UIManager.getColor(TabbedPane.selected); +

[cp-patches] Patch: FontMetrics stringWidth fix

2005-11-18 Thread Lillian Angel
This fixes the stringWidth bug where the wrong width is returned for a string containing new lines. 2005-11-17 Lillian Angel [EMAIL PROTECTED] Fixes PR classpath/PR24754 * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontPeer.c

[cp-patches] FYI: Container fix

2005-11-18 Thread Roman Kennke
Sven pointed out a bug, it was not possible to receive mouse motion events on a component, that does not have a MouseListener installed. Here comes to fix. 2005-11-17 Roman Kennke [EMAIL PROTECTED] * java/awt/Container.java (findComponentForMouseEventAt): Also check for

[cp-patches] FYI: JTabbedPane fixlet

2005-11-18 Thread Roman Kennke
Here comes a small fixlet for JTabbedPane which replaces a layout() call with revalidate(). 2005-11-17 Roman Kennke [EMAIL PROTECTED] * javax/swing/JTabbedPane.java (insertTab): Don't call layout() directly, instead call revalidate(). /Roman Index:

[cp-patches] FYI: JTable fixlet

2005-11-18 Thread Roman Kennke
Here comes a small fixlet for JTable. 2005-11-17 Roman Kennke [EMAIL PROTECTED] * javax/swing/JTable.java (getCellRenderer): Replaced dataModel.getColumnClass() with the shorter getColumnClass(). (getColumnClass): Call getModel() instead of accessing dataModel

[cp-patches] FYI: BasicTabbedPane fixup

2005-11-18 Thread Roman Kennke
This fixes several bugs in BasicTabbedPaneUI that I had with an app that makes extensive use of this UI class. 2005-11-17 Roman Kennke [EMAIL PROTECTED] * javax/swing/plaf/basic/BasicTabbedPaneUI.java (PropertyChangeHandler.propertyChange): Replaced layout() call with

[cp-patches] FYI: BasicTableHeaderUI fix

2005-11-18 Thread Roman Kennke
This fixes the BasicTableHeaderUI so that it paints the cells using the CellRendererPane. 2005-11-17 Roman Kennke [EMAIL PROTECTED] * javax/swing/plaf/basic/BasicTableHeaderUI.java (installUI): Install a CellRendererPane. (paint): Paint the renderer component using the

Re: [cp-patches] FYI: MetalTabbedPaneUI additions

2005-11-18 Thread Roman Kennke
Hi, + protected void installDefaults() + { +selectColor = UIManager.getColor(TabbedPane.selected); +selectHighlight = UIManager.getColor(TabbedPane.selectHighlight); +tabAreaBackground = UIManager.getColor(TabbedPane.tabAreaBackground); +minTabWidth = 0; + } } You omitted

[cp-patches] FYI: Component fixes

2005-11-18 Thread Roman Kennke
This fixes two issues in Component: - setBackground should not make the component inherit its background from the parent. This bug showed up in an application we tested. - I made the event system handle mouse events and mouse motion events separately. This really belongs to my previous Container

[cp-patches] FYI: Add self to AUTHORS

2005-11-18 Thread David Daney
I guess the subject says it all. 2005-11-18 David Daney [EMAIL PROTECTED] * AUTHORS (David Daney): New entry. Index: AUTHORS === RCS file: /cvsroot/classpath/classpath/AUTHORS,v retrieving revision 1.30 diff -u -r1.30

[cp-patches] FYI: MetalTabbedPane colors

2005-11-18 Thread Roman Kennke
Hi, I fixed up the colors used in the MetalTabbedPaneUI. I also had to add a bit to OceanTheme, the MetalTabbedPaneUI can use a special UI property if it's present. BTW: A Mauve test for all the OceanTheme defaults is in preparation and will be committed as soon as it's complete. 2005-11-19

New GNU Classpath developer Gary Benson

2005-11-18 Thread Mark Wielaard
Hi all, As you probably already noticed by reading classpath-patches Gary has been working on the security framework. And has written several mauve tests to back up his patches. He now has direct developer access to speed up his work. Gary, here are the rules: The first rule of

Re: New GNU Classpath developer Gary Benson

2005-11-18 Thread Meskauskas Audrius
Congratulations! Nice afternoon! Audrius. ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: New GNU Classpath developer Gary Benson

2005-11-18 Thread Ito Kazumitsu
From: Mark Wielaard [EMAIL PROTECTED] Date: Fri, 18 Nov 2005 14:27:34 +0100 long as they have to. And the eighth and final rule, if this is your first night at GNU Classpath, you have to patch the AUTHORS file. (*) I, Ito Kazumitsu, did not obey this rule, but I do not

Re: New GNU Classpath developer Gary Benson

2005-11-18 Thread David Daney
Ito Kazumitsu wrote: From: Mark Wielaard [EMAIL PROTECTED] Date: Fri, 18 Nov 2005 14:27:34 +0100 long as they have to. And the eighth and final rule, if this is your first night at GNU Classpath, you have to patch the AUTHORS file. (*) I, Ito Kazumitsu, did not obey

JamVM does not startup

2005-11-18 Thread Isabella Thomm
Hello! I am new to this, so sorry about this simple question and it probably does not fit in here, but I'd be glad to solve this problem: I have installed classpath 0.19, as described, (configure, make, make install...), and then jamVM 1.3.3 (configure with the --with-classpath-install-dir

Re: JamVM does not startup

2005-11-18 Thread Robert Lougher
Hi Isabella, I'll take this off-line. Rob. On 11/18/05, Isabella Thomm [EMAIL PROTECTED] wrote: Hello! I am new to this, so sorry about this simple question and it probably does not fit in here, but I'd be glad to solve this problem: I have installed classpath 0.19, as described,

[commit-cp] classpath ChangeLog AUTHORS

2005-11-18 Thread Gary Benson
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Gary Benson [EMAIL PROTECTED] 05/11/18 14:07:50 Modified files: . : ChangeLog AUTHORS Log message: 2005-11-17 Gary Benson [EMAIL PROTECTED] * AUTHORS:

[commit-cp] classpath ./ChangeLog javax/swing/plaf/basic/Ba...

2005-11-18 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]05/11/18 14:57:46 Modified files: . : ChangeLog javax/swing/plaf/basic: BasicInternalFrameUI.java Log message: 2005-11-17

[commit-cp] classpath ./ChangeLog javax/swing/plaf/metal/Me...

2005-11-18 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]05/11/18 15:14:00 Modified files: . : ChangeLog javax/swing/plaf/metal: MetalTabbedPaneUI.java Log message: 2005-11-17 Roman

[commit-cp] classpath ./ChangeLog native/jni/gtk-peer/gnu_j...

2005-11-18 Thread Lillian Angel
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Lillian Angel [EMAIL PROTECTED] 05/11/18 21:05:06 Modified files: . : ChangeLog native/jni/gtk-peer: gnu_java_awt_peer_gtk_GdkFontPeer.c Log message:

[commit-cp] classpath ./ChangeLog java/awt/Container.java

2005-11-18 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]05/11/18 21:31:06 Modified files: . : ChangeLog java/awt : Container.java Log message: 2005-11-17 Roman Kennke [EMAIL

[commit-cp] classpath ./ChangeLog javax/swing/JTabbedPane.java

2005-11-18 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]05/11/18 21:42:48 Modified files: . : ChangeLog javax/swing: JTabbedPane.java Log message: 2005-11-17 Roman Kennke

[commit-cp] classpath ./ChangeLog javax/swing/JTable.java

2005-11-18 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]05/11/18 21:46:20 Modified files: . : ChangeLog javax/swing: JTable.java Log message: 2005-11-17 Roman Kennke [EMAIL

[commit-cp] classpath ./ChangeLog javax/swing/plaf/basic/Ba...

2005-11-18 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]05/11/18 22:01:14 Modified files: . : ChangeLog javax/swing/plaf/basic: BasicTableHeaderUI.java Log message: 2005-11-17

[commit-cp] classpath AUTHORS ChangeLog

2005-11-18 Thread David Daney
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: David Daney [EMAIL PROTECTED] 05/11/18 22:24:23 Modified files: . : AUTHORS ChangeLog Log message: * AUTHORS (David Daney): New entry. CVSWeb URLs:

[commit-cp] classpath javax/swing/plaf/metal/MetalTabbedPan...

2005-11-18 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]05/11/18 23:05:35 Modified files: javax/swing/plaf/metal: MetalTabbedPaneUI.java OceanTheme.java . : ChangeLog Log message: