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
2024-03-07
Move `Theme` type to `iced_core`
Héctor Ramón Jiménez
4
-885
/
+0
2024-03-06
Simplify theming for `Application`
Héctor Ramón Jiménez
3
-69
/
+0
2024-03-06
Use `Style` struct pattern instead of trait for all widgets
Héctor Ramón Jiménez
1
-3
/
+0
2024-03-06
Simplify theming for `PickList`, `ComboBox`, and `Menu` widgets
Héctor Ramón Jiménez
4
-165
/
+0
2024-03-06
Simplify theming for `PaneGrid` widget
Héctor Ramón Jiménez
3
-104
/
+1
2024-03-06
Simplify theming for `TextEditor` widget
Héctor Ramón Jiménez
3
-165
/
+0
2024-03-06
Simplify theming for `Svg` widget
Héctor Ramón Jiménez
3
-76
/
+0
2024-03-06
Simplify theming for `Toggler` widget
Héctor Ramón Jiménez
3
-106
/
+0
2024-03-05
Simplify theming for `Rule` widget
Héctor Ramón Jiménez
3
-133
/
+0
2024-03-05
Simplify theming for `ProgressBar` widget
Héctor Ramón Jiménez
3
-80
/
+0
2024-03-05
Simplify theming for `Radio` widget
Héctor Ramón Jiménez
3
-86
/
+0
2024-03-05
Move style types of `slider` to `iced_widget`
Héctor Ramón Jiménez
3
-114
/
+0
2024-03-05
Simplify theming for `QRCode` widget
Héctor Ramón Jiménez
3
-62
/
+0
2024-03-05
Simplify theming for `TextInput` widget
Héctor Ramón Jiménez
3
-171
/
+0
2024-03-05
Simplify theming for `Scrollable` widget
Héctor Ramón Jiménez
4
-195
/
+0
2024-03-05
Simplify theming for `Container` widget
Héctor Ramón Jiménez
1
-54
/
+1
2024-03-05
Simplify theming for `Checkbox` widget
Héctor Ramón Jiménez
4
-191
/
+0
2024-03-04
Simplify theming for `Button` widget
Héctor Ramón Jiménez
3
-209
/
+2
2024-03-04
Simplify theming for `Text` widget
Héctor Ramón Jiménez
1
-26
/
+1
2024-03-04
Try new approach to theming for `Slider`
Héctor Ramón Jiménez
3
-90
/
+49
2024-02-21
Add default `hovered` implementation to `svg::StyleSheet`
Héctor Ramón Jiménez
1
-1
/
+3
2024-02-21
Add default `disabled` implementation to `checkbox::StyleSheet`
Héctor Ramón Jiménez
1
-1
/
+16
2024-02-12
Simplify `scrollable` styling API
Héctor Ramón Jiménez
2
-93
/
+39
2024-02-12
Introduce an appearance for a scrollable, ability to customize the scrollbar ...
dtzxporter
2
-4
/
+30
2024-02-11
Hyperlink sources in `style::theme::palette`
Héctor Ramón Jiménez
1
-38
/
+38
2024-02-11
Add Kanagawa, Moonfly, Nightfly, Oxocarbon themes
Var Bhat
2
-0
/
+126
2024-02-11
add tokyo night themes and palettes
Var Bhat
2
-0
/
+63
2024-02-11
add catppuccin themes
Var Bhat
2
-0
/
+86
2024-02-10
Use custom `Application::style` to enable transparency
Héctor Ramón Jiménez
1
-8
/
+9
2024-02-09
Invalidate `QRCode` cache on `Appearance` change
Héctor Ramón Jiménez
1
-1
/
+1
2024-02-09
Styling for QR Code using theme framework
Clark Moody
3
-0
/
+62
2024-02-07
add border widths to toggler stylesheet
Giuliano Bellini s294739
2
-4
/
+10
2024-02-03
Capitalize theme names in docs of `Theme`
Héctor Ramón Jiménez
1
-6
/
+6
2024-02-03
Fix import style in `style::theme::palette`
Héctor Ramón Jiménez
1
-1
/
+1
2024-02-03
Use `Theme::ALL` for theme selector in `styling` example
Héctor Ramón Jiménez
1
-3
/
+13
2024-02-03
Capitalize theme names in `style::theme::palette`
Héctor Ramón Jiménez
1
-18
/
+24
2024-02-03
Add Dracula, Nord, Solarized and Grubvox variants to `Theme`
Var Bhat
2
-1
/
+115
2024-02-01
Use strong background for `Secondary` checkbox accent
Héctor Ramón Jiménez
1
-2
/
+2
2024-02-01
Introduce support for disabling a `checkbox`
Alexander van Saase
2
-2
/
+41
2024-01-20
Add `Shadow` to `container::Appearance`
Héctor Ramón Jiménez
2
-2
/
+5
2024-01-20
Add `Shadow` to `button::Appearance`
Héctor Ramón Jiménez
1
-4
/
+7
2024-01-20
Introduce `Border` struct analogous to `Shadow`
Héctor Ramón Jiménez
13
-152
/
+120
2024-01-10
Add `Theme` selector to `layout` example
Héctor Ramón Jiménez
1
-6
/
+30
2024-01-10
Add `explain` toggle to `layout` example
Héctor Ramón Jiménez
1
-0
/
+3
2024-01-10
Add basic controls to `layout` example
Héctor Ramón Jiménez
2
-1
/
+31
2023-12-12
added svg hover, for styles impl
hicaru
2
-0
/
+11
2023-11-14
Remove unnecessary `self` in `iced_style::theme`
Héctor Ramón Jiménez
1
-1
/
+1
2023-11-14
Added support for custom shader widget for iced_wgpu backend.
Bingus
1
-1
/
+1
2023-10-27
Write documentation for the new text APIs
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-20
Centralize `clippy` lints in `.cargo/config.toml`
Héctor Ramón Jiménez
1
-6
/
+0
[next]