summaryrefslogtreecommitdiffstats
path: root/examples/visible_bounds (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update all `examples` to Rust 2024Libravatar Héctor Ramón Jiménez2025-02-211-1/+1
|
* chore: remove once_cell dependencyLibravatar Tommy Volk2025-01-062-7/+5
|
* Re-export variants of `Length` and `alignment` typesLibravatar Héctor Ramón Jiménez2024-07-121-4/+5
|
* Introduce helper methods for alignment for all widgetsLibravatar Héctor Ramón Jiménez2024-07-121-3/+2
|
* 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-7/+7
|
* Introduce `window::Id` to `Event` subscriptionsLibravatar Héctor Ramón Jiménez2024-06-101-2/+2
| | | | And remove `window::Id` from `Event` altogether.
* Use `Program` API in `visible_bounds` exampleLibravatar Héctor Ramón Jiménez2024-03-171-29/+8
|
* Rename `container::box_` to `rounded_box`Libravatar Héctor Ramón Jiménez2024-03-081-2/+2
|
* Simplify theming for `Container` widgetLibravatar Héctor Ramón Jiménez2024-03-051-4/+3
|
* Simplify theming for `Text` widgetLibravatar Héctor Ramón Jiménez2024-03-041-6/+8
|
* Make `horizontal_space` and `vertical_space` fill by defaultLibravatar Héctor Ramón Jiménez2024-02-151-5/+5
|
* Fix new `beta` toolchain warningsLibravatar Héctor Ramón Jiménez2024-02-051-11/+9
|
* Merge branch 'master' into feat/multi-window-supportLibravatar Héctor Ramón Jiménez2023-11-291-1/+1
|
* Chore: Inline format args for ease of readingLibravatar Yuri Astrakhan2023-09-191-1/+1
| | | | A minor cleanup to inline all simple cases of format arguments. Makes the format strings just a bit easier to read.
* Merge pull request #2069 from iced-rs/use-workspace-dependenciesLibravatar Héctor Ramón2023-09-071-2/+4
|\ | | | | Use workspace dependencies and package inheritance
| * Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez2023-09-041-2/+4
| | | | | | | | | | | | 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-4/+4
|/ | | | Also rename `subscription::events*` to `event::listen*`.
* Fetch bounds on window resize in `visible_bounds` exampleLibravatar Héctor Ramón Jiménez2023-07-271-6/+13
|
* Highlight container bounds on hover in `visible_bounds` exampleLibravatar Héctor Ramón Jiménez2023-07-271-14/+43
|
* Create `visible_bounds` exampleLibravatar Héctor Ramón Jiménez2023-07-272-0/+161