index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
widget
/
src
/
radio.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-09-09
Fix majority of unresolved documentation links
Matthias Vogelgesang
1
-1
/
+1
2023-08-30
Make `widget::Tree` mutable in `Widget::layout`
Héctor Ramón Jiménez
1
-2
/
+2
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
1
-30
/
+42
2023-07-15
Add viewport to Widget::on_event
Cory Forsstrom
1
-0
/
+1
2023-06-08
Take `Rectangle` by value in `Cursor` API
Héctor Ramón Jiménez
1
-3
/
+3
2023-06-08
Implement basic cursor availability
Héctor Ramón Jiménez
1
-9
/
+8
2023-05-04
Support configurable `LineHeight` in text widgets
Héctor Ramón Jiménez
1
-0
/
+13
2023-05-02
Introduce `text::Shaping` enum and replace magic boolean
Héctor Ramón Jiménez
1
-4
/
+18
2023-05-02
Make basic text shaping the default shaping strategy
Héctor Ramón Jiménez
1
-0
/
+1
2023-03-05
Use `no_run` for widget doc-tests
Héctor Ramón Jiménez
1
-1
/
+1
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-15
/
+16
2023-02-24
Use `Pixels` for `Text::size`
Héctor Ramón Jiménez
1
-2
/
+1
2023-02-24
Overhaul `Font` type to allow font family selection
Héctor Ramón Jiménez
1
-5
/
+6
2023-02-17
Use `Pixels` for `spacing`
Héctor Ramón Jiménez
1
-4
/
+4
2023-02-17
Use `Pixels` for `size` methods
Héctor Ramón Jiménez
1
-2
/
+2
2023-02-17
Use `Pixels` for `Text::size`
Héctor Ramón Jiménez
1
-5
/
+5
2023-02-17
Use `f32` in `Length::Units` and rename it to `Fixed`
Héctor Ramón Jiménez
1
-10
/
+6
2022-11-09
Introduce `Custom` variants for every style in the built-in `Theme`
Héctor Ramón Jiménez
1
-2
/
+2
2022-11-03
non uniform border radius for quads
Robert Krahn
1
-2
/
+2
2022-11-03
refactor: undo changes to radio
Ashley Wulber
1
-1
/
+1
2022-11-03
wip: Custom palette for built in theme
Ashley Wulber
1
-1
/
+1
2022-10-05
Add `is_selected` argument in `radio::StyleSheet`
MG_REX
1
-2
/
+2
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
1
-1
/
+4
2022-07-09
Address Clippy lints
Poly
1
-5
/
+3
2022-06-29
Introduce `StyleSheet` for `Text` widget
Héctor Ramón Jiménez
1
-4
/
+6
2022-05-27
Implement theme styling for `Radio`
Héctor Ramón Jiménez
1
-17
/
+22
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
1
-0
/
+1
2022-02-23
Remove `hash_layout` method from `Widget` trait
Héctor Ramón Jiménez
1
-11
/
+2
2022-02-13
Implement `Radio` in `iced_pure`
Héctor Ramón Jiménez
1
-1
/
+1
2022-01-20
Remove ambiguous `text_color` attributes for `Checkbox` and `Radio`
Héctor Ramón Jiménez
1
-19
/
+11
2022-01-11
Introduce `Renderer` argument to `mouse_interaction` and `on_event`
Héctor Ramón Jiménez
1
-0
/
+1
2022-01-03
Change GitHub namespace to new org for all files
LordRatte
1
-1
/
+1
2021-12-10
Lower text::Renderer's Font bound from Copy to Clone
Olivier Pinon
1
-1
/
+1
2021-11-29
Introduce `Shell` type in `iced_native`
Héctor Ramón Jiménez
1
-3
/
+3
2021-11-04
Rename `fill_rectangle` to `fill_quad` in `Renderer`
Héctor Ramón Jiménez
1
-20
/
+24
2021-11-02
Move `viewport` argument to last position in `mouse_interaction` methods
Héctor Ramón Jiménez
1
-1
/
+1
2021-10-31
Reintroduce `Box` for `style_sheet` in `Radio`
Héctor Ramón Jiménez
1
-3
/
+6
2021-10-31
Introduce first-class `text` module in `iced_native`
Héctor Ramón Jiménez
1
-7
/
+7
2021-10-31
Remove `widget` module re-exports in `iced_native`
Héctor Ramón Jiménez
1
-3
/
+4
2021-10-20
Implement `Widget::mouse_interaction` for `Radio`
Héctor Ramón Jiménez
1
-0
/
+13
2021-10-20
Implement `Widget::draw` for `Radio`
Héctor Ramón Jiménez
1
-2
/
+61
2021-10-20
Wire up styling to `Radio` in `iced_native`
Héctor Ramón Jiménez
1
-63
/
+26
2021-10-20
Implement `Widget::draw` for `TextInput`
Héctor Ramón Jiménez
1
-5
/
+4
2021-10-18
Move `Defaults` from `iced_graphics` to `iced_native`
Héctor Ramón Jiménez
1
-4
/
+4
2021-10-14
Remove trait-specific draw logic in `iced_native`
Héctor Ramón Jiménez
1
-45
/
+29
2021-09-20
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
1
-6
/
+7
2021-09-20
Introduce and use `CrossAlign` enum for `Column` and `Row`
Héctor Ramón Jiménez
1
-3
/
+3
2021-05-17
Added text color and font options for native radio and checkbox (#831)
zdevwu
1
-5
/
+21
2021-03-10
Make `Clipboard` argument in `Widget` trait mutable
Héctor Ramón Jiménez
1
-2
/
+2
2020-12-15
Turn `Touch` into a `touch::Event` enum
Héctor Ramón Jiménez
1
-5
/
+2
[next]