Re: GTK 2.8

2006-06-06 Thread Philippe Laporte
Hi, I'm finally properly ramping up into Classpath :-) I'm wondering if there is any interest in making the Classpath build configurable and the code correspondingly modular enough that dependencies such as GTK can be matched with older versions of GTK, at the expense of degraded functionality

Native layer

2006-06-06 Thread Guilhem Lavaux
Hi, I have a working native layer branch on jamvm (though I have not really counted if there was a regression I know the one from kaffe and the important ones in mauve are passing on standard linux). I will propose before the end of the week a patch against HEAD for a merge. I suggest people to ta

[Bug swing/27651] ClassCastException via javax.swing.tree.TreePath.isDescendant()

2006-06-06 Thread cvs-commit at developer dot classpath dot org
--- Comment #6 from cvs-commit at developer dot classpath dot org 2006-06-06 15:54 --- Subject: Bug 27651 CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke 06/06/06 15:34:56 Modified files: javax/swing: JTree.java .

[Bug swing/27651] ClassCastException via javax.swing.tree.TreePath.isDescendant()

2006-06-06 Thread roman at kennke dot org
--- Comment #5 from roman at kennke dot org 2006-06-06 15:43 --- Fixed in CVS. -- roman at kennke dot org changed: What|Removed |Added Status|UNCONFIRMED

[Bug awt/27917] Massive memory leak in Graphics2D image operations

2006-06-06 Thread mark at gcc dot gnu dot org
--- Comment #2 from mark at gcc dot gnu dot org 2006-06-06 15:37 --- Created an attachment (id=11610) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11610&action=view) Proposed patch This lets me run niffler slideshow without running out of memory. -- http://gcc.gnu.org/bugzil

Re: Lightweight AWT on X

2006-06-06 Thread Scott Gilbertson
The xlib peers are specific to GCJ. Without GCJ, Classpath works on X using GTK peers. From: "Philippe Laporte" To: Sent: Tuesday, June 06, 2006 6:21 AM Subject: Lightweight AWT on X > Hi, >I've been googling around and saw some activity around libgcj for AWT > support based on Xlib. > > W

Re: Lightweight AWT on X

2006-06-06 Thread Tom Tromey
> "Tom" == Tom Tromey <[EMAIL PROTECTED]> writes: Tom> You may be more interested in the Xlib peers based on a pure java X Tom> protocol implementation that Roman was playing around with. I don't Tom> remember what this library is called but it is related to his Tom> swing-based AWT peer wor

[Bug awt/27917] Massive memory leak in Graphics2D image operations

2006-06-06 Thread mark at gcc dot gnu dot org
--- Comment #1 from mark at gcc dot gnu dot org 2006-06-06 15:00 --- Confirmed. I am working on a patch. -- mark at gcc dot gnu dot org changed: What|Removed |Added

Re: Lightweight AWT on X

2006-06-06 Thread Tom Tromey
> "Philippe" == Philippe Laporte <[EMAIL PROTECTED]> writes: Philippe> I've been googling around and saw some activity around Philippe> libgcj for AWT support based on Xlib. Philippe> What about Classpath? The libgcj Xlib peers are very minimal and use CNI -- the native bits would have to be

[Bug swing/27522] NPE with full-screen JFrame

2006-06-06 Thread cvs-commit at developer dot classpath dot org
--- Comment #3 from cvs-commit at developer dot classpath dot org 2006-06-06 12:55 --- Subject: Bug 27522 CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke 06/06/06 12:54:39 Modified files: javax/swing: JMenuBar.java .

[Bug awt/27917] New: Massive memory leak in Graphics2D image operations

2006-06-06 Thread hendrich at informatik dot uni-hamburg dot de
My image viewer application shows a massive memory leak when running on jamvm with classpath cvs (2006.06.06) - about 10..30 MBytes of memory per medium-sized image. Goto http://tams-www.informatik.uni-hamburg.de/personal/hendrich/niffler/ and download niffler.jar and optionally the sources. Run

JavaView runs with GNU Classpath

2006-06-06 Thread theUser BL
Hi all! Nice Java2D progress. :-) Yesterday I have tested the ClosedSource program JavaView (http://www.javaview.de) on jamvm and cacao with the GNU Classpath Snapshot from yesterday. And it works fine. Only some fields are not drawn. It looks like that there is a problem of GNU Classpath K

Lightweight AWT on X

2006-06-06 Thread Philippe Laporte
Hi, I've been googling around and saw some activity around libgcj for AWT support based on Xlib. What about Classpath? What is the status of the merge between GCJ and Classpath. I think the official info on the first-level pages is a bit outdated... For sure it doesn't show up in the Classpat