[Bug awt/20630] GTK 2.8 peer Image and Graphics API reorganization

2006-05-16 Thread sven at physto dot se
--- Comment #6 from sven at physto dot se 2006-05-17 00:56 --- I should update my previous comment: DataBuffers created by the user, i.e. the DataBuffer implementations in the public API do wrap true java arrays. However, when creating a BufferedImage on the JDK the corresponding

[Bug awt/16005] GridBagLayout resizes components incorrectly when weigthy value is set

2006-04-29 Thread sven at physto dot se
--- Comment #2 from sven at physto dot se 2006-04-30 02:56 --- Is this fixed now? I can't quite see what the problem is with the test program? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16005

[Bug awt/16741] Toolkit.loadSystemColor unimplemented

2005-10-28 Thread sven at physto dot se
--- Comment #2 from sven at physto dot se 2005-10-28 21:27 --- Can we close this? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16741

[Bug awt/20630] Image APIs should use BufferedImage exclusively

2005-08-03 Thread sven at physto dot se
--- Additional Comments From sven at physto dot se 2005-08-04 05:04 --- (In reply to comment #2) Apparently I was wrong; DataBuffer does indeed wrap a true Java array. E.g. With the JDK, if a DataBuffer is constructed from a java array, changes in that array will be reflected

[Bug AWT/19838] Repaint-Loop due to setBackground()

2005-06-02 Thread sven at physto dot se
--- Additional Comments From sven at physto dot se 2005-06-02 16:46 --- Just commited a simple fix for this to Classpath CVS. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19838

[Bug AWT/21882] New: Wrong Frame size if a frame has been created previously

2005-06-02 Thread sven at physto dot se
Priority: P2 Component: AWT AssignedTo: fitzsim at redhat dot com ReportedBy: sven at physto dot se CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21882

[Bug AWT/21882] Wrong Frame size if a frame has been created previously

2005-06-02 Thread sven at physto dot se
--- Additional Comments From sven at physto dot se 2005-06-02 17:28 --- Created an attachment (id=9016) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9016action=view) Testcase. Execute with an argument on the command line to trigger the bug. -- http://gcc.gnu.org/bugzilla

[Bug AWT/20630] Image APIs should use BufferedImage exclusively

2005-06-01 Thread sven at physto dot se
--- Additional Comments From sven at physto dot se 2005-06-01 08:06 --- Ok, in light of my reworking of GtkImage, I should add some thoughts here: - GtkImagePainter is gone. GtkImage now does its own drawing, and wraps a GdkPixbuf. - ImageObserver use is pretty much elimated

[Bug AWT/17351] java.awt.color.ICC_Profile unimplemented

2004-11-10 Thread sven at physto dot se
--- Additional Comments From sven at physto dot se 2004-11-10 22:11 --- Merged over from classpath now. Great! -- What|Removed |Added Status|NEW

[Bug AWT/18312] Component.createImage() doesn't clear bitmap

2004-11-10 Thread sven at physto dot se
--- Additional Comments From sven at physto dot se 2004-11-10 22:12 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug AWT/16825] Bad results for QuadCurve2D.solveQuadratic

2004-11-09 Thread sven at physto dot se
--- Additional Comments From sven at physto dot se 2004-11-09 23:22 --- This isn't a Awt or libgcj bug itself, but rather an effect of the extended-mode of FPU being the default leading to inconsistent results with 64-bit doubles. A suggestion for a 'fix' is to set the FPU to 64-bit

[Bug AWT/18312] New: Component.createImage() doesn't clear bitmap

2004-11-05 Thread sven at physto dot se
Severity: normal Priority: P2 Component: AWT AssignedTo: fitzsim at redhat dot com ReportedBy: sven at physto dot se CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla

[Bug AWT/18312] Component.createImage() doesn't clear bitmap

2004-11-05 Thread sven at physto dot se
--- Additional Comments From sven at physto dot se 2004-11-05 19:52 --- Created an attachment (id=7481) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7481action=view) Suggested patch -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18312

[Bug AWT/17351] java.awt.color.ICC_Profile unimplemented

2004-10-29 Thread sven at physto dot se
--- Additional Comments From sven at physto dot se 2004-10-29 17:57 --- Ok.. my initial implementation is done. The built-in Photo YCC color space is not implemented yet. Some more work will be needed to bring it up to 1.5.0 later, too. Please merge it over from classpath. -- http