Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | |
| | |||||
* | 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 | |
| | |||||
* | 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 | 1 | -0/+81 | |