2015-12-18 Kjell Ahlstedt Remove #ifdefs with obsolete GLIBMM_*_ENABLED constants Remove remaining #ifdefs with GLIBMM_[EXCEPTIONS,PROPERTIES,VFUNCS]_ENABLED. 2015-12-17 Murray Cumming 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 Gtk::Border: Fix the build now that GtkBorder is a just a typedef. Bug #759603 (Matthias Clasen) 2015-12-17 Murray Cumming Regenerated gtk .defs. 2015-12-17 Murray Cumming Regenerate gtk .defs. 2015-12-10 Kjell Ahlstedt Demos, tests: Use nullptr instead of 0 2015-12-10 Kjell Ahlstedt Gtk: Use nullptr instead of 0 2015-12-10 Kjell Ahlstedt Gdk: Use nullptr instead of 0 2015-12-09 Emeric Maschino Widget: Use noexcept on the destructor implementation. To match the generated declaration. Bug #759263 2015-12-09 Emeric Maschino Menushell: Use noexcept on the destructor implementation. To match the generated declaration. Bug #759262 2015-12-08 Kjell Ahlstedt 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 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 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()) call.) 2015-12-07 Murray Cumming