gcc/libjava ChangeLog gnu/java/awt/image/Image ...

djee@gcc.gnu.org djee@gcc.gnu.org
Fri Jun 18 16:33:00 GMT 2004


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	java-gui-branch
Changes by:	djee@gcc.gnu.org	2004-06-18 16:33:25

Modified files:
	libjava        : ChangeLog 
	libjava/gnu/java/awt/image: ImageDecoder.java 
	libjava/gnu/java/awt/peer/gtk: GdkPixbufDecoder.java 
	                               GtkImage.java 
	libjava/java/awt/image: ColorModel.java RGBImageFilter.java 

Log message:
	2004-06-18  David Jee  <djee@redhat.com>
	
	* gnu/java/awt/image/ImageDecoder.java
	(startProduction): Only add consumer if it's not added yet.
	* gnu/java/awt/peer/gtk/GdkPixbufDecoder.java
	(GdkPixbufDecoder): Don't call initState() here.
	(produce): Call initState() here, to ensure area_prepared and
	area_updated signals are properly connected.
	* gnu/java/awt/peer/gtk/GtkImage.java
	(setColorModel): Use equals() to compare ColorModel objects.
	(setPixels): Likewise.
	* java/awt/image/ColorModel.java
	(equals): Fix typo. Use Arrays.equals() to compare int arrays.
	* java/awt/image/RGBImageFilter.java
	(setColorModel): Set consumer's color model.
	(setPixels): Use equals() to compare ColorModel objects.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&only_with_tag=java-gui-branch&r1=1.2660.2.206&r2=1.2660.2.207
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/gnu/java/awt/image/ImageDecoder.java.diff?cvsroot=gcc&only_with_tag=java-gui-branch&r1=1.3&r2=1.3.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/gnu/java/awt/peer/gtk/GdkPixbufDecoder.java.diff?cvsroot=gcc&only_with_tag=java-gui-branch&r1=1.3.10.1&r2=1.3.10.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/gnu/java/awt/peer/gtk/GtkImage.java.diff?cvsroot=gcc&only_with_tag=java-gui-branch&r1=1.4.8.1&r2=1.4.8.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/awt/image/ColorModel.java.diff?cvsroot=gcc&only_with_tag=java-gui-branch&r1=1.13&r2=1.13.18.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/awt/image/RGBImageFilter.java.diff?cvsroot=gcc&only_with_tag=java-gui-branch&r1=1.2.14.1&r2=1.2.14.2



More information about the Gcc-cvs mailing list