Skip to content

Releases: gtk-rs/gtk4-rs

0.4.5

24 Jan 10:12
Compare
Choose a tag to compare
  • Mark gtk::Snapshot::to_node and gtk::Snapshot::to_paintable as returning Option<T> instead of T. See #845 for details

0.4.4

19 Jan 18:00
Compare
Choose a tag to compare

API changes:

  • Removal of the useless gsk::RoundedRect::init & gsk::RoundedRect::init_from_rect. Use gsk::RoundedRect::new and gsk::RoundedRect::from_rect respectively instead.
  • Type parameter to impl trait for manually implemented functions.
  • gtk::TextIter::child_anchor and gtk::TextIter::paintable are now returning an Option instead of T, those were just wrong before.
  • Add mutators to gdk::Rectangle and make it possible to convert between it and pango::Rectangle/cairo::Rectangle

0.4.3

18 Jan 15:08
Compare
Choose a tag to compare
Update versions to 0.4.3

0.4.2

18 Jan 15:10
0.4.2
Compare
Choose a tag to compare
Release 0.4.2

0.4.1

15 Jan 17:37
5bc7817
Compare
Choose a tag to compare
CI: grab an svg variant of the logo

0.3.1

16 Oct 10:42
7f8c41c
Compare
Choose a tag to compare
CI: add 0.3 release

This should fix the too old release we get in the 0.3 docs

0.3.0 release

21 Sep 17:23
Compare
Choose a tag to compare

The release includes GTK 4.4 API changes support

0.2.0

12 Jul 11:18
Compare
Choose a tag to compare
use released version of gtk4-rs crates