Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-06-19 | Introduce `daemon` API and unify shell runtimes | 1 | -1/+1 | ||
2024-06-11 | Introduce `subscription::Event` | 1 | -12/+5 | ||
... and remove `PlatformSpecific` from `Event` | |||||
2024-05-03 | Introduce `center` widget helper | 1 | -8/+3 | ||
... 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. | |||||
2024-03-17 | Move `Program` to `application` module | 1 | -1/+1 | ||
2024-03-16 | Remove `sandbox` by making `application` more generic :tada: | 1 | -1/+1 | ||
2024-03-16 | Make `sandbox` helper take a `title` as well | 1 | -2/+1 | ||
2024-03-16 | Introduce `Program` API | 1 | -23/+8 | ||
2023-09-07 | Introduce `keyboard::on_key_press` and `on_key_release` | 1 | -6/+7 | ||
Also rename `subscription::events*` to `event::listen*`. | |||||
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -6/+4 | ||
2022-07-27 | Replace stateful widgets with new `iced_pure` API | 1 | -6/+6 | ||
2022-07-09 | Fix `clippy` lints for all crates and features | 1 | -1/+1 | ||
... and check those in CI as well! | |||||
2022-05-14 | Draft first-class `Theme` support | 1 | -3/+5 | ||
RFC: https://github.com/iced-rs/rfcs/pull/6 | |||||
2021-09-02 | Make `Command` implementations platform-specific | 1 | -7/+3 | ||
This allows us to introduce a platform-specific `Action` to both `iced_native` and `iced_web` and remove the `Clipboard` from `Application::update` to maintain purity. Additionally, this should let us implement further actions to let users query and modify the shell environment (e.g. window, clipboard, and more!) | |||||
2021-06-25 | Use new enum variant and new winit repo | 1 | -6/+12 | ||
2021-06-25 | Added events for url handling and create example | 1 | -0/+67 | ||