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
/
theme.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-11-10
Write documentation for `iced_style`
Héctor Ramón Jiménez
1
-42
/
+67
2022-11-09
Use `derive(Default)` for `theme` types
Héctor Ramón Jiménez
1
-50
/
+16
2022-11-09
Introduce `Custom` variants for every style in the built-in `Theme`
Héctor Ramón Jiménez
1
-189
/
+453
2022-11-03
Box `Custom` in `Theme`
Héctor Ramón Jiménez
1
-4
/
+4
2022-11-03
Derive `Copy` for `Theme`
Héctor Ramón Jiménez
1
-2
/
+2
2022-11-03
Make `Theme::Custom` fields opaque
Héctor Ramón Jiménez
1
-6
/
+22
2022-11-03
fix: clippy lint https://rust-lang.github.io/rust-clippy/master/index.html#la...
Ashley Wulber
1
-5
/
+5
2022-11-03
wip: Custom palette for built in theme
Ashley Wulber
1
-1
/
+8
2022-10-05
Add `is_selected` argument in `radio::StyleSheet`
MG_REX
1
-3
/
+11
2022-08-02
feat: allow specification of `border_radius` for `pick_list::Menu`
Nick Senger
1
-0
/
+1
2022-07-09
Fix further `clippy` lints
Héctor Ramón Jiménez
1
-4
/
+4
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
1
-6
/
+20
2022-06-29
Introduce `StyleSheet` for `Text` widget
Héctor Ramón Jiménez
1
-0
/
+35
2022-06-07
Implement theme styling for `PickList` and `Menu`
Héctor Ramón Jiménez
1
-1
/
+57
2022-06-07
Implement theme styling for `Container`
Héctor Ramón Jiménez
1
-1
/
+45
2022-06-07
Implement theme styling for `Scrollable`
Héctor Ramón Jiménez
1
-0
/
+43
2022-06-07
Implement theme styling for `TextInput`
Héctor Ramón Jiménez
1
-13
/
+72
2022-06-04
Implement theme styling for `Checkbox`
Héctor Ramón Jiménez
1
-0
/
+104
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
1
-0
/
+39
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
1
-0
/
+19
2022-06-01
Implement theme styling for `PaneGrid`
Héctor Ramón Jiménez
1
-0
/
+26
2022-06-01
Implement theme styling for `Toggler`
Héctor Ramón Jiménez
1
-0
/
+60
2022-05-27
Implement theme styling for `Radio`
Héctor Ramón Jiménez
1
-0
/
+28
2022-05-26
Introduce specific types for each `palette::Extended` field
Héctor Ramón Jiménez
1
-32
/
+22
2022-05-26
Rename `Variant` to `Style` and `Style` to `Appearance`
Héctor Ramón Jiménez
1
-28
/
+28
2022-05-26
Rename `theme::Definition` to `application::StyleSheet`
Héctor Ramón Jiménez
1
-7
/
+2
2022-05-26
Tweak styling of `Slider` and improve contrast of `Background`
Héctor Ramón Jiménez
1
-5
/
+5
2022-05-26
Let a `Theme` control the `text_color` of an application
Héctor Ramón Jiménez
1
-1
/
+9
2022-05-26
Implement theme styling for `Slider`
Héctor Ramón Jiménez
1
-0
/
+54
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
1
-8
/
+71
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
1
-0
/
+45