2015-06-30 Murray Cumming FontChooser: Add get/set_font_map(). 2015-06-30 Murray Cumming Assistant: Add get/set_page_has_padding(). 2015-06-30 Murray Cumming Gdk::Window: Add get/set_passthrough(). 2015-06-30 Murray Cumming Demo: IconTheme: Don't use deprecated builtin-icon API. By the way, there is now a separate icon browser in gtk+'s demos/. Maybe we should create a version of that instead. I think this C++ code never corresponded to anything in the GTK+ demo. 2015-06-30 Murray Cumming IconTheme: lookup_icon(), choose_icon(): Add default 0 for flags. load_icon() already had it. We had not noticed the need for it until now because people always passed ICON_LOOKUP_USE_BUILTIN just in case, but that (well, the functions that make it useful) is now deprecated. 2015-06-30 Murray Cumming Regenerate *_docs.xml files. 2015-06-30 Murray Cumming Regenerate gtk .defs. 2015-06-30 Murray Cumming Regenerate GDK .defs 2015-06-21 Kjell Ahlstedt Don't disable more deprecation warnings than necessary * gdk/src/pixbuf.hg: Don't redefine G_DEPRECATED as an empty string. This is unnecessary when deprecated code is surrounded by G_GNUC_[BEGIN|END]_IGNORE_DEPRECATIONS. * gdk/src/.hg: * gtk/src/.[ccg|hg]: Don't #undef [GDK|GTK]_DISABLE_DEPRECATED or #define GDK_DISABLE_DEPRECATION_WARNINGS. This is unnecessary when deprecated code is surrounded by G_GNUC_[BEGIN|END]_IGNORE_DEPRECATIONS. Requires glibmm commit c570362cfc1f46e85b66093567a3f925741cb1c2, where _WRAP_METHOD() begins using G_GNUC_[BEGIN|END]_IGNORE_DEPRECATIONS. Bug #750379. 2015-06-21 Kjell Ahlstedt Gtk::IconInfo, Widget: Deprecate API which is deprecated in gtk+ * gtk/src/iconinfo.hg: Deprecate get_builtin_pixbuf(). * gtk/src/widget.hg: Deprecate drag_begin() without x,y coordinates. 2015-06-08 Murray Cumming 3.17.3