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
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-08-02
feat: allow specification of `border_radius` for `pick_list::Menu`
Nick Senger
2
-0
/
+2
2022-07-10
Add and purify `arc` example by @ThatsNoMoon
Héctor Ramón Jiménez
1
-5
/
+5
2022-07-09
Fix further `clippy` lints
Héctor Ramón Jiménez
3
-11
/
+15
2022-07-08
Fix inconsistent styling for `Radio` and `Checkbox`
Héctor Ramón Jiménez
1
-2
/
+11
2022-07-08
Add `Style` variant support to `application::StyleSheet`
Héctor Ramón Jiménez
2
-8
/
+28
2022-06-29
Introduce `StyleSheet` for `Text` widget
Héctor Ramón Jiménez
3
-0
/
+54
2022-06-07
Remove unused code warnings
Héctor Ramón Jiménez
1
-14
/
+0
2022-06-07
Implement theme styling for `PickList` and `Menu`
Héctor Ramón Jiménez
3
-67
/
+73
2022-06-07
Implement theme styling for `Container`
Héctor Ramón Jiménez
2
-34
/
+51
2022-06-07
Implement theme styling for `Scrollable`
Héctor Ramón Jiménez
2
-45
/
+49
2022-06-07
Implement theme styling for `TextInput`
Héctor Ramón Jiménez
3
-80
/
+83
2022-06-04
Implement theme styling for `Checkbox`
Héctor Ramón Jiménez
2
-39
/
+108
2022-06-04
Expose `palette` module in `theme`
Héctor Ramón Jiménez
1
-2
/
+2
2022-06-01
Implement theme styling for `ProgressBar`
Héctor Ramón Jiménez
2
-29
/
+43
2022-06-01
Introduce `Custom` style variant for `Rule`
Héctor Ramón Jiménez
1
-7
/
+22
2022-06-01
Implement theme styling for `Rule`
Héctor Ramón Jiménez
2
-53
/
+40
2022-06-01
Implement theme styling for `PaneGrid`
Héctor Ramón Jiménez
2
-29
/
+30
2022-06-01
Implement theme styling for `Toggler`
Héctor Ramón Jiménez
2
-41
/
+64
2022-05-27
Implement theme styling for `Radio`
Héctor Ramón Jiménez
2
-38
/
+32
2022-05-26
Introduce specific types for each `palette::Extended` field
Héctor Ramón Jiménez
2
-62
/
+131
2022-05-26
Rename `Variant` to `Style` and `Style` to `Appearance`
Héctor Ramón Jiménez
3
-46
/
+46
2022-05-26
Rename `theme::Definition` to `application::StyleSheet`
Héctor Ramón Jiménez
3
-7
/
+10
2022-05-26
Tweak styling of `Slider` and improve contrast of `Background`
Héctor Ramón Jiménez
2
-18
/
+16
2022-05-26
Let a `Theme` control the `text_color` of an application
Héctor Ramón Jiménez
2
-16
/
+34
2022-05-26
Implement theme styling for `Slider`
Héctor Ramón Jiménez
3
-61
/
+61
2022-05-25
Let a `Theme` control the background color of an application
Héctor Ramón Jiménez
1
-1
/
+13
2022-05-21
Implement basic theming `Palette`
Héctor Ramón Jiménez
2
-8
/
+273
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
3
-37
/
+57
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
1
-1
/
+1
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
[next]