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
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
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
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
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
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
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
(
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
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
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]>
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:
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.
>>
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.
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
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
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
16 matches
Mail list logo