diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-12-14 06:05:00 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-12-14 06:05:00 +0000 |
commit | ad3ca8430dfd7e262512ee89e6da28a090837ce7 (patch) | |
tree | 4790135c543642d8cb37eb99af5b0484f35a5e4c /ChangeLog.pre-2-2 | |
parent | d8bc318151aa81cbf572d55034ffab250dc8a9e9 (diff) | |
download | gtk+-ad3ca8430dfd7e262512ee89e6da28a090837ce7.tar.gz |
Handle the case where the pointer isn't on the same screen as the widget
Sat Dec 14 01:00:12 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkmenu.c (gtk_menu_position): Handle the case
where the pointer isn't on the same screen as the widget
by centering the menu on the widget's screen. (#94563)
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index f197a66b4c..38ee76787f 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,20 @@ +Sat Dec 14 01:00:12 2002 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkmenu.c (gtk_menu_position): Handle the case + where the pointer isn't on the same screen as the widget + by centering the menu on the widget's screen. (#94563) + +Fri Dec 13 23:58:06 2002 Owen Taylor <otaylor@redhat.com> + + * gdk/gdkscreen.c (gdk_screen_get_monitor_at_point) + * gdk/gdkscreen.c (gdk_screen_get_monitor_at_window): + Provide a useful fallback on failure - return a monitor + close to the point or window. (#79991) + + * gtk/gtkmenu.c (gtk_menu_position): Remove a now + unneeded check for failure of + gdk_screen_get_monitor_at_point() + Fri Dec 13 23:10:21 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkclist.c: Fix a problem with the focus row |