Skip to content

Releases: JuliaGtk/Gtk4.jl

v0.6.7

03 Jun 00:47
Compare
Choose a tag to compare

Gtk4 v0.6.7

Diff since v0.6.6

Merged pull requests:

v0.6.6

25 May 18:42
250f392
Compare
Choose a tag to compare

Gtk4 v0.6.6

Diff since v0.6.5

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

27 Apr 20:27
Compare
Choose a tag to compare

Gtk4 v0.6.5

Diff since v0.6.4

Merged pull requests:

Closed issues:

  • Need example of how to set color of an individual widget/button in Gtk4.jl (#56)
  • Bug in Filtering of GtkTreeView (#58)
  • Bug in Builder (#59)

v0.6.4

19 Mar 00:18
Compare
Choose a tag to compare

Gtk4 v0.6.4

Diff since v0.6.3

Merged pull requests:

v0.6.3

21 Feb 01:32
Compare
Choose a tag to compare

v0.6.2

17 Feb 18:15
8198d3f
Compare
Choose a tag to compare

Gtk4 v0.6.2

Diff since v0.6.1

Merged pull requests:

Closed issues:

  • Apply for GNOME Circle (#52)

v0.6.1

29 Jan 00:50
d9771de
Compare
Choose a tag to compare

Gtk4 v0.6.1

Diff since v0.6.0

Merged pull requests:

Closed issues:

  • Package Ports (#4)
  • Using ThreadPool :interactive for the Gtk loop (#47)
  • Add stateful action with parameter (#50)

v0.6.0

25 Nov 02:23
d9003dc
Compare
Choose a tag to compare

Gtk4 v0.6.0

breaking changes:

  • In GI-generated methods with callbacks, callback inputs and outputs are converted automatically from C pointers to Julia objects. This makes list views easier to use (see the examples).
  • GErrors are turned into GErrorExceptions rather than generic exceptions. This helps filter out these types of errors, which are usually meant to be recoverable.

other changes:

  • New signal connector functions that make it easier to use @cfunction based callbacks
  • Miscellaneous fixes to GI-generated methods
  • Fix a rare crash in the dialogs.

Diff since v0.5.4

Merged pull requests:

v0.5.4

14 Oct 02:19
Compare
Choose a tag to compare

v0.5.3

24 Sep 21:29
Compare
Choose a tag to compare

Gtk4 v0.5.3

Diff since v0.5.2

Merged pull requests:

  • use more efficient signal_connect method in GtkCanvas, add to tests (#41) (@jwahlstrand)