Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Aug 19:50
· 99 commits to main since this release

Gtk4 v0.5.0

The only real breaking change is a change in the meaning of the width and height arguments in the GtkCanvas constructor. These now set the minimum width and height rather than the initial width and height.

Other changes:

  • GI-generated callbacks, which are used here and there but have not been heavily tested yet.
  • some type stability fixes in constructors
  • fix a bug in a GdkPixbuf constructor
  • some convenience GFile methods (helpful for using GtkFileChooser)
  • a new method for pausing the main loop and calling a function
  • calling GtkApplication's run method without stopping the main loop no longer freezes Julia
  • add an optional argument to the GtkCanvas constructor that initializes the backing store immediately. This is useful in precompile statements because it means you don't have to show the GtkCanvas in a window to draw to the backing store.

Diff since v0.4.2

Closed issues:

  • Possibility to use Adwaita (#10)

Merged pull requests: