[cp-patches] FYI: some methods in SystemFlavorMap implemented

2005-11-29 Thread Jan Röhrich
I implemented some additional mapping methods in SystemFlavorMap. Now almost all prerequisites for the major getter/setter methods are present. 2005-11-30 Jan Roehrich [EMAIL PROTECTED] * java/awt/datatransfer/SystemFlavorMap.java (isJavaMIMEType): implemented.

[cp-patches] FYI: Added some real functionality to SystemFlavorMap

2005-11-28 Thread Jan Röhrich
I started to exchange some of SystemFlavorMaps implementation to a version with real functionality. Btw. I implemented the methods that were missing to JDK1.4 interface conformance. 2005-11-29 Jan Roehrich [EMAIL PROTECTED] * java/awt/datatransfer/SystemFlavorMap.java

[cp-patches] FYI: Started to replace java.awt.datatransfer.SystemFlavorMap dummy

2005-11-25 Thread Jan Röhrich
I started to replace the dummy implementation of java.awt.datatransfer.SystemFlavorMap. I hope that I'm able to add the last 4 missing methods in java.awt.datatransfer soon. 2005-11-26 Jan Roehrich [EMAIL PROTECTED] * java/awt/datatransfer/SystemFlavorMap.java

[cp-patches] FYI: Fix in BasicTreeUI

2005-10-13 Thread Jan Röhrich
I moved the setting of the local tree field up to the beginning of the method so inherited TreeUIs can use it (prepareForUIInstall). 2005-10-13 Jan Roehrich [EMAIL PROTECTED] * javax/swing/plaf/basic/BasicTreeUI.java (installUI): Fixed setting of local JTree reference

[cp-patches] RFC: setting of TreeCellRenderer

2005-10-07 Thread Jan Röhrich
This patch moves the setting of the TreeCellRenderer from JTree to its BasicTreeUI. This helps to set custom renderers in custom TreeUIs. Sun's JDKs seem to have the same behavior. I tested this with jamvm and gnu.classpath.examples.swing.Demo and it seems to work but there may be some side

[cp-patches] RFC: Indentation of javax.swing.plaf.basic.BasicTreeUI

2005-07-29 Thread Jan Röhrich
I want to work on javax.swing.plaf.basic.BasicTreeUI. But this file has an indentation of 3. So I decided to commit a correct indentation first. As this is my first contribution to classpath, it is an RFC. 2005-07-29 Jan Roehrich [EMAIL PROTECTED] * javax.swing.plaf.basic.BasicTreeUI:

[cp-patches] RFC: javax/swing/JTree.java (getExpandedDescendants): implemented

2005-05-12 Thread Jan Röhrich
2005-05-12 Jan Roehrich [EMAIL PROTECTED] * javax/swing/JTree.java (getExpandedDescendants): implemented - This is my first contribution to classpath. I would like to contribute to the javax.swing package, especially JTree an Plaf. Would be nice I