summaryrefslogtreecommitdiffstats
path: root/widget/src/radio.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-24Use `Catalog` approach for all widgetsLibravatar Héctor Ramón Jiménez1-35/+52
2024-03-12Use closures for `Radio::style`Libravatar Héctor Ramón Jiménez1-19/+22
2024-03-08Make `Checkbox`, `Radio`, and `Toggler` default sizes consistentLibravatar Héctor Ramón Jiménez1-2/+2
2024-03-07Implement additional helpers for `Border` and `container::Appearance`Libravatar Héctor Ramón Jiménez1-1/+1
2024-03-07Leverage `DefaultStyle` traits instead of `Default`Libravatar Héctor Ramón Jiménez1-18/+15
2024-03-07Fix broken links in documentationLibravatar Héctor Ramón Jiménez1-1/+1
2024-03-07Move `Theme` type to `iced_core`Libravatar Héctor Ramón Jiménez1-3/+2
2024-03-06Use `Style` struct pattern instead of trait for all widgetsLibravatar Héctor Ramón Jiménez1-12/+24
2024-03-05Reduce default size of `checkbox` to `15.0`Libravatar Héctor Ramón Jiménez1-1/+1
2024-03-05Simplify theming for `Radio` widgetLibravatar Héctor Ramón Jiménez1-21/+85
2024-01-21Convert `Renderer::Theme` to generic `Widget` typeLibravatar Héctor Ramón Jiménez1-17/+17
2024-01-20Introduce `Border` struct analogous to `Shadow`Libravatar Héctor Ramón Jiménez1-5/+8
2024-01-20Use `Default` implementation of `renderer::Quad`Libravatar Héctor Ramón Jiménez1-6/+3
2024-01-20feat: quad shadowsLibravatar Nick Senger1-0/+2
2024-01-10Replace `width` and `height` with `Widget::size`Libravatar Héctor Ramón Jiménez1-6/+5
2023-12-01Clip text to `viewport` bounds instead of layout boundsLibravatar Héctor Ramón Jiménez1-1/+2
2023-09-09Fix majority of unresolved documentation linksLibravatar Matthias Vogelgesang1-1/+1
2023-08-30Make `widget::Tree` mutable in `Widget::layout`Libravatar Héctor Ramón Jiménez1-2/+2
2023-08-30Implement explicit text caching in the widget state treeLibravatar Héctor Ramón Jiménez1-30/+42
2023-07-15Add viewport to Widget::on_eventLibravatar Cory Forsstrom1-0/+1
2023-06-08Take `Rectangle` by value in `Cursor` APILibravatar Héctor Ramón Jiménez1-3/+3
2023-06-08Implement basic cursor availabilityLibravatar Héctor Ramón Jiménez1-9/+8
2023-05-04Support configurable `LineHeight` in text widgetsLibravatar Héctor Ramón Jiménez1-0/+13
2023-05-02Introduce `text::Shaping` enum and replace magic booleanLibravatar Héctor Ramón Jiménez1-4/+18
2023-05-02Make basic text shaping the default shaping strategyLibravatar Héctor Ramón Jiménez1-0/+1
2023-03-05Use `no_run` for widget doc-testsLibravatar Héctor Ramón Jiménez1-1/+1
2023-03-04Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez1-15/+16
2023-02-24Use `Pixels` for `Text::size`Libravatar Héctor Ramón Jiménez1-2/+1
2023-02-24Overhaul `Font` type to allow font family selectionLibravatar Héctor Ramón Jiménez1-5/+6
2023-02-17Use `Pixels` for `spacing`Libravatar Héctor Ramón Jiménez1-4/+4
2023-02-17Use `Pixels` for `size` methodsLibravatar Héctor Ramón Jiménez1-2/+2
2023-02-17Use `Pixels` for `Text::size`Libravatar Héctor Ramón Jiménez1-5/+5
2023-02-17Use `f32` in `Length::Units` and rename it to `Fixed`Libravatar Héctor Ramón Jiménez1-10/+6
2022-11-09Introduce `Custom` variants for every style in the built-in `Theme`Libravatar Héctor Ramón Jiménez1-2/+2
2022-11-03non uniform border radius for quadsLibravatar Robert Krahn1-2/+2
2022-11-03refactor: undo changes to radioLibravatar Ashley Wulber1-1/+1
2022-11-03wip: Custom palette for built in themeLibravatar Ashley Wulber1-1/+1
2022-10-05Add `is_selected` argument in `radio::StyleSheet`Libravatar MG_REX1-2/+2
2022-07-27Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez1-1/+4
2022-07-09Address Clippy lintsLibravatar Poly1-5/+3
2022-06-29Introduce `StyleSheet` for `Text` widgetLibravatar Héctor Ramón Jiménez1-4/+6
2022-05-27Implement theme styling for `Radio`Libravatar Héctor Ramón Jiménez1-17/+22
2022-05-14Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez1-0/+1
2022-02-23Remove `hash_layout` method from `Widget` traitLibravatar Héctor Ramón Jiménez1-11/+2
2022-02-13Implement `Radio` in `iced_pure`Libravatar Héctor Ramón Jiménez1-1/+1
2022-01-20Remove ambiguous `text_color` attributes for `Checkbox` and `Radio`Libravatar Héctor Ramón Jiménez1-19/+11
2022-01-11Introduce `Renderer` argument to `mouse_interaction` and `on_event`Libravatar Héctor Ramón Jiménez1-0/+1
2022-01-03Change GitHub namespace to new org for all filesLibravatar LordRatte1-1/+1
2021-12-10Lower text::Renderer's Font bound from Copy to CloneLibravatar Olivier Pinon1-1/+1
2021-11-29Introduce `Shell` type in `iced_native`Libravatar Héctor Ramón Jiménez1-3/+3