-
Updated
Jan 24, 2022 - C++
gtk4
Here are 79 public repositories matching this topic...
-
Updated
Jan 24, 2022 - Rust
[BUG] TreeView panics with: assertion failed: ::glib::types::instance_of::<Self>(ptr as *const _)
TreeView::selection() panics during destruction
TreeView::selection() assumes that a selection always exists. This is not true during a disposal of a tree view.
- selection is destroyed first
- then model is set to
NULL - this causes a signal
cursor-changed - there is no selection inside of signal handler.
TreeView::selection()panics.
Checking of `Widget::in_destruction
-
Updated
Jan 22, 2022 - Rust
-
Updated
Jan 23, 2022 - JavaScript
On the one hand, there is the risk of accidentally logging out by misclicking.
On the other hand, I fear that users do not understand the consequences of this action in advance.
A confirmation dialog could solve both of these problems. At least, that's what the official desktop client does.
I think the first thing that pops into my brain looking at trackers is, "How do I make a responsive layout that looks good when on a small screen like PinePhone device and desktop?". Example could be like a calculator that looks good when window size is small and different when big.
-
Updated
Jan 9, 2022 - Swift
-
Updated
Oct 23, 2021 - Fortran
In the official extensions app (since version 40 I think?) you can search through installed extensions. Would be awesome if you could make something similar!
-
Updated
Jan 20, 2022 - C
-
Updated
Dec 28, 2021 - Vala
-
Updated
Jan 15, 2022 - CSS
-
Updated
Nov 19, 2021 - Kotlin
-
Updated
Jan 12, 2022 - Vala
-
Updated
Jan 12, 2022 - Vala
Improve this page
Add a description, image, and links to the gtk4 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gtk4 topic, visit your repo's landing page and select "manage topics."
Gtk has a widget specifically for password entries: GtkPasswordEntry
We could use that for the login screen, which would cut out a bit of custom code.