2024-03-18  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  4.10.1

2023-12-11  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  meson.build: Don't fail if warning_level=everything

2023-11-01  Daniel Boles  <dboles.src@gmail.com>

  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  <kjellahlstedt@gmail.com>

  Add the PrintDialog section, show the PrintDialog example

  The PrintDialog section is rudimentary.

2023-10-26  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  Add printing/print_dialog example

2023-10-11  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  printing/advanced example: Don't use deprecated API

2023-07-24  Federico Gallo Herosa  <federico.gallo.herosa@gmail.com>

  Fix Ch13-Menus and Toolbars. Replace mention of non-existing class Gtk::EventControllerClick for Gtk::GestureClick

2023-07-12  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  Remove AUTHORS and add general information to README.md

  See gtkmm#140

2023-07-12  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  Update gtkmm-documentation.doap

2023-07-07  carvilsi  <carvilsi.mail.list@gmail.com>

  small improvement on togglebutton example

2023-06-28  Daniel Boles  <dboles.src@gmail.com>

  docbook: Add modest credit for myself in the intro

2023-06-27  Daniel Boles  <dboles.src@gmail.com>

  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  <kjellahlstedt@gmail.com>

  Examples: Replace some sigc::mem_fun()s by lambda expressions

  See #10

2023-06-08  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  Examples: Replace most sigc::ptr_fun()s by lambda expressions

  See #10

2023-05-25  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  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  <kjellahlstedt@gmail.com>

  Rename .glade files to .ui

  Affects these examples/book directories:
  builder/basic, builder/derived, menus_and_toolbars
  See #18

2023-04-03  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  custom_css_name example: Add extern "C" and a comment

2023-03-16  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  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