diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-05-18 18:31:54 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-05-18 18:31:54 +0000 |
commit | 460dfabb87b3938595e076fac334bde48ab4757d (patch) | |
tree | 1528dc1b526f400361a65d5122f41e9356560170 /ChangeLog.pre-2-10 | |
parent | f2801c7efc3bbcea7ffc7f2503426e9f004749e3 (diff) | |
download | gtk+-460dfabb87b3938595e076fac334bde48ab4757d.tar.gz |
Restrict the width of the popup to be no larger than the monitor.
2004-05-18 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup):
Restrict the width of the popup to be no larger than the
monitor. (#142678, DmD Ljungmark)
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 6191420fa5..514ae5d960 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,16 @@ 2004-05-18 Matthias Clasen <mclasen@redhat.com> + * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): + Restrict the width of the popup to be no larger than the + monitor. (#142678, DmD Ljungmark) + + * gtk/gtkbutton.c: Go back to the initial fix for the + focus-overdrawing problem, which was actually correct + according to docs/widget_geometry.txt. + + * gtk/gtkarrow.c (gtk_arrow_class_init): Bump the initial + arrow size from 11 to 15 to compensate for that. + * gtk/gtktextview.c (gtk_text_view_class_init): Document the arguments of the ::move-cursor signal. (#142725) |