libcosmic/src/widget
2024-10-14 11:21:40 -06:00
..
button feat: configurable fonts 2024-10-05 01:47:37 +02:00
card feat!(widget): rewrite button & icon widget APIs 2023-09-14 01:38:56 +02:00
color_picker fix!(widget): rename button function to button::custom 2024-09-16 11:36:42 -06:00
context_drawer feat(app): footer widget 2024-10-10 19:06:48 +02:00
dropdown perf(dropdown): significantly faster dropdown diffs 2024-10-05 01:47:37 +02:00
flex_row fix: refactor dnd impl to support responsive widget 2024-05-31 19:14:58 -04:00
grid fix: refactor dnd impl to support responsive widget 2024-05-31 19:14:58 -04:00
icon fix: Use globals instead of thread-locals 2024-08-02 20:27:08 +02:00
list fix(list_column): set 32px minimum height for each list item 2024-09-23 20:46:55 +02:00
menu fix(segmented_button): diff the context menu 2024-10-14 11:21:40 -06:00
rectangle_tracker fix: refactor dnd impl to support responsive widget 2024-05-31 19:14:58 -04:00
segmented_button fix(segmented_button): diff the context menu 2024-10-14 11:21:40 -06:00
settings improv: use spacing variables in more places 2024-09-23 12:40:22 -04:00
spin_button fix!(widget): rename button function to button::custom 2024-09-16 11:36:42 -06:00
text_input fix(header_bar): increase compact height 2024-10-03 15:39:00 +02:00
toaster fix!(widget): rename button function to button::custom 2024-09-16 11:36:42 -06:00
aspect_ratio.rs chore(doc): add documentation for a handful of widgets 2024-05-20 20:01:47 +02:00
calendar.rs fix!(widget): rename button function to button::custom 2024-09-16 11:36:42 -06:00
common.rs improv(widget): share object-select svg handle between widgets using it 2024-02-26 19:17:49 +01:00
context_menu.rs fix: use tree diff 2024-05-30 16:57:51 -04:00
dialog.rs fix: Use globals instead of thread-locals 2024-08-02 20:27:08 +02:00
dnd_destination.rs fix: refactor dnd impl to support responsive widget 2024-05-31 19:14:58 -04:00
dnd_source.rs fix: refactor dnd impl to support responsive widget 2024-05-31 19:14:58 -04:00
frames.rs wip: update to use latest iced 2024-02-06 11:28:27 -05:00
header_bar.rs fix(header_bar): increase compact height 2024-10-03 15:39:00 +02:00
id_container.rs fix: refactor dnd impl to support responsive widget 2024-05-31 19:14:58 -04:00
layer_container.rs fix: refactor dnd impl to support responsive widget 2024-05-31 19:14:58 -04:00
menu.rs fix(segmented_button): diff the context menu 2024-10-14 11:21:40 -06:00
mod.rs fix!(widget): rename button function to button::custom 2024-09-16 11:36:42 -06:00
nav_bar.rs feat(segmented_button): add on_middle_press 2024-07-02 02:53:45 +02:00
nav_bar_toggle.rs fix(header_bar): increase compact height 2024-10-03 15:39:00 +02:00
popover.rs fix(popover): clamp y position when on bottom 2024-10-07 10:32:33 -06:00
radio.rs improv(radio): reduce radio button size 2024-08-30 13:42:24 +02:00
scrollable.rs wip: update to use latest iced 2024-02-06 11:28:27 -05:00
segmented_control.rs feat: configurable fonts 2024-10-05 01:47:37 +02:00
tab_bar.rs feat: configurable fonts 2024-10-05 01:47:37 +02:00
text.rs feat: configurable fonts 2024-10-05 01:47:37 +02:00
toggler.rs improv: spacing/padding fixes 2024-09-04 18:00:16 +02:00
warning.rs wip: update to use latest iced 2024-02-06 11:28:27 -05:00