Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-12-17 | Write documentation for `iced_test` | 1 | -0/+1 | ||
2024-12-17 | Use proper hash for `creates_a_new_task` snapshot | 1 | -0/+2 | ||
2024-12-17 | Append `env::consts::OS` to snapshot filenames | 1 | -2/+0 | ||
2024-12-14 | Support custom renderers in `iced_test` through `renderer::Headless` trait | 1 | -2/+1 | ||
2024-12-12 | Embed and use Fira Sans as default font when testing | 1 | -1/+1 | ||
2024-12-10 | Add image and hash snapshot-based testing to `iced_test` | 1 | -0/+3 | ||
2024-12-10 | Draft `iced_test` crate and test `todos` example | 1 | -5/+6 | ||
2024-04-07 | Use built-in `[lints]` table in `Cargo.toml` | 1 | -0/+3 | ||
2023-09-19 | Reuse syntaxes and themes lazily in `iced_highlighter` | 1 | -0/+1 | ||
2023-09-19 | Fix typo in `higlighter` (why is it so hard to spell?) | 1 | -1/+1 | ||
2023-09-19 | Introduce new `iced_highlighter` subcrate | 1 | -6/+4 | ||
2023-09-04 | Use workspace dependencies and package inheritance | 1 | -17/+13 | ||
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. | |||||
2023-07-28 | Bump versions :tada: | 1 | -2/+2 | ||
2023-05-25 | Upgrade `palette` dependency | 1 | -1/+1 | ||
2023-04-13 | Bump versions :tada: | 1 | -2/+2 | ||
2023-02-18 | Bump versions :tada: | 1 | -2/+2 | ||
2023-01-14 | Bump versions :tada: | 1 | -2/+2 | ||
2022-12-07 | Bump versions :tada: | 1 | -1/+1 | ||
2022-11-10 | Bump versions :tada: | 1 | -2/+2 | ||
2022-10-28 | Use `once_cell` instead of `lazy_static` | 1 | -2/+2 | ||
This seems to be generally considered the preferred, idiomatic solution now. This is in the standard library behind a feature flag (apparently now called `std::sync::LazyLock`). | |||||
2022-05-21 | Implement basic theming `Palette` | 1 | -0/+7 | ||
2022-05-02 | Bump versions :tada: | 1 | -2/+2 | ||
2022-02-09 | Update Rust edition to 2021 :tada: | 1 | -1/+1 | ||
2022-01-03 | Change GitHub namespace to new org for all files | 1 | -1/+1 | ||
2021-03-31 | Bump versions :tada: | 1 | -3/+4 | ||
2020-11-26 | Bump versions :tada: | 1 | -2/+2 | ||
2020-04-02 | Bump all versions :tada: | 1 | -2/+2 | ||
2020-01-01 | Move styling to a brand new `iced_style` crate | 1 | -0/+14 | ||