Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ask for explicit `Length` in `center_*` methods | 2024-05-13 | 1 | -1/+1 | |
| | |||||
* | Introduce `center` widget helper | 2024-05-03 | 1 | -15/+5 | |
| | | | | | | | | ... 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. | ||||
* | Use `Catalog` approach for all widgets | 2024-03-24 | 1 | -4/+4 | |
| | |||||
* | 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 | -2/+1 | |
| | |||||
* | Introduce `Program` API | 2024-03-16 | 1 | -25/+10 | |
| | |||||
* | Rename `container::box_` to `rounded_box` | 2024-03-08 | 1 | -1/+1 | |
| | |||||
* | Simplify theming for `Container` widget | 2024-03-05 | 1 | -4/+3 | |
| | |||||
* | Remove complex cross-axis layout logic from `Column` and `Row` | 2024-03-03 | 1 | -39/+3 | |
| | |||||
* | Make `horizontal_space` and `vertical_space` fill by default | 2024-02-15 | 1 | -5/+5 | |
| | |||||
* | Use `Borrow` for both `options` and `selected` in `PickList` | 2024-02-14 | 1 | -5/+1 | |
| | |||||
* | Introduce support for disabling a `checkbox` | 2024-02-01 | 1 | -1/+2 | |
| | |||||
* | Refactor `KeyCode` into `Key` and `Location` | 2024-01-16 | 1 | -3/+7 | |
| | |||||
* | Use multiple squares instead of `vertical_space` in `layout` example | 2024-01-10 | 1 | -4/+14 | |
| | |||||
* | Showcase more layouts in `layout` example | 2024-01-10 | 1 | -13/+131 | |
| | |||||
* | Add `Theme` selector to `layout` example | 2024-01-10 | 1 | -4/+16 | |
| | |||||
* | Add `explain` toggle to `layout` example | 2024-01-10 | 1 | -11/+53 | |
| | |||||
* | Use `flatten` instead of `filter_map` in `layout` example | 2024-01-10 | 1 | -1/+1 | |
| | |||||
* | Add basic controls to `layout` example | 2024-01-10 | 1 | -14/+53 | |
| | |||||
* | Use first-class functions in `layout` example | 2024-01-10 | 1 | -60/+83 | |
| | |||||
* | Introduce `Widget::size_hint` and fix further layout inconsistencies | 2024-01-10 | 1 | -1/+1 | |
| | |||||
* | Create `layout` example | 2024-01-10 | 1 | -0/+123 | |