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

2005-08-24 Thread fitzsim at redhat dot com
-- What|Removed |Added Priority|P2 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20630

[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 in the

[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 for

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

2005-03-24 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-24 22:14 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW