Releases: gtk-rs/gtk4-rs
Releases · gtk-rs/gtk4-rs
0.6.1
0.6.0.docs
Trigger the docs CI again after fixing them.
0.6.0
Bilal Elmoussaoui:
- Add support for the to be released
gtk::UriLauncher
- Improve the API of
gtk::WidgetExt::dispose_template
- Mention the failed to retrieve template child name
- Add a macos job
yuraiz:
#[derive(Debug, Default, gtk::CompositeTemplate)]
#[template(string = "
template MyWidget : Widget {
Label label {
label: 'foobar';
}
Label my_label2 {
label: 'foobaz';
}
}
")]
pub struct MyWidget {
#[template_child]
pub label: TemplateChild<gtk::Label>,
#[template_child(id = "my_label2")]
pub label2: gtk::TemplateChild<gtk::Label>,
}
0.4.9
0.5.5
0.5.4
0.5.3
Aaron Erhardt:
Bilal Elmoussaoui:
- gsk: Export builders module
- gtk: Properly mark deprecated manual items
- gtk: Generate new 4.10 APIs
- gtk: Fix new FontDialog APIs
- gtk: Generate AlertDialog
- gtk: Add IMContextImpl::activate_osk
Jason Francis:
Sebastian Dröge:
0.5.2
Marc-Andre Lureau:
nardoor:
0.5.1
Aaron Erhardt:
Bilal Elmoussaoui:
Marc-Andre Lureau:
0.5.0
Set branch to 0.16 for gtk-rs-core crates