2020-02-23 - Version 4.3.5 for Gtk3 released
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):
- bug fix: eleminate elipsise warnings for column header labels
see #20 for details - improvement: testgtksheet
added "Hide Column", "Hide Row" to popup menu of folder 2 - fixed gir/typelib naming, #23
- doc fix #24
- Merge pull request #21 from wmclaugh/issue15_workaround
- bug fix: prevent style updates to grab cursor into active cell
- bug fix: prevent style updates to preselect cell editor contents
- bug fix: fix cursor repositioning after calling GtkMessageDialogue
- experimental: enabled ellipsis on column title label
see #20 for details