summaryrefslogtreecommitdiffstats
path: root/examples/tour (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Introduce `center` widget helperLibravatar Héctor Ramón Jiménez2024-05-031-3/+1
| | | | | | | | ... 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.
* Specialize `widget::text` helper with custom `IntoContent` traitLibravatar Héctor Ramón Jiménez2024-04-011-3/+3
|
* Introduce `Program::run_with` to control the initial stateLibravatar Héctor Ramón Jiménez2024-03-171-13/+7
|
* 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-7/+14
|
* Simplify theming for `Button` widgetLibravatar Héctor Ramón Jiménez2024-03-041-16/+14
|
* Simplify theming for `Text` widgetLibravatar Héctor Ramón Jiménez2024-03-041-1/+1
|
* Enable layout debugger for Wasm builds in `tour` exampleLibravatar Héctor Ramón Jiménez2024-02-221-10/+3
|
* Make `Canvas` fill the parent container on WasmLibravatar Héctor Ramón Jiménez2024-02-201-2/+2
|
* Add `push_maybe` to `Column` and `Row`Libravatar Héctor Ramón Jiménez2024-02-151-13/+9
|
* Make `horizontal_space` and `vertical_space` fill by defaultLibravatar Héctor Ramón Jiménez2024-02-151-3/+3
|
* Rename `password` method in `TextInput` to `secure`Libravatar Héctor Ramón Jiménez2024-02-151-5/+1
|
* Introduce support for disabling a `checkbox`Libravatar Alexander van Saase2024-02-011-16/+17
|
* Convert `Renderer::Theme` to generic `Widget` typeLibravatar Héctor Ramón Jiménez2024-01-211-2/+2
|
* Introduce `Widget::size_hint` and fix further layout inconsistenciesLibravatar Héctor Ramón Jiménez2024-01-101-1/+0
|
* Make `Shrink` have priority over `Fill` in layoutLibravatar Héctor Ramón Jiménez2024-01-041-5/+1
|
* Refactor texture image filteringLibravatar Héctor Ramón Jiménez2023-11-111-7/+37
| | | | | | - Support only `Linear` or `Nearest` - Simplify `Layer` groups - Move `FilterMethod` to `Image` and `image::Viewer`
* Fix `clippy::semicolon_if_nothing_returned`Libravatar Héctor Ramón Jiménez2023-09-201-1/+1
|
* Chore: Apply some minor clippy fixesLibravatar Yuri Astrakhan2023-09-191-1/+1
| | | | | | * Use `.elapsed()` for duration * Use direct iteration without calling `.iter()` and the like * order fields in the `Text` struct creation as declared
* Merge branch 'master' into explicit-text-cachingLibravatar Héctor Ramón Jiménez2023-09-103-5/+22
|\
| * Change init_with_level to init in examplesLibravatar Thomas2023-09-092-2/+1
| |
| * Add logging for web in tour exampleLibravatar Thomas2023-09-092-0/+12
| |
| * Add webgl feature for web examplesLibravatar Thomas2023-09-091-0/+4
| |
| * Host GIFs and video examples in `iced.rs`Libravatar Héctor Ramón Jiménez2023-09-071-2/+2
| | | | | | | | RIP Gfycat
| * Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez2023-09-042-3/+5
| | | | | | | | | | | | 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.
* | Implement explicit text caching in the widget state treeLibravatar Héctor Ramón Jiménez2023-08-301-2/+2
|/
* Keep `tour` buttons solidLibravatar Héctor Ramón Jiménez2023-05-191-50/+5
| | | | The gradients feel a bit out of place currently.
* Implement `custom` helper for `theme::Button`Libravatar Héctor Ramón Jiménez2023-05-191-8/+6
|
* Remove `Builder` abstractions for gradientsLibravatar Héctor Ramón Jiménez2023-05-191-14/+16
|
* Added support for gradients as background variants + other optimizations.Libravatar Bingus2023-05-112-9/+51
|
* Merge branch 'master' into advanced-textLibravatar Héctor Ramón Jiménez2023-04-171-19/+65
|\
| * 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
| |
| * Fix `current` step in `tour`Libravatar Héctor Ramón Jiménez2023-04-111-1/+1
| |
| * Move `ICON_FONT` constant in `tour` to `text_input` helperLibravatar Héctor Ramón Jiménez2023-04-111-5/+5
| |
| * Collapse `Font` import in `tour` exampleLibravatar Héctor Ramón Jiménez2023-04-111-2/+1
| |
| * Rename `IconPosition` to `Side` in `text_input`Libravatar Héctor Ramón Jiménez2023-04-111-1/+1
| |
| * Move `Icon` layout logic to `layout` in `text_input`Libravatar Héctor Ramón Jiménez2023-04-111-2/+3
| | | | | | | | Also add `Icon::spacing` field.
| * Use `f32` for `Icon::size` and remove unnecessary conversionsLibravatar Héctor Ramón Jiménez2023-04-111-1/+1
| |
| * Removed text_input example in favor for TourLibravatar Casper Storm2023-04-112-12/+66
|/
* Use `f32` in `Length::Units` and rename it to `Fixed`Libravatar Héctor Ramón Jiménez2023-02-171-4/+4
|
* Fix: Clippy lint 'uninlined_format_args'Libravatar 13r0ck2023-01-271-4/+4
|
* Reintroduce `Element::explain`Libravatar Héctor Ramón Jiménez2022-08-261-4/+12
|
* Draft widget operationsLibravatar Héctor Ramón Jiménez2022-07-281-4/+2
|
* Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-271-347/+187
|
* Add `theme::Application` styling support to `Sandbox`Libravatar Héctor Ramón Jiménez2022-07-081-59/+9
|
* Merge branch 'master' into themingLibravatar Héctor Ramón Jiménez2022-07-081-2/+7
|\
| * Update web instructions of the `tour` exampleLibravatar Héctor Ramón Jiménez2022-06-101-2/+7
| |