Skip to content

2022-07-10 - Version 4.3.12 for Gtk3 released

Compare
Choose a tag to compare
@fpaquet fpaquet released this 10 Jul 09:38
· 144 commits to master since this release

Note: This is a bug fix release of GtkSheet V4 for Gtk3

Prerequisites:

  • Gtk+-3.22.16 or later

Support for GtkSheet Glade3 plugin:

  • ./configure --enable-glade

Support for GObjectIntrospection:

  • ./configure --enable-introspection

Support for MinGW 32/64-Bit:

  • ./configure ; make ; make install

Support for meson build (see INSTALL for details):

  • meson setup <builddir>
  • ninja-build -C <builddir>

Changes (see embedded ChangeLog for details):

  • fixed moving focus into sheet by keyboard #312071
  • fixed range selection handling after selecting a row or column by mouse
  • fixed unwanted cell movement, when selecting sheet entry contents over border