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
2024-02-07
add border widths to toggler stylesheet
Giuliano Bellini s294739
1
-2
/
+4
2024-02-03
Capitalize theme names in docs of `Theme`
Héctor Ramón Jiménez
1
-6
/
+6
2024-02-03
Use `Theme::ALL` for theme selector in `styling` example
Héctor Ramón Jiménez
1
-3
/
+13
2024-02-03
Add Dracula, Nord, Solarized and Grubvox variants to `Theme`
Var Bhat
1
-0
/
+30
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
1
-2
/
+38
2024-01-20
Add `Shadow` to `container::Appearance`
Héctor Ramón Jiménez
1
-1
/
+2
2024-01-20
Introduce `Border` struct analogous to `Shadow`
Héctor Ramón Jiménez
1
-56
/
+72
2024-01-10
Add `Theme` selector to `layout` example
Héctor Ramón Jiménez
1
-6
/
+30
2024-01-10
Add basic controls to `layout` example
Héctor Ramón Jiménez
1
-0
/
+6
2023-12-12
added svg hover, for styles impl
hicaru
1
-0
/
+8
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-09-20
Fix `clippy::default_trait_access`
Héctor Ramón Jiménez
1
-3
/
+3
2023-09-12
Draft `Editor` API and `TextEditor` widget
Héctor Ramón Jiménez
1
-0
/
+113
2023-09-03
Introduce `theme::Custom::with_fn` to generate completely custom themes
Héctor Ramón Jiménez
1
-5
/
+22
2023-06-01
Change default styling of `Slider` to leverage rounded borders
Héctor Ramón Jiménez
1
-2
/
+2
2023-06-01
Add border_radius to slider rail
Casper Storm
1
-1
/
+2
2023-05-23
Extend border radius on relevant widgets
Casper Storm
1
-18
/
+18
2023-05-21
Support conversion from Fn trait to custom theme
Marien Zwart
1
-12
/
+16
2023-05-19
Change name of hovered region style struct, reorder lines & export Appearance
Joao Freitas
1
-2
/
+2
2023-05-19
Implement `custom` helper for `theme::Button`
Héctor Ramón Jiménez
1
-0
/
+9
2023-05-19
Remove `Builder` abstractions for gradients
Héctor Ramón Jiménez
1
-3
/
+3
2023-05-16
Add pane_grid functionality to split a pane with another pane
Joao Freitas
1
-0
/
+19
2023-05-11
Added support for gradients as background variants + other optimizations.
Bingus
1
-0
/
+3
2023-04-13
Remove `border_radius` support for `slider::Rail`
Héctor Ramón Jiménez
1
-1
/
+0
2023-04-12
Rename `Rail::size` to `width`
Héctor Ramón Jiménez
1
-1
/
+1
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
1
-2
/
+0
2023-04-12
Introduce left and right colors for slider rails
Night_Hunter
1
-4
/
+10
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
1
-0
/
+26
2023-04-11
Changed `Handle` to `Icon` to be consistent
Casper Storm
1
-3
/
+3
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
1
-0
/
+3
2023-03-27
Introduce `is_mouse_over_scrollbar` to `StyleSheet::hovered` for `Scrollable`
Héctor Ramón Jiménez
1
-32
/
+31
2023-03-25
renamed scrollable styles
Giuliano Bellini s294739
1
-10
/
+10
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-1
/
+1
2023-02-16
Added the ability to change checkbox icon
Casper Storm
1
-2
/
+2
2023-01-23
added function focused and focused_horizontal to theme.rs
Giuliano Bellini s294739
1
-0
/
+17
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
1
-0
/
+24
2022-12-14
Rename `pick_list::AccessoryContent` to `Handle`
Héctor Ramón Jiménez
1
-2
/
+2
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
1
-23
/
+38
2022-12-06
feat: SVG styling with icon fill color
Michael Aaron Murphy
1
-0
/
+24
2022-12-02
Fix custom style of PickList
Poly
1
-1
/
+1
2022-11-29
Added accessory_content_color to appreance.
Casper Rogild Storm
1
-0
/
+2
2022-11-29
Added ability to customize accessory content.
Casper Rogild Storm
1
-2
/
+0
2022-11-10
Write documentation for `iced_style`
Héctor Ramón Jiménez
1
-42
/
+67
[next]