| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-02-21 | Run `cargo fmt` | 1 | -1/+1 | ||
| 2024-06-14 | Replace `Command` with a new `Task` API with chain support | 1 | -3/+3 | ||
| 2024-03-22 | Allow custom renderers in `Program` and `Application` | 1 | -2/+2 | ||
| 2024-01-21 | Convert `Renderer::Theme` to generic `Widget` type | 1 | -1/+4 | ||
| 2023-03-05 | Rename `iced_native` to `iced_runtime` | 1 | -0/+0 | ||
| 2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -2/+4 | ||
| 2023-02-24 | Implement `font::load` command in `iced_native` | 1 | -1/+2 | ||
| 2022-07-27 | Replace stateful widgets with new `iced_pure` API | 1 | -1/+1 | ||
| 2021-09-15 | Revert system menus support | 1 | -1/+1 | ||
| The current implementation has some important issues on Windows. We will reintroduce the feature once we figure them out! I have kept some of the changes in #945, like the new `keyboard::Modifiers` powered by `bitflags`. | |||||
| 2021-09-02 | Make `Command` implementations platform-specific | 1 | -9/+2 | ||
| 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-07-13 | Force `Application::Message` to implement `Clone` | 1 | -1/+1 | ||
| A `Message` should represent an application event (e.g. user interactions, command results, subscription results...). Therefore, it should always consist of pure, cloneable data. | |||||
| 2021-03-11 | Add `clipboard` argument to `Application::update` | 1 | -2/+9 | ||
| 2020-11-26 | Use recently stabilized intra-doc links | 1 | -9/+0 | ||
| See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | |||||
| 2020-05-28 | Write documentation for `iced_glutin` | 1 | -1/+1 | ||
| 2020-05-28 | Write documentation for new `iced_native` API | 1 | -2/+2 | ||
| 2020-05-21 | Introduce `Program` and `State` | 1 | -0/+39 | ||
