summaryrefslogtreecommitdiffstats
path: root/style (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move style types of `slider` to `iced_widget`Libravatar Héctor Ramón Jiménez2024-03-053-114/+0
|
* Simplify theming for `QRCode` widgetLibravatar Héctor Ramón Jiménez2024-03-053-62/+0
|
* Simplify theming for `TextInput` widgetLibravatar Héctor Ramón Jiménez2024-03-053-171/+0
|
* Simplify theming for `Scrollable` widgetLibravatar Héctor Ramón Jiménez2024-03-054-195/+0
|
* Simplify theming for `Container` widgetLibravatar Héctor Ramón Jiménez2024-03-051-54/+1
|
* Simplify theming for `Checkbox` widgetLibravatar Héctor Ramón Jiménez2024-03-054-191/+0
|
* Simplify theming for `Button` widgetLibravatar Héctor Ramón Jiménez2024-03-043-209/+2
|
* Simplify theming for `Text` widgetLibravatar Héctor Ramón Jiménez2024-03-041-26/+1
|
* Try new approach to theming for `Slider`Libravatar Héctor Ramón Jiménez2024-03-043-90/+49
|
* Add default `hovered` implementation to `svg::StyleSheet`Libravatar Héctor Ramón Jiménez2024-02-211-1/+3
|
* Add default `disabled` implementation to `checkbox::StyleSheet`Libravatar Héctor Ramón Jiménez2024-02-211-1/+16
|
* Simplify `scrollable` styling APILibravatar Héctor Ramón Jiménez2024-02-122-93/+39
|
* Introduce an appearance for a scrollable, ability to customize the scrollbar ↵Libravatar dtzxporter2024-02-122-4/+30
| | | | | | gap. Update scrollable.rs
* Hyperlink sources in `style::theme::palette`Libravatar Héctor Ramón Jiménez2024-02-111-38/+38
|
* Add Kanagawa, Moonfly, Nightfly, Oxocarbon themesLibravatar Var Bhat2024-02-112-0/+126
|
* add tokyo night themes and palettesLibravatar Var Bhat2024-02-112-0/+63
| | | | Source: https://github.com/enkia/tokyo-night-vscode-theme
* add catppuccin themesLibravatar Var Bhat2024-02-112-0/+86
|
* Use custom `Application::style` to enable transparencyLibravatar Héctor Ramón Jiménez2024-02-101-8/+9
|
* Invalidate `QRCode` cache on `Appearance` changeLibravatar Héctor Ramón Jiménez2024-02-091-1/+1
|
* Styling for QR Code using theme frameworkLibravatar Clark Moody2024-02-093-0/+62
|
* add border widths to toggler stylesheetLibravatar Giuliano Bellini s2947392024-02-072-4/+10
|
* Capitalize theme names in docs of `Theme`Libravatar Héctor Ramón Jiménez2024-02-031-6/+6
|
* Fix import style in `style::theme::palette`Libravatar Héctor Ramón Jiménez2024-02-031-1/+1
|
* Use `Theme::ALL` for theme selector in `styling` exampleLibravatar Héctor Ramón Jiménez2024-02-031-3/+13
|
* Capitalize theme names in `style::theme::palette`Libravatar Héctor Ramón Jiménez2024-02-031-18/+24
|
* Add Dracula, Nord, Solarized and Grubvox variants to `Theme`Libravatar Var Bhat2024-02-032-1/+115
|
* Use strong background for `Secondary` checkbox accentLibravatar Héctor Ramón Jiménez2024-02-011-2/+2
|
* Introduce support for disabling a `checkbox`Libravatar Alexander van Saase2024-02-012-2/+41
|
* Add `Shadow` to `container::Appearance`Libravatar Héctor Ramón Jiménez2024-01-202-2/+5
|
* Add `Shadow` to `button::Appearance`Libravatar Héctor Ramón Jiménez2024-01-201-4/+7
|
* Introduce `Border` struct analogous to `Shadow`Libravatar Héctor Ramón Jiménez2024-01-2013-152/+120
|
* Merge pull request #2163 from hicaru/svg_hoverLibravatar Héctor Ramón2024-01-182-0/+11
|\ | | | | added svg hover, for styles impl
| * added svg hover, for styles implLibravatar hicaru2023-12-122-0/+11
| |
* | Add `Theme` selector to `layout` exampleLibravatar Héctor Ramón Jiménez2024-01-101-6/+30
| |
* | Add `explain` toggle to `layout` exampleLibravatar Héctor Ramón Jiménez2024-01-101-0/+3
| |
* | Add basic controls to `layout` exampleLibravatar Héctor Ramón Jiménez2024-01-102-1/+31
|/
* Write documentation for the new text APIsLibravatar Héctor Ramón Jiménez2023-10-271-1/+1
|
* Merge branch 'master' into text-editorLibravatar Héctor Ramón Jiménez2023-10-273-10/+4
|\
| * Centralize `clippy` lints in `.cargo/config.toml`Libravatar Héctor Ramón Jiménez2023-09-201-6/+0
| |
| * Fix `clippy::default_trait_access`Libravatar Héctor Ramón Jiménez2023-09-201-3/+3
| |
| * Chore: Apply clippy docs keyword quotingLibravatar Yuri Astrakhan2023-09-191-1/+1
| | | | | | | | Add quotes a number of doc strings like `sRGB`
* | Introduce new `iced_highlighter` subcrateLibravatar Héctor Ramón Jiménez2023-09-191-15/+1
| |
* | Draft `Highlighter` APILibravatar Héctor Ramón Jiménez2023-09-172-2/+16
| |
* | Draft `Editor` API and `TextEditor` widgetLibravatar Héctor Ramón Jiménez2023-09-123-0/+161
|/
* Deny `broken_intradoc_links` and verify documentation in CILibravatar Héctor Ramón Jiménez2023-09-091-3/+5
|
* Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez2023-09-041-17/+13
| | | | | | We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version.
* Introduce `theme::Custom::with_fn` to generate completely custom themesLibravatar Héctor Ramón Jiménez2023-09-031-5/+22
|
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-07-281-2/+2
|
* Add ability to drag pane to the pane grid edges & optional style for dragged ↵Libravatar Joao Freitas2023-07-061-1/+1
| | | | pane
* Change default styling of `Slider` to leverage rounded bordersLibravatar Héctor Ramón Jiménez2023-06-011-2/+2
|