Skip to content

2022-12-17 - Version 4.3.13 for Gtk3 released

Latest
Compare
Choose a tag to compare
@fpaquet fpaquet released this 17 Dec 16:19
· 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 SEGV when there is no focusable column in sheet
  • fixed unwanted cell movement, when selecting sheet entry contents over border #316538
  • fixed row height collabse after gtk_sheet_delete_rows() #315370
  • removed double definition of AC_CONFIG_MACRO_DIR from configure.ac
  • fixed children visibility (attached_to_cell), on column hide/show 320079
  • fixed width of column title button removes drawing artefacts in title area 0318674
  • reduced outside cell area extent from 80/80 to 60/40 pixels
  • improvement: GtkDataEntry strip trailing NL's on insert 321183,321447
  • fixed crash, caused by _gtk_sheet_position_children() in frozen sheet 321874