summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2001-08-26 02:03:10 +0000
committerHavoc Pennington <hp@src.gnome.org>2001-08-26 02:03:10 +0000
commiteae09f4d837a4650a71b9adb26de0db08a71d440 (patch)
tree1e803c782e24f0e0703c43c6e59d4382ca274783 /ChangeLog.pre-2-10
parentb94e6c0a8036a0489ac8ca71de75ba7611218e50 (diff)
downloadgtk+-eae09f4d837a4650a71b9adb26de0db08a71d440.tar.gz
remove gtk_menu_* compat defines; these are already in gtkmenu.h, and the
2001-08-24 Havoc Pennington <hp@pobox.com> * gtk/gtkcompat.h: remove gtk_menu_* compat defines; these are already in gtkmenu.h, and the copies here were broken. Also, change GTK_DISABLE_COMPAT_H to GTK_DISABLE_DEPRECATED * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_image): special-case bitmaps to allow no colormap (bitmap1): implement no-colormap bitmap-getting (bitmap1a): implement no-colormap bitmap-getting to pixbuf with alpha (rgb8): indentation (rgb1a, rgb1): change the way we read the data out of the image, old way didn't seem to work quite right. I'm pretty sure a lot of the rgbconvert code is still broken. * gtk/gtkwindow.c (gtk_window_move_resize): move hints comparison above position constraint (I really intended to do this before, don't know what's up with that) (gtk_XParseGeometry): shut up gcc * gdk/gdkpixbuf-drawable.c (rgb1a): fix bug where "x1" was used and "0" should have been. remove the attempted 4-bytes-at-once optimization, it was totally broken.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-1028
1 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 7871ae7f7a..1945f18a14 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,31 @@
+2001-08-24 Havoc Pennington <hp@pobox.com>
+
+ * gtk/gtkcompat.h: remove gtk_menu_* compat defines;
+ these are already in gtkmenu.h, and the copies
+ here were broken.
+
+ Also, change GTK_DISABLE_COMPAT_H to GTK_DISABLE_DEPRECATED
+
+ * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_image):
+ special-case bitmaps to allow no colormap
+ (bitmap1): implement no-colormap bitmap-getting
+ (bitmap1a): implement no-colormap bitmap-getting to pixbuf with
+ alpha
+ (rgb8): indentation
+ (rgb1a, rgb1): change the way we read the data out of the image,
+ old way didn't seem to work quite right.
+
+ I'm pretty sure a lot of the rgbconvert code is still broken.
+
+ * gtk/gtkwindow.c (gtk_window_move_resize): move hints comparison
+ above position constraint (I really intended to do this before,
+ don't know what's up with that)
+ (gtk_XParseGeometry): shut up gcc
+
+ * gdk/gdkpixbuf-drawable.c (rgb1a): fix bug where "x1" was used
+ and "0" should have been. remove the attempted 4-bytes-at-once
+ optimization, it was totally broken.
+
Sat Aug 25 19:02:39 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkbutton.[ch] gtk/gtktogglebutton.c: Add optional movement