]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Protect against NULL widget. (#379503)
[~andy/gtk] / ChangeLog
index ce646536735c417eadc1da875dc480c0e58ae2a0..dc2ef109943ac09618741b7d6a782830225e8432 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,54 @@
+2006-11-26  Benjamin Berg  <benjamin@sipsolutions.net>
+
+       * gtk/gtkstyle.c: (gtk_default_draw_flat_box): Protect against NULL
+         widget. (#379503)
+
+2006-11-25  Matthias Clasen  <mclasen@redhat.com>
+
+       * modules/printbackends/cups/gtkprintbackendcups.c: Make
+       print dialog work when 'BrowseShortNames Off' is specified
+       in cups configuration. Patch by Tim Waugh.
+
+2006-11-24  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): if we
+       can't go up/down, consult gtk_widget_keynav_failed() and leave the
+       widget if it returns FALSE (bug #322640).
+
+2006-11-23  Behdad Esfahbod  <behdad@gnome.org>
+
+       * gtk/gtkmain.c: Fix minor typo in docs. (#378632, Hannes Mueller)
+
+2006-11-22  Emmanuele Bassi  <ebassi@gnome.org>
+
+       * gtk/gtkrecentmanager.c:
+       (get_uri_shortname_for_display): g_filename_from_uri() might
+       fail; catch the failure and fall back to the non-local URI
+       case. (#363437)
+
+2006-11-19  Mark McLoughlin  <mark@skynet.ie>
+
+       Fixes bug #376502 - multi-screen support for GtkStatusIcon
+
+       * gtk/gtkstatusicon.[ch]:
+       (gtk_status_icon_set_screen),
+       (gtk_status_icon_get_screen): add multi-screen API. Allows
+       an app to display an icon on a non-default screen
+       (gtk_status_icon_class_init),
+       (gtk_status_icon_set_property),
+       (gtk_status_icon_get_property): add a "screen" property
+       
+       * tests/teststatusicon.c: update to test on multiple screens
+
+2006-11-17  Matthias Clasen  <mclasen@redhat.com>
+
+       Fix problems with drag cancellation. (#376535, Michael Natterer)
+       
+       * gtk/gtkdnd.c (gtk_drag_source_info_destroy): Disconnect signal
+       handlers before emitting drag-end.
+       (gtk_drag_end): Disconnect signal handlers before removing
+       the grab.  
+
 2006-11-16  Mariano Suárez-Alvarez <mariano@gnome.org>
 
        * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init):