[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.

Re: mauve comparison with tgolem

2005-11-29 Thread Mark Wielaard
Hi Edwin, On Mon, 2005-11-28 at 14:54 +0100, Edwin Steiner wrote: On Sat, Nov 26, 2005 at 02:01:53AM +0100, Mark Wielaard wrote: If it is in addition to what there is now already just the plain FAIL lines would be ideal to have. No extras, just the facts! :) You can now get a text-only

Duplicate object prevention policy

2005-11-29 Thread Jan Röhrich
Hello list, imagine the following case: A method supports the lookup of objects using a name - object mapping. The objects are stored in a map but can easily be newly created instead of performing a real lookup. Shall we perform this real lookup even if the newly created object is equal to the

Re: Duplicate object prevention policy

2005-11-29 Thread Stephen Crawley
Jan Röhrich wrote: Hello list, imagine the following case: A method supports the lookup of objects using a name - object mapping. The objects are stored in a map but can easily be newly created instead of performing a real lookup. Shall we perform this real lookup even if the newly created

[commit-cp] classpath javax/security/sasl/SaslServerFactory... [generics-branch]

2005-11-29 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Branch: generics-branch Changes by: Tom Tromey [EMAIL PROTECTED] 05/11/29 14:50:55 Modified files: javax/security/sasl: SaslServerFactory.java Sasl.java SaslClientFactory.java

[commit-cp] classpath ./ChangeLog java/net/URL.java

2005-11-29 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Tom Tromey [EMAIL PROTECTED] 05/11/29 18:17:46 Modified files: . : ChangeLog java/net : URL.java Log message: PR classpath/25141: *

[commit-cp] classpath ./ChangeLog javax/swing/text/DefaultF...

2005-11-29 Thread Anthony Balkissoon
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Anthony Balkissoon [EMAIL PROTECTED] 05/11/29 20:00:34 Modified files: . : ChangeLog Added files: javax/swing/text: DefaultFormatterFactory.java Log message:

[commit-cp] classpath ./ChangeLog javax/swing/JViewport.jav...

2005-11-29 Thread Lillian Angel
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Lillian Angel [EMAIL PROTECTED] 05/11/29 20:22:12 Modified files: . : ChangeLog javax/swing: JViewport.java javax/swing/plaf/basic:

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

2005-11-29 Thread Lillian Angel
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Lillian Angel [EMAIL PROTECTED] 05/11/29 21:12:35 Modified files: . : ChangeLog javax/swing/plaf/metal: MetalFileChooserUI.java Log message: 2005-11-29

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

2005-11-29 Thread Lillian Angel
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Lillian Angel [EMAIL PROTECTED] 05/11/29 22:30:21 Modified files: . : ChangeLog javax/swing/plaf/metal: MetalFileChooserUI.java Log message: 2005-11-29

[commit-cp] classpath ./ChangeLog java/awt/datatransfer/Sys...

2005-11-29 Thread Jan Roehrich
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Jan Roehrich [EMAIL PROTECTED]05/11/30 00:59:57 Modified files: . : ChangeLog java/awt/datatransfer: SystemFlavorMap.java Log message: 2005-11-30 Jan

[commit-cp] classpath ./ChangeLog java/awt/datatransfer/Sys...

2005-11-29 Thread Jan Roehrich
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Jan Roehrich [EMAIL PROTECTED]05/11/30 01:46:47 Modified files: . : ChangeLog java/awt/datatransfer: SystemFlavorMap.java Log message: 2005-11-30 Jan