diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-05-03 00:46:19 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-05-03 00:46:19 +0000 |
commit | 4c2a74b79d0513ae9accfb8652b0ca47f5eab894 (patch) | |
tree | 6691b8b09b77760a16e995a8e781d6e063ffb214 /ChangeLog | |
parent | a5d1bc41ecb847f95ece2059d3ca0842f76076a1 (diff) | |
download | gtk+-4c2a74b79d0513ae9accfb8652b0ca47f5eab894.tar.gz |
Reduce new_text_length appropriately when we run into the size limit for
Wed May 2 20:36:38 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkentry.c (gtk_entry_real_insert_text): Reduce
new_text_length appropriately when we run into the
size limit for the entry. (#53445, reported by Jeff Franks)
* tests/testgtk.c (create_entry): Remove most of the
property toggle buttons. Replace with a "Props" button
that brings up a property editor.
* tests/prop-editor.[ch] test/testtreeview.c tests/Makefile.am:
Split the property editor code out for reuse, improve.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +Wed May 2 20:36:38 2001 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkentry.c (gtk_entry_real_insert_text): Reduce + new_text_length appropriately when we run into the + size limit for the entry. (#53445, reported by Jeff Franks) + + * tests/testgtk.c (create_entry): Remove most of the + property toggle buttons. Replace with a "Props" button + that brings up a property editor. + + * tests/prop-editor.[ch] test/testtreeview.c tests/Makefile.am: + Split the property editor code out for reuse, improve. + Wed May 2 17:26:22 2001 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.c: Always |