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
/
style
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-01-20
Remove ambiguous `text_color` attributes for `Checkbox` and `Radio`
Héctor Ramón Jiménez
2
-2
/
+4
2022-01-03
Change GitHub namespace to new org for all files
LordRatte
2
-2
/
+2
2021-12-09
Use commit hash in `html_logo_url`
Héctor Ramón Jiménez
1
-1
/
+1
2021-12-09
Added icon in docs
daladim
1
-0
/
+3
2021-11-14
Add checkbox text_color styling
Daniel May
1
-0
/
+2
2021-11-02
Introduce generic lifetime to `Default` implementation for style sheets
Héctor Ramón Jiménez
12
-12
/
+12
2021-11-02
Move `viewport` argument to last position in `mouse_interaction` methods
Héctor Ramón Jiménez
1
-1
/
+0
2021-10-31
Introduce state lifetime for `style_sheet` in `Toggler`
Héctor Ramón Jiménez
1
-2
/
+2
2021-10-31
Reintroduce `Box` for `style_sheet` in `TextInput`
Héctor Ramón Jiménez
1
-2
/
+11
2021-10-31
Reintroduce `Box` for `style_sheet` in `Slider`
Héctor Ramón Jiménez
1
-2
/
+11
2021-10-31
Reintroduce `Box` for `style_sheet` in `Scrollable`
Héctor Ramón Jiménez
1
-2
/
+11
2021-10-31
Introduce state lifetime for `style_sheet` in `Rule`
Héctor Ramón Jiménez
1
-2
/
+2
2021-10-31
Reintroduce `Box` for `style_sheet` in `Radio`
Héctor Ramón Jiménez
1
-2
/
+11
2021-10-31
Introduce state lifetime for `style_sheet` in `ProgressBar`
Héctor Ramón Jiménez
1
-2
/
+2
2021-10-31
Introduce state lifetime for `style_sheet` in `PickList`
Héctor Ramón Jiménez
1
-2
/
+2
2021-10-31
Reintroduce `Box` for `style_sheet` in `PaneGrid`
Héctor Ramón Jiménez
1
-2
/
+11
2021-10-31
Reintroduce `Box` for `style_sheet` in `Container`
Héctor Ramón Jiménez
1
-2
/
+11
2021-10-31
Reintroduce `Box` for `style_sheet` in `Checkbox`
Héctor Ramón Jiménez
1
-2
/
+11
2021-10-31
Reintroduce `Box` for `style_sheet` in `Button`
Héctor Ramón Jiménez
1
-2
/
+11
2021-10-25
Implement `Widget::draw` for `PaneGrid`
Héctor Ramón Jiménez
1
-11
/
+2
2021-10-21
Remove `Renderer` trait for `Checkbox`
Héctor Ramón Jiménez
1
-11
/
+2
2021-10-20
Wire up styling to `Radio` in `iced_native`
Héctor Ramón Jiménez
1
-11
/
+2
2021-10-20
Implement `Widget::draw` for `TextInput`
Héctor Ramón Jiménez
1
-11
/
+2
2021-10-20
Wire up styling to `Slider` in `iced_native`
Héctor Ramón Jiménez
1
-11
/
+2
2021-10-18
Wire up styling to `Button` in `iced_native`
Héctor Ramón Jiménez
1
-11
/
+2
2021-10-18
Wire up `container` styling to `iced_native`
Héctor Ramón Jiménez
1
-11
/
+2
2021-10-18
Draw scrollbar in `Widget::draw` for `Scrollable`
Héctor Ramón Jiménez
1
-11
/
+2
2021-08-12
tweak default rule style
Billy Messenger
1
-2
/
+2
2021-07-22
Introduce `placeholder_color` to `pick_list::Style`
Héctor Ramón Jiménez
1
-0
/
+2
2021-06-03
Implement `Toggler` widget for iced_native
Kaiden42
2
-0
/
+58
2021-06-01
Implement `Default` for `Style` in `rule`
Héctor Ramón
1
-6
/
+12
2021-03-31
Bump versions :tada:
Héctor Ramón Jiménez
1
-3
/
+4
2021-01-29
impl Clone and Copy for all Style types in iced_style
Taiki Endo
4
-4
/
+4
2021-01-01
Implement split highlight on hover for `PaneGrid`
Héctor Ramón Jiménez
2
-0
/
+52
2020-11-26
Bump versions :tada:
Héctor Ramón Jiménez
1
-2
/
+2
2020-11-26
Update graphs in crate docs
Héctor Ramón Jiménez
1
-0
/
+2
2020-11-26
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
1
-2
/
+0
2020-11-23
Use `f32` for `border_width` and `border_radius`
Héctor Ramón Jiménez
11
-47
/
+47
2020-08-22
added FillMode::fill()
Billy Messenger
1
-1
/
+48
2020-08-22
added FillMode enum style for the Rule widget
Billy Messenger
1
-5
/
+23
2020-08-22
widget Rule added
Billy Messenger
2
-0
/
+52
2020-07-10
Rename `ComboBox` to `PickList`
Héctor Ramón Jiménez
2
-2
/
+2
2020-07-08
Add styling support for `ComboBox` and `Menu`
Héctor Ramón Jiménez
3
-0
/
+97
2020-06-12
Add `background_color` to `Application` and `Sandbox`
Héctor Ramón Jiménez
1
-0
/
+2
2020-04-02
Bump all versions :tada:
Héctor Ramón Jiménez
1
-2
/
+2
2020-02-22
inital patch by Finnerale
FabianLars
1
-0
/
+6
2020-01-22
Improve default style of `Button`
Héctor Ramón Jiménez
1
-6
/
+6
2020-01-20
Write documentation for `iced_futures`
Héctor Ramón Jiménez
1
-0
/
+4
2020-01-08
Allow `Checkbox` style to change based on its state
Héctor Ramón Jiménez
1
-5
/
+5
2020-01-07
Implement styling for `Checkbox`
Héctor Ramón Jiménez
2
-0
/
+56
[next]