Skip to content

Releases: GLibSharp/GtkSharp

Bugfix release 3.22.2

06 Aug 14:17
Compare
Choose a tag to compare

This is a new bug fix release where several annoying bug were fixed (mainly 55 "Fix finalizers implementation for Opaque subclasses" which was critical).

GtkSharp 3.22.1

19 Feb 12:50
Compare
Choose a tag to compare

This is a bugfix release where several memory management issues have been addressed.

This release also introduced checked out generated code so that we can better follow how the generated code evolves when we change the generator and metadata files.

GtkSharp 3.22.0

20 Mar 12:31
Compare
Choose a tag to compare
Marshaller: Set CallingConvention to g_filename_from_utf8_utf8

Otherwise, it throws PInvokeStackImbalance exception.

Second pre-release.

14 Mar 02:07
Compare
Choose a tag to compare
Second pre-release. Pre-release
Pre-release
generator: Add a way to force constructors to be names

In some cases (GstEvent) unnamed constructors make no sense

This is the first RC release wrapping Gtk 3.22

27 Nov 12:37
Compare
Choose a tag to compare

This repository is based on openmedicus fork

It includes:

  • Remove the need for glue code
  • Port to meson as a build system
  • Misc bug fixing