Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-10-02 | Simplify total size logic in `qr_code` example | 1 | -42/+38 | ||
2024-09-24 | feat: set total size of QRCode | 1 | -5/+43 | ||
2024-07-12 | Re-export variants of `Length` and `alignment` types | 1 | -3/+3 | ||
2024-07-12 | Introduce helper methods for alignment for all widgets | 1 | -3/+3 | ||
2024-06-19 | Introduce `daemon` API and unify shell runtimes | 1 | -1/+1 | ||
2024-05-03 | Introduce `center` widget helper | 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. | |||||
2024-03-17 | Move `Program` to `application` module | 1 | -1/+1 | ||
2024-03-16 | Remove `sandbox` by making `application` more generic :tada: | 1 | -1/+1 | ||
2024-03-16 | Make `sandbox` helper take a `title` as well | 1 | -4/+7 | ||
2024-03-16 | Introduce `Program` API | 1 | -13/+6 | ||
2024-02-15 | Add `push_maybe` to `Column` and `Row` | 1 | -7/+9 | ||
2024-02-14 | Use `Borrow` for both `options` and `selected` in `PickList` | 1 | -5/+1 | ||
2024-02-09 | Invalidate `QRCode` cache on `Appearance` change | 1 | -6/+2 | ||
2024-02-09 | Update `qr_code` example with theme selector | 1 | -6/+28 | ||
2023-04-12 | Rename `on_change` to `on_input` for `TextInput` | 1 | -1/+1 | ||
2023-04-12 | Introduce disabled state for `TextInput` | 1 | -7/+5 | ||
2023-02-17 | Use `f32` in `Length::Units` and rename it to `Fixed` | 1 | -1/+1 | ||
2023-02-17 | Run `cargo fmt` | 1 | -1/+1 | ||
2023-01-20 | Update main.rs | 1 | -1/+1 | ||
2023-01-20 | Update main.rs | 1 | -5/+7 | ||
The app should not render qr_code when data is empty | |||||
2022-07-27 | Replace stateful widgets with new `iced_pure` API | 1 | -17/+10 | ||
2022-06-29 | Introduce `StyleSheet` for `Text` widget | 1 | -2/+3 | ||
2021-09-20 | Refactor alignment types into an `alignment` module | 1 | -2/+2 | ||
2021-09-20 | Introduce and use `CrossAlign` enum for `Column` and `Row` | 1 | -2/+2 | ||
2020-11-20 | Implement `qr_code` example | 1 | -0/+81 | ||