summaryrefslogtreecommitdiffstats
path: root/style/src (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-12Simplify `scrollable` styling APILibravatar Héctor Ramón Jiménez2-93/+39
2024-02-12Introduce an appearance for a scrollable, ability to customize the scrollbar ...Libravatar dtzxporter2-4/+30
2024-02-11Hyperlink sources in `style::theme::palette`Libravatar Héctor Ramón Jiménez1-38/+38
2024-02-11Add Kanagawa, Moonfly, Nightfly, Oxocarbon themesLibravatar Var Bhat2-0/+126
2024-02-11add tokyo night themes and palettesLibravatar Var Bhat2-0/+63
2024-02-11add catppuccin themesLibravatar Var Bhat2-0/+86
2024-02-10Use custom `Application::style` to enable transparencyLibravatar Héctor Ramón Jiménez1-8/+9
2024-02-09Invalidate `QRCode` cache on `Appearance` changeLibravatar Héctor Ramón Jiménez1-1/+1
2024-02-09Styling for QR Code using theme frameworkLibravatar Clark Moody3-0/+62
2024-02-07add border widths to toggler stylesheetLibravatar Giuliano Bellini s2947392-4/+10
2024-02-03Capitalize theme names in docs of `Theme`Libravatar Héctor Ramón Jiménez1-6/+6
2024-02-03Fix import style in `style::theme::palette`Libravatar Héctor Ramón Jiménez1-1/+1
2024-02-03Use `Theme::ALL` for theme selector in `styling` exampleLibravatar Héctor Ramón Jiménez1-3/+13
2024-02-03Capitalize theme names in `style::theme::palette`Libravatar Héctor Ramón Jiménez1-18/+24
2024-02-03Add Dracula, Nord, Solarized and Grubvox variants to `Theme`Libravatar Var Bhat2-1/+115
2024-02-01Use strong background for `Secondary` checkbox accentLibravatar Héctor Ramón Jiménez1-2/+2
2024-02-01Introduce support for disabling a `checkbox`Libravatar Alexander van Saase2-2/+41
2024-01-20Add `Shadow` to `container::Appearance`Libravatar Héctor Ramón Jiménez2-2/+5
2024-01-20Add `Shadow` to `button::Appearance`Libravatar Héctor Ramón Jiménez1-4/+7
2024-01-20Introduce `Border` struct analogous to `Shadow`Libravatar Héctor Ramón Jiménez13-152/+120
2024-01-10Add `Theme` selector to `layout` exampleLibravatar Héctor Ramón Jiménez1-6/+30
2024-01-10Add `explain` toggle to `layout` exampleLibravatar Héctor Ramón Jiménez1-0/+3
2024-01-10Add basic controls to `layout` exampleLibravatar Héctor Ramón Jiménez2-1/+31
2023-12-12added svg hover, for styles implLibravatar hicaru2-0/+11
2023-11-14Remove unnecessary `self` in `iced_style::theme`Libravatar Héctor Ramón Jiménez1-1/+1
2023-11-14Added support for custom shader widget for iced_wgpu backend.Libravatar Bingus1-1/+1
2023-10-27Write documentation for the new text APIsLibravatar Héctor Ramón Jiménez1-1/+1
2023-09-20Centralize `clippy` lints in `.cargo/config.toml`Libravatar Héctor Ramón Jiménez1-6/+0
2023-09-20Fix `clippy::default_trait_access`Libravatar Héctor Ramón Jiménez1-3/+3
2023-09-19Introduce new `iced_highlighter` subcrateLibravatar Héctor Ramón Jiménez1-15/+1
2023-09-19Chore: Apply clippy docs keyword quotingLibravatar Yuri Astrakhan1-1/+1
2023-09-17Draft `Highlighter` APILibravatar Héctor Ramón Jiménez2-2/+16
2023-09-12Draft `Editor` API and `TextEditor` widgetLibravatar Héctor Ramón Jiménez3-0/+161
2023-09-09Deny `broken_intradoc_links` and verify documentation in CILibravatar Héctor Ramón Jiménez1-3/+5
2023-09-03Introduce `theme::Custom::with_fn` to generate completely custom themesLibravatar Héctor Ramón Jiménez1-5/+22
2023-07-06Add ability to drag pane to the pane grid edges & optional style for dragged ...Libravatar Joao Freitas1-1/+1
2023-06-01Change default styling of `Slider` to leverage rounded bordersLibravatar Héctor Ramón Jiménez1-2/+2
2023-06-01Add border_radius to slider railLibravatar Casper Storm2-1/+4
2023-05-25Upgrade `palette` dependencyLibravatar Clark Moody1-10/+12
2023-05-23Extend border radius on relevant widgetsLibravatar Casper Storm12-43/+43
2023-05-21Support conversion from Fn trait to custom themeLibravatar Marien Zwart1-12/+16
2023-05-19Change name of hovered region style struct, reorder lines & export AppearanceLibravatar Joao Freitas2-18/+18
2023-05-19Implement `custom` helper for `theme::Button`Libravatar Héctor Ramón Jiménez1-0/+9
2023-05-19Remove `Builder` abstractions for gradientsLibravatar Héctor Ramón Jiménez1-3/+3
2023-05-16Add pane_grid functionality to split a pane with another paneLibravatar Joao Freitas2-1/+36
2023-05-11Added support for gradients as background variants + other optimizations.Libravatar Bingus2-0/+6
2023-04-28Do not require `Copy` for text `StyleSheet::Style`Libravatar Ian Douglas Scott1-20/+0
2023-04-13Remove `border_radius` support for `slider::Rail`Libravatar Héctor Ramón Jiménez2-3/+0
2023-04-12Rename `Rail::size` to `width`Libravatar Héctor Ramón Jiménez2-3/+3
2023-04-12Use a `border_radius` of `2.0` for slider rails in built-in themeLibravatar Héctor Ramón Jiménez1-1/+1