2008-06-03 Matthias Clasen * === Released 2.13.2 === 2008-06-03 Federico Mena Quintero * gtk/gtkfilechooserentry.c (install_completion_feedback_timer): If the user presses Tab while the completion feedback window is active, then we'll assert. Remove the assertion and just re-set the timer. Fixes https://bugzilla.novell.com/show_bug.cgi?id=355225 2008-06-03 Colin Walters Bug 535303 – add _get_implementation to GtkStatusIcon * gtk/gtkstatusicon.c (gtk_status_icon_get_x11_window_id): New function to retrieve internal X11 window ID, useful for libnotify. * gtk/gtkstatusicon.h: Prototype it. * docs/reference/gtk/gtk-sections.txt: Add to docs. * gtk/gtk.symbols: Export it. 2008-06-03 Tor Lillqvist * gtk/updateiconcache.c (build_cache): Use g_open(). 2008-06-03 Michael Natterer * gtk/gtkclist.h * gtk/gtkctree.h: revert includes to how they have been before the GTK_DISABLE_SINGLE_INCLUDES changes. Apparently I missed the fact that you can't include from two headers where one is a parent class of the other and expect them both to be includable individually. 2008-06-03 Michael Natterer * gtk/gtkprinteroptionset.h: remove newline at beginning of file. 2008-06-02 Matthias Clasen Bug 536092 – GtkEntryCompletion's popup window should set type hint * gtk/gtkentrycompletion.c (gtk_entry_completion_init): Set a type hint on the popup window to help compiz. Patch by Vaclav Slavik. 2008-06-02 Claudio Saavedra Bug 535862 – gtk_action_create_icon can't create icons from the icon themes * gtk/gtkaction.c: (gtk_action_create_icon): Look for the icon in the default factories as it's supposed. 2008-06-02 Yevgen Muntyan Bug 535497 – Print preview doesn't work. * gtk/Makefile.am: GTK_PRINT_PREVIEW_COMMAND on quartz: use open instead of launching Preview.app directly. 2008-06-02 Michael Natterer * gtk/gtksignal.h: put back #include , it's not in . Fixes stuff that uses deprecated cruft. (bug #536126). 2008-05-31 Emmanuele Bassi Bug 535830 – wrong content type adding an item * gtk/gtkrecentmanager.c: (gtk_recent_manager_add_item_query_info): Use the correct API for retrieving the fast MIME type of a URI. (Carlos Garcia Campos) 2008-05-31 Kristian Rietveld Bug 530146 - Setting non-string tooltip with gtk_tree_view_set_tooltip_column() segfaults * gtk/gtktreeview.c (gtk_tree_view_set_tooltip_query_cb): use gtk_tree_model_get_value() and explicitly transform the value to a string before setting it as tooltip. 2008-05-30 Tor Lillqvist * modules/engines/ms-windows/msw_style.h * modules/engines/ms-windows/msw_rc_style.h: Include gtk.h. 2008-05-30 Michael Natterer * gtk/gtkmenu.c (get_attach_info): cast attach_info_free() to GDestroyNotify when using it in g_object_set_data_full(). 2008-05-30 Michael Natterer * gdk/gdkapplaunchcontext.h * gdk/gdktestutils.h * gtk/gtkmountoperation.h * gtk/gtkshow.h * gtk/gtktestutils.h * gtk/gtktoolshell.h: no need to allow disabling single includes conditionally in these new files. Simply forbid including them individually from the beginning. 2008-05-30 Tor Lillqvist Bug 533108 - leak of GDI region in function 'handle_wm_paint' * gdk/win32/gdkevents-win32.c (handle_wm_paint): Patch by Daniel Atallah.