libcosmic-yoda/src/widget
Eduardo Flores 0b47efe1de improv(menu): simplify menu construction.
- Added `MenuAction` trait to call the `message` method on button press.
- Added two new methods to construct a MenuTree.
- Added MenuItem enum to represent an action or a separator in a MenuTree.
- Added menu example.
- Moved Modifier enum and KeyBind struct to libcosmic.
- Moved menu_button macro to libcosmic.
2024-03-16 19:00:12 -06:00
..
button fix(button): use correct paddings for icon buttons 2024-03-15 22:38:49 +01:00
card feat!(widget): rewrite button & icon widget APIs 2023-09-14 01:38:56 +02:00
color_picker refactor: icon styling and headerbar icon styling 2024-03-11 16:26:48 -04:00
context_drawer refactor(theme): create Container::ContextDrawer style variant 2024-03-05 08:35:47 -07:00
dropdown improv(widget): share object-select svg handle between widgets using it 2024-02-26 19:17:49 +01:00
flex_row wip: update to use latest iced 2024-02-06 11:28:27 -05:00
grid fix(grid): layout swapped row and column spacing 2024-02-29 09:13:10 -07:00
icon wip: update to use latest iced 2024-02-06 11:28:27 -05:00
list refactor(theme): create Container::List style variant 2024-03-05 08:35:47 -07:00
menu improv(menu): simplify menu construction. 2024-03-16 19:00:12 -06:00
rectangle_tracker wip: update to use latest iced 2024-02-06 11:28:27 -05:00
segmented_button fix(segmented_button): hidden new tab button on shrink 2024-03-08 15:18:47 +01:00
settings refactor(theme): create Container::ContextDrawer style variant 2024-03-05 08:35:47 -07:00
spin_button wip: update to use latest iced 2024-02-06 11:28:27 -05:00
text_input fix: better diffing of input state 2024-03-01 15:22:28 -05:00
aspect_ratio.rs wip: update to use latest iced 2024-02-06 11:28:27 -05:00
calendar.rs improv(calendar): simplify message handling 2024-03-15 13:40:31 +01:00
common.rs improv(widget): share object-select svg handle between widgets using it 2024-02-26 19:17:49 +01:00
dialog.rs Make it possible to use any widget in dialog button area 2024-02-27 12:17:48 -07:00
frames.rs wip: update to use latest iced 2024-02-06 11:28:27 -05:00
header_bar.rs refactor: icon styling and headerbar icon styling 2024-03-11 16:26:48 -04:00
layer_container.rs refactor(widget): rename cosmic_container to layer_container 2024-03-12 16:19:35 +01:00
menu.rs improv(menu): simplify menu construction. 2024-03-16 19:00:12 -06:00
mod.rs feat(widget): add calendar widget 2024-03-15 13:40:31 +01:00
nav_bar.rs fix(nav_bar): use corret button padding 2024-03-01 09:15:55 -07:00
nav_bar_toggle.rs Bundle close and open menu icons 2023-11-28 13:22:25 -07:00
popover.rs Set resize border for winit apps 2024-02-27 10:52:33 -07: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 refactor: make Theme a generic parameter for the toggler 2024-02-06 11:28:27 -05:00
warning.rs wip: update to use latest iced 2024-02-06 11:28:27 -05:00