2015-07-22 Murray Cumming 3.17.50 2015-07-20 Kjell Ahlstedt Gtk::PlacesSidebar: Deprecate and add to bring in synch with gtk+ * gtk/src/placessidebar.hg: Deprecate set/get/signal/property_show_connect_to_server(). Add set/get/property_show_recent(), set/get/property_show_trash(), set/get/signal/property_show_other_locations(), property_populate_all(). 2015-07-20 Kjell Ahlstedt Regenerate gtk_docs.xml, gtk_*.defs, gtk_signals.defs.patch 2015-07-20 Kjell Ahlstedt gtk_generate_extra_defs.sh: Fix for the patch command, version 2.7.5 patch 2.7.5 refuses to patch if the command parameters contain directory names. Work around by cd-ing to gtk/src. 2015-07-18 Murray Cumming LevelBar: Document how to workaround the lack of Orientation base class. Bug #752568 (Tobias Hoffmann) 2015-07-17 Murray Cumming C++11: Replace (void*)0 with nullptr. 2015-07-17 Murray Cumming C++11: Use of the override keyword. 2015-07-16 Murray Cumming C++11: Use nullptr. 2015-07-16 Murray Cumming Add get_titlebar(). 2015-07-16 Murray Cumming Window: Ignore the enable-debugging keybinding/action signal. 2015-07-16 Murray Cumming C++11: Use of auto. 2015-07-16 Murray Cumming C++11: More use of auto. 2015-07-16 Murray Cumming C++11: Some use of auto. 2015-07-16 Murray Cumming C++11: tests/demos: Some use of range-based for loops. 2015-07-16 Murray Cumming C++11: Some use of range-based for loops. 2015-07-16 Murray Cumming Demos: Fix the build when using -Wshadow. 2015-07-16 Murray Cumming Popover: Add get/set_default_widget().