2025-03-23 Kjell Ahlstedt 4.18.0 2025-03-16 Kjell Ahlstedt Gdk, Gtk: Add new API from gtk 4.18.1 * configure.ac: Require gtk4 >= 4.17.5 * meson.build: Require gtk4 >= 4.17.5, use the Python installation that Meson uses. See glibmm!68. * gdk/src/device.hg: Add get/property_active_layout_index(), get/property_layout_names(). * gdk/src/surface.hg: Add translate_coordinates(), deprecate create_cairo_context(). * gtk/src/accessible.hg: Add update_platform_state(). * gtk/src/headerbar.hg: * gtk/src/windowcontrols.hg: Add get/set/property_use_native_controls(). * gtk/src/widget.hg: Add get/set/property_limit_events(). 2025-03-16 Kjell Ahlstedt Gdk, Gtk: Regenerate docs.xml and .defs files using gtk files from gtk 4.18.1. 2025-03-03 Kjell Ahlstedt Gdk::CairoContext: Deprecate cairo_create() Because gdk_cairo_context_cairo_create() is deprecated. 2025-03-03 Kjell Ahlstedt Meson build: Remove the install_gdkmmconfigdir variable It's identical to install_gtkmmconfigdir. 2025-02-19 Kjell Ahlstedt doc: Add Gdk::Pixbuf class description * gdk/src/pixbuf.hg: * gdk/src/pixbufformat.hg: Add class description. * gdk/src/pixbufloader.hg: Add class description. Remove duplicate signal descriptions. 2025-02-17 Kjell Ahlstedt doc: Update aboutdialog1.png * docs/reference/images/widgets/aboutdialog1.png: Update to gtkmm4 look. The old image showed the obsolete web address gtkmm.org. * docs/reference/images/widgets/arrow1.png and 18 other .png files: Removed. They are not used. * gtk/src/constraintlayout.hg: Add a link to the description of GtkConstraintLayout. 2025-02-15 Kjell Ahlstedt Meson build: Add install_tag keyword argument 2025-02-07 Daniel Boles SignalListItemFactory: Remove links, tweak wording Stop the _obj() mentions linking to something unrelated in libstdc++, or anything else unintended, as seen on my system. Also reword it a little. 2025-02-06 Kjell Ahlstedt CI: Publish the generated gtkmm-4.0.tag file and use libsigc++'s, glibmm's, cairomm's and pangomm's published tag files. The *-doc modules don't install the tag files.