2015-08-20 Murray Cumming 3.17.70 2015-08-20 Murray Cumming Regenerate _docs.xml files. 2015-08-20 Murray Cumming Regnerate .defs files. 2015-08-15 Murray Cumming Update _docs.xml files. 2015-08-15 Murray Cumming Regenerate gtk .defs files. 2015-08-15 Murray Cumming Update gdk .defs files. 2015-08-12 Murray Cumming Fix the build with -Wshadow compiler warnings. And add this to the warnings used by --enable-warnings=fatal. Bug #752469 2015-07-30 Kjell Ahlstedt Remove unnecessary _IGNORE() * gdk/src/window.hg: * gtk/src/.hg: Remove _IGNORE() directives that have become unnecessary when the .defs files don't contain information from private.h files. gmmproc warns about unnecessary _IGNORE(). 2015-07-30 Kjell Ahlstedt Regenerate .defs files without information from private.h Regenerated without information from private.h files. * gdk/src/gdk_extra_objects.defs: * gtk/src/gtk_extra_objects.defs: Add necessary object definitions that are no longer written to gdk_methods.defs and gtk_methods.defs. * gdk/src/gdk_methods.defs: * gdk/src/gdk_pixbuf_methods.defs: * gtk/src/gtk_enums.defs: * gtk/src/gtk_methods.defs: Regenerate without information from private.h files. 2015-07-30 Kjell Ahlstedt tools/gen_scripts: Don't read private.h files * tools/gen_scripts/gdk_generate_enums.sh: * tools/gen_scripts/gdk_generate_methods.sh: * tools/gen_scripts/gtk_generate_enums.sh: * tools/gen_scripts/gtk_generate_methods.sh: Don't collect information from header files with names ending in private.h. 2015-07-28 Kjell Ahlstedt Gtk::PlacesSidebar: Add set_drop_targets_visible() * gtk/src/placessidebar.hg: Add set_drop_targets_visible(). Update deprecation messages for set/get_show_connect_to_server(). 2015-07-23 Daniel Hams Add Gtk::GLArea and example to gtkmm-demo. Bug #752314 2015-07-23 Kjell Ahlstedt Take advantage of gmmproc's latest docs processing * gdk/src/gdk_docs_override.xml: Remove gdk_pixbuf_new_subpixbuf(). gmmproc now understands that this is a static method. * gtk/src/flowbox.hg: Add missing parameter name in signal_child_activated().