summaryrefslogtreecommitdiffstats
path: root/examples/styling (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add `weakest` and `strongest` to `Background` paletteLibravatar Héctor Ramón Jiménez2025-02-221-7/+22
| | | | ... and tweak background shade generation logic.
* Update all `examples` to Rust 2024Libravatar Héctor Ramón Jiménez2025-02-211-1/+1
|
* Showcase different `button` styles in `styling` exampleLibravatar Héctor Ramón Jiménez2025-01-061-5/+49
|
* Add `label` method to `Toggler`Libravatar Héctor Ramón Jiménez2024-09-111-1/+2
|
* Add disabled state and `on_toggle` handler to `Toggler`Libravatar Héctor Ramón Jiménez2024-09-111-6/+3
| | | | Co-authored-by: Your Name here only <krishnsundaram@gmail.com>
* Add `text::Wrapping` supportLibravatar Héctor Ramón Jiménez2024-09-041-1/+1
| | | | Co-authored-by: Neeraj Jaiswal <neerajj85@gmail.com>
* Re-export variants of `Length` and `alignment` typesLibravatar Héctor Ramón Jiménez2024-07-121-6/+5
|
* Introduce helper methods for alignment for all widgetsLibravatar Héctor Ramón Jiménez2024-07-121-5/+3
|
* Introduce `daemon` API and unify shell runtimesLibravatar Héctor Ramón Jiménez2024-06-191-1/+1
|
* Introduce `center` widget helperLibravatar Héctor Ramón Jiménez2024-05-031-9/+4
| | | | | | | | ... and also make `center_x` and `center_y` set `width` and `height` to `Length::Fill`, respectively. This targets the most common use case when centering things and removes a bunch of boilerplate as a result.
* Move `Program` to `application` moduleLibravatar Héctor Ramón Jiménez2024-03-171-1/+1
|
* Remove `sandbox` by making `application` more generic :tada:Libravatar Héctor Ramón Jiménez2024-03-161-1/+1
|
* Make `sandbox` helper take a `title` as wellLibravatar Héctor Ramón Jiménez2024-03-161-2/+1
|
* Introduce `Program` APILibravatar Héctor Ramón Jiménez2024-03-161-13/+6
|
* Make `horizontal_space` and `vertical_space` fill by defaultLibravatar Héctor Ramón Jiménez2024-02-151-1/+1
|
* Use `Borrow` for both `options` and `selected` in `PickList`Libravatar Héctor Ramón Jiménez2024-02-141-6/+2
|
* Use `Theme::ALL` for theme selector in `styling` exampleLibravatar Héctor Ramón Jiménez2024-02-031-71/+15
|
* Add Dracula, Nord, Solarized and Grubvox variants to `Theme`Libravatar Var Bhat2024-02-031-18/+45
|
* Introduce support for disabling a `checkbox`Libravatar Alexander van Saase2024-02-011-5/+2
|
* Add `Theme` selector to `layout` exampleLibravatar Héctor Ramón Jiménez2024-01-101-7/+10
|
* Make `Shrink` have priority over `Fill` in layoutLibravatar Héctor Ramón Jiménez2024-01-041-4/+5
|
* Host GIFs and video examples in `iced.rs`Libravatar Héctor Ramón Jiménez2023-09-071-3/+1
| | | | RIP Gfycat
* Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez2023-09-041-1/+1
| | | | | | 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.
* Use `Length::Fill` instead of fixed length in `styling` exampleLibravatar Héctor Ramón2023-09-031-1/+1
|
* fix(examples-styling): fixed checkbox and toggler getting hidden behind ↵Libravatar Akshay Raina2023-09-031-0/+1
| | | | | | scrollbar Column inside scrollable is having Length::Fill so it is taking entire width thus hiding check box and toggler. Added fixed width to scrollable so Lenth::Fill will be relative to fixed width
* Center `Submit` button vertically in `styling` exampleLibravatar Héctor Ramón Jiménez2023-06-211-1/+3
|
* Rename `on_change` to `on_input` for `TextInput`Libravatar Héctor Ramón Jiménez2023-04-121-1/+1
|
* Introduce disabled state for `TextInput`Libravatar Dan Mishin2023-04-121-7/+4
|
* Use `f32` in `Length::Units` and rename it to `Fixed`Libravatar Héctor Ramón Jiménez2023-02-171-8/+4
|
* Fix: Clippy lint 'uninlined_format_args'Libravatar 13r0ck2023-01-271-1/+1
|
* Box `Custom` in `Theme`Libravatar Héctor Ramón Jiménez2022-11-031-1/+1
|
* Derive `Copy` for `Theme`Libravatar Héctor Ramón Jiménez2022-11-031-1/+1
|
* Make `Theme::Custom` fields opaqueLibravatar Héctor Ramón Jiménez2022-11-031-48/+41
|
* fix: clippy lint ↵Libravatar Ashley Wulber2022-11-031-3/+6
| | | | https://rust-lang.github.io/rust-clippy/master/index.html#large_enum_variant
* refactor: remove once_cell from styling exampleLibravatar Ashley Wulber2022-11-032-14/+15
|
* refactor: undo changes to radioLibravatar Ashley Wulber2022-11-031-9/+20
|
* wip: Custom palette for built in themeLibravatar Ashley Wulber2022-11-032-3/+22
|
* Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-271-62/+47
|
* Implement theme styling for `Scrollable`Libravatar Héctor Ramón Jiménez2022-06-071-103/+4
|
* Implement theme styling for `TextInput`Libravatar Héctor Ramón Jiménez2022-06-071-60/+3
|
* Implement theme styling for `Checkbox`Libravatar Héctor Ramón Jiménez2022-06-041-40/+3
|
* Implement theme styling for `ProgressBar`Libravatar Héctor Ramón Jiménez2022-06-011-25/+3
|
* Implement theme styling for `Rule`Libravatar Héctor Ramón Jiménez2022-06-011-28/+4
|
* Use `Theme` background in `styling` exampleLibravatar Héctor Ramón Jiménez2022-06-011-27/+2
|
* Implement theme styling for `Toggler`Libravatar Héctor Ramón Jiménez2022-06-011-43/+10
| | | | ... and wire up theming to the `styling` example.
* Implement theme styling for `Radio`Libravatar Héctor Ramón Jiménez2022-05-271-42/+9
|
* Fix examples and doc-testsLibravatar Héctor Ramón Jiménez2022-05-261-54/+4
|
* Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-141-73/+12
| | | | RFC: https://github.com/iced-rs/rfcs/pull/6
* Update Rust edition to 2021 :tada:Libravatar Héctor Ramón Jiménez2022-02-091-1/+1
|
* Remove ambiguous `text_color` attributes for `Checkbox` and `Radio`Libravatar Héctor Ramón Jiménez2022-01-201-1/+2
| | | | Instead, always use a `StyleSheet`.