Skip to content

Releases: JuliaGtk/Gtk4.jl

v0.3.4

02 Apr 02:27
Compare
Choose a tag to compare

v0.3.3

13 Mar 11:45
Compare
Choose a tag to compare

Gtk4 v0.3.3

Diff since v0.3.2

Merged pull requests:

  • enable uv_backend_fd integration for Mac in an interactive session (#24) (@jwahlstrand)

v0.3.2

25 Feb 14:02
Compare
Choose a tag to compare

Gtk4 v0.3.2

Diff since v0.3.1

Closed issues:

  • GAccessor Module (#6)
  • Possible GC-related bugfix (#11)
  • Multiple Selection mode example incorrect? (#20)

Merged pull requests:

  • Fix method error in GtkCanvas on_resize (#21) (@nHackel)

Gtk4 0.3.1

21 Jan 12:21
Compare
Choose a tag to compare
  • Return the collection in collection interface methods like empty!, push!, etc.
  • In g_idle_add and g_timeout_add, use GLib's recommended defaults for priority as our defaults and add priority as an option
  • Add a few Pango methods

Gtk4 0.3.0

03 Jan 13:39
Compare
Choose a tag to compare
v0.3.0

reduce GObject boilerplate, remove some useless constructor functiona…