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
*
Simplify `scrollable` styling API
Héctor Ramón Jiménez
2024-02-12
1
-56
/
+21
*
Introduce an appearance for a scrollable, ability to customize the scrollbar ...
dtzxporter
2024-02-12
1
-0
/
+14
*
Add Kanagawa, Moonfly, Nightfly, Oxocarbon themes
Var Bhat
2024-02-11
1
-0
/
+36
*
add tokyo night themes and palettes
Var Bhat
2024-02-11
1
-0
/
+18
*
add catppuccin themes
Var Bhat
2024-02-11
1
-0
/
+26
*
Use custom `Application::style` to enable transparency
Héctor Ramón Jiménez
2024-02-10
1
-8
/
+9
*
Styling for QR Code using theme framework
Clark Moody
2024-02-09
1
-0
/
+41
*
add border widths to toggler stylesheet
Giuliano Bellini s294739
2024-02-07
1
-2
/
+4
*
Capitalize theme names in docs of `Theme`
Héctor Ramón Jiménez
2024-02-03
1
-6
/
+6
*
Use `Theme::ALL` for theme selector in `styling` example
Héctor Ramón Jiménez
2024-02-03
1
-3
/
+13
*
Add Dracula, Nord, Solarized and Grubvox variants to `Theme`
Var Bhat
2024-02-03
1
-0
/
+30
*
Use strong background for `Secondary` checkbox accent
Héctor Ramón Jiménez
2024-02-01
1
-2
/
+2
*
Introduce support for disabling a `checkbox`
Alexander van Saase
2024-02-01
1
-2
/
+38
*
Add `Shadow` to `container::Appearance`
Héctor Ramón Jiménez
2024-01-20
1
-1
/
+2
*
Introduce `Border` struct analogous to `Shadow`
Héctor Ramón Jiménez
2024-01-20
1
-56
/
+72
*
Merge pull request #2163 from hicaru/svg_hover
Héctor Ramón
2024-01-18
1
-0
/
+8
|
\
|
*
added svg hover, for styles impl
hicaru
2023-12-12
1
-0
/
+8
*
|
Add `Theme` selector to `layout` example
Héctor Ramón Jiménez
2024-01-10
1
-6
/
+30
*
|
Add basic controls to `layout` example
Héctor Ramón Jiménez
2024-01-10
1
-0
/
+6
|
/
*
Merge branch 'master' into text-editor
Héctor Ramón Jiménez
2023-10-27
1
-3
/
+3
|
\
|
*
Fix `clippy::default_trait_access`
Héctor Ramón Jiménez
2023-09-20
1
-3
/
+3
*
|
Draft `Editor` API and `TextEditor` widget
Héctor Ramón Jiménez
2023-09-12
1
-0
/
+113
|
/
*
Introduce `theme::Custom::with_fn` to generate completely custom themes
Héctor Ramón Jiménez
2023-09-03
1
-5
/
+22
*
Change default styling of `Slider` to leverage rounded borders
Héctor Ramón Jiménez
2023-06-01
1
-2
/
+2
*
Add border_radius to slider rail
Casper Storm
2023-06-01
1
-1
/
+2
*
Extend border radius on relevant widgets
Casper Storm
2023-05-23
1
-18
/
+18
*
Support conversion from Fn trait to custom theme
Marien Zwart
2023-05-21
1
-12
/
+16
*
Merge pull request #1856 from jhff/pane_grid_split_with_dragged_pane
Héctor Ramón
2023-05-19
1
-0
/
+19
|
\
|
*
Change name of hovered region style struct, reorder lines & export Appearance
Joao Freitas
2023-05-19
1
-2
/
+2
|
*
Add pane_grid functionality to split a pane with another pane
Joao Freitas
2023-05-16
1
-0
/
+19
*
|
Implement `custom` helper for `theme::Button`
Héctor Ramón Jiménez
2023-05-19
1
-0
/
+9
*
|
Remove `Builder` abstractions for gradients
Héctor Ramón Jiménez
2023-05-19
1
-3
/
+3
*
|
Added support for gradients as background variants + other optimizations.
Bingus
2023-05-11
1
-0
/
+3
|
/
*
Merge branch 'master' into advanced-text
Héctor Ramón Jiménez
2023-04-17
1
-20
/
+66
|
\
|
*
Remove `border_radius` support for `slider::Rail`
Héctor Ramón Jiménez
2023-04-13
1
-1
/
+0
|
*
Rename `Rail::size` to `width`
Héctor Ramón Jiménez
2023-04-12
1
-1
/
+1
|
*
Use a `border_radius` of `2.0` for slider rails in built-in theme
Héctor Ramón Jiménez
2023-04-12
1
-1
/
+1
|
*
Remove `border_width` support in `slider::Rail`
Héctor Ramón Jiménez
2023-04-12
1
-2
/
+0
|
*
Introduce left and right colors for slider rails
Night_Hunter
2023-04-12
1
-4
/
+10
|
*
Fine-tune built-in styling of disabled `TextInput`
Héctor Ramón Jiménez
2023-04-12
1
-7
/
+5
|
*
Introduce disabled state for `TextInput`
Dan Mishin
2023-04-12
1
-0
/
+26
|
*
Changed `Handle` to `Icon` to be consistent
Casper Storm
2023-04-11
1
-3
/
+3
|
*
Updated `handle_color` for focused state
Casper Storm
2023-04-11
1
-1
/
+1
|
*
feat: added handle to text_input
Casper Storm
2023-04-11
1
-0
/
+3
|
*
Introduce `is_mouse_over_scrollbar` to `StyleSheet::hovered` for `Scrollable`
Héctor Ramón Jiménez
2023-03-27
1
-32
/
+31
|
*
renamed scrollable styles
Giuliano Bellini s294739
2023-03-25
1
-10
/
+10
|
*
Merge branch 'iced-rs:master' into master
Giuliano Bellini
2023-02-22
1
-2
/
+2
|
|
\
|
*
|
added function focused and focused_horizontal to theme.rs
Giuliano Bellini s294739
2023-01-23
1
-0
/
+17
*
|
|
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
|
/
[next]