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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
2023-03-04
1
-1
/
+1
*
Added the ability to change checkbox icon
Casper Storm
2023-02-16
1
-2
/
+2
*
Merge pull request #1550 from bungoboingo/feat/multidirectional-scrolling
Héctor Ramón
2023-01-09
1
-0
/
+33
|
\
|
*
Reworked Scrollable to account for lack of widget order guarantees.
bungoboingo
2022-12-29
1
-0
/
+9
|
*
Add multidirectional scrolling capabilities to the existing Scrollable.
Bingus
2022-12-29
1
-0
/
+24
*
|
Merge pull request #1562 from casperstorm/feat/custom-accessory-content
Héctor Ramón
2023-01-02
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Rename `pick_list::AccessoryContent` to `Handle`
Héctor Ramón Jiménez
2022-12-14
1
-2
/
+2
|
*
Added accessory_content_color to appreance.
Casper Rogild Storm
2022-11-29
1
-0
/
+2
|
*
Added ability to customize accessory content.
Casper Rogild Storm
2022-11-29
1
-2
/
+0
*
|
Fix casing in `theme`
Héctor Ramón Jiménez
2022-12-06
1
-1
/
+1
*
|
Remove `appearance` from `Handle`
Héctor Ramón Jiménez
2022-12-06
1
-23
/
+38
*
|
feat: SVG styling with icon fill color
Michael Aaron Murphy
2022-12-06
1
-0
/
+24
*
|
Fix custom style of PickList
Poly
2022-12-02
1
-1
/
+1
|
/
*
Write documentation for `iced_style`
Héctor Ramón Jiménez
2022-11-10
1
-42
/
+67
*
Use `derive(Default)` for `theme` types
Héctor Ramón Jiménez
2022-11-09
1
-50
/
+16
*
Introduce `Custom` variants for every style in the built-in `Theme`
Héctor Ramón Jiménez
2022-11-09
1
-189
/
+453
*
Box `Custom` in `Theme`
Héctor Ramón Jiménez
2022-11-03
1
-4
/
+4
*
Derive `Copy` for `Theme`
Héctor Ramón Jiménez
2022-11-03
1
-2
/
+2
*
Make `Theme::Custom` fields opaque
Héctor Ramón Jiménez
2022-11-03
1
-6
/
+22
*
fix: clippy lint https://rust-lang.github.io/rust-clippy/master/index.html#la...
Ashley Wulber
2022-11-03
1
-5
/
+5
*
wip: Custom palette for built in theme
Ashley Wulber
2022-11-03
1
-1
/
+8
*
Add `is_selected` argument in `radio::StyleSheet`
MG_REX
2022-10-05
1
-3
/
+11
*
feat: allow specification of `border_radius` for `pick_list::Menu`
Nick Senger
2022-08-02
1
-0
/
+1
*
Fix further `clippy` lints
Héctor Ramón Jiménez
2022-07-09
1
-4
/
+4
*
Fix inconsistent styling for `Radio` and `Checkbox`
Héctor Ramón Jiménez
2022-07-08
1
-2
/
+11
*
Add `Style` variant support to `application::StyleSheet`
Héctor Ramón Jiménez
2022-07-08
1
-6
/
+20
*
Introduce `StyleSheet` for `Text` widget
Héctor Ramón Jiménez
2022-06-29
1
-0
/
+35
*
Implement theme styling for `PickList` and `Menu`
Héctor Ramón Jiménez
2022-06-07
1
-1
/
+57
*
Implement theme styling for `Container`
Héctor Ramón Jiménez
2022-06-07
1
-1
/
+45
*
Implement theme styling for `Scrollable`
Héctor Ramón Jiménez
2022-06-07
1
-0
/
+43
*
Implement theme styling for `TextInput`
Héctor Ramón Jiménez
2022-06-07
1
-13
/
+72
*
Implement theme styling for `Checkbox`
Héctor Ramón Jiménez
2022-06-04
1
-0
/
+104
*
Expose `palette` module in `theme`
Héctor Ramón Jiménez
2022-06-04
1
-2
/
+2
*
Implement theme styling for `ProgressBar`
Héctor Ramón Jiménez
2022-06-01
1
-0
/
+39
*
Introduce `Custom` style variant for `Rule`
Héctor Ramón Jiménez
2022-06-01
1
-7
/
+22
*
Implement theme styling for `Rule`
Héctor Ramón Jiménez
2022-06-01
1
-0
/
+19
*
Implement theme styling for `PaneGrid`
Héctor Ramón Jiménez
2022-06-01
1
-0
/
+26
*
Implement theme styling for `Toggler`
Héctor Ramón Jiménez
2022-06-01
1
-0
/
+60
*
Implement theme styling for `Radio`
Héctor Ramón Jiménez
2022-05-27
1
-0
/
+28
*
Introduce specific types for each `palette::Extended` field
Héctor Ramón Jiménez
2022-05-26
1
-32
/
+22
*
Rename `Variant` to `Style` and `Style` to `Appearance`
Héctor Ramón Jiménez
2022-05-26
1
-28
/
+28
*
Rename `theme::Definition` to `application::StyleSheet`
Héctor Ramón Jiménez
2022-05-26
1
-7
/
+2
*
Tweak styling of `Slider` and improve contrast of `Background`
Héctor Ramón Jiménez
2022-05-26
1
-5
/
+5
*
Let a `Theme` control the `text_color` of an application
Héctor Ramón Jiménez
2022-05-26
1
-1
/
+9
*
Implement theme styling for `Slider`
Héctor Ramón Jiménez
2022-05-26
1
-0
/
+54
*
Let a `Theme` control the background color of an application
Héctor Ramón Jiménez
2022-05-25
1
-1
/
+13
*
Implement basic theming `Palette`
Héctor Ramón Jiménez
2022-05-21
1
-8
/
+71
*
Draft first-class `Theme` support
Héctor Ramón Jiménez
2022-05-14
1
-0
/
+45