]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Make the labels left-aligned, and remove an obsolete event box. Bug
[~andy/gtk] / ChangeLog
index f5fb2ee583107dd4d4e451abe74c66eb2cfb3391..c057211bd826516d0dc1101ad51284341138808a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,66 @@
+2008-01-06  Christian Persch  <chpe@gnome.org>
+
+       * gtk/gtkpagesetupunixdialog.c: Make the labels left-aligned,
+       and remove an obsolete event box. Bug #506760.
+
+2008-01-06  Johan Dahlin  <johan@gnome.org>
+
+       * tests/buildertest.c (test_domain): 
+       Update, GtkBuilder::translation-domain is no longer set
+       
+       * gtk/gtkbuilderparser.c (parse_interface): 
+       Allow domains to be overridden in <interface>'s if a translation-domain
+       is set in the builder.
+       (_gtk_builder_parser_parse_buffer): Do not modify the translation-domain
+       of the builder, make the domain set in the <interface> apply only to strings
+       in that interface.
+       (#496831, Ryan Lortie)
+
+       * gtk/gtkbuilder.c: Avoid adding unnecessary trailing newlines 
+       to g_warning calls.
+
+       * gtk/gtktreestore.c (tree_model_end_element): 
+       Remove an unused variable
+
+2008-01-06  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkspinbutton.c: Document the ::output signal and
+       add an example.  (#507566, example by Owen Taylor)
+
+2008-01-06  Johan Dahlin  <johan@gnome.org>
+
+       * gtk/gtkcellrenderercombo.c:
+       (gtk_cell_renderer_combo_get_property),
+       (gtk_cell_renderer_combo_set_property):
+       * gtk/gtkcombobox.c: (gtk_combo_box_set_property):
+       * gtk/gtkcomboboxentry.c: (gtk_combo_box_entry_set_property):
+       * gtk/gtknotebook.c: (gtk_notebook_set_property):
+       * gtk/gtkspinbutton.c: (gtk_spin_button_set_property):
+       * gtk/gtktextbuffer.c: (gtk_text_buffer_set_property),
+       (gtk_text_buffer_get_property):
+       * gtk/gtktextview.c: (gtk_text_view_set_property):
+       * gtk/gtktogglebutton.c: (gtk_toggle_button_set_property):
+       * gtk/gtktoolbutton.c: (gtk_tool_button_set_property),
+       (gtk_tool_button_get_property):
+       * gtk/gtktoolitem.c: (gtk_tool_item_set_property),
+       (gtk_tool_item_get_property):
+       * gtk/gtktreeview.c: (gtk_tree_view_set_property):
+       * gtk/gtkwidget.c: (gtk_widget_set_property):
+       * gtk/gtkwindow.c: (gtk_window_set_property):
+       Use G_OBJECT_WARN_INVALID_PROPERTY_ID consistently.
+       Fixes #507585
+
+2008-01-06  Johan Dahlin  <johan@gnome.org>
+
+       * gtk/gtk-builder-convert (GtkBuilderConverter._strip_root): 
+       Make sure that --root works for toplevel widgets.
+       (#491847, Phil Lello)
+
+2008-01-05  Johan Dahlin  <johan@gnome.org>
+
+       * modules/other/gail/tests/Makefile.am: Include Makefile.decl,
+       to make sure that make test-report works properly
+
 2008-01-05  Christian Persch  <chpe@gnome.org>
 
         * tests/defaultvaluetest.c: Fix mem leak, and don't pass
        * gtk/gtkiconfactory.c (render_fallback_image): Adjust to
        icon cache api change.  (#506135, Kazuki Iwamoto)
 
+2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
+
+       Consider "wide-separators" and "separator-height" style properties:
+       The separator is drawn using gtk_paint_box instead of cairo, when
+       "wide-separators" is set. Also do not highlight details for previous
+       or next month, if their day matches the selected day. (#339540)
+
+       * gtk/gtkcalendar.c: Consider "wide-separators" and "separator-height"
+       in gtk_calendar_size_request and calendar_paint_day
+       * gtk/gtkstyle.c: Modify gtk_default_draw_box to use special colors
+       for selected detail separators in GtkCalendar.
+
 2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
 
        Remove max_detail_height field from GtkCalendarPrivate. (#339540)