2022-05-02 Kjell Ahlstedt 3.24.6 2022-04-14 Kjell Ahlstedt Gtk::Object::_release_c_instance(): Unref orphan managed widgets g_object_run_dispose() unrefs a widget only if it has a parent. Use g_object_unref() on all widgets without a parent. Fixes #115 2022-02-27 Kjell Ahlstedt meson.build: Check if Perl is required for building documentation New versions of mm-common use the Python scripts doc_postprocess.py and doc_install.py instead of the Perl scripts doc-postprocess.pl and doc-install.pl when documentation is built. 2022-02-18 Kjell Ahlstedt meson.build: Specify 'check' option in run_command() The default value will be changed in future Meson releases. Don't use deprecated python3.path() and execute(..., gui_app: ...). Let import('python').find_installation() always find the python installation used to run Meson. Fixes #111 2022-02-15 Kjell Ahlstedt treeiter.hg: Declare TreeValueProxy copy constructor =default Avoid warnings from the clang++ compiler. It's deprecated to implicitly declare a copy constructor, if there is a user-deleted (=delete) copy assignment operator. 2021-11-10 Chun-wei Fan build: Support Visual Studio 2022 Make these builds distinct frmo the Visual Studio 2019 builds. 2021-09-08 Kjell Ahlstedt docs/reference/Doxyfile.in: Remove obsolete entry 2021-06-27 Kjell Ahlstedt SizeGroup demo: Derive from Gtk::Window instead of Dialog and set active items in the combo boxes, so something is shown.