Re: Patch: fix handling of AWT alias methods

2004-02-03 Thread Ingo Prötel
Hi, this is a very nice explanation of the whole issue. Is there a place where we could put this on the website? I think it would be nice for people joining classpath to find documentation why we have to do it this roundabout way. Ingo Thomas Fitzsimmons wrote: Hello, This patch fixes the way

Re: [WWW] FAQ added to site

2004-02-03 Thread Sascha Brawer
Patrik Reali <[EMAIL PROTECTED]> wrote on Mon, 2 Feb 2004 23:03:01 +0100 [to classpath-commit]: >I've added the FAQ with a few entries to populate it. The layout is still >not perfect, but that's a start and allows to store this information >somewhere. Last summer, I had started a Classpath FAQ

Re: [PATCH] fixes to LightweightDispatcher and SwingUtilities

2004-02-03 Thread Sascha Brawer
graydon hoare <[EMAIL PROTECTED]> wrote on Mon, 2 Feb 2004 16:04:00 -0500: >2004-02-02 Graydon Hoare <[EMAIL PROTECTED]> > > * javax/swing/SwingUtilities.java: Many new functions. > * java/awt/Container.java (LightweightDispatcher): Reimplement. > * javax/swing/basic/BasicGraph

Re: [PATCH] Fixes to AffineTransform

2004-02-03 Thread graydon hoare
Olga Rodimina wrote: Here is the patch that fixes few errors in the AffineTransform class. It corrects a small error in shear transformation and fixes createInverse() to return correct inverse matrix. hi olga, this stuff looks good, thanks a lot! it's surprising this just sat there broken for s