Skip to content

2024-07-06 - Version 4.3.14 for Gtk3 released

Latest
Compare
Choose a tag to compare
@fpaquet fpaquet released this 06 Jul 07:53
· 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 crash in InsertRows when adding/deleting last row multiple times 325807
  • GTK_SHEET_DEBUG, GTK_SHEET_COL_DEBUG definition reworked, default OFF
  • support for touch events
    WIP - dragging and touch of col title buttons not yet implemented
  • fixed crash when setting tooltip of unmapped column 323123,323116,322747
  • fixed crash when finalizing multiple sheets in Lua garbage collection 316647
  • eliminated double calls to DeleteRow/DeleteColumn during sheet destruction
  • fixed realize of rightmost column 322223
  • fixed bouncing text in GtkDataTextView/GtkTextView sheet editor 322496
  • fixed crash losing last reference to undestroyed window
    when changing column width with mouse 322223
  • make drag handle larger in rightmost column 322223