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
2023-04-13
Bump versions :tada:
Héctor Ramón Jiménez
1
-2
/
+2
2023-04-13
Remove `border_radius` support for `slider::Rail`
Héctor Ramón Jiménez
2
-3
/
+0
2023-04-12
Rename `Rail::size` to `width`
Héctor Ramón Jiménez
2
-3
/
+3
2023-04-12
Use a `border_radius` of `2.0` for slider rails in built-in theme
Héctor Ramón Jiménez
1
-1
/
+1
2023-04-12
Remove `border_width` support in `slider::Rail`
Héctor Ramón Jiménez
2
-6
/
+0
2023-04-12
Introduce left and right colors for slider rails
Night_Hunter
2
-5
/
+26
2023-04-12
Fine-tune built-in styling of disabled `TextInput`
Héctor Ramón Jiménez
1
-7
/
+5
2023-04-12
Introduce disabled state for `TextInput`
Dan Mishin
2
-0
/
+32
2023-04-11
Changed `Handle` to `Icon` to be consistent
Casper Storm
2
-5
/
+5
2023-04-11
Updated `handle_color` for focused state
Casper Storm
1
-1
/
+1
2023-04-11
feat: added handle to text_input
Casper Storm
2
-0
/
+5
2023-03-27
Fix inconsistency in default implementation of `scrollable::StyleSheet`
Héctor Ramón Jiménez
1
-1
/
+1
2023-03-27
Introduce `is_mouse_over_scrollbar` to `StyleSheet::hovered` for `Scrollable`
Héctor Ramón Jiménez
2
-49
/
+46
2023-03-25
renamed scrollable styles
Giuliano Bellini s294739
2
-17
/
+17
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
3
-4
/
+3
2023-02-18
Bump versions :tada:
Héctor Ramón Jiménez
1
-2
/
+2
2023-02-16
Added the ability to change checkbox icon
Casper Storm
2
-4
/
+4
2023-01-23
added function focused and focused_horizontal to theme.rs
Giuliano Bellini s294739
1
-0
/
+17
2023-01-23
added new style for scrollable, to be applied when mouse is over the scrollab...
Giuliano Bellini s294739
1
-0
/
+10
2023-01-14
Bump versions :tada:
Héctor Ramón Jiménez
1
-2
/
+2
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-07
Bump versions :tada:
Héctor Ramón Jiménez
1
-1
/
+1
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
Bump versions :tada:
Héctor Ramón Jiménez
1
-2
/
+2
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
2
-8
/
+7
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
[next]