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