2015-07-15 Murray Cumming 3.17.41 2015-07-15 Murray Cumming configure.ac: Require the latest atkmm and pangomm versions. Just to simplify the number of possible combinations of versions that we'll have to deal with. It seems easiest is everything switches to C++11 at the same time. 2015-07-15 Murray Cumming Require the latest glibmm. For the latest gmmproc. 2015-07-15 Murray Cumming Use MM_AX_CXX_COMPILE_STDCXX_11() from mm-common. Instead of a copy of AX_CXX_COMPILE_STDCXX_11(). 2015-07-11 Murray Cumming Require C++11. configure.ac: Use AX_CXX_COMPILE_STDCXX_11 to check for compiler support for C++11 and use it (--std=c++11 for current versions of g++). Among other reasons, this is because glibmm now requires C++11, and its gmmrpoc generates C++11 code. 2015-07-10 Kjell Ahlstedt Gtk::StyleContext: Deprecate set_background() 2015-07-09 Kjell Ahlstedt demos: Remove pixbuf-demo * demos/Makefile.am: Remove pixbuf-demo. * demos/pixbuf-demo.cc: Removed file. This stand-alone demo was almost identical to the Pixbufs demo included in demos/gtk-demo/gtkmm-demo. 2015-07-09 Kjell Ahlstedt demos/README: gtk+2.0 -> gtk+3.0 2015-07-09 Kjell Ahlstedt demos: Replace Icon Theme demo by Icon Browser demo * demos/Makefile.am: * demos/gtk-demo/demo.gresource.xml: * demos/gtk-demo/demos.h: Replace icon theme by icon browser. * demos/gtk-demo/example_iconbrowser.cc: New file. It is a C++ equivalent of the gtk+/demos/icon-browser demo, with one extra feature: Tooltips in the IconView. * demos/gtk-demo/example_icontheme.cc: Removed file. 2015-07-09 Kjell Ahlstedt Gtk::IconView: Fix a crash in get_tooltip_context_path() * gtk/src/iconview.ccg: Don't create a temporary TreeModel::Path object. Its GtkTreePath is deleted twice, if gtk_icon_view_get_tooltip_context() returns false. 2015-06-30 Murray Cumming 3.17.4