libcosmic/src
Ian Douglas Scott 61a14a953d
applet: Add icon_button_from_handle (#368)
`StatusNotifierItem` can use either named icons, or pixmap data. So to
support the latter, it needs a way to show a non-named icon with the
same button styling as any other planel applet icon.

The `StatusNotifierItem` protocol actually supports sending different
icons with different sizes, so ideally we'd want a `icon::Data` variant
that contains multiple sizes? But just using the largest and scaling
works for now.
2024-03-27 09:10:41 -07:00
..
app fix(app): set window title properly with winit 2024-03-19 19:27:00 +01:00
applet applet: Add icon_button_from_handle (#368) 2024-03-27 09:10:41 -07:00
command fix: maximize instead of fullscreen 2024-02-12 17:53:59 +01:00
config feat: add apply_theme_global to CosmicTk 2024-03-18 14:49:40 -06:00
dialog feat!(dialog): refactor and support rfd as file_chooser provider 2024-01-23 22:08:21 +01:00
executor chore: improve documentation 2023-08-16 16:59:15 +02:00
theme fix: selected images should have a border 2024-03-19 11:32:36 -04:00
widget fix(style): fixed default style for list_column 2024-03-23 12:18:35 -06:00
desktop.rs feat: add public function to determine app id matches 2024-03-12 01:36:22 -04:00
ext.rs wip: update to use latest iced 2024-02-06 11:28:27 -05:00
font.rs chore: update to 0.12 2023-12-04 17:53:24 -05:00
icon_theme.rs refactor(icon): use COSMIC variable for default icon theme name 2024-03-19 14:14:30 -06:00
keyboard_nav.rs wip: update to use latest iced 2024-02-06 11:28:27 -05:00
lib.rs feat(config): add CosmicTk config for configuring window controls 2024-03-05 08:36:43 -07:00
process.rs feat: add helpers for getting and using activation tokens in applets 2023-11-17 19:29:11 -05:00