]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
tooltip-text and tooltip-markup properties: Interpret an empty string as a
[~andy/gtk] / ChangeLog
index 0d0ec324d1df816736b4f10945f997f7d2c5a193..7f37b8650f693c714a0a95428fb70dbc3b8e820c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,165 @@
+2008-07-03  Murray Cumming  <murrayc@murrayc.com>
+
+       * gtk/gtkwidget.c (gtk_widget_set_property):  tooltip-text and 
+       tooltip-markup properties: Interpret an empty string as a NULL 
+       string because an empty tooltip is silly. This will help 
+       language bindings that do not bother to have the two types of 
+       empty/null strings.
+       Bug #541399.
+
+2008-07-10  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 542234 – iconview a11y implementation segfaults
+
+       * gtk/gtkiconview.c: Fix a segfault in the a11y code.
+       Patch by Li Yuan.
+
+2008-07-08  Christian Neumair  <cneumair@gnome.org>
+
+       * gtk/gtkuimanager.c (update_node):
+       Skip update of accelerator child node if it has no associated action.
+       Fixes #541950.
+
+2008-07-07  Cody Russell  <bratsche@gnome.org>
+
+       Bug 541964 – [Win32] Setting modal hint to current value might confuse the stack
+
+       * gdk/win32/gdkwindow-win32.c: Check if the value is the same as the
+       existing modal hint value before setting it.
+
+2008-07-07  Cody Russell  <bratsche@gnome.org>
+
+       Bug 540994 – [Win32] Some windows don't appear at the top when created
+
+       * gdk/win32/gdkwindow-win32.c: Raise the window when setting it modal.
+
+       I actually already committed this one by accident, probably when I committed
+       #541305, but just wanted to document it here in the ChangeLog.
+
+2008-07-07  Johan Dahlin  <johan@gnome.org>
+
+       * gtk/tests/builder.c (test_cell_view):
+       Add a test case for 528845.
+
+2008-07-07  Tor Lillqvist  <tml@novell.com>
+
+       * gdk/win32/gdkwindow-win32.c
+       (gdk_window_foreign_new_for_display): Need to initialise
+       private->impl here, too.
+
+2008-07-07  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkfilesystem.c: include the two needed headers instead of
+       <gtk/gtk.h>.
+
+2008-07-06  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 528845 – segv from GtkBuilder on attempting <accelerator> under
+       GtkCellView
+
+       * gtk/gtkcellview.c: Don't blindly chain up in the buildable
+       implementation.  Reported by Kevin Ryde.
+
+2008-07-06  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 469068 – clarify gdk_cairo_create()
+
+       * gdk/gdkcairo.c (gdk_cairo_create): Add a note that cairo
+       contexts cannot be cached for handling expose events.
+       Proposed by Behdad Esfahbod.
+
+2008-07-06  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 507953 – gtk_tree_view_set_tooltip_column() shows markups
+
+       * gtk/gtktreeview.c (gtk_tree_view_set_tooltip_column): Mention
+       that the tooltip is set as markup. Proposed by Czirkos Zoltan.
+
+2008-07-06  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 510225 – gtk_widget_get_composite_name retval should be freed
+
+       * gtk/gtkwidget.c (gtk_widget_get_composite_name): Clarify the
+       docs. Pointed out by Wolfgang Oertl
+
+2008-07-06  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 531129 – gtk_style_copy() does not include a return value or 
+       description
+
+       * gtk/gtkstyle.c: Document gtk_style_copy.
+
+2008-07-06  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 541540 – Dead link to pkg-config site in GTK+ online FAQ
+       Bug 513580 – Broken link in GTK+ FAQ
+
+       * docs/faq/gtk-faq.sgml: Remove or update some outdated links.
+
+2008-07-07  Christian Dywan  <christian@imendio.com>
+
+       * gtk/gtkcontainer.c (gtk_container_add_with_properties): Remove
+       erroneously added g_return_if_fail (bug #541811).
+
+2008-07-06  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 343663 – source-buffer highlighting highlights "char" in
+       gtk_text_iter_forward_char
+
+       * demos/gtk-demo/*.c: Fix up the handrolled hilighting a bit.
+
+2008-07-06  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 327582 – Incomplete docs for GtkSettings::gtk-icon-sizes
+       
+       * gtk/gtksettings.c: Improve the documentation of the
+       gtk-icon-sizes setting. Proposed by Tommi Komulainen.
+
+2008-07-06  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 539248 – gtk_calender_query_tooltip calls ->detail_func with
+       invalid dates
+
+       * gtk/gtkcalendar.c (gtk_calendar_query_tooltip):
+       Check that the cursor is over a valid date before retrieving
+       its details.  Patch by Chris Wilson
+
+2008-07-06  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 493008 – gdk_screen_get_window_stack is not 64-bit-compatible
+
+       * gdk/x11/gdkscreen-x11.c (gdk_screen_get_window_stack): Fix
+       64-bit brokenness. Reported by Christian Hammond.
+
+2008-07-06  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 541645 – gtkfilechooserdefault segfaults when bookmark does not
+       contain ://
+
+       * gtk/gtkfilechooserdefault.c (_gtk_file_chooser_label_for_file):
+       Be more robust. Reported by  Jelte van der Hoek
+
+2008-07-06  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 540917 – deprecate pack_start_defaults()
+
+       * gtk/gtk.symbols:
+       * gtk/gtkbox.[hc]: Deprecated gtk_box_pack_{start,end}_defaults.
+       Proposed by Owen Taylor
+
+2008-07-05  Matthias Clasen  <mclasen@redhat.com>
+
+       * configure.in: Bump version
+
+2008-07-05  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.13.4 ===
+
+2008-07-05  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtk.symbols: move gtk_draw_insertion_cursor() out of the
+       deprecated section because it isn't deprecated.
+
 2008-07-05  Michael Natterer  <mitch@imendio.com>
 
        * gtk/gtkprogressbar.c: remove #if HAVE_CONFIG_H and clean up