Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update all `examples` to Rust 2024 | 2025-02-21 | 1 | -1/+1 | |
| | |||||
* | Re-export variants of `Length` and `alignment` types | 2024-07-12 | 1 | -3/+3 | |
| | |||||
* | Introduce helper methods for alignment for all widgets | 2024-07-12 | 1 | -2/+2 | |
| | |||||
* | Introduce `Program` API | 2024-03-16 | 1 | -13/+3 | |
| | |||||
* | Make `horizontal_space` and `vertical_space` fill by default | 2024-02-15 | 1 | -2/+2 | |
| | |||||
* | Fix `cross` calculation in `layout::flex` | 2024-01-10 | 1 | -7/+3 | |
| | |||||
* | Make `Shrink` have priority over `Fill` in layout | 2024-01-04 | 1 | -1/+0 | |
| | |||||
* | Use workspace dependencies and package inheritance | 2023-09-04 | 1 | -1/+2 | |
| | | | | | | 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. | ||||
* | Fix `clippy` lints for Rust 1.68 | 2023-03-14 | 1 | -7/+2 | |
| | |||||
* | Use `f32` in `Length::Units` and rename it to `Fixed` | 2023-02-17 | 1 | -2/+2 | |
| | |||||
* | Replace stateful widgets with new `iced_pure` API | 2022-07-27 | 1 | -19/+14 | |
| | |||||
* | Update Rust edition to 2021 :tada: | 2022-02-09 | 1 | -1/+1 | |
| | |||||
* | 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/+2 | |
| | |||||
* | feat: add placeholder to pick_list example | 2021-07-22 | 1 | -4/+5 | |
| | |||||
* | Make `Application` and `Sandbox` return a `Result` | 2020-09-08 | 1 | -1/+1 | |
| | |||||
* | Improve `Menu` API to facilitate external control | 2020-07-23 | 1 | -1/+1 | |
| | |||||
* | Update `README` of examples | 2020-07-16 | 1 | -6/+6 | |
| | |||||
* | Simplify `pick_list` example | 2020-07-10 | 1 | -12/+4 | |
| | |||||
* | Rename `ComboBox` to `PickList` | 2020-07-10 | 3 | -0/+148 | |