summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2006-05-09 02:36:08 +0000
committerCarlos Garnacho <carlosg@src.gnome.org>2006-05-09 02:36:08 +0000
commit5c53411e77341fb6158ff5de884e5a1742c20d78 (patch)
tree4e0084c8822e7e6fbc608025831208034910ae31 /ChangeLog.pre-2-10
parent9b62142d44628b9e25c18ad7816ad42a3ff87441 (diff)
downloadgtk+-5c53411e77341fb6158ff5de884e5a1742c20d78.tar.gz
create an independent GdkWindow to behave nicely during reordering with
2006-05-09 Carlos Garnacho <carlosg@gnome.org> * gtk/gtknotebook.c: create an independent GdkWindow to behave nicely during reordering with tab_labels with their own window, also use gtk_drag_set_icon_widget() for the DnD icon to avoid drawing garbage from offscreen regions. Closes bug #335707. (gtk_notebook_tab_space), (gtk_notebook_calculate_shown_tabs), (gtk_notebook_calculate_tabs_allocation): new functions, gtk_notebook_pages_allocate() functionality has been splitted into these.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-1011
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index fd4ec71ecb..e6c4c0b79f 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,14 @@
+2006-05-09 Carlos Garnacho <carlosg@gnome.org>
+
+ * gtk/gtknotebook.c: create an independent GdkWindow to behave nicely
+ during reordering with tab_labels with their own window, also use
+ gtk_drag_set_icon_widget() for the DnD icon to avoid drawing garbage
+ from offscreen regions. Closes bug #335707.
+ (gtk_notebook_tab_space), (gtk_notebook_calculate_shown_tabs),
+ (gtk_notebook_calculate_tabs_allocation): new functions,
+ gtk_notebook_pages_allocate() functionality has been splitted into
+ these.
+
2006-05-08 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_add_shortcut_folder):