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
/
native
/
src
/
widget
/
radio.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce `Shell` type in `iced_native`
Héctor Ramón Jiménez
2021-11-29
1
-3
/
+3
*
Rename `fill_rectangle` to `fill_quad` in `Renderer`
Héctor Ramón Jiménez
2021-11-04
1
-20
/
+24
*
Move `viewport` argument to last position in `mouse_interaction` methods
Héctor Ramón Jiménez
2021-11-02
1
-1
/
+1
*
Reintroduce `Box` for `style_sheet` in `Radio`
Héctor Ramón Jiménez
2021-10-31
1
-3
/
+6
*
Introduce first-class `text` module in `iced_native`
Héctor Ramón Jiménez
2021-10-31
1
-7
/
+7
*
Remove `widget` module re-exports in `iced_native`
Héctor Ramón Jiménez
2021-10-31
1
-3
/
+4
*
Implement `Widget::mouse_interaction` for `Radio`
Héctor Ramón Jiménez
2021-10-20
1
-0
/
+13
*
Implement `Widget::draw` for `Radio`
Héctor Ramón Jiménez
2021-10-20
1
-2
/
+61
*
Wire up styling to `Radio` in `iced_native`
Héctor Ramón Jiménez
2021-10-20
1
-63
/
+26
*
Implement `Widget::draw` for `TextInput`
Héctor Ramón Jiménez
2021-10-20
1
-5
/
+4
*
Move `Defaults` from `iced_graphics` to `iced_native`
Héctor Ramón Jiménez
2021-10-18
1
-4
/
+4
*
Remove trait-specific draw logic in `iced_native`
Héctor Ramón Jiménez
2021-10-14
1
-45
/
+29
*
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
2021-09-20
1
-6
/
+7
*
Introduce and use `CrossAlign` enum for `Column` and `Row`
Héctor Ramón Jiménez
2021-09-20
1
-3
/
+3
*
Added text color and font options for native radio and checkbox (#831)
zdevwu
2021-05-17
1
-5
/
+21
*
Make `Clipboard` argument in `Widget` trait mutable
Héctor Ramón Jiménez
2021-03-10
1
-2
/
+2
*
Turn `Touch` into a `touch::Event` enum
Héctor Ramón Jiménez
2020-12-15
1
-5
/
+2
*
Merge branch 'ios-support-wip' into feature/touch-support
Héctor Ramón Jiménez
2020-12-15
1
-1
/
+6
|
\
|
*
Turn `Touch` into a struct and add finger id
Héctor Ramón Jiménez
2020-03-19
1
-2
/
+5
|
*
Added initial touch events to support iOS
Sebastian Imlay
2020-03-18
1
-2
/
+3
*
|
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
2020-11-26
1
-20
/
+1
*
|
Implement event capturing for `Radio`
Héctor Ramón Jiménez
2020-11-12
1
-0
/
+2
*
|
Make `Widget::on_event` return an `event::Status`
Héctor Ramón Jiménez
2020-11-12
1
-4
/
+10
*
|
Introduce `viewport` to `Widget::draw`
Héctor Ramón Jiménez
2020-10-28
1
-0
/
+1
*
|
Require `Clone` for `Message` early when needed
Héctor Ramón Jiménez
2020-10-17
1
-2
/
+4
*
|
Make default text size configurable in `Settings`
Héctor Ramón Jiménez
2020-06-19
1
-5
/
+5
*
|
Updated `Radio` layout/fns to match `Checkbox`
Scott Harper
2020-05-15
1
-13
/
+62
*
|
Remove inconsistent `input` module in `iced_native`
Héctor Ramón Jiménez
2020-04-30
1
-1
/
+1
*
|
Split `Input` mouse event by `ButtonState`
Héctor Ramón Jiménez
2020-04-30
1
-6
/
+2
*
|
Make `Font` an associated type of `text::Renderer`
Héctor Ramón Jiménez
2020-04-23
1
-2
/
+2
*
|
#288 Renamed XXXWidget to Marker
Olivier Pinon
2020-04-12
1
-2
/
+2
*
|
Remove unnecessary 'static lifetime on Renderer
Olivier Pinon
2020-04-12
1
-3
/
+4
*
|
Radiobutton label is now `impl Into<String>`
Dmitry Kashitsyn
2020-04-05
1
-2
/
+7
*
|
Hash type ids in `Widget::hash_layout` impls
Héctor Ramón Jiménez
2020-03-30
1
-2
/
+4
*
|
refactor: remove not mandatory static lifetime
Théo Gaillard
2020-03-30
1
-2
/
+2
|
/
*
Pull `Checkbox` default constants from its `Renderer`
Héctor Ramón Jiménez
2020-02-18
1
-1
/
+1
*
Write missing docs and reenable deny statements
Héctor Ramón Jiménez
2020-01-09
1
-0
/
+1
*
Merge branch 'master' into feature/custom-styling
Héctor Ramón Jiménez
2020-01-09
1
-0
/
+1
|
\
|
*
Make `Row`, `Column`, and `Checkbox` shrink by default
Héctor Ramón Jiménez
2019-12-30
1
-0
/
+1
*
|
Implement styling for `Radio`
Héctor Ramón Jiménez
2020-01-07
1
-14
/
+19
*
|
Add `Renderer::Defaults` and style inheritance
Héctor Ramón Jiménez
2019-12-30
1
-0
/
+2
|
/
*
Allow clipboard access in `Widget::on_event`
Héctor Ramón Jiménez
2019-12-18
1
-1
/
+2
*
Display widget images in documentation
Héctor Ramón Jiménez
2019-11-24
1
-1
/
+1
*
Fix `iced_native` widget examples
Héctor Ramón Jiménez
2019-11-24
1
-1
/
+1
*
Uncomment missing debug implementations rule
Héctor Ramón Jiménez
2019-11-22
1
-0
/
+1
*
Write docs for `iced` and `iced_native`
Héctor Ramón Jiménez
2019-11-22
1
-2
/
+5
*
Merge branch 'master' into improvement/docs
Héctor Ramón Jiménez
2019-11-21
1
-0
/
+4
|
\
|
*
Make `width` and `height` required methods
Héctor Ramón Jiménez
2019-11-16
1
-0
/
+4
*
|
Move widgets from `core` to `native` and `web`
Héctor Ramón Jiménez
2019-11-21
1
-24
/
+121
|
/
*
Draft custom layout engine based on `druid`
Héctor Ramón Jiménez
2019-11-11
1
-6
/
+14
[next]