libcosmic-yoda/src/widget
2024-09-11 14:29:36 -06:00
..
button fix: Use globals instead of thread-locals 2024-08-02 20:27:08 +02:00
card feat!(widget): rewrite button & icon widget APIs 2023-09-14 01:38:56 +02:00
color_picker fix: Use globals instead of thread-locals 2024-08-02 20:27:08 +02:00
context_drawer improv: get window control icons from icon theme 2024-07-22 07:24:07 +02:00
dropdown Make text wrap configurable 2024-07-09 11:14:49 -06: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 improv: spacing/padding fixes 2024-09-04 18:00:16 +02:00
menu improv: spacing/padding fixes 2024-09-04 18:00:16 +02:00
rectangle_tracker fix: refactor dnd impl to support responsive widget 2024-05-31 19:14:58 -04:00
segmented_button fix(segmented_button): use correct divider color when vertical 2024-09-11 14:29:36 -06:00
settings improv: spacing/padding fixes 2024-09-04 18:00:16 +02:00
spin_button improv: spacing/padding fixes 2024-09-04 18:00:16 +02:00
text_input fix: reset text_input focus when clicked outside 2024-08-28 22:50:33 +02:00
toaster improv!(toaster): use stable IDs for toasts 2024-08-22 15:41:43 +02:00
aspect_ratio.rs chore(doc): add documentation for a handful of widgets 2024-05-20 20:01:47 +02:00
calendar.rs fix: Use globals instead of thread-locals 2024-08-02 20:27:08 +02: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: set window control icons as symbolic for non-linux sytems 2024-08-05 12:17:33 +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: export menu_button 2024-05-30 19:55:16 +02:00
mod.rs improv: spacing/padding fixes 2024-09-04 18:00:16 +02:00
nav_bar.rs feat(segmented_button): add on_middle_press 2024-07-02 02:53:45 +02:00
nav_bar_toggle.rs fix: nav bar toggle padding 2024-08-17 13:57:51 +02:00
popover.rs fix(popover): implement overlay and remove use of refcell 2024-09-10 11:47:48 -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 refactor!(widget): rename segmented_selection to segmented_control to match Figma docs 2024-02-26 19:17:49 +01:00
tab_bar.rs fix(segmented_button): invalid tab offset when width is reduced by nav bar 2024-03-08 15:18:47 +01:00
text.rs wip: update to use latest iced 2024-02-06 11:28:27 -05: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