2015-03-09 Murray Cumming 1.29.3 2015-03-09 Murray Cumming Port from Gtk::Widget::override*color() to CssProvider. Because the gtk_widget_override_*() functions are deprecated. 2015-03-09 Murray Cumming Revert comments changes from "Replace use of (deprecated) GtkLabel alignment." This reverts part of d8730c4174ac3a27e8aac4ed13a6855445c4fbd6. The commented-out changes would have been wrong because they were method calls on Entries, not Labels. 2015-03-09 Murray Cumming Revert part of "Replace use of (deprecated) GtkLabel alignment." This reverts part of d8730c4174ac3a27e8aac4ed13a6855445c4fbd6. It has mistakenly replaced Entry::set_alignment() with Widget::set_halign() instead of only replacing Misc::set_alignment(). Now the fields take up their full widths again, so the extra buttons (New, Find, ..., etc) are not far away. Conflicts: glom/utility_widgets/layoutwidgetbase.cc 2015-03-09 Murray Cumming LayoutWidgetBase::apply_formatting(): Use Gtk::Entry::set_alignment() too. 2015-03-09 Murray Cumming LayoutWidgetBase:apply_formatting(): simplify the code. 2015-03-09 Murray Cumming Correct a comment. 2015-03-09 Murray Cumming Add a comment. 2015-03-06 Murray Cumming LayoutWidgetBase: Use Label halign and TextView justification. Instead of Widget's xalign, which acts on the whole widget, not just its text content. See http://www.murrayc.com/permalink/2015/03/02/gtk-aligning-justification-in-text-widgets/ 2015-03-06 Murray Cumming Fix typo in a comment. 2015-02-16 Necdet YĆ¼cel Added Turkish translation 2015-02-07 Inaki Larranaga Murgoitio Updated Basque language 2015-02-07 Inaki Larranaga Murgoitio Updated Basque language 2015-02-07 Inaki Larranaga Murgoitio Updated Basque language 2015-02-07 Inaki Larranaga Murgoitio Updated Basque language 2015-02-07 Inaki Larranaga Murgoitio Updated Basque language 2015-02-07 Inaki Larranaga Murgoitio Updated Basque language 2015-02-07 Inaki Larranaga Murgoitio Updated Basque language 2015-01-19 Murray Cumming glom_get_locale_date_format(): Make this work even when LANGUAGE is set. By temporarily unsetting LANGUAGE while getting LC_TIME via setlocale(LC_TIME, NULL). As Geary does already too. 2015-01-19 Murray Cumming Remove debug output.