summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@gtk.org>1998-04-30 15:18:19 +0000
committerOwen Taylor <otaylor@src.gnome.org>1998-04-30 15:18:19 +0000
commit8850ce814d28f0e70e8e0f6a5699530dd1ef9983 (patch)
treebe09b8ad9dccd4240df266f67c9ac96628d1594f /ChangeLog
parent32e8dc45b03e667e2181b2d3239e26326f94d505 (diff)
downloadgdk-pixbuf-8850ce814d28f0e70e8e0f6a5699530dd1ef9983.tar.gz
Allow the user to use the popup list like a menu.
Thu Apr 30 11:18:00 1998 Owen Taylor <otaylor@gtk.org> * gtk/gtkcombo.[ch]: Allow the user to use the popup list like a menu. * gtk/gtkmenuitem.c gtk/gtkitem.c: Moved enter/leave handlers to gtkitem.c so dragging can also work in lists. * gtk/gtklist.[ch]: Track child enter events and use those to allow dragging the selection. Thu Apr 30 11:16:06 1998 Owen Taylor <otaylor@gtk.org> * gtk/gtktext.c: Try enabling background pixmaps for editable text widgets. There is a bit of flashing, but not too bad. If you don't want the flashing, you can always not set a background pixmap. Wed Apr 29 15:46:13 1998 Owen Taylor <otaylor@gtk.org> * gtk/gtktext.c: Fixed a bug where the drawn level was being messed up when the text was scrolled during a deletion.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index becc9e9da..d486f7d9e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+Thu Apr 30 11:18:00 1998 Owen Taylor <otaylor@gtk.org>
+
+ * gtk/gtkcombo.[ch]: Allow the user to use the popup list
+ like a menu.
+
+ * gtk/gtkmenuitem.c gtk/gtkitem.c: Moved enter/leave handlers
+ to gtkitem.c so dragging can also work in lists.
+
+ * gtk/gtklist.[ch]: Track child enter events and use
+ those to allow dragging the selection.
+
+Thu Apr 30 11:16:06 1998 Owen Taylor <otaylor@gtk.org>
+
+ * gtk/gtktext.c: Try enabling background pixmaps for editable text
+ widgets. There is a bit of flashing, but not too bad. If you
+ don't want the flashing, you can always not set a background
+ pixmap.
+
+Wed Apr 29 15:46:13 1998 Owen Taylor <otaylor@gtk.org>
+
+ * gtk/gtktext.c: Fixed a bug where the drawn level
+ was being messed up when the text was scrolled
+ during a deletion.
+
1998-04-28 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gdk/gdk.c (gdk_event_translate): Random debugging fixed this