libcosmic-yoda/src
Ian Douglas Scott 1887d8ef6a Add a should_exit method to Application trait
A Cosmic application has no way to call `Cosmic<T>::close` to set the
`should_exit` flag there, as far as I'm aware.

So it makes sense to add a `should_exit` method here.
2023-11-15 16:41:51 -07:00
..
app Add a should_exit method to Application trait 2023-11-15 16:41:51 -07:00
applet fix(applet): set the theme to be the system preference if it is not light or dark 2023-11-13 12:15:15 +01:00
command chore(command): future does not need to restrict the message type 2023-08-28 18:11:19 +02:00
dialog improv(file_chooser): make subscription handler a generic closure 2023-11-15 16:50:06 +01:00
executor chore: improve documentation 2023-08-16 16:59:15 +02:00
theme feat(image_button): add optional removable button overlay 2023-11-15 16:50:15 +01:00
widget feat(image_button): add optional removable button overlay 2023-11-15 16:50:15 +01:00
ext.rs feat(ext): ColorExt trait to add ::blend_alpha method 2023-09-14 01:38:56 +02:00
font.rs chore(fonts): add FiraSans Bold typeface 2023-10-30 15:48:03 +01:00
icon_theme.rs chore(icon_theme): store default theme as Cow<str> 2023-09-14 01:38:56 +02:00
keyboard_nav.rs update iced 2023-08-21 15:47:01 -04:00
lib.rs chore: Update calloop (#173) 2023-10-02 17:51:33 +02:00