2024-03-18 Kjell Ahlstedt 4.10.1 2023-12-11 Kjell Ahlstedt meson.build: Don't fail if warning_level=everything 2023-11-01 Daniel Boles custom_container/mycontainer.cc: Tidy up measure() * Move `dummy_*_baseline` to point of use, renamed to `ignore`. * Avoid unneeded `height_per_child`; just divide `for_size` in-place. * Deduplicate two loops, one for each possible `Orientation`. * Use `std::max()`, instead of reinventing it. * Donʼt redundantly count nvis_children manually, in one of those loops! 2023-10-30 Kjell Ahlstedt Add the PrintDialog section, show the PrintDialog example The PrintDialog section is rudimentary. 2023-10-26 Kjell Ahlstedt Add printing/print_dialog example 2023-10-11 Kjell Ahlstedt printing/advanced example: Don't use deprecated API 2023-07-24 Federico Gallo Herosa Fix Ch13-Menus and Toolbars. Replace mention of non-existing class Gtk::EventControllerClick for Gtk::GestureClick 2023-07-12 Kjell Ahlstedt Remove AUTHORS and add general information to README.md See gtkmm#140 2023-07-12 Kjell Ahlstedt Update gtkmm-documentation.doap 2023-07-07 carvilsi small improvement on togglebutton example 2023-06-28 Daniel Boles docbook: Add modest credit for myself in the intro 2023-06-27 Daniel Boles Add notes re widget destructor behaviour vs gtkmm3 And move the glibmm reference link from its own line to the one above, & drop some blank lines within sections to make their boundaries clear 2023-06-11 Kjell Ahlstedt Examples: Replace some sigc::mem_fun()s by lambda expressions See #10 2023-06-08 Kjell Ahlstedt Examples: Replace most sigc::ptr_fun()s by lambda expressions See #10 2023-05-25 Kjell Ahlstedt Mention Cambalache instead of Glade Glade can't be used with gtk4/gtkmm4. Rename .glade files to .ui. Fixes #18 2023-05-25 Kjell Ahlstedt Rename .glade files to .ui Affects these examples/book directories: builder/basic, builder/derived, menus_and_toolbars See #18 2023-04-03 Kjell Ahlstedt custom_css_name example: Add extern "C" and a comment 2023-03-16 Kjell Ahlstedt Fixes in "ListView, GridView, ColumnView" and "Event signals" * ListView, GridView, ColumnView: Add a link to "List Widget Overview" in docs.gtk.org. * Event signals: Add a call to set_propagation_phase() in the code snippet. Explain why it's needed. https://discourse.gnome.org/t/intermittent-gtk-gestureclick-signals-on-mac-m1-ventura/14393