X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=7f37b8650f693c714a0a95428fb70dbc3b8e820c;hb=9c16d619b91dfd68a59eca8f99614dd1a55d599c;hp=d24288801b5887e781e425918acd479e443cee44;hpb=a1b44ad8cf01fdb1c375d666d8f48e1e0337c026;p=~andy%2Fgtk diff --git a/ChangeLog b/ChangeLog index d24288801..7f37b8650 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,183 @@ +2008-07-03 Murray Cumming + + * 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 + + 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 + + * gtk/gtkuimanager.c (update_node): + Skip update of accelerator child node if it has no associated action. + Fixes #541950. + +2008-07-07 Cody Russell + + 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 + + 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 + + * gtk/tests/builder.c (test_cell_view): + Add a test case for 528845. + +2008-07-07 Tor Lillqvist + + * gdk/win32/gdkwindow-win32.c + (gdk_window_foreign_new_for_display): Need to initialise + private->impl here, too. + +2008-07-07 Michael Natterer + + * gtk/gtkfilesystem.c: include the two needed headers instead of + . + +2008-07-06 Matthias Clasen + + Bug 528845 – segv from GtkBuilder on attempting under + GtkCellView + + * gtk/gtkcellview.c: Don't blindly chain up in the buildable + implementation. Reported by Kevin Ryde. + +2008-07-06 Matthias Clasen + + 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 + + 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 + + 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 + + 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 + + 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 + + * gtk/gtkcontainer.c (gtk_container_add_with_properties): Remove + erroneously added g_return_if_fail (bug #541811). + +2008-07-06 Matthias Clasen + + 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 + + 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 + + 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 + + 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 + + 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 + + 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 + + * configure.in: Bump version + +2008-07-05 Matthias Clasen + + * === Released 2.13.4 === + +2008-07-05 Michael Natterer + + * gtk/gtk.symbols: move gtk_draw_insertion_cursor() out of the + deprecated section because it isn't deprecated. + +2008-07-05 Michael Natterer + + * gtk/gtkprogressbar.c: remove #if HAVE_CONFIG_H and clean up + other include weirdness in this file. + +2008-07-05 Matthias Clasen + + * NEWS: Updates + +2008-07-04 Matthias Clasen + + * gtk/gtkiconview.c: + * gtk/gtkfontsel.c: + * gtk/gtkscalebutton.c: Small doc fixes. + 2008-07-04 Matthias Clasen + * gdk/gdkevents.c: * gdk/x11/gdktestutils-x11.c: Small doc fixes 2008-07-04 Matthias Clasen