Releases: JuliaGtk/Gtk4.jl
Releases · JuliaGtk/Gtk4.jl
v0.7.0
Gtk4 v0.7.0
Major changes
- Dialog methods like
open_dialog
,info_dialog
, etc. now use the new API introduced in GTK 4.10. See #49. The previous API was deprecated in recent versions of GTK, so this will be better in the long term. With a few exceptions (see below) this should not require changes downstream. - GtkTextView related API has been changed drastically in order to make it consistent with the other parts of the package and to fix many of the auto-generated methods. See #62
- Minimum Julia version is now 1.10
Other changes
- Updated Adwaita generated code
- Misc. documentation improvements
- Minor performance improvements enabled by bumping required Julia version
List of breaking changes
- Arguments of
ask_dialog
have changed:no_text
,yes_text
, andmodal
removed. - Arguments of
input_dialog
have changed:buttons
argument removed. - Lots of breaking changes related to GtkTextView - sorry folks!
Merged pull requests:
- Version 0.7 (#74) (@jwahlstrand)
- disable Codecov (#75) (@jwahlstrand)
v0.6.9
v0.6.8
Gtk4 v0.6.8
Silences a warning seen on Linux when using the file dialogs.
Merged pull requests:
- Use new dialogs (breaking) (#49) (@jwahlstrand)
- GtkTextView: use pointer or Ref instead of _GtkTextIter struct (breaking) (#62) (@jwahlstrand)
- improve test coverage (#70) (@jwahlstrand)
v0.6.7
Gtk4 v0.6.7
Merged pull requests:
- improve HDF5Viewer, add lock for await_finalize (#69) (@jwahlstrand)
v0.6.6
Gtk4 v0.6.6
Merged pull requests:
- set GTK_PATH so GTK4 finds print and media backends on Linux and OSX (#61) (@jwahlstrand)
- don't override gboxed_types() and make it const in generated code (#67) (@jwahlstrand)
- adjust compat to prevent situations where GI-generated types are not present in the library (#68) (@jwahlstrand)
Closed issues:
- getproperty() for GBoxed type properties is broken (#65)
v0.6.5
Gtk4 v0.6.5
Merged pull requests:
- Add CSS example with individual button styles (#57) (@JeffFessler)
Closed issues:
v0.6.4
v0.6.3
Gtk4 v0.6.3
v0.6.2
Gtk4 v0.6.2
Merged pull requests:
- support GtkSizeGroup and add tests (#53) (@jwahlstrand)
Closed issues:
- Apply for GNOME Circle (#52)
v0.6.1
Gtk4 v0.6.1
Merged pull requests:
- add more tests (#48) (@jwahlstrand)
- parameters argument for GSimpleAction, add_action, add_stateful_action (#51) (@jwahlstrand)
Closed issues: