summaryrefslogtreecommitdiffstats
path: root/examples/todos (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-293-43/+50
|\
| * 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-103-38/+34
| |\
| | * Add instructions to run web examplesLibravatar Thomas2023-09-091-1/+8
| | |
| | * Add webgl feature for web examplesLibravatar Thomas2023-09-091-0/+3
| | |
| | * Host GIFs and video examples in `iced.rs`Libravatar Héctor Ramón Jiménez2023-09-071-2/+2
| | | | | | | | | | | | RIP Gfycat
| | * Merge pull request #2069 from iced-rs/use-workspace-dependenciesLibravatar Héctor Ramón2023-09-071-5/+7
| | |\ | | | | | | | | Use workspace dependencies and package inheritance
| | | * Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez2023-09-041-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | 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 `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*`.
| * | Fix Wasm build of `todos` exampleLibravatar Héctor Ramón Jiménez2023-09-041-0/+1
| | |
| * | Introduce `keyed::Column` widgetLibravatar Héctor Ramón Jiménez2023-09-042-9/+19
| |/
* / refactored window storage;Libravatar Bingus2023-07-211-1/+1
|/ | | | | new helper window events (Destroyed, Created); clippy + fmt;
* Introduce `text::Shaping` enum and replace magic booleanLibravatar Héctor Ramón Jiménez2023-05-021-1/+2
|
* Merge branch 'master' into advanced-textLibravatar Héctor Ramón Jiménez2023-04-171-17/+12
|\
| * Rename `on_change` to `on_input` for `TextInput`Libravatar Héctor Ramón Jiménez2023-04-121-4/+4
| |
| * Introduce disabled state for `TextInput`Libravatar Dan Mishin2023-04-121-17/+12
| |
* | Introduce support for `Font` attributesLibravatar Héctor Ramón Jiménez2023-03-301-6/+9
| |
* | Merge branch 'master' into advanced-textLibravatar Héctor Ramón Jiménez2023-03-171-7/+4
|\|
| * Fix `clippy` lints for Rust 1.68Libravatar Héctor Ramón Jiménez2023-03-141-7/+4
| |
* | Merge branch 'master' into feature/software-rendererLibravatar Héctor Ramón Jiménez2023-03-071-1/+20
|\|
| * Expose `window` commands for Wasm buildsLibravatar Héctor Ramón Jiménez2023-03-031-11/+4
| |
| * Added example of toggling fullscreen to TODOs.Libravatar Bingus2023-03-021-2/+28
| |
* | Implement `font::load` command in `iced_native`Libravatar Héctor Ramón Jiménez2023-02-241-5/+10
| |
* | Overhaul `Font` type to allow font family selectionLibravatar Héctor Ramón Jiménez2023-02-242-4/+1
|/
* Use `f32` in `Length::Units` and rename it to `Fixed`Libravatar Héctor Ramón Jiménez2023-02-171-2/+2
|