summaryrefslogtreecommitdiffstats
path: root/widget/src/checkbox.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-09Fix majority of unresolved documentation linksLibravatar Matthias Vogelgesang1-3/+3
2023-08-30Make `widget::Tree` mutable in `Widget::layout`Libravatar Héctor Ramón Jiménez1-2/+2
2023-08-30Reduce default spacing of `Checkbox`Libravatar Héctor Ramón Jiménez1-1/+1
2023-08-30Implement explicit text caching in the widget state treeLibravatar Héctor Ramón Jiménez1-47/+56
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-23clippyLibravatar Casper Storm1-1/+1
2023-05-08Add `line_height` to `checkbox::Icon`Libravatar Héctor Ramón Jiménez1-1/+5
2023-05-04Support configurable `LineHeight` in text widgetsLibravatar Héctor Ramón Jiménez1-0/+14
2023-05-02Introduce `text::Shaping` enum and replace magic booleanLibravatar Héctor Ramón Jiménez1-3/+16
2023-05-02Make basic text shaping the default shaping strategyLibravatar Héctor Ramón Jiménez1-0/+2
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-17/+19
2023-02-24Fix `clippy` lintsLibravatar Héctor Ramón Jiménez1-1/+1
2023-02-24Fix `checkbox` exampleLibravatar Héctor Ramón Jiménez1-1/+1
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-6/+7
2023-02-17Use `Pixels` for `spacing`Libravatar Héctor Ramón Jiménez1-4/+4
2023-02-17Use `f32` for `Icon::size` in `checkbox`Libravatar Héctor Ramón Jiménez1-2/+2
2023-02-17Use `Pixels` for `Text::size`Libravatar Héctor Ramón Jiménez1-3/+3
2023-02-17Use `f32` in `Length::Units` and rename it to `Fixed`Libravatar Héctor Ramón Jiménez1-13/+9
2023-02-16Added the ability to change checkbox iconLibravatar Casper Storm1-4/+34
2023-01-04Checkbox: Fix tests with sync'ed helper macro and associated fnLibravatar 13r0ck1-1/+1
2023-01-04use same name & order for checkbox::new and helperLibravatar 13r0ck1-1/+1
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-1/+1
2022-07-27Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez1-1/+4
2022-07-09Address Clippy lintsLibravatar Poly1-1/+4
2022-06-29Introduce `StyleSheet` for `Text` widgetLibravatar Héctor Ramón Jiménez1-6/+8
2022-06-04Implement theme styling for `Checkbox`Libravatar Héctor Ramón Jiménez1-10/+20
2022-05-14Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez1-0/+1
2022-04-30Fix broken intra-doc links in documentationLibravatar Héctor Ramón Jiménez1-1/+1
2022-02-23Remove `hash_layout` method from `Widget` traitLibravatar Héctor Ramón Jiménez1-11/+2
2022-02-12Implement `Checkbox` in `iced_pure`Libravatar Héctor Ramón Jiménez1-2/+2
2022-01-20Remove ambiguous `text_color` attributes for `Checkbox` and `Radio`Libravatar Héctor Ramón Jiménez1-11/+3
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-2/+2
2021-11-29Introduce `Shell` type in `iced_native`Libravatar Héctor Ramón Jiménez1-3/+3
2021-11-14Add checkbox text_color stylingLibravatar Daniel May1-12/+12
2021-11-04Rename `fill_rectangle` to `fill_quad` in `Renderer`Libravatar Héctor Ramón Jiménez1-7/+9
2021-11-02Move `viewport` argument to last position in `mouse_interaction` methodsLibravatar Héctor Ramón Jiménez1-1/+1
2021-10-31Reintroduce `Box` for `style_sheet` in `Checkbox`Libravatar Héctor Ramón Jiménez1-3/+6
2021-10-31Introduce first-class `text` module in `iced_native`Libravatar Héctor Ramón Jiménez1-8/+8
2021-10-31Remove `widget` module re-exports in `iced_native`Libravatar Héctor Ramón Jiménez1-3/+4
2021-10-21Implement `Widget::mouse_interaction` for `Checkbox`Libravatar Héctor Ramón Jiménez1-0/+13
2021-10-21Implement `Widget::draw` for `Checkbox`Libravatar Héctor Ramón Jiménez1-23/+58
2021-10-21Remove `Renderer` trait for `Checkbox`Libravatar Héctor Ramón Jiménez1-33/+22
2021-10-20Implement `Widget::draw` for `TextInput`Libravatar Héctor Ramón Jiménez1-5/+4