[cp-patches] FYI: L&F window decorations fixes

2006-04-08 Thread Roman Kennke
The attached patch improves the Look and Feel window decorations for Metal in the following ways: - When the theme changes, the window decorations no longer disappear. This has been the case, because the decorations weren't correctly (un-) installed before. - Dragging the window is now possible whe

[cp-patches] FYI: GtkWindowPeer fix

2006-04-08 Thread Roman Kennke
I changed the nativeSetBoundsUnlocked() method in GtkWindowPeer, so that it only requests GTK to resize the window, when the actual values for height or width change. This avoids nasty flicker when only setLocation() is beeing called, because GTK seems to clear the background even when the values d

[cp-patches] FYI: More informative exception for solving CORBA interoperability problems.

2006-04-08 Thread Audrius Meskauskas
2006-04-08 Audrius Meskauskas <[EMAIL PROTECTED]> * gnu/CORBA/GIOP/MessageHeader.java (read): Throw more informative exception if the magic sequence does not match. Index: MessageHeader.java === RCS file: /sources/classpath/c

[cp-patches] Re:Re: ORBit with Classpath CORBA:Java Accessibility Bridge for GNOME loaded.

2006-04-08 Thread Audrius Meskauskas
Yes, the implementation expects the message header, but receives the end of stream because it has sent a one way message. Try after this patch, seems registering something now. 2006-04-08 Audrius Meskauskas <[EMAIL PROTECTED]> * gnu/CORBA/gnuRequest.java (p_invoke, submit): Do not try to

[cp-patches] RFC: Most reverse japi fixes in org.omg

2006-04-08 Thread Wolfgang Baer
Hi, this patch fixes most of the reverse japi issues. Things that remain (will be seen if the patch is applied after a japi run) will require deep knowledge of the Corba stuff. So I will leave that to Audrius :-) Most stuff in the patch is that some classes does not extend from _DynAnyStub and th

[cp-patches] FYI: Implemented menu key handling stubs

2006-04-08 Thread Roman Kennke
I implemented a couple of stubs in Swing related to menu key handling. This does not yet enable key navigation in menus though. 2006-04-08 Roman Kennke <[EMAIL PROTECTED]> * javax/swing/MenuSelectionManager.java (processKeyEvent): Implemented stub method. * javax/swing/J

[cp-patches] FYI: AbstractAction cleanup

2006-04-08 Thread Roman Kennke
While going over some Swing code I noticed that the AbstractAction has unimplemented readObject and writeObject methods. Since serialization is not supported for Swing anyway, I removed both methods. 2006-04-08 Roman Kennke <[EMAIL PROTECTED]> * javax/swing/AbstractAction.java (

[cp-patches] RFC: gnu.regexp: Unicode-aware case folding

2006-04-08 Thread Ito Kazumitsu
Hi, gnu.regexp, by default, is Unocode-aware when it performs a case-insensitive matching, i.e. it uses Character.toLowerCase or Character.toUpperCase. On the other hand, java.util.regex, by default, should be aware only of US-ASCII alphabet when it performs a case-insensitive matching. This pat

[cp-patches] FYI: Removing one not existent method

2006-04-08 Thread Wolfgang Baer
Hi, this patch removes one method which does not exist in the abstract SynthPainter class (pointed out by reverse japi). 2006-04-08 Wolfgang Baer <[EMAIL PROTECTED]> * javax/swing/plaf/synth/SynthPainter.java: (paintSplitPaneDividerBorder): Removed. Wolfgang Index: javax/sw

Re: [cp-patches] FYI: More reverse japi fixes

2006-04-08 Thread Wolfgang Baer
Wolfgang Baer wrote: > Hi, > > this patch moves the initialization of some fields into a > static initializer so they are no longer constants. Also > weird thats what the JDK does and is reported by reverse japi. Sorry, changelogs missed some stuff: 2006-04-08 Wolfgang Baer <[EMAIL PROTECTED]>

[cp-patches] FYI: More reverse japi fixes

2006-04-08 Thread Wolfgang Baer
Hi, this patch moves the initialization of some fields into a static initializer so they are no longer constants. Also weird thats what the JDK does and is reported by reverse japi. 2006-04-08 Wolfgang Baer <[EMAIL PROTECTED]> * javax/swing/plaf/basic/BasicInternalFrameTitlePane.java:

Re: [cp-patches] RFC: Dialog fixlets and documentation

2006-04-08 Thread Wolfgang Baer
Mark Wielaard wrote: > Hi Wolfgang, > > On Fri, 2006-04-07 at 21:29 +0200, Wolfgang Baer wrote: >> 2006-04-07 Wolfgang Baer <[EMAIL PROTECTED]> >> >> * java/awt/Dialog.java: Improved documentation all over. >> (Dialog(Frame)): If gc is null use the owners GraphicsConfiguration. >>

Re: [cp-patches] RFC: Dialog fixlets and documentation

2006-04-08 Thread Mark Wielaard
Hi Wolfgang, On Fri, 2006-04-07 at 21:29 +0200, Wolfgang Baer wrote: > 2006-04-07 Wolfgang Baer <[EMAIL PROTECTED]> > > * java/awt/Dialog.java: Improved documentation all over. > (Dialog(Frame)): If gc is null use the owners GraphicsConfiguration. > (Dialog(Dialog)): Likewise.

Re: [cp-patches] Patch: FYI: core bug patrol

2006-04-08 Thread Mark Wielaard
Hi Tom, On Fri, 2006-04-07 at 13:38 -0600, Tom Tromey wrote: > This fixes a number of warnings that have crept into the Classpath > core recently... basically javadoc and serialization stuff. Cool! Tell us more! What is the Classpath core? How do you do the patrols? Can someone else do patrols fo

Re: [cp-patches] PATCH: PR 24464

2006-04-08 Thread Mark Wielaard
Hi, On Fri, 2006-04-07 at 23:43 -0700, Casey Marshall wrote: > This changes the Jar file implementation to always query the `Gnu' > provider when getting cryptographic algorithms, by creating a new > instance of the provider, and passing that to `getInstance.' This > ensures that we will alw

[cp-patches] FYI: StackTraceElement.toString() tweak

2006-04-08 Thread Mark Wielaard
Hi, The following was needed to let eclipse parse the output of our Throwable.printStackTrace() implementation. It is a little bogus that eclipse tries to do that, but I didn't see why we wouldn't be compatible with it (and our printStackTrace() documentation actually didn't include the space in t