summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRaph Levien <raph@src.gnome.org>1998-08-20 06:52:52 +0000
committerRaph Levien <raph@src.gnome.org>1998-08-20 06:52:52 +0000
commitf1a524a21edb17acbef5967024c78c9249fa7c13 (patch)
treec5f3abaf92503210af2e7df1d7ab8fccf6b60fd4 /ChangeLog
parent38db8d1951fab8514b1412c5d9c98236bb36eb92 (diff)
downloadgdk-pixbuf-f1a524a21edb17acbef5967024c78c9249fa7c13.tar.gz
Minor fixes that were needed for the Gimp/GdkRgb integration.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 39c307eee..0691ca573 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+1998-08-19 Raph Levien <raph@gimp.org>
+
+ * gdk/gdkrgb.c: fixed some bugs in the 565_d mode, and added a
+ 4bpp static_color mode (for vga displays). Also fixed a '64' value
+ in the dither matrix, which was causing one pixel out of 16k to be
+ dithered wrong.
+
+ * gtk/gtkpreview.{c,h}: Changed it to work with GdkRgb, gutting
+ most of the contents. This is an API change - any apps that relied
+ on the internal structure of GtkPreview will need some change -
+ most notably in the use of reserved colors. The Gimp needed
+ changes in this regard.
+
Wed Aug 19 00:11:14 1998 Tim Janik <timj@gtk.org>
* gtk/gtkmain.c (gtk_init): allow argument parsing in gtk without