Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update all `examples` to Rust 2024 | 2025-02-21 | 1 | -1/+1 | |
| | |||||
* | chore: remove once_cell dependency | 2025-01-06 | 2 | -7/+5 | |
| | |||||
* | Re-export variants of `Length` and `alignment` types | 2024-07-12 | 1 | -4/+5 | |
| | |||||
* | Introduce helper methods for alignment for all widgets | 2024-07-12 | 1 | -3/+2 | |
| | |||||
* | Introduce `daemon` API and unify shell runtimes | 2024-06-19 | 1 | -1/+1 | |
| | |||||
* | Replace `Command` with a new `Task` API with chain support | 2024-06-14 | 1 | -7/+7 | |
| | |||||
* | Introduce `window::Id` to `Event` subscriptions | 2024-06-10 | 1 | -2/+2 | |
| | | | | And remove `window::Id` from `Event` altogether. | ||||
* | Use `Program` API in `visible_bounds` example | 2024-03-17 | 1 | -29/+8 | |
| | |||||
* | Rename `container::box_` to `rounded_box` | 2024-03-08 | 1 | -2/+2 | |
| | |||||
* | Simplify theming for `Container` widget | 2024-03-05 | 1 | -4/+3 | |
| | |||||
* | Simplify theming for `Text` widget | 2024-03-04 | 1 | -6/+8 | |
| | |||||
* | Make `horizontal_space` and `vertical_space` fill by default | 2024-02-15 | 1 | -5/+5 | |
| | |||||
* | Fix new `beta` toolchain warnings | 2024-02-05 | 1 | -11/+9 | |
| | |||||
* | Merge branch 'master' into feat/multi-window-support | 2023-11-29 | 1 | -1/+1 | |
| | |||||
* | Chore: Inline format args for ease of reading | 2023-09-19 | 1 | -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-dependencies | 2023-09-07 | 1 | -2/+4 | |
|\ | | | | | Use workspace dependencies and package inheritance | ||||
| * | Use workspace dependencies and package inheritance | 2023-09-04 | 1 | -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` | 2023-09-07 | 1 | -4/+4 | |
|/ | | | | Also rename `subscription::events*` to `event::listen*`. | ||||
* | Fetch bounds on window resize in `visible_bounds` example | 2023-07-27 | 1 | -6/+13 | |
| | |||||
* | Highlight container bounds on hover in `visible_bounds` example | 2023-07-27 | 1 | -14/+43 | |
| | |||||
* | Create `visible_bounds` example | 2023-07-27 | 2 | -0/+161 | |