summaryrefslogtreecommitdiffstats
path: root/examples/todos/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update all `examples` to Rust 2024Libravatar Héctor Ramón Jiménez2025-02-211-2/+2
|
* Merge pull request #2780 from l4l/forked-wasmtimerLibravatar Héctor2025-02-161-1/+2
|\ | | | | Use working wasmtimer for time::every
| * Use working wasmtimer for time::everyLibravatar Kitsu2025-02-021-1/+2
| |
* | Replace `with` function with `Function` traitLibravatar Héctor Ramón Jiménez2025-02-111-4/+5
|/
* Replace unmaintained `directories-next` crate with `directories` crateLibravatar rhysd2025-01-291-1/+1
| | | | | | | | | | [`directories-next`][1] crate is no longer maintained and [`directories`][2] crate is still maintained. `directories-next` had been forked from `directories` but it died because the original `directories` crate revived the maintenance. [1]: https://crates.io/crates/directories-next [2]: https://crates.io/crates/directories
* Add helper functions for alignment to `widget` moduleLibravatar Héctor Ramón Jiménez2025-01-241-2/+2
|
* Rename `window::change_*` tasks to `set_*`Libravatar Héctor Ramón Jiménez2025-01-061-3/+1
|
* Write documentation for `iced_test`Libravatar Héctor Ramón Jiménez2024-12-171-2/+3
|
* Use proper hash for `creates_a_new_task` snapshotLibravatar Héctor Ramón Jiménez2024-12-171-2/+2
|
* Append `env::consts::OS` to snapshot filenamesLibravatar Héctor Ramón Jiménez2024-12-171-2/+1
|
* Reduce size of `Simulator` in `todos` testLibravatar Héctor Ramón Jiménez2024-12-171-1/+2
|
* Implement `Simulator::simulate` and polish namingLibravatar Héctor Ramón Jiménez2024-12-171-2/+2
|
* Support custom renderers in `iced_test` through `renderer::Headless` traitLibravatar Héctor Ramón Jiménez2024-12-141-5/+14
|
* Add explicit `'static` in `todos` for Rust 1.80Libravatar Héctor Ramón Jiménez2024-12-101-1/+1
|
* Decouple `iced_test` from `iced` crateLibravatar Héctor Ramón Jiménez2024-12-101-12/+11
|
* Add image and hash snapshot-based testing to `iced_test`Libravatar Héctor Ramón Jiménez2024-12-101-3/+12
|
* Return `Result` in `todos` testLibravatar Héctor Ramón Jiménez2024-12-101-8/+4
|
* Draft `iced_test` crate and test `todos` exampleLibravatar Héctor Ramón Jiménez2024-12-101-0/+33
|
* Implement some `From` traits for `text_input::Id`Libravatar Héctor Ramón Jiménez2024-09-181-5/+2
|
* Implement `align_x` for `TextInput`Libravatar Shan2024-08-241-1/+2
| | | | Co-authored-by: Shan <shankern@protonmail.com>
* Re-export variants of `Length` and `alignment` typesLibravatar Héctor Ramón Jiménez2024-07-121-18/+19
|
* Introduce helper methods for alignment for all widgetsLibravatar Héctor Ramón Jiménez2024-07-121-19/+8
|
* Remove `load` method from `application` and `daemon`Libravatar Héctor Ramón Jiménez2024-07-091-6/+7
| | | | | If you need to run a `Task` during boot, use `run_with` instead!
* Remove `window::Id::MAIN` constantLibravatar Héctor Ramón Jiménez2024-06-201-3/+4
|
* Introduce `daemon` API and unify shell runtimesLibravatar Héctor Ramón Jiménez2024-06-191-1/+1
|
* Replace `Command` with a new `Task` API with chain supportLibravatar Héctor Ramón Jiménez2024-06-141-1/+1
|
* Merge branch 'master' into feat/text-macroLibravatar Héctor Ramón Jiménez2024-05-231-9/+8
|\
| * Ask for explicit `Length` in `center_*` methodsLibravatar Héctor Ramón Jiménez2024-05-131-1/+4
| |
| * Introduce `center` widget helperLibravatar Héctor Ramón Jiménez2024-05-031-9/+5
| | | | | | | | | | | | | | | | ... 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.
* | refactor: replace `text(format!(` with `text` macroLibravatar Richard Custodio2024-03-181-2/+2
|/
* Use `Program` API in `game_of_life` exampleLibravatar Héctor Ramón Jiménez2024-03-171-1/+1
|
* Remove unnecessary `Command::batch` in `todos` exampleLibravatar Héctor Ramón Jiménez2024-03-171-4/+1
|
* Use `Program` API in `todos` exampleLibravatar Héctor Ramón Jiménez2024-03-171-28/+15
|
* Rename `positive` and `destructive` to `success` and `danger` in `button`Libravatar Héctor Ramón Jiménez2024-03-071-1/+1
|
* Reduce default size of `checkbox` to `15.0`Libravatar Héctor Ramón Jiménez2024-03-051-0/+1
|
* Simplify theming for `Button` widgetLibravatar Héctor Ramón Jiménez2024-03-041-7/+7
|
* Simplify theming for `Text` widgetLibravatar Héctor Ramón Jiménez2024-03-041-3/+3
|
* Fix new `beta` toolchain warningsLibravatar Héctor Ramón Jiménez2024-02-051-1/+1
|
* Introduce support for disabling a `checkbox`Libravatar Alexander van Saase2024-02-011-7/+4
|
* Refactor `KeyCode` into `Key` and `Location`Libravatar Héctor Ramón Jiménez2024-01-161-5/+11
|
* Fix `size_hint` for `keyed_column`Libravatar Héctor Ramón Jiménez2024-01-101-8/+1
|
* Use actual floats for logical coordinatesLibravatar Héctor Ramón Jiménez2023-11-301-2/+2
|
* Merge branch 'master' into feat/multi-window-supportLibravatar Héctor Ramón Jiménez2023-11-291-35/+27
|\
| * Fix `clippy::trivially-copy-pass-by-ref`Libravatar Héctor Ramón Jiménez2023-09-201-1/+1
| |
| * Chore: Inline format args for ease of readingLibravatar Yuri Astrakhan2023-09-191-2/+1
| | | | | | | | A minor cleanup to inline all simple cases of format arguments. Makes the format strings just a bit easier to read.
| * Fix Wasm build of `todos` exampleLibravatar Héctor Ramón Jiménez2023-09-101-0/+1
| |
| * Merge branch 'master' into explicit-text-cachingLibravatar Héctor Ramón Jiménez2023-09-101-28/+12
| |\
| | * Introduce `keyboard::on_key_press` and `on_key_release`Libravatar Héctor Ramón Jiménez2023-09-071-28/+12
| | | | | | | | | | | | Also rename `subscription::events*` to `event::listen*`.
| * | Introduce `keyed::Column` widgetLibravatar Héctor Ramón Jiménez2023-09-041-8/+16
| |/
* / refactored window storage;Libravatar Bingus2023-07-211-1/+1
|/ | | | | new helper window events (Destroyed, Created); clippy + fmt;