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
2023-02-16
Added the ability to change checkbox icon
Casper Storm
2
-4
/
+4
2022-12-29
Reworked Scrollable to account for lack of widget order guarantees.
bungoboingo
1
-0
/
+9
2022-12-29
Add multidirectional scrolling capabilities to the existing Scrollable.
Bingus
2
-1
/
+40
2022-12-14
Rename `pick_list::AccessoryContent` to `Handle`
Héctor Ramón Jiménez
2
-4
/
+4
2022-12-06
Fix casing in `theme`
Héctor Ramón Jiménez
1
-1
/
+1
2022-12-06
Remove `appearance` from `Handle`
Héctor Ramón Jiménez
2
-28
/
+45
2022-12-06
feat: SVG styling with icon fill color
Michael Aaron Murphy
3
-0
/
+46
2022-12-02
Fix custom style of PickList
Poly
1
-1
/
+1
2022-11-29
Added accessory_content_color to appreance.
Casper Rogild Storm
2
-0
/
+4
2022-11-29
Added ability to customize accessory content.
Casper Rogild Storm
2
-4
/
+0
2022-11-10
Write documentation for `iced_style`
Héctor Ramón Jiménez
18
-56
/
+261
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
15
-242
/
+499
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
2
-2
/
+15
2022-10-28
Use `once_cell` instead of `lazy_static`
Ian Douglas Scott
1
-6
/
+5
2022-10-05
Derive `Clone` and `Copy` for `toggler::Appearance`
MG_REX
1
-1
/
+1
2022-10-05
Add `is_selected` argument in `radio::StyleSheet`
MG_REX
2
-5
/
+13
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
[next]