[cp-patches] Re: FYI: GtkSelection.c LocalRef cleanup

2005-11-29 Thread Mark Wielaard
On Tue, 2005-11-29 at 14:10 +0100, Mark Wielaard wrote: On Sat, 2005-11-26 at 14:19 +0100, Christian Thalinger wrote: The line where it's out of local refs is: #2 0x2b4f5c01 in clipboard_targets_received (clipboard=Variable clipboard is not available. ) at

Re: [cp-patches] FYI: Getting the system clipboard in javax/swing/TransferHandler

2005-11-29 Thread Gary Benson
Mark Wielaard wrote: On Sat, 2005-11-19 at 23:40 +0100, Meskauskas Audrius wrote: The idea probably is that if we cannot get access to the system clipboard, we may still want to cut/copy/paste inside the same application (for instance, to move the text fragment in the text area being

[cp-patches] [generics] Patch: FYI: generics cleanups

2005-11-29 Thread Tom Tromey
I'm checking this in on the generics branch. This genericizes a few methods I missed during the previous patches. I think for API genericization all that remains now is javax.imageio (I have a patch for this) and a few methods in java.util. Tom 2005-11-29 Tom Tromey [EMAIL PROTECTED]

[cp-patches] Patch: More MetalFileChooserUI

2005-11-29 Thread Lillian Angel
Made changes so the details table uses a different panel from the list, as well as a different selection listener. 2005-11-29 Lillian Angel [EMAIL PROTECTED] * javax/swing/plaf/metal/MetalFileChooserUI.java (actionPerformed): Changed to update list with all selected

Re: [cp-patches] FYI: javax.swing.text cleanup

2005-11-29 Thread Anthony Balkissoon
On Wed, 2005-10-19 at 14:58 +, Roman Kennke wrote: Some cleanup for javax.swing.text. 2005-10-19 Roman Kennke [EMAIL PROTECTED] * javax/swing/text/AbstractDocument.java * javax/swing/text/AttributeSet.java * javax/swing/text/ComponentView.java *

[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] Patch: MetalFileChooserUI

2005-11-29 Thread Lillian Angel
MetalFileChooserUI is pretty much completed now. I am still testing it for any remaining bugs. The sizing is still off in some cases, since the bug for wrapping JLists is not fixed (the wrapping code is temporarily commented out). The details view works. Editing in all views also works.