Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-21 | Update all `examples` to Rust 2024 | 2 | -3/+3 | ||
2024-12-17 | Avoid dropping results in `counter` test | 1 | -4/+3 | ||
2024-12-17 | Write documentation for `iced_test` | 2 | -0/+32 | ||
2024-12-12 | Embed and use Fira Sans as default font when testing | 1 | -1/+1 | ||
2024-07-12 | Re-export variants of `Length` and `alignment` types | 1 | -1/+2 | ||
2024-07-12 | Introduce helper methods for alignment for all widgets | 1 | -2/+1 | ||
2024-03-16 | Introduce `Program` API | 1 | -23/+13 | ||
2023-09-09 | Add instructions to run web examples | 1 | -0/+8 | ||
2023-09-09 | Add webgl feature for web examples | 1 | -0/+4 | ||
2023-09-07 | Host GIFs and video examples in `iced.rs` | 1 | -3/+1 | ||
RIP Gfycat | |||||
2023-09-04 | Use workspace dependencies and package inheritance | 1 | -1/+1 | ||
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. | |||||
2022-07-27 | Use `ToString` for `Text::new` instead of `Into<String>` | 1 | -1/+1 | ||
2022-07-27 | Replace stateful widgets with new `iced_pure` API | 1 | -20/+12 | ||
2022-05-14 | Draft first-class `Theme` support | 1 | -3/+2 | ||
RFC: https://github.com/iced-rs/rfcs/pull/6 | |||||
2022-02-09 | Update Rust edition to 2021 :tada: | 1 | -1/+1 | ||
2022-02-09 | Add `index.html` to `counter` example | 1 | -0/+12 | ||
2021-09-20 | Refactor alignment types into an `alignment` module | 1 | -2/+2 | ||
2021-09-20 | Introduce and use `CrossAlign` enum for `Column` and `Row` | 1 | -2/+4 | ||
2020-09-08 | Make `Application` and `Sandbox` return a `Result` | 1 | -1/+1 | ||
2020-02-21 | Create `README` files for all the examples | 1 | -0/+18 | ||
2020-01-22 | Make title consistent in `counter` example | 1 | -1/+1 | ||
2020-01-22 | Center items in `counter` example | 1 | -1/+2 | ||
2020-01-20 | Package examples and remove `dev-dependencies` | 2 | -0/+65 | ||