Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-09-18 | Bump version to `0.13.0` :tada: | 1 | -1/+1 | ||
2024-08-08 | Introduce `black_box` and `chain` in `widget::operation` | 1 | -2/+2 | ||
2024-07-05 | Hide internal `Task` constructors | 1 | -3/+2 | ||
2024-06-21 | Remove unnecessary `Send` bound in `runtime::Action` | 1 | -1/+1 | ||
This may fix compilation errors in older versions of Rust. | |||||
2024-06-19 | Introduce `daemon` API and unify shell runtimes | 1 | -0/+16 | ||
2024-06-14 | Replace `Command` with a new `Task` API with chain support | 1 | -3/+77 | ||
2024-04-07 | Use built-in `[lints]` table in `Cargo.toml` | 1 | -7/+0 | ||
2024-02-15 | Fix URL of graph image in `iced_runtime` docs | 1 | -1/+1 | ||
2024-02-15 | Point doc links to `0.12` branch | 1 | -1/+1 | ||
2023-09-20 | Centralize `clippy` lints in `.cargo/config.toml` | 1 | -5/+0 | ||
2023-09-09 | Deny `broken_intradoc_links` and verify documentation in CI | 1 | -2/+3 | ||
2023-09-09 | Fix majority of unresolved documentation links | 1 | -24/+1 | ||
2023-07-28 | Bump versions :tada: | 1 | -2/+2 | ||
2023-07-21 | refactored window storage; | 1 | -0/+3 | ||
new helper window events (Destroyed, Created); clippy + fmt; | |||||
2023-06-27 | Move `Screenshot` inside `window` module | 1 | -2/+0 | ||
2023-06-14 | Use nested for lazy widgets | 1 | -0/+1 | ||
2023-06-06 | Added offscreen rendering support for wgpu & tiny-skia exposed with the ↵ | 1 | -0/+2 | ||
window::screenshot command. | |||||
2023-05-11 | Enable `doc_auto_cfg` when generating documentation | 1 | -1/+1 | ||
2023-05-11 | Write missing documentation in `iced_wgpu` | 1 | -1/+1 | ||
2023-03-05 | Rename `iced_native` to `iced_runtime` | 1 | -0/+0 | ||
2023-03-05 | Converge `Command` types from `iced_futures` and `iced_native` | 1 | -1/+0 | ||
2023-03-05 | Remove generic `Hasher` and `Event` from `subscription::Recipe` | 1 | -5/+0 | ||
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -37/+2 | ||
2023-03-01 | Implement `Canvas` support for `iced_tiny_skia` | 1 | -1/+3 | ||
2023-02-24 | Implement `font::load` command in `iced_native` | 1 | -2/+4 | ||
2023-02-18 | Bump versions :tada: | 1 | -2/+2 | ||
2023-02-17 | Use `f32` in `Length::Units` and rename it to `Fixed` | 1 | -1/+1 | ||
2023-01-14 | Bump versions :tada: | 1 | -2/+2 | ||
2022-12-07 | Bump versions :tada: | 1 | -2/+2 | ||
2022-11-10 | Fix outdated links in documentation | 1 | -2/+2 | ||
2022-09-23 | Export `color!` macro in `iced` and `iced_native` | 1 | -2/+2 | ||
2022-08-05 | Write missing documentation in `iced_native` | 1 | -2/+2 | ||
2022-07-28 | Draft widget operations | 1 | -2/+2 | ||
2022-07-09 | Fix further `clippy` lints | 1 | -5/+13 | ||
... and explicitly annotate crates as well. | |||||
2022-05-26 | Rename `theme::Definition` to `application::StyleSheet` | 1 | -0/+1 | ||
2022-05-14 | Draft first-class `Theme` support | 1 | -0/+2 | ||
RFC: https://github.com/iced-rs/rfcs/pull/6 | |||||
2022-04-30 | Point repository links to `0.4` branch in documentation | 1 | -2/+2 | ||
2022-04-26 | Add new `System` variant to `Action` | 1 | -0/+1 | ||
2022-02-16 | Add support for `ContentFit` for `Image` | 1 | -2/+2 | ||
2022-01-28 | Move `time` module from `iced_native` to `iced_core` | 1 | -1/+1 | ||
2022-01-28 | Enable `instant` only for `wasm32` targets | 1 | -0/+1 | ||
... and hide the dependency under a `time` module in `iced_native` | |||||
2022-01-12 | Write missing docs for `user_interface` module | 1 | -1/+1 | ||
2022-01-11 | Invalidate widget tree from `Responsive` widget | 1 | -2/+2 | ||
... by introducing a new `invalidate_widgets` method to `Shell` | |||||
2022-01-11 | Draft `Responsive` widget | 1 | -1/+1 | ||
2022-01-03 | Change GitHub namespace to new org for all files | 1 | -3/+3 | ||
2021-12-09 | Use commit hash in `html_logo_url` | 1 | -1/+1 | ||
2021-12-09 | Added icon in docs | 1 | -0/+3 | ||
2021-11-29 | Introduce `Shell` type in `iced_native` | 1 | -0/+2 | ||
Widgets now can invalidate the current layout of the application on demand. | |||||
2021-11-05 | Write missing documentation in `iced_native` | 1 | -1/+1 | ||
2021-10-31 | Introduce first-class `svg` module in `iced_native` | 1 | -0/+1 | ||