Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update all `examples` to Rust 2024 | 2025-02-21 | 1 | -1/+1 | |
| | |||||
* | Simplify total size logic in `qr_code` example | 2024-10-02 | 1 | -42/+38 | |
| | |||||
* | feat: set total size of QRCode | 2024-09-24 | 1 | -5/+43 | |
| | |||||
* | 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 | -3/+3 | |
| | |||||
* | Introduce `daemon` API and unify shell runtimes | 2024-06-19 | 1 | -1/+1 | |
| | |||||
* | Introduce `center` widget helper | 2024-05-03 | 1 | -11/+3 | |
| | | | | | | | | ... and also make `center_x` and `center_y` set `width` and `height` to `Length::Fill`, respectively. This targets the most common use case when centering things and removes a bunch of boilerplate as a result. | ||||
* | Move `Program` to `application` module | 2024-03-17 | 1 | -1/+1 | |
| | |||||
* | Remove `sandbox` by making `application` more generic :tada: | 2024-03-16 | 1 | -1/+1 | |
| | |||||
* | Make `sandbox` helper take a `title` as well | 2024-03-16 | 1 | -4/+7 | |
| | |||||
* | Introduce `Program` API | 2024-03-16 | 1 | -13/+6 | |
| | |||||
* | Add `push_maybe` to `Column` and `Row` | 2024-02-15 | 1 | -7/+9 | |
| | |||||
* | Use `Borrow` for both `options` and `selected` in `PickList` | 2024-02-14 | 1 | -5/+1 | |
| | |||||
* | Invalidate `QRCode` cache on `Appearance` change | 2024-02-09 | 1 | -6/+2 | |
| | |||||
* | Update `qr_code` example with theme selector | 2024-02-09 | 1 | -6/+28 | |
| | |||||
* | 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/+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. | ||||
* | Rename `on_change` to `on_input` for `TextInput` | 2023-04-12 | 1 | -1/+1 | |
| | |||||
* | Introduce disabled state for `TextInput` | 2023-04-12 | 1 | -7/+5 | |
| | |||||
* | Use `f32` in `Length::Units` and rename it to `Fixed` | 2023-02-17 | 1 | -1/+1 | |
| | |||||
* | Run `cargo fmt` | 2023-02-17 | 1 | -1/+1 | |
| | |||||
* | Update main.rs | 2023-01-20 | 1 | -1/+1 | |
| | |||||
* | Update main.rs | 2023-01-20 | 1 | -5/+7 | |
| | | | The app should not render qr_code when data is empty | ||||
* | Replace stateful widgets with new `iced_pure` API | 2022-07-27 | 1 | -17/+10 | |
| | |||||
* | Introduce `StyleSheet` for `Text` widget | 2022-06-29 | 1 | -2/+3 | |
| | |||||
* | 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 | |
| | |||||
* | Implement `qr_code` example | 2020-11-20 | 3 | -0/+108 | |