summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/ChangeLog
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2000-05-04 14:53:48 +0000
committerDarin Adler <darin@src.gnome.org>2000-05-04 14:53:48 +0000
commit24fa8a64bcd200b1c2f15ffb9d8d5c34e279601f (patch)
tree8d83b25348c9d5413f741aad41997db13dcd06bd /gdk-pixbuf/ChangeLog
parentfec650eb382ba8cd7dfec4a9b1976eedb335e17e (diff)
downloadgtk+-24fa8a64bcd200b1c2f15ffb9d8d5c34e279601f.tar.gz
Added some tests of composite to highlight problems in the old
* gdk-pixbuf/.cvsignore: * gdk-pixbuf/Makefile.am: * gdk-pixbuf/test-gdk-pixbuf.c (store_pixel), (fill_with_pixel), (load_pixel), (simple_composite_test_one), (simple_composite_test_one_type), (simple_composite_test), (main): Added some tests of composite to highlight problems in the old implementation. These tests run without any user interaction. Just do "make check". * gdk-pixbuf/pixops/pixops.c (pixops_composite_nearest), (composite_pixel), (composite_line): Fix composite to do a textbook "A over B" composite. This was clearly the intent, and it was easy to fix the code to do it. (Note to those that read my earlier tries at a patch; this version fixes typos that were present in all my patch attempts. I checked the final version by adding more tests.)
Diffstat (limited to 'gdk-pixbuf/ChangeLog')
-rw-r--r--gdk-pixbuf/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog
index f51b3517c0..d41d8e664f 100644
--- a/gdk-pixbuf/ChangeLog
+++ b/gdk-pixbuf/ChangeLog
@@ -1,3 +1,21 @@
+2000-05-04 Darin Adler <darin@eazel.com>
+
+ * gdk-pixbuf/.cvsignore:
+ * gdk-pixbuf/Makefile.am:
+ * gdk-pixbuf/test-gdk-pixbuf.c (store_pixel), (fill_with_pixel),
+ (load_pixel), (simple_composite_test_one),
+ (simple_composite_test_one_type), (simple_composite_test), (main):
+ Added some tests of composite to highlight problems in the old
+ implementation. These tests run without any user interaction.
+ Just do "make check".
+
+ * gdk-pixbuf/pixops/pixops.c (pixops_composite_nearest),
+ (composite_pixel), (composite_line): Fix composite to do a textbook
+ "A over B" composite. This was clearly the intent, and it was easy
+ to fix the code to do it. (Note to those that read my earlier tries
+ at a patch; this version fixes typos that were present in all
+ my patch attempts. I checked the final version by adding more tests.)
+
2000-04-22 05:27:43 2000 Owen Taylor <otaylor@redhat.com>
* gdk-pixbuf/pixops/pixops.c (pixops_scale_nearest): Properly