2015-12-18 Kjell Ahlstedt <kjell.ahlstedt@bredband.net> Remove #ifdefs with obsolete GLIBMM_*_ENABLED constants Remove remaining #ifdefs with GLIBMM_[EXCEPTIONS,PROPERTIES,VFUNCS]_ENABLED. 2015-12-17 Murray Cumming <murrayc@murrayc.com> Revert "Gtk::Border: Fix the build now that GtkBorder is a just a typedef." This reverts commit 5e6b1912b0ed627dccb16b2cf00547cfeeb7654f. because the GTK+ change was reverted. 2015-12-17 Murray Cumming <murrayc@murrayc.com> Gtk::Border: Fix the build now that GtkBorder is a just a typedef. Bug #759603 (Matthias Clasen) 2015-12-17 Murray Cumming <murrayc@murrayc.com> Regenerated gtk .defs. 2015-12-17 Murray Cumming <murrayc@murrayc.com> Regenerate gtk .defs. 2015-12-10 Kjell Ahlstedt <kjell.ahlstedt@bredband.net> Demos, tests: Use nullptr instead of 0 2015-12-10 Kjell Ahlstedt <kjell.ahlstedt@bredband.net> Gtk: Use nullptr instead of 0 2015-12-10 Kjell Ahlstedt <kjell.ahlstedt@bredband.net> Gdk: Use nullptr instead of 0 2015-12-09 Emeric Maschino <emeric.maschino@gmail.com> Widget: Use noexcept on the destructor implementation. To match the generated declaration. Bug #759263 2015-12-09 Emeric Maschino <emeric.maschino@gmail.com> Menushell: Use noexcept on the destructor implementation. To match the generated declaration. Bug #759262 2015-12-08 Kjell Ahlstedt <kjell.ahlstedt@bredband.net> Deprecate API which is deprecated in gtk+ * gtk/src/button.hg: * gtk/src/combobox.hg: * gtk/src/filechooserbutton.hg: Deprecate set/get/property_focus_on_click(). * gtk/src/window.hg: Deprecate resize_to_geometry(). 2015-12-08 Kjell Ahlstedt <kjell.ahlstedt@bredband.net> Gdk::Screen::get_font_options(): Really take a copy * gdk/src/screen.hg: The second parameter to The Cairo::FontOptions ctor is not take_reference, it's take_ownership. To get a copy, it shall be false. 2015-12-08 Kjell Ahlstedt <kjell.ahlstedt@bredband.net> Gtk::Widget: Add new API * gtk/src/widget.[hg|ccg]: Add set/get/property_focus_on_click(), set/unset/get_font_options(), set/get_font_map(), queue_allocate(), get_allocated_size(). (unset_font_map() is not necessary. FontMap is unset with a set_font_map(Glib::RefPtr<Pango::FontMap>()) call.) 2015-12-07 Murray Cumming <murrayc@murrayc.com>